div.alert-info a {
  color: white !important;
  font-weight: 600;
  font-size: 16px;
}

.card-header {
  border: unset !important;
  padding-bottom: unset;
  min-height: 60px;
}

.form-group label {
  font-family: "Mulish";
  font-style: normal;
  font-size: 16px;
}

p.titulo-header-saiba-mais {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

p.page-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  /* Brand Colors/Marine Blue */
  color: #212E3E;
}

p.page-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #212E3E;
  margin-bottom: 24px;
}

.btn-filtro.btn-continuar btn-voltar {
  margin-left: 30px;
  padding: 7px !important;
}

.btn-filtro {
  padding: 15px !important;
  padding-left: 10px;
}

.edp-btn-filtro {
  padding: 7px 16px;
  gap: 10px;
  border: 2px solid #424D5B;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 24px !important;
  color: #000000;
}

.edp-btn-filtro:hover {
  opacity: 0.7;
  cursor: pointer;
}

.edp-btn-filtro.selecionado {
  background-color: #424D5B;
  color: white !important;
}

.edp-btn-filtro.nao-selecionado {
  background-color: white;
  color: #222222 !important;
}

.group-buttons {
  margin-top: 80px;
}

.label-option {
  font-weight: 500;
  color: #000000;
}

.label-title {
  min-width: 300px;
  font-weight: 600;
  color: #424D5B;
}

.only-first-letter-upper {
  text-transform: lowercase;
}

.only-first-letter-upper::first-letter {
  text-transform: uppercase;
}

/**CHECKBOX**/
.container-label {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  color: #424242;
  font-weight: 400;
}

.container-label input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -0.5rem;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid gray;
  border-radius: 2px;
}

.container-label input:checked ~ .checkmark {
  background-color: #225E66;
  border: none;
}

.checkmark::after {
  display: none;
  content: "";
  position: absolute;
}

.container-label .checkmark::after {
  content: "";
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

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

/** Radio buttom**/
form .radio-input input:checked ~ .edp-radio-2023 {
  background: #225E66 !important;
  border-color: #225E66 !important;
}

/**Text area**/
form .form-group textarea.form-control {
  border: 1px solid #d7dfe0;
  background: #ffffff;
  color: #000000;
}

/**
    media query
*/
@media (max-width: 768px) {
  #detalhamento-saiba-mais .card-detalhe {
    margin-top: 10px;
    box-shadow: unset;
    position: relative;
  }
  .form-group.group-buttons {
    display: inline-grid;
    width: 100%;
    text-align: center;
  }
  a.btn-filtro.nao-selecionado {
    margin: 0 auto;
    border: none;
    text-decoration: underline;
  }
}
/**Validations**/
span.text-danger.field-validation-error {
  margin-bottom: 10px;
}

/**Inputs defaults e labels**/
.edp-box-new {
  padding-left: 0;
}

.edp-action-buttons {
  padding-left: 15px;
  margin-top: 16px;
}

.new-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* Neutral colors//Black EDP */
  width: 100%;
  color: #000000;
  display: inline;
}

p.new-title, p.new-subtitle {
  color: #000000 !important;
}

p.new-subtitle.results {
  color: #424D5B !important;
  font-size: 14px;
}

.new-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}

.new-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.title-session {
  margin-bottom: 40px;
}

.title-session-with-button {
  margin-bottom: 40px;
  display: flex;
}

p.terms-session {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* Neutral colors//Black EDP */
  color: #000000 !important;
  padding-left: 15px;
}

p.terms-session a {
  color: blue;
}

@media (max-width: 780px) {
  .new-title {
    font-size: 22px;
  }
  .title-session {
    margin-bottom: 24px;
  }
}
/**New cards**/
.container-expansible-cards {
  width: 100%;
}

.expansible-card {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

.card-header-information {
  padding: 16px;
}

.information {
  display: flex;
  gap: 8px;
  line-height: 23px;
  color: #424D5B;
  font-size: 18px;
  font-weight: 400;
}

.expansible-card .card-header {
  min-height: 100px;
  /* border: 1px solid gray; */
  border: 1px solid #D7DFE0 !important;
  width: 100% !important;
  background-color: white !important;
  padding: 5px;
  position: relative !important;
}

.expansible-card.open .card-header {
  display: none;
}

.expansible-card .card-body {
  display: none;
}

.expansible-card.open .card-body {
  display: flex;
  width: 100%;
  min-height: 200px;
  background-color: #F1F4F4;
  cursor: pointer;
}

.card-body.header-page {
  background-color: #fff !important;
  border: 1px solid #D7DFE0;
  border-radius: 4px;
  min-height: unset !important;
}

.card-body.header-page .body-information-detail {
  margin-top: unset !important;
}

.card-header-icon {
  display: grid;
  place-items: center;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 40%;
}

.card-header:hover {
  background-color: #F1F4F4 !important;
  cursor: pointer;
}

.body-icon {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}

.body-information-header {
  display: flex;
  gap: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #424D5B;
}

.information-container {
  width: 100%;
}

.body-information-detail {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 16px;
}

.info {
  display: flex;
  line-height: 18px;
}

.body-information-detail .header-label {
  min-width: 250px;
  font-weight: 700;
  font-size: 18px;
  color: #424D5B;
}

.body-information-detail .header-info {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #424D5B;
}

/** Botao **/
a .edp-btn.edp-btn-dark.right.btn-2023 {
  display: flex;
  gap: 9px;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 23px !important;
  color: #000000 !important;
}

a.edp-btn.edp-btn-dark.right.btn-2023:hover {
  opacity: 0.7 !important;
}

.right {
  float: right;
  margin-left: auto;
}

/****/
.edp-container-align-items-left {
  width: fit-content;
}

.edp-no-border {
  border: none !important;
}

/**Modal**/
.padding-left-unset {
  padding-left: unset;
}

.edp-close {
  color: #000000 !important;
}

.edp-modal-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 46px;
}

.edp-modal-body {
  padding-left: 46px;
  padding-right: 46px;
}

.edp-modal-footer {
  padding-left: 46px;
  padding-bottom: 40px;
}

.edp-input-group {
  position: relative;
}

.input-edp-2023 {
  padding-left: 16px;
  padding-right: 16px;
}

.input-edp-2023.icon-left {
  padding-left: 56px;
}

p.session-title {
  margin-left: 5px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000000;
  width: 100%;
}

.newDatepicker {
  max-width: 300px;
}

.newDatepicker__container {
  position: relative;
}

.newDatepicker__container img {
  position: absolute;
  top: 12px;
  left: 10px;
}

.newDatepicker #DataLeitura {
  border: 1px solid #222222;
  background-color: transparent;
  border-radius: 4px;
  height: 40px;
  background-image: url(/images/icones-servicos-new/service-icon-28.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: 95% center;
  padding-left: 32px;
  line-height: 40px;
  font-size: 16px;
  color: #141414;
  font-family: Mulish;
}

.newDatepicker label {
  display: block;
  width: 100%;
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}

.ui-datepicker {
  width: 300px;
  margin-top: 5px;
}

.ui-datepicker .ui-datepicker-title {
  text-align: left;
  margin: 0 8px;
}

.ui-datepicker .ui-datepicker-prev {
  left: unset;
  right: 30px;
}

.ui-datepicker .ui-widget-header {
  border: 0;
  background: #fff;
  color: #4a4a4a;
}

.ui-datepicker .ui-widget-header .ui-icon-circle-triangle-w,
.ui-datepicker .ui-widget-header .ui-icon-circle-triangle-e {
  background-position: center;
}

.ui-datepicker .ui-widget-header .ui-icon-circle-triangle-w {
  background-image: url(/images/icones-servicos-new/date-picker-prev.png);
}

.ui-datepicker .ui-widget-header .ui-icon-circle-triangle-e {
  background-image: url(/images/icones-servicos-new/date-picker-next.png);
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-default:active,
.ui-datepicker .ui-state-default:hover {
  background: transparent !important;
  border: 0 !important;
}

.ui-datepicker td span,
.ui-datepicker td a,
.ui-datepicker th span {
  text-align: center;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 30px;
  font-family: Mulish;
}

.header-info {
  text-transform: lowercase;
}

.header-info:first-letter {
  text-transform: uppercase;
}

.sub-session {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: -10px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}