@-webkit-keyframes ngdialog-flipin-horizontal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ngdialog-flipin-horizontal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ngdialog-flipout-horizontal {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ngdialog-flipout-horizontal {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.ngdialog.ngdialog-theme-hs {
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-perspective: 1300px;
  -ms-perspective: 1300px;
  perspective: 1300px;
  -webkit-perspective-origin: 50% 150px;
  -ms-perspective-origin: 50% 150px;
  perspective-origin: 50% 150px;
}

.ngdialog.ngdialog-theme-hs .ngdialog-overlay {
  background: rgba(255, 255, 255, 0.6);
}

.ngdialog.ngdialog-theme-hs.ngdialog-closing .ngdialog-content {
  display: none;
}

.ngdialog.ngdialog-theme-hs .ngdialog-content {
  display: block;
  background: #fff;
  color: #444;
  border: 5px solid #31c8a3;
  line-height: 1.1em;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 0;
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 600px;
  min-height: 500px;
}

.ngdialog.ngdialog-medium .ngdialog-content{
  width: 700px!important;
  display: block;
  background: #fff;
  color: #444;
  border: 5px solid #31c8a3;
  line-height: 1.1em;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  padding-right: 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: 500px;
  overflow: hidden;
}
.ngdialog.ngdialog-large .ngdialog-content{
  width: 900px!important;
  display: block;
  background: #fff;
  color: #444;
  border: 5px solid #31c8a3;
  line-height: 1.1em;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  padding-right: 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: 500px;
  overflow: hidden;
}

.ngdialog.ngdialog-theme-hs .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.ngdialog-theme-hs .ngdialog-close:before {
  background: #31c8a3;
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 100;
  height: 1.25em;
  line-height: 1px;
  overflow: hidden;
  padding-top: .5em;
  right: 0;
  text-align: center;
  text-indent: 1px;
  top: 0;
  width: 1.25em;
}

.ngdialog.ngdialog-theme-hs .ngdialog-message {
  margin-top: 20px;
  height: calc(50vh - 20px);
    min-height: 500px;
  overflow-y: auto;
}
@media screen and (max-width: 500px) and (min-width: 0px) {
  .ngdialog.ngdialog-theme-hs .ngdialog-message {
    margin-top: 20px;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
}

.ngdialog.ngdialog-theme-hs .ngdialog-message h3 {
  margin-bottom: 10px;
}

.ngdialog.ngdialog-theme-hs .ngdialog-message p.description {
  white-space: pre-line;
}

.ngdialog.ngdialog-theme-hs .ngdialog-input {
  margin-bottom: .5em;
}

.ngdialog.ngdialog-theme-hs .ngdialog-input textarea,
.ngdialog.ngdialog-theme-hs .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-hs .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-hs .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-hs .ngdialog-input input[type="url"] {
  background: #f0f0f0;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}

.ngdialog.ngdialog-theme-hs .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-hs .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-hs .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-hs .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-hs .ngdialog-input input[type="url"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #666;
  box-shadow: inset 0 0 0 2px #666;
  outline: none;
}

.ngdialog.ngdialog-theme-hs .ngdialog-buttons {
  padding-top: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.ngdialog-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.ngdialog.ngdialog-theme-hs .ngdialog-buttons:after {
  clear: both;
  content: '';
  display: table;
}

.ngdialog.ngdialog-theme-hs .ngdialog-button {
  border: 0;
  float: right;
  font-family: inherit;
  font-size: 1.3em;
  letter-spacing: .1em;
  line-height: 1.3em;
  margin: 0;
  padding: .5em 1em;
  text-transform: uppercase;
  cursor: pointer;
}

.ngdialog.ngdialog-theme-hs .ngdialog-button:focus {
  outline: none;
}

.ngdialog.ngdialog-theme-hs .ngdialog-button.ngdialog-button-primary {
  background: #31c8a3;
  color: #fff;
}

.ngdialog.ngdialog-theme-hs .ngdialog-button.ngdialog-button-primary:focus {
  -webkit-box-shadow: inset 0 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 3px rgba(0,0,0,0.2);
}

.ngdialog.ngdialog-theme-hs .ngdialog-button.ngdialog-button-secondary {
  background: #fff;
  color: #ccc;
}

.ngdialog.ngdialog-theme-hs .ngdialog-button.ngdialog-button-secondary:focus {
  background: #eee;
  -webkit-box-shadow: inset 0 3px #aaa;
  box-shadow: inset 0 3px #aaa;
  color: #777;
}

.ngdialog.ngdial  og-theme-hs .ngdialog-button.ngdialog-button-secondary:hover,
.ngdialog.ngdialog-theme-hs .ngdialog-button.ngdialog-button-secondary:active {
  color: #777;
}

.ngdialog.ngdialog-theme-hs .ngdialog-button.ngdialog-button-static {
  background: #fff;
  color: #ccc;
}

.ngdialog.ngdialog-theme-hs .progress {
  background-color: #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  overflow: hidden;
}

.ngdialog.ngdialog-theme-hs .progress .progress-bar {
  background-color: #31c8a3;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  text-shadow: 1px 1px #666;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

.ngdialog p {
  line-height: 1.3;
}
.ngdialog p.error {
  color: #a94442;
}

@media screen and (max-width: 500px) and (min-width: 0px) {
  .ngdialog-content{
    min-height: 80vh !important;
  }
}

.ngdialog.ngdialog-large .ngdialog-content{
  width: 900px!important;
  display: block;
  background: #fff;
  color: #444;
  border: 5px solid #31c8a3;
  line-height: 1.1em;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: 500px;
}
.ngdialog.ngdialog-large .ngdialog-buttons {
  padding-top: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.ngdialog.ngdialog-large .ngdialog-buttons:after {
  clear: both;
  content: '';
  display: table;
}

.ngdialog.ngdialog-large .ngdialog-button {
  border: 0;
  float: right;
  font-family: inherit;
  font-size: 1.3em;
  letter-spacing: .1em;
  line-height: 1.3em;
  margin: 0;
  padding: .5em 1em;
  text-transform: uppercase;
  cursor: pointer;
}
.ngdialog.ngdialog-large .ngdialog-message {
  margin-top: 20px;
  height: calc(50vh - 0px);
    min-height: 500px;
  overflow-y: auto;
}
@media screen and (max-width: 500px){
    .ngdialog.ngdialog-large .ngdialog-message{
        margin-top: 20px;
        height: calc(100vh - 100px);
        overflow-y: auto;
    }
}

.ngdialog.ngdialog-large .ngdialog-button:focus {
  outline: none;
}

.ngdialog.ngdialog-large .ngdialog-button.ngdialog-button-primary {
  background: #31c8a3;
  color: #fff;
}

.ngdialog.ngdialog-large .ngdialog-button.ngdialog-button-primary:focus {
  -webkit-box-shadow: inset 0 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 3px rgba(0,0,0,0.2);
}

.ngdialog.ngdialog-large .ngdialog-button.ngdialog-button-secondary {
  background: #fff;
  color: #ccc;
}

.ngdialog.ngdialog-large .ngdialog-button.ngdialog-button-secondary:focus {
  background: #eee;
  -webkit-box-shadow: inset 0 3px #aaa;
  box-shadow: inset 0 3px #aaa;
  color: #777;
}
.ngdialog.ngdialog-large .ngdialog-button.ngdialog-button-secondary:hover,
.ngdialog.ngdialog-large .ngdialog-button.ngdialog-button-secondary:active {
  color: #777;
}
.ngdialog.ngdialog-large .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-large .ngdialog-close:before {
  background: #31c8a3;
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 100;
  height: 1.25em;
  line-height: 1px;
  overflow: hidden;
  padding-top: .5em;
  right: 0;
  text-align: center;
  text-indent: 1px;
  top: 0;
  width: 1.25em;
}
.survey-page-title{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
.progress-bar-container{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 12px;
}
.progress{
  margin-bottom: 0;
  margin-left: 10px;
  width: calc(100% - 60px);
    border-radius: 5px;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}
@media only screen and (min-width: 1024px) {
  .radio-column-container{
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 10px;
      min-height: 100px;
  }
  .radio-column-container-outer{
    display: flex;
    flex: 1 1 calc(100% - 200px);
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .radio-column-cell{
    display: flex;
    flex-direction: column;
  }
  .radio-column{
    display: flex;
    flex-direction: column;
    padding-left: 0!important;
  }
  .radio-column-button-cell{
    display: flex;
    justify-content: center;
  }
  label input[type="radio"] + .radio-column-button{
    margin: 0;
  }
  label input[type="radio"]:checked + .radio-column-button{
    margin: 0;
  }

  .survey-label-column{
    width: 200px
  }
  .radio-column-text{
    text-align: center;
    width: 100%;
    margin-top: 5px;
    top: 0!important;
  }
  .radio-column-answer-cell{
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-half{
    width: 50%;
    flex: 0 0 50%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-third{
    width: 33%;
    flex: 0 0 33%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-fourth{
    width: 25%;
    flex: 0 0 25%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-fifth{
    width: 20%;
    flex: 0 0 20%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .radio-column-container{
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 10px;
    flex-direction: column;
      min-height: 100px;
  }
  .radio-column-container-outer{
    display: flex;
    flex: 1 1 calc(100% - 200px);
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .radio-column-cell{
    display: flex;
    flex-direction: column;
  }
  .radio-column{
    display: flex;
    flex-direction: column;
    padding-left: 0!important;
  }
  .radio-column-button-cell{
    display: flex;
    justify-content: center;
  }
  label input[type="radio"] + .radio-column-button{
    margin: 0;
  }
  label input[type="radio"]:checked + .radio-column-button{
    margin: 0;
  }
  .survey-label-column{
    width: 200px;
    margin-bottom: 20px;
  }
  .radio-column-text{
    text-align: center;
    width: 100%;
    margin-top: 5px;
    top: 0!important;
  }
  .radio-column-answer-cell{
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-half{
    width: 50%;
    flex: 0 0 50%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-third{
    width: 33%;
    flex: 0 0 33%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-fourth{
    width: 25%;
    flex: 0 0 25%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-fifth{
    width: 20%;
    flex: 0 0 20%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
}
.dropdown-container{
  display: flex;
  padding-bottom: 20px;
}
.dropdown-container-open{
  width: 50%;
  flex: 0 0 50%;
}
.dropdown-container-options{
  width: 50%;
  flex: 0 0 50%;
}

.date-picker-date-time{
  z-index: 99999;
}
.survey-image-container{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.survey-empty-data-container{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.survey-data-container{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.survey-data-name{
  font-size: 14px;
  margin-bottom: 10px;
  text-align: end;
  color: #4a4a4a;
  font-weight: 300;
  letter-spacing: 1px;
}
.survey-image{
  max-height: 250px;
  max-width: 250px;
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .survey-image-container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .survey-image{
    max-height: 200px;
    max-width: 200px;
    object-fit: contain;
    object-position: center;
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 450px) {
  .survey-image{
    max-height: 150px;
    max-width: 150px;
    object-fit: contain;
    object-position: center;
    margin-right: auto;
    margin-left: 0;
  }
}

.survey-empty-image-container{
  min-height: 40px;
}
.survey-image-button-container{
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
}
.survey-image-button-download{
  color: #2D81C9;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.survey-image-button-download img{
  margin-right: 5px;
  height: 16px;
  width: 14px;
}
.survey-image-button-select{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #31c8a3;
  color: #fff;
}
.survey-image-button-select:hover{
  background: #23886a;
  color: #fff;
}
.survey-econsent-label{
  font-size: 14px;
  font-weight: 400;
}
.survey-econsent-input{
  margin-bottom: 15px;
}
.survey-econsent-signature-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.survey-econsent-signature-cell{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.survey-econsent-accept-terms{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 15px;
}
.survey-econsent-button-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.survey-econsent-button-clear{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: none;
  background-color: #aaa;
  color:#020202;
  margin-left: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.survey-econsent-button-clear:hover{
  background-color:  #777;
  color:#fff;
}
.survey-econsent-button-submit{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #31c8a3;
  color: #fff;
}
.survey-econsent-button-submit:hover{
  background: #23886a;
  color: #fff;
}
.survey-econsent-button-edit{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #31c8a3;
  color: #fff;
  margin-left: auto;
}
.survey-econsent-button-edit:hover{
  background: #23886a;
  color: #fff;
}
.survey-econsent-signature-pad{
  width: 500px;
  height: 150px;
  border: 1px solid #4a4a4a;
  margin-left: auto;
  margin-right: auto;
}
.survey-econsent-signature-pad-image{
 width: 500px;
 height: 150px;
  border: 1px solid #4a4a4a;
  margin-left: auto;
  margin-right: auto;
  object-position: center;
  object-fit: fill;
}
.consent-objective-consent-check-text{
  font-size: 16px;
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 600px) {
  .survey-econsent-accept-terms{
    width: 390px;
  }
  .survey-econsent-signature-pad{
    width: 390px;
    height: 117px;
  }
  .survey-econsent-signature-pad-image{
    width: 390px;
    height: 117px;
  }
  .survey-econsent-button-container{
    width: 390px;
  }
  .consent-objective-signature-image-instructions{
    width: 390px;
    height: 117px;
  }
}
@media only screen and (min-width: 500px) {
  .radio-column-container-outer {
  }
  .radio-column-button-cell{
    display: flex;
    justify-content: center;
  }
    .radio-column{
    display: flex;
    flex-direction: column;
    padding-left: 0!important;
  }
  .radio-column-answer-cell{
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-half{
    width: 50%;
    flex: 0 0 50%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-third{
    width: 33%;
    flex: 0 0 33%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-fourth{
    width: 25%;
    flex: 0 0 25%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-fifth{
    width: 20%;
    flex: 0 0 20%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .radio-column-container-outer {
    flex-direction: column;
  }
  .radio-column{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .radio-column-button-cell{
    display: unset;
  }
    .radio-column-button-cell-right{
        display: flex;
        justify-content: center;
    }

    .radio label, .checkbox label + .radio-column-button-right-cell{
        padding-left: 0;
    }
    label input[type="radio"] + .radio-column-button-right{
        margin: 0;
    }
    label input[type="radio"]:checked + .radio-column-button-right{
        margin: 0;
    }
    .radio-column-text-right{
        margin-left: 10px;
        margin-top: 0;
        text-align: left;
        padding-bottom: 0;
        width: 100%;
        top: -10px;
        position: relative;
    }
  .radio-column-text{
    margin-left: 10px;
    margin-top: 0;
    text-align: left;
      padding-bottom: 0;
  }
    .responsive-input-text{
        padding-bottom: 0;
        display: flex;
    }
  .radio-column-answer-cell{
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 0;
  }
  .radio-column-answer-width-half{
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 10px;
  }
  .radio-column-answer-width-third{
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 10px;
  }
  .radio-column-answer-width-fourth{
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 10px;
  }
  .radio-column-answer-width-fifth{
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .survey-econsent-accept-terms{
    width: 350px;
  }
  .survey-econsent-signature-pad{
    width: 350px;
    height: 105px;
  }
  .survey-econsent-signature-pad-image{
    width: 350px;
    height: 105px;
  }
  .survey-econsent-button-container{
    width: 350px;
  }
  .consent-objective-signature-image-instructions{
    width: 350px;
    height: 105px;
  }
}
@media only screen and (max-width: 405px) {
  .survey-econsent-accept-terms{
    width: 300px;
  }
  .survey-econsent-signature-pad{
    width: 300px;
    height: 90px;
  }
  .survey-econsent-signature-pad-image{
    width: 300px;
    height: 90px;
  }
  .survey-econsent-button-container{
    width: 300px;
  }
  .consent-objective-signature-image-instructions{
    width: 300px;
    height: 90px;
  }
}
@media only screen and (max-width: 350px) {
  .survey-econsent-accept-terms{
    width: 250px;
  }
  .survey-econsent-signature-pad{
    width: 250px;
    height: 75px;
  }
  .survey-econsent-signature-pad-image{
    width: 250px;
    height: 75px;
  }
  .survey-econsent-button-container{
    width: 250px;
  }
}
.survey-medication-cell{
  display: flex;
  flex-direction: column;
  height: auto;
}
.required:after {
  content:" *";
  color: red;
}
.survey-response-container{
  max-height: 750px;
  min-height: 200px;
  height: calc(70vh - 60px);
  overflow-y: auto;
}
.completed-survey-response-container{
  max-height: 900px;
  min-height: 250px;
  height: calc(90vh - 60px);
  overflow-y: auto;
}
.survey-response-cell{
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  box-shadow: 0px 2px 3px 0px #d4d4d4;
  border-radius: 10px;
  color: black;
  padding: 10px;
  position: relative;
}
.survey-response-cell-name{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.survey-response-cell-id{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
.survey-response-cell-previous-answer-title-cell{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.survey-response-cell-previous-answer-number{
  font-size: 15px;
  font-weight: 700;
  margin-left: 5px;
  display: flex;
  padding: 5px;
  padding-bottom: 4px;
  padding-right: 7px;
  border-radius: 15px;
  line-height: 1;
  color: white;
  background-color: rgb(54, 176, 178);
}
.survey-response-cell-status{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.survey-response-cell-status-complete{
  color: #2f9d57;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-top: -1px;
}
.survey-response-cell-status-in-progress{
  color: #d4a62a;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-top: -1px;
}
.survey-response-cell-date{
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 100px);
}
.survey-response-cell-pdf-container{
  font-size: 13px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
}
.survey-response-cell-pdf-icon{
  height: 20px;
  width: auto;
}
.survey-response-cell-date-created{
  font-size: 13px;
  margin-bottom: 5px;
}
.survey-response-cell-date-container{
  width: 100%;
}
.survey-response-cell-title-cell{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  padding-right: 34px;
}
.survey-response-cell-title-text{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.survey-child-question-cell{
  margin-top: 15px;
}
.survey-child-add-button{
  min-width: 100px;
  margin-top: 10px;
}
.survey-child-response-container{
  max-height: 420px;
  overflow-y: auto;
  padding: 2px;
}
survey-response-cell{
  display: block;
}
.survey-response-cell-component{
  cursor: pointer;
}
.survey-response-cell-component:focus{
  outline: 2px solid rgb(54, 176, 178);
  outline-offset: 1px;
}
.survey-response-cell-important-container{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  gap: 10px;
}
.survey-response-cell-important-label{
  min-width: 0;
}
.survey-response-cell-important-label label{
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}
.survey-response-cell-important-label-full{
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 10px;
}
.survey-response-cell-important-label-half{
  flex: 1 1 calc(50% - 5px);
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.survey-response-cell-important-label-third{
  flex: 1 1 calc((100% / 3) - (20px / 3));
  width: calc((100% / 3) - (20px / 3));
  margin-bottom: 10px;
}
.survey-response-cell-important-value{
  height: auto;
  min-height: 36px;
  overflow-wrap: anywhere;
  background-color: #f5f5f5;
}
.survey-child-loading{
  padding: 10px;
  text-align: center;
}
.survey-response-cell-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.survey-response-cell-action-button{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: white;
  font-size: 13px;
}
.survey-response-cell-action-button:disabled{
  cursor: default;
  opacity: 0.65;
}
.survey-response-cell-delete-button{
  position: absolute;
  top: 4px;
  right: 4px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #b84a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
.survey-response-cell-delete-button:hover{
  background: rgba(184, 74, 74, 0.12);
}
.survey-response-cell-delete-button:focus{
  outline: 2px solid rgb(54, 176, 178);
  outline-offset: 1px;
}
.survey-response-cell-delete-icon{
  display: inline-block;
  transform: translateY(-1px);
}
.survey-child-dialog{
  z-index: 10001;
}
@media (max-width: 600px){
  .survey-response-cell-important-label-half,
  .survey-response-cell-important-label-third{
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.download-report-button{
  position: absolute;
  left: 0;
  background-color: white;
}
.download-email-report-button{
  position: absolute;
  left: 50px;
  background-color: white;
}
.survey-downloading-text{
  left: 0px;
  position: absolute;
  Bottom: 0px;
  font-size: 15px;
  background-color: white;
  width: 120px;
  padding-top: 10px;
  z-index: 3;
  padding-left: 10px;
  padding-bottom: 15px;
}
.ngdialog-close{
  height: 35px;
  width: 35px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.ngdialog-close:before{
  height: 25px!important;
  width: 25px!important;
  font-size: 20px!important;
}
.progress-bar-zero{
  width: 100%!important;
  background-color: transparent!important;
  text-align: left!important;
  padding-left: 10px;
    color: black;

}
.medication-date-container{
  display: flex;
}
.medication-date-container{
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.medication-datepicker{
  border: 1px solid #CCCCCC;
  height: 34px;
  width: 100%;
}
.medication-datepicker-cell{
  width: 33%;
}
.medication-datepicker-cell-ongoing{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  width: calc(33% - 15px);
}
.medication-datepicker-ongoing{
  width: 100%;
}
@media only screen and (max-width: 500px) {
}
.medication-dosage-cell{
  width: calc(50% - 5px);
}
.medication-dosage-cell input {
  width: 100%;
}
.medication-dual-container{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 450px) {
  .medication-dual-container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .medication-dosage-cell{
    width: 100%;
  }
  .medication-dosage-cell input {
    width: 100%;
  }
  .medication-date-container{
    display: flex;
    flex-wrap: wrap;
  }
  .medication-datepicker-cell{
    width: 100%;
  }
  .medication-datepicker-cell-ongoing{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }
  .medication-datepicker{
    width: 100%;
  }
}
.survey-pdf-text{
  background-color: white;
  font-size: 17px;
  font-weight: 600;
  padding-left: 10px;
  padding-top: 10px;
  width: 106px;
}
.survey-previous-button{
    background-color: rgba(229,229,229,1);
}
