.btn-custom {
    background: linear-gradient(to right, #a9db34, #29b959);
}
.btn-custom:hover {
  background: linear-gradient(to right, #e7c104, #06ced9);
  color:rgb(0, 0, 0);
}
#input{
  background-color: lightgrey; 
  color:white;
  font-size:35px;
  font-weight:bold;
  border-color:skyblue    
}
td label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ca-header{
   font-family:'Old English Text MT', 'Lucida Bright',sans-serif;
}

.ca-header-address{
   font-family:'Lucida Bright', serif;
}
.ca-content{
   font-family:'Bookman Old Style', serif;
}
.signatory-name{
  font-family:'Bookman Old Style', serif;
}
.ca-content-container{
   margin-top: 30px;
}
.hidden-radio{
  position: absolute;
  opacity: 0;
}
.feedback-icon{
  align-items: "center";
}

.survey-instruction {
  list-style-type: none; /* Remove bullets */
  padding: 0;
}

.w-90{
  width:90% !important;
}
