*{margin: 0;}

body {
  min-height:100vh; margin:0; position:relative; 
  background:  radial-gradient(ellipse at center, #c2f2f7 0, #d3dfe1 100%);
  position: relative;
}

body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}
.form-control{
    margin-bottom: 10px !important;
}

.over-all-style{
  padding: 20px 20px 0px 20px;

  margin-bottom: 100px;
    
}

footer{
 
  background-color: black;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}

.add-btn{
    cursor: pointer;
    display: inline;
    padding: 0px;
    float: right;
    height: 28px;
  background-color: white;
  color: #068492;
    width: 10%;
    border-radius: 5px;
}

.add-custom-btn{
    cursor: pointer;
    display: block;
    padding: 0px;
    margin-top: 10px;
    height: 30px;
  background-color: white;
  color: #068492;
    width: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.close-btn:hover {
 content: url('./closebtn-hover.png');
 

}

.question-text{
  font-size: 16px;
  font-weight: bold;
}

textarea {
    margin-top: 20px;
    margin-left: 50px;
    width: 500px;
    height: 100px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    color: #555555;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    padding: 5px 8px;
    background-color: 0.2s ease 0s; background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
  
}
  
.circle {
    display: inline;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
  }


.company-name{
    font-size: 1.5rem;
    margin-top: 0.5rem;
    color: rgb(172, 170, 170);
}

/* @media (max-width: 500px){
    footer{
        font-size: 50%;
    }
}    

@media(min-width: 501px) and (max-width: 768px){
    footer{
    font-size: 50%;
    }
}     */
.question-divider{
padding: 20px;
        margin: auto;
     display: block;
        background:  radial-gradient(ellipse at center, #1B94A1 0, #068492 100%);
        width: 80%;
        height: 50%;  
        border: 2px #1B94A1 solid;
        z-index: 20;
        color: white;
        transition: all 0.3s ease-out;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
      }

      .question-divider   textarea {
          color: black;
      }


      .topnav {
        background-color: #1B94A1;
        overflow: hidden;
      }
      
      /* Style the links inside the navigation bar */
      .topnav p {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
      }
      
      /* Change the color of links on hover */
      .topnav a:hover {
        background-color: #ddd;
        color: black;
      }
      
      /* Add a color to the active/current link */
      .topnav a.active {
        background-color: #04AA6D;
        color: white;
      }

#questions{
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    margin: 15px 0 15px 0;
    min-height: 200px;
}


/* Reference StyleSheets */

.questions-overall
{
  background:  radial-gradient(ellipse at center, #1B94A1 0, #068492 100%);
  color: white;
  padding: 20px;
  border-radius: 20px;
}

#mainDiv{
  padding: 20px;
}

.question-text-area{
  margin-top: 20px;
 margin-bottom: 20px;
  width: 500px;
  min-height: 100px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
  border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
  border-image: none;
  border-radius: 6px 6px 6px 6px;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  color: #555555;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  padding: 5px 8px;
  background-color: 0.2s ease 0s; background: none repeat scroll 0 0 #FFFFFF;
  width: 100%;
}

.ref-hr{
  border-top: #263238 solid 2px !important;
}