#dengueQuestion .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: 0;
  font-size: 16px;
}
#dengueQuestion .modal-content .modal-header {
  background: linear-gradient(to right, #184354, #4fb0c4);
  padding: 15px 25px;
}
#dengueQuestion .modal-content .modal-header .modal-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}
#dengueQuestion .modal-content .modal-header .close {
  padding-top: 5px;
  opacity: 1;
}
#dengueQuestion .modal-content .modal-header .close span {
  color: #fff;
  font-weight: 400;
  font-size: 35px;
  padding-top: 0;
  text-shadow: none;
}
#dengueQuestion .modal-content .modal-body {
  padding: 15px 25px;
}
#dengueQuestion .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #adb5bd;
  background-color: transparent;
}
#dengueQuestion .custom-control-label::before {
  width: 23px;
  height: 23px;
}
#dengueQuestion .custom-control-label::after {
  width: 23px;
  height: 23px;
}
#dengueQuestion .custom-control-label {
  padding-top: 4px;
  padding-left: 7px;
  font-weight: 700;
  font-size: 14px;
}
#dengueQuestion .question-label {
  color: #184354;
  margin-bottom: 10px;
  font-weight: 700;
}
#dengueQuestion .custom-control {
  margin-bottom: 10px;
}
.right{
  justify-content: end !important;
}
.btn-send {
    background-color: #e6ebef;  
    color: #004d5c;              
    font-weight: bold;           
    border: none;               
    border-radius: 50px;        
    padding: 4px 20px;    
    font-size: 16px;       
    cursor: pointer;           
    transition: background 0.3s;
}
.btn-send:hover {
    background-color: #d0d7dc; 
}
.modal-header {
    border-bottom: none !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
  }
}
#dengueQuestion button#send-question:disabled {
  opacity: 0.5;
}
