.highlighted {
  box-shadow: 0px 0px 10px 4px #1976d2;
  border: 1px solid #ccc !important;
}

.surveyGeoMapDiv {
  height: 400px;
  width: 100%;
  min-width: 360px;
}

.surveySurveyDonutChartDiv {
  height: 400px;
  width: 100%;
  min-width: 360px;
}

.surveySurveyBarChartDiv {
  height: 400px;
  width: 100%;
  min-width: 360px;
}

.inActiveTableRow {
  color: #ffffff;
  background: #cbcbcb;
}

.activeTableRow {
  color: black;
}

header {
  background: #1e1e2d !important;
  color: #fff !important;
}

.MuiSwitch-root {
  background: #c1c1c1;
  border-radius: 25px;
}

.drawer-on {
  width: 300px;
}

.pointer {
  cursor: pointer;
}

.progress-div {
  width: 100%;
}

.pcoded-content {
  background: #f5f7f9;
}

.table-card-header {
  min-height: 35px !important;
}

.fa-20 {
  font-size: 20px !important;
}

@media only screen and (max-width: 600px) {
  .toolbar-right {
    position: absolute !important;
    right: 10px !important;
    top: 0 !important;
  }
  .question-text {
    width: 100%;
  }
}

.toolbar-btn-pad {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.toolbar-btn {
  color: #7e8299;
  border-color: #f5f8fa;
  background-color: #f5f8fa;
}
.toolbar-btn:hover {
  color: #fff;
  background-color: #009ef7 !important;
}

@media only screen and (min-width: 600px) {
  .survey-dashboard {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.pcoded-main-container {
  margin-top: -25px !important;
} 

.loading-style {
  position: absolute;
  width: 100%;
  height: 1000vh;
  z-index: 1000;
  background: #878484db;
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
}

.br-10 {
  border-radius: 10px;
}

.rdt_TableCell div {
  white-space: normal !important;
}

#surveyQuickViewTable .rdt_TableCell div {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

#surveyQuickViewTable .rdt_TableCell .surveyQuickQuestion {
  white-space: normal !important;
}

/* for draggable modal */

.flexible-modal {
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  background: white;
  resize: both;
  overflow: hidden;
}

.white-space-br {
  white-space: break-spaces;
}

.ml-15 {
  margin-left: 15px;
}

.mark,
mark {
  background-color: #ffd711 !important;
}

.bg-blue {
  background-color: #0dcaf0 !important;
}

.mr-2 {
  margin-right: 2px;
}

.tooltip-word-break {
  max-width: 200px;
  word-break: break-word;
  overflow-wrap: break-word;
  display: block;
  text-align: center;
}

.css-1c8uloi {
  position: fixed;
  right: 0px;
  top: 370px;
  transform: translateY(-50%);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid rgb(222, 222, 222);
  border-right: 1px solid rgb(222, 222, 222);
  border-bottom: 1px solid rgb(222, 222, 222);
  border-image: initial;
  border-left: none;
  border-top-left-radius: 4px;
  box-shadow: rgb(0 0 0 / 12%) 1px 1px 8px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  background-color: rgb(20, 66, 102);
  z-index: 9999;
}

.css-i0als3 {
  width: 2px;
  height: 100%;
  background-color: white;
  margin: 0px 0.7rem;
}

@media screen and (max-width: 767px) {
  .css-1c8uloi {
    bottom: 0px;
    right: 0px;
    top: auto;
    width: 100%;
    flex-direction: row;
    transform: none;
    height: 5rem;
    border: 0px;
    border-radius: 0px;
    background-color: rgb(20, 66, 102);
    padding: 1.5rem;
    -webkit-box-pack: center;
    justify-content: center;
  }
 
  .css-i0als3 {
    width: 2px !important;
    height: 100% !important;
    background-color: white !important;
    margin: 0px 0.7rem !important;
  }
}

.css-1c8uloi button {
  appearance: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
}

.css-i0als3 {
  width: 70%;
  height: 1px;
  background-color: white;
  margin: 0.7rem 0px;
}

.css-1c8uloi button svg {
  width: 2.5rem;
  transition: fill 0.2s ease 0s;
  height: auto;
  fill: white;
}

.table-item-header{
  min-width:355px;
}

.full-width{
  width:100%;
}

.plus-circle-btn{
  font-size: 30px;
  position: relative;
  left: 23px;
  color: rgb(9, 178, 255);
  filter: drop-shadow(2px 3px 3px #bbbbbb);
}

.bg-dark-blue{
  background-color: #267ac6 !important;
}

.border-dark-blue {
  border: solid 10px #267ac6 !important;
}

.border-radius-0{
  border-radius: 0px !important;
}

.border-1{
  border :1px !important;
}

.border-0{
  border :0px !important;
}
.border-primary{
  border: solid 3px;
}

.top-5{
  top:5px;
}

.progress-bar-text{
  position: absolute;
  right:20px;
}

.rotate-180{
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-body-height-400{
  height: 400px;
  overflow: auto;
}

.progress-bar-low{
  background-color: #7ac0ff !important;
}

.progress-bar-med{
  background-color: #0f7bdc !important;
}

.progress-bar-high{
  background-color: #0759a1 !important;
}

.min-height-40{
  min-height: 40px !important;
}

.font-15{
  font-size: 15px !important;
}

.lidjEC{
  box-shadow:none !important;
}