header{ display:none !important; }
body { background: transparent !important;
      font-family: 'Arial'}
.container-fluid{ padding: 0px !important; }
.card { border: none !important; }

.header-fixed .app-body {
  margin-top: 0px;
}

.print{
  display:block !important;
  /* border: solid 1px rgba(0,0,0,.26);
  padding: 10px; */
  margin-top: 10px;
  margin-left: 60px;
}
.mat-form-field { display:none !important; }
.mat-slider { display:none !important; }
mat-radio-group { display:none !important; }

.print-slider {
  display:block !important;
  position: relative;
  margin-top: 10px;
}

.print-slider span {
  height: 7px;
  width: 100%;
  background: rgba(0,0,0,.26);
  border-radius: 10px;
  display: block;
}

.print-slider span.value {
  background: #A8D613;
  position: absolute;
  left: 0;
  top: 0;
}

.print-checkbox {
  display: inline-block;
  height: 20px;
  width: 20px;
  /* border-width: 2px; */
  /* border-style: solid; */
  background-color: #ccc;
  /* border-radius: 50%; */
  /* border-color: rgba(0,0,0,.54); */
}

.print-checkbox.checked {
  background-color: #004a6c;
}

/* .print-checkbox.checked:after {
  content:"V";
  color: white !important;
  font-weight: bold !important;
} */

.print-checkboxs {
  display: block;
}

.margin-card {
  margin: 0px -20px;
}

.page-break {
  page-break-before: always;
  height: 25px;
}

.row_custom {
  text-align: justify;
  min-width: 412px;
  /* border: 1px solid green; */
  width: 60%; /* it changes by screen size actually */
  height: 40px;
  padding: 5px;
}

.row_custom:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.col_custom {
  display: inline-block;
}
.box_custom {
  /* border: 1px solid #DDD; */
  /* width: 80px;
  height: 80px; */
  margin: 0 auto;
}


/* h1 {
  font-size: 21px !important;
}

h2{
  font-size: 16px !important;
}

h5{
  font-size: 14px !important;
  font-weight: normal;
}

h6{
  font-size: 16px !important;
  font-weight: bold;
  color: #A8D613;
}

td {
  font-size: 14px;
} */

.question{
  padding: 1.25rem;
}

.full-width textarea{
  height: 80px;
}
