


iframe {
  background:url(../img/loading.webp) center center no-repeat;
 }

@media only screen and (max-width: 766px) {
  .contentwidth{
      padding-left: 10px;
      padding-right: 10px;
      }
}

@media only screen and (min-width: 767px) {
  .contentwidth{
      padding-right: 310px;
      padding-left: 170px;
      }
}

.boxShadow{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  border-radius: 2px;
}

.boxBorder{
  border: 1px solid;
  border-color: #ddd;
  border-radius: 1px ;
}

.label{
  font-size: 15px;
  color: grey;
  margin: 0px;
}

a:focus{
  outline: none
}

button:focus{
  outline: none
}

label{
  color: grey;
}

/*
.shortquestiondiv {
  display: block;
  display: -webkit-box;
  lines: 2;
  height: 42px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shortdiv {
  height: 42px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) and (min-width: 351px) {
  .passionimgheight{
    height:130px;
    width: 130px;
      }

}

@media only screen and (max-width: 992px) and (min-width: 601px) {
  .passionimgheight{
    height:100px;
    width: 100px;
      }

}

@media only screen and (min-width: 992px) {
  .passionimgheight{
    height:150px;
    width: 150px;
      }

}

 Filepicker CSS */



div.filepicker {
    text-align: center;
    padding: 5px;
    background-color: #E1E1E1;
    border-radius: 5px;
    border: 2px dashed #C7C7C7;
    height: 100%;
    width: 100%;
    cursor: pointer;
}


.budgetPlannerInputs{
  max-width: 70px;
  border: 1px #ececec solid;

}
