
.surveys-page .btn-secondary{
    background-color: #f6f6f6;
    color:#212529;
    border:none;
    }
    .surveys-page .bg-light, .surveys-page .btn-light{
        background-color: #f6f6f6;
        }

    .surveys-page .btn-white{
        background-color:white;
        
        }

.surveys-page  {
    position: relative;
    background-color: white;
    
  }
  body {
    
    width:100%;
  }


  .navbar{
    height:65px;
    padding: 0;
    padding-right:5px;
  
  }

  .navTitle{
    font-weight: 500;
    font-size: medium;
  }
  .navUser{
font-size:small;
  }
  .item{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1px 0px !important;
  }
  

  /*Footer Information*/
  .surveys-page .footer {
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    height: 4.375rem;
    background-color: white;
  }

.surveys-page .footerbtn{
  width:33%;
  border:none;
  line-height:1; 
  margin-left: 0.5%;

  }

  .btn-secondary:not(:disabled):not(.disabled).active{
    background-color: #28448c !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .footer-text{
    font-weight: bold;
    font-size: small;
    text-align: center!important;
  }

  /*NavBar*/

  .topBar{
    height:3.125rem;
    line-height: 3.125rem;
    margin-bottom:4px;
  }
  .menu{
    width:15%;
    text-align: center;
    margin-right:4px;
    
  }
  
  .title{
    width:100%;
    font-weight: bold;
  }

  
  /*Survey Component cards*/
  .surveycard{
    height:4.375rem;
    line-height: 4.375rem;
    margin-bottom: 1px;
  }

  .rightIcons{
    height:0.813rem;
    width:0.813rem;
  }

  .leftIcon{
    height:1.563rem;
    width:1.563rem;
  }

  .componentTitle{
    font-weight:600;
  }

  .surveys-page  .list-group-item{
    padding:0px;
    padding-left: 10px;
    padding-right: px;
  }

  .bottomIcon{
    height:0.938rem;
    width:0.938rem;
  }

  .topIcon{
    height:0.938rem;
    width:0.938rem;
  }

  .filter{
      height:3.125rem;
      line-height: 3.125rem;
      display:flex;
      background-color: #f6f6f6;
  }
 
 .logForm{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;  
    background-color: white;
    margin: auto;
    width: 75%;
    padding: 10px;

 }

 .transparent{
   background-color: transparent !important;
 }

 .lblSize{
  font-size: x-small ; 
}
.txtSize{
  height:20% ;
  width:80% !important;
  margin: auto;  
}
.lblSizeAccount{
  font-size: x-small !important; 
}
.btnSize{
  height:20% !important;;
   font-size: x-small !important; 
   width:80% !important;
   margin: auto;  
}

.btn-group{
  height:100% !important;
}

  
.input-group-append{
     border: none;
     border-radius:0%;
    border-bottom: 1px solid #c9d0d7 !important;
    box-shadow: 0px 0px 4px 0rem #2930371d;
    background-color: transparent;
    line-height:1.1;
    width:15%;
    margin:0 !important;
    border:none;
    position:relative;
    
}
.eyeIcon{
  width: 100%;
  height:60%;
  position:absolute;
  top:25%;
  cursor: pointer;
}
.tiny-text{
  font-size: x-small;
  font-style: italic;
}

  