body {
  font-family: "Roboto", sans-serif;
  background: #f6f7fc;
}

p {
  color: #b3b3b3;
  font-weight: 300; 
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; 
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
a:hover {
  text-decoration: none !important; 
}

.mr-2 {
  margin-right: 10px;
}

.content {
  padding: 7rem 0; 
}

h2 {
  font-size: 20px; 
}

.half, .half .container > .row {
  height: 100vh;
  min-height: 700px; 
}

.loginPage input[type='text'],
.loginPage input[type='password']{
  padding: 12px 15px
}

@media (max-width: 991.98px) {
  .half .bg {
    height: 200px; 
  } 
}

.half, .half .container > .row {
  min-height: 500px;
}

.half .contents {
  background: #f6f7fc; 
}

.half .contents, .half .bg {
  width: 50%; 
}

@media (max-width: 1199.98px) {
  .half .contents, .half .bg {
    width: 100%;
  }
}

.half .bg {
  background-size: cover;
  background-position: center; 
}

.half a {
  color: #888;
  text-decoration: underline; 
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; 
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; 
}

/** Map section Css **/
#map {
  width: 100%;
  height: 100%;
}
      
a:link, a:visited {
  color: #2aaef5;
  outline: none;
  text-decoration: none;
}
      
.landmark {
  width: 250px;
  padding: 7px 0 0 0;
  background: rgba(247, 247, 247, 0.75);
  border-radius: 5px;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.29);
  font-family: Helvetica, Arial, sans-serif;
  -webkit-transform-origin: 0 10px;
  transform-origin: 0 10px;
}
      
.landmark h1 {
  margin-top: 0;
  padding: 5px 15px;
  background: #2aaef5;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 300;
}

.landmark section {
  padding: 0 15px 5px;
  font-size: 14px;
}

.landmark section p {
  margin: 5px 0;
}
      
.landmark:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -13px;
    width: 0;
    height: 0;
    margin-bottom: -13px;
    border-right: 13px solid #2aaef5;
    border-top: 13px solid rgba(0, 0, 0, 0);
    border-bottom: 13px solid rgba(0, 0, 0, 0);
}

@-webkit-keyframes scale-and-fadein {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-and-fadein {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/** landing Page Css **/
.landingPage__sidebar .mapIcon{
  margin-right: 10px;
}

.landingPage__sidebar {
  width: 300px;
  height:100vh
}

.landingPage {
  width:100%;
  max-width: 1900px;
  margin: auto;
}

.mainHeading {
  font-size: 1.8rem;
  font-family: 'Joan', serif;
}
.textJoan {
  font-family: 'Joan', serif;
}
 ul.nav li a {
  font-weight:400;
}
.bg-arielle-smile{
  background-image: -webkit-radial-gradient(center,circle 248px,#16d9e3 0%,#00263A 47%,#00263A 100%)!important;
  background-image: -o-radial-gradient(center,circle 248px,#16d9e3 0%,#00263A 47%,#00263A 100%)!important;
  background-image: radial-gradient(circle 248px at center,#16d9e3 0%,#00263A 47%,#00263A 100%)!important;
}
.bg-love-kiss {
  background-image: -webkit-gradient(linear,left bottom,left top,from(#FF595A),to(#ffb199))!important;
  background-image: -webkit-linear-gradient(bottom,#FF595A 0%,#ffb199 100%)!important;
  background-image: -o-linear-gradient(bottom,#FF595A 0%,#ffb199 100%)!important;
  background-image: linear-gradient(to top,#FF595A 0%,#ffb199 100%)!important;
}
.widget {
  text-align: center;
    padding: 5rem;
    position: relative;
}
.widget .widget-chart-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: .25;
  z-index: 6;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden;
}

.feedbackPage {
  width: 100%;
  height: 100vh;
  display: flex;
}
.feedbackPage .fromContainer {
  padding: 20px 0px !important;
  height: 100vh;
}
.feedbackPage .fromContainer > .fixedRow {
  height: calc( 100vh - 370px);
  overflow-x: auto;
}
.feedbackCell a {
  color: #fff;
} 
.feedbackPage .btn{
  min-width: 150px;
}
.orangeBg{
  background-color: #ff595a !important;
  color: #fff;
}
.yellowBg{
  background-color: #fbc713;
}
.borderYellow {
  border:1px solid #fbc713;
}
.greenBG{
  background-color: #8fd14f !important;
  color: #ffffff;
}
.borderGreen {
  border:1px solid #8fd14f;
}
.violetBg {
  background-color: #414bb2;
  color:#fff
}
.borderViolet {
  border:1px solid #414bb2;
}
.formBox {
  height:100%;
}
.buttonCell{
  width: 100%;
}
.form-check-wrapper{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  justify-content: center;
}

.form-check-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.form-check-label{
  display: block;
  opacity: "100%";
  color: "black";
}

.nimbus-responses {
  font-size: 95%;
  font-family: 'Nunito Sans', Geneva, Tahoma, sans-serif;
  background-color: #cce6ff;
  border-radius: 25px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left:1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
  
.nimbus-sources  {
  font-family: 'Nunito Sans', Geneva, Tahoma, sans-serif;
  font-size:90%;
}