html,
body {
  height: 100%;
}

/*buttons*/

.btn-gl-md {
  min-height: 50px;
  /* min-width: 150px; */
  text-transform: uppercase;
  border-radius: 4px;
  font-family: 'Unimed Sans';
  font-weight: bold;
  width: 100%;
  display: block;
  margin: auto;
}

.btn-gl-sm {
  min-height: 35px;
  border-radius: 4px;
  font-family: 'Unimed Sans';
  font-weight: bold;
  width: 100%;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
}

a.btn-gl-md {
  line-height: 50px;
  text-align: center;
}

.btn-gl-md.color-white:hover {
  color: white;
}

.btn-gl-white {
  background-color: #fff;
  color: #00985c;
  border: 1px solid #00985c;
}

.btn-gl-white:hover {
  color: #fff;
  background-color: #00985c;
  border: 1px solid #00985c;
}

/* //pink button */

.btn-gl-pink {
  background-color: #ed1651;
  color: white;
}

.btn-gl-pink:hover {
  color: #ed1651;
  background-color: white;
  text-decoration: none;
}

/* pink border button */

.btn-gl-white-pink {
  color: #ed1651;
  border: solid 1px #ed1651;
  background-color: white;
}

.btn-gl-white-pink:hover {
  background-color: #ed1651;
  color: white;
  text-decoration: none;
  border: 1px solid #fff;
}

.btn-gl-pink.white-background:hover {
  background-color: #cd1245;
  color: white;
}

.btn-gl-green-pj,
.btn-gl-green-pj:focus,
.btn-gl-green-pj:hover {
  color: #fff;
  background-color: #00401a;
  border: 1px solid #00401a;
  margin: auto;
}

.btn-gl-green-pj:hover {
  filter: brightness(1.1) contrast(0.9);
}

.btn-gl-green,
.btn-gl-green:focus,
.btn-gl-green:hover {
  color: #fff;
  background-color: #00985c;
  border: 1px solid #00985c;
  margin: auto;
}

.btn-gl-green:hover {
  background-color: rgba(0, 152, 92, 0.882353);
}

.btn-gl-green:disabled {
  background-color: #dbe9e3;
  color: #93c9b4;
  border: 1px solid #dbe9e3;
}

.atendimento-guia{
  pointer-events: none;
}

.btn-gl-bg-color {
  border: #fff 1px solid;
}

.btn-gl-bg-green-color:hover {
  background-color: #fff;
  color: #00985c;
}

.btn-outline-green {
  border: 1px solid;
  border-radius: 6px;
  padding: 15px;
  border-color: #00985c;
  color: #00985c;
  background-color: white;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
}

.btn-chevron-right::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  position: absolute;
  right: 30px;
  font-size: 1.3em;
}

.btn-plus::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f067';
  position: absolute;
  right: 30px;
  font-size: 1.3em;
}

.btn-minus::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f068';
  position: absolute;
  right: 30px;
  font-size: 1.3em;
}

/* Clean form */

form.form-minimalist > input[type='text'] {
  font-family: 'Unimed Sans', sans-serif;
}

form.form-minimalist label {
  font-family: 'Unimed Sans', sans-serif;
  color: #757575;
  font-size: 0.85em;
  font-weight: 700;
}

form.form-minimalist .small-instruction {
  font-size: 0.8em;
  line-height: normal;
  color: #757575;
}

/* //resets select/ */

select.form-min-control {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  background-color: white;
  appearance: none;
  -webkit-appearance: none;
  margin: initial;
  width: 100%;
  overflow: hidden;
}

/* //form min control inputs */

/* this is the minimalist form */

.form-min-control,
input[type='text'].form-min-control,
input[type='email'].form-min-control,
select.form-min-control {
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #00985c;
  font-weight: 500;
  border-bottom: 1px solid #757575;
  border-radius: 0px;
  background-color: white;
  display: block;
  font-size: 13px;
  height: initial;
  padding: initial;
  margin-bottom: initial;
  font-family: 'Unimed Sans', sans-serif;
}

.form-min-control:active,
.form-min-control:focus {
  border-bottom: 1px solid #00985c !important;
}

select.form-min-control::-ms-expand {
  display: none;
}

.form-min-control:disabled,
.form-min-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}

label.form-min-label-round {
  overflow: hidden;
  position: relative;
  display: block;
}

label.form-min-label-select {
  overflow: hidden;
  position: relative;
  display: block;
}

label.form-min-label-select::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d7';
  color: #00985c;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 20px;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.form-group.input-invalid > .form-min-control {
  border-bottom: 1px solid #df4930;
  color: #df4930;
}

/* font sizes */

.font-1 {
  font-size: 1.25em !important;
}

.font-2 {
  font-size: 2em;
}

.font-source-italic {
  font-size: 11px;
  font-style: italic;
}

.font-weight-semibold {
  font-weight: 600;
}

@media (min-width: 768px) {
  .font-1 {
    font-size: 0.85em !important;
  }
  .font-2 {
    font-size: 1em;
  }
}

/* bootstrap override */

.custom-file-input:lang(pt-br) ~ .custom-file-label::after {
  content: 'Procurar arquivos';
}

.custom-file-input:lang(pt-br) ~ .custom-file-label.disabled::after {
  content: 'Salvo';
  color: lightslategray;
}

/* cards  */

.border-green {
  border-color: #00985c;
}

/* //candidato a ser morto */

p,
p li {
  font-size: 16px;
  line-height: 24px;
}

/* this is needed to override the bootstrap reboot */

a,
a:not([href]):not([tabindex]) {
  color: #00985c;
}

a:hover {
  color: #00985c;
}

i {
  color: #00985c;
  margin-right: 7px;
}

.mar-top {
  margin-top: 60px;
}

.pix-voltar{
  margin-top: 60px;
  color: #00985c !important;
  text-decoration: auto !important;
}

.mar-top-20 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  p,
  p li {
    font-size: 14px;
    line-height: 22px;
  }
  .mar-top {
    margin-top: 30px;
  }
  .mar-top-20 {
    margin-top: 10px;
  }
}

.text-decoration-underline {
  text-decoration: underline;
}

/* RADIO BUTTON */

.container-radio-button {
  display: block;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-radio-button:hover {
  font-weight: bold;
}

.container-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-radio {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: solid 1px #dddddd;
  border-radius: 100px;
}

.container-radio-button:hover input ~ .checkmark-radio {
  border: solid 1px #757575;
}

.container-radio-button input:checked ~ .checkmark-radio {
  border: solid 1px #00985c;
}

.container-radio-button input:checked.container-radio-button {
  color: #00985c;
}

.checkmark-radio:after {
  content: '';
  position: absolute;
  display: none;
}

.container-radio-button input:checked ~ .checkmark-radio:after {
  display: block;
}

.container-radio-button .checkmark-radio:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00985c;
}

/* CHECKBOX */

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px;
}

/* .container-checkbox:hover {
    font-weight: bold;
} */

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Esse próximo será uma tag span que será vizinha input, ambos dentro de container checkbox, que será a label */

.checkmark-checkbox {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: solid 1px #ddd;
}

.container-checkbox:hover input ~ .checkmark-checkbox {
  border: solid 1px #757575;
}

.container-checkbox input:checked ~ .checkmark-checkbox {
  background-color: #00985c;
  border: none;
}

.checkmark-checkbox:after {
  content: '';
  position: absolute;
  display: none;
}

.container-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}

.container-checkbox .checkmark-checkbox:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* calendar css */

.react-calendar__navigation button {
  background-color: #fff;
  color: #00985c;
}

.react-calendar__month-view__days button {
  background-color: #fff;
  padding: 15px 10px;
  color: #111111;
}

.react-calendar__month-view__days__day:focus {
  outline: none;
}

.react-calendar__month-view__days button:disabled {
  color: #e1e1e1;
}

.react-calendar__tile--active {
  background-color: #00985c !important;
  border-radius: 100%;
  color: #fff !important;
  outline: none;
}

.react-calendar {
  border-radius: 6px;
  border: solid 1px #e7e7e7;
}

.react-calendar__navigation {
  padding: 20px 5px;
}

.react-calendar__month-view__weekdays div {
  display: flex;
  justify-content: center;
}

.react-calendar__month-view__weekdays div abbr {
  color: #c8c9cc;
  margin: 20px 0px;
}

/* Flip card */

.flip-scene {
  perspective: 600px;
}

.flip-card {
  backface-visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.flip-content {
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip-content.is-flipped {
  transform: rotateY(180deg);
}

.flip-back {
  transform: rotateY(180deg);
}

.font-unimedslab {
  font-family: 'UnimedSlab', serif;
}

/* colors, updates the unimed.css */
.color-greyish-brown {
  color: #4a4a4a;
}

.input-credit-card {
  -webkit-appearance: auto !important;
  margin-right: 1rem;
}

@media print {
  body {
    color: #333 !important;
  }

  p,
  span,
  h4 {
    font-size: 18px;
    color: #333 !important;
  }

  .CheckInLaboratorioComponent__CheckInScenario-sc-14bxoex-2 .kqGfTw {
    max-width: 60%;
    margin: 100px auto;
  }

  .status-protocol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .status {
    background-color: #00995d !important;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 10px;
    margin-right: 50px;
    width: 250px;

    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .status img {
    max-width: 20%;
  }

  .protocol span:first-child {
    display: block;
    color: #00995d !important;
    font-weight: 600;
  }

  .more-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .figure-eta {
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }

  figure {
    margin: 0;
    background-color: #00401a !important;
    border-radius: 10px;
    width: 260px;
    height: 200px;
    flex: 3;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  img {
    border-radius: 10px;
    max-width: 95%;
  }

  .etaContainer {
    display: flex;
    flex-direction: column;
    flex: 2;
  }

  p {
    margin-bottom: auto;
  }

  a,
  i {
    color: #fff !important;
  }

  a,
  i:nth-child(2) {
    margin: 0;
    display: flex;
    align-items: center;
    background-color: #00401a !important;

    border-radius: 10px;
    padding: 10px 20px;
  }

  span {
    display: block;
  }
}
