.dataFields {
    margin-left: 1vw;
}
.dataFields2 {
    display: none;
}
.resetModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
  
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
}

.objectiveOptions input{
    width: 35px;
}

.subHeader {
    margin-bottom: -10px;
    display: none;
}
#dataFields2 {
    margin-left: 1vw;
    display: none;
}
#historyUnit {
    width: 3vw;
}
#assesmentSection > div {
    margin-left: 40px;
}

#sideEffectTB, #indicateTextBox, #safeTextBox, #effectiveTextBox, #adherenceTB {
    width: 500px;
    margin-bottom: -30px;
}
#kdate, #egfrDate {
    width: 170px;
}

#dataSection, #assesmentSection, #planSection, #demographics {
    border: 1px solid black;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#demographics {
    padding-left: 2vw;
}
#dataSection, #assesmentSection, #planSection, #demographics > * {
    padding-left: 2vw;
}

#freqTextbox, #freqTextbox2 {
    display: none;
}
#otherIndicateTb {
    display: none;
}
#indicationTextbox {
    width: 60vw;
    display: none;
}
#extensionQualityOtherText {
    display: none;
}

#generateBtn {
  background: #5E5DF0;
  border-radius: 999px;
  box-shadow: #5E5DF0 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  margin-left: 10vw;
  margin-bottom: 50px;
}

#generateBtn:hover {
    background: #8e8ef3;
}

#resetBtn {
    background: #da3a3a;
    border-radius: 9px;
    box-shadow: #eb0505 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
    margin-left: 2vw;
    margin-bottom: 50px;
  }
  
  #resetBtn:hover {
      background: #e95850;
  }

  #noAdherenceTb, #otherSideTb {
    width: 300px;
  }

#extensionQualityTB {
    width: 80px;
}

#ldlDate, #hdlDate, #tgDate, #chlDate {
    width: 7vw;
}