#consultation {}

#consultation .container {
  width: 90%;
  max-width: 2560px;
}

#consultation .row {
  padding: 2% 0;
}

#consultation .separator {
  margin: 20px 0;
  border: .5px solid #f3f4f6;
}

/* HEADER */

#consultation .section-header {
  background: #FBCC23;
  padding-top: 25px;
  padding-bottom: 25px;
}

#consultation .section-header .reference {
  font-size: 18px;
}

#consultation .section-header .publishedAt {
  font-size: 14px;
}

#consultation .section-header .title {
  color: #414247!important;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  width: 80%;
}

#consultation .section-header-sticky {
  display: none;
  background: #FBCC23;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 9;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}

#consultation .section-header-sticky.visible {
  display: block;
  transform: translateY(0);
}

#consultation .section-header-sticky .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 492px) {
  #consultation .section-header-sticky.visible .row {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

#consultation .section-header-sticky .title {
  color: #414247!important;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 0;
  max-width: 60%;
}

@media screen and (max-width: 492px) {
  #consultation .section-header-sticky.visible .title {
    max-width: 100%;
  }
}


/* CONTENT */

#consultation .section-content {
  background: #f3f4f6;
  padding: 27px 0;
}

#consultation .section-content .row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  #consultation .section-content .row {
    flex-direction: column;
  }
}

#consultation .section-content .row h5 {
  color: #414247;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#consultation .section-content .row .group {
  page-break-inside: avoid;
  margin-bottom: 20px;
}

#consultation .section-content .row .group h6 {
  color: #414247;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 5px;
}

#consultation .section-content .row .group h6.primary {
  color: #FBCC23;
}

#consultation .section-content .row .group p,
#consultation .section-content .row .group ul {
  color: #414247;
  font-size: 16px;
}

#consultation .section-content .row .group ul {
  padding-left: 15px;
  list-style: circle;
  font-size: 15px;
}

#consultation .section-content .row .group ul > li {
  font-weight: bold;
}

#consultation .section-content .row .group ul > li > ul > li {
  font-weight: normal;
}

#consultation .section-content .column {
  flex: 1;
  background: #FFF;
  border-radius: 30px;
  padding: 25px;
}

#consultation .section-content .column-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* Back Link */

#consultation .section-content .row-back {
  display: flex;
  align-items: center;
}

#consultation .section-content .row-back .column {
  padding: 0;
  background: transparent;
}

#consultation .section-content .row-back .column.publications {
  text-align: right;
}

#consultation .section-content .back-link {
  color: #414247;
  font-size: 16px;
  font-weight: 700;
}

#consultation .section-content .btn-show-publications {
  background: #FFF;
  color: #414247;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 10px;
}

#consultation .section-content .btn-show-publications:hover {
  cursor: pointer;
}

#consultation .section-content .btn-show-publications .badge {
  color: #FFF;
  background: #fbcc23a7;
  border-radius: 30px;
  padding: 0px 8px;
  margin-left: 5px;
}

#consultation .section-content .row-alert-expired {
  background: #FFF;
  border-radius: 30px;
  padding: 20px 50px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#consultation .section-content .row-alert-expired .title {
  color: red;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

/* First Row */

#consultation .section-content .row-overview {
  background: #FFF;
  border-radius: 30px;
  padding: 20px 50px;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  #consultation .section-content .row-overview {
    gap: 0;
    padding: 25px 0;
  }
}

#consultation .section-content .row-overview .column-1 {
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  #consultation .section-content .row-overview .column-1 {
    padding-right: 25px;
    margin-bottom: 25px;
  }
}

#consultation .section-content .row-overview .column-2,
#consultation .section-content .row-overview .column-3 {
  flex: 1.5;
}

@media screen and (max-width: 1024px) {
  #consultation .section-content .row-overview .column-2,
  #consultation .section-content .row-overview .column-3 {
    padding-top: 0
  }
}

#consultation .section-content .row-overview .logo-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f3f4f6;
  padding: 0 25px;
}

@media screen and (max-width: 1024px) {
  #consultation .section-content .row-overview .logo-box {
    border-right: 0;
  }
}

#consultation .section-content .row-overview .logo {
  height: 160px;
  margin: 0 auto;
  object-fit: contain;
}

#consultation .section-content .row-overview .group {
  page-break-inside: avoid;
  margin-bottom: 20px;
}

#consultation .section-content .row-overview .group:last-of-type {
  margin-bottom: 0;
}

#consultation .section-content .row-overview .group.limitDate {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 20px;
}

#consultation .section-content .row-overview h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

#consultation .section-content .row-overview p {
  font-size: 14px;
  color: #414247;
}

#consultation .section-content .row-overview .specifications {
  columns: 2;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  #consultation .section-content .row-overview .specifications {
    columns: 1;
  }
}

/* */

#consultation .section-content .row-description {
  color: #414247;
  font-size: 16px;
}

/* Second Row */

#consultation .section-content .row-dce-qa .column-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#consultation .section-content .row-dce-qa .column-title h4 {
  font-weight: 600;
  padding: 0;
}

#consultation .section-content .documents {
  max-height: 300px;
  overflow-y: scroll;
}

#consultation .section-content .documents.empty {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
}

#consultation .section-content .document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
}

#consultation .section-content .document:first-of-type {
  padding-top: 0;
}

#consultation .section-content .document .document-name {
  color: #414247;
  font-size: 16px;
  padding-right: 10px;
}

#consultation .section-content .document .document-size {
  white-space: nowrap;
}

#consultation .section-content .qa {
  color: #414247;
  max-height: 300px;
  overflow-y: scroll;
}

#consultation .section-content .qa.empty {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
}

#consultation .section-content .qa .question {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#consultation .section-content .qa .answer {
  margin-top: 10px;
}

#consultation .section-content .qa .answer p {
  font-weight: bold;
}

#consultation .section-content .row-actions .btn-download {
  color: #414247;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #414141;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 10px;
}

@media screen and (max-width: 492px) {
  #consultation .section-content .row-actions .btn-download {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#consultation .section-content .row-actions .btn-ask {
  color: #FFF;
  background: #414247;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #414141;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 10px;
}

@media screen and (max-width: 492px) {
  #consultation .section-content .row-actions .btn-ask {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#consultation .section-content .row-actions .btn-ask {
  cursor: pointer;
}

#consultation .section-content .row-actions .btn-ask:hover {
  cursor: pointer;
}

#consultation .section-content .row-actions .btn-ask.disabled {
  color: #414141;
  border: 1px solid #DDDEE0;
  background: #DDDEE0;
}

#consultation .section-content .row-actions .btn-ask.disabled:hover {
  cursor: not-allowed;
}

#consultation .section-content .row-actions .btn-apply {
  color: #414141;
  background: #FBCC23;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #FBCC23;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 10px;
}

@media screen and (max-width: 492px) {
  #consultation .section-content .row-actions .btn-apply {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#consultation .section-content .row-actions .btn-apply:hover {
  cursor: pointer;
}

#consultation .section-content .row-actions .btn-apply.disabled {
  border: 1px solid #DDDEE0;
  background: #DDDEE0;
}

#consultation .section-content .row-actions .btn-apply.disabled:hover {
  cursor: not-allowed;
}

/* */

#consultation .section-content-footer-sticky {
  display: block;
  background: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 9;
  bottom: 0;
  position: fixed;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  border-top: 1px solid #414247;
}

@media screen and (max-width: 492px) {
  #consultation .section-content-footer-sticky {
    display: none!important;
  }
}

#consultation .section-content-footer-sticky.hidden {
  display: none;
  transform: translateY(-100%);
}

#consultation .section-content-footer-sticky .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  overflow-y: scroll;
}

#consultation .section-content-footer-sticky .row .btn-download {
  color: #414247;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #414141;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 10px;
}

@media screen and (max-width: 492px) {
  #consultation .section-content-footer-sticky .row .btn-download {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#consultation .section-content-footer-sticky .row .btn-ask {
  color: #FFF;
  background: #414247;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #414141;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 10px;
}

@media screen and (max-width: 492px) {
  #consultation .section-content-footer-sticky .row .btn-ask {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#consultation .section-content-footer-sticky .row .btn-ask:hover {
  cursor: pointer;
}

#consultation .section-content-footer-sticky .row .btn-ask.disabled {
  color: #414141;
  border: 1px solid #DDDEE0;
  background: #DDDEE0;
}

#consultation .section-content-footer-sticky .row .btn-ask.disabled:hover {
  cursor: not-allowed;
}

#consultation .section-content-footer-sticky .row .btn-apply {
  color: #414141;
  background: #FBCC23;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #FBCC23;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 10px;
}

@media screen and (max-width: 492px) {
  #consultation .section-content-footer-sticky .row .btn-apply {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#consultation .section-content-footer-sticky .row .btn-apply:hover {
  cursor: pointer;
}

#consultation .section-content-footer-sticky .row .btn-apply.disabled {
  border: 1px solid #DDDEE0;
  background: #DDDEE0;
}

#consultation .section-content-footer-sticky .row .btn-apply.disabled:hover {
  cursor: not-allowed;
}

/* FOOTER */

#consultation .section-footer {
  background: #FBCC23;
  padding-top: 20px;
  padding-bottom: 20px;
}

#consultation .section-footer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  #consultation .section-footer .row {
    flex-direction: column;
    padding: 10px 25px;
  }
}

#consultation .section-footer .column {}

#consultation .section-footer .column-1 {}

#consultation .section-footer .column-2 {}

#consultation .section-footer .cta-title {
  color: #414248!important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}

@media screen and (max-width: 1024px) {
  #consultation .section-footer .cta-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}

#consultation .section-footer .cta-btn {
  display: inline-block;
  color: #000000 !important;
  border-width: 0px !important;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.7em;
  background-color: #FFFFFF;
  padding: .3em 1em;
  padding-right: 50px !important;
  padding-left: 50px !important;
}

@media screen and (max-width: 1024px) {

}

/* Modal */

#publicationsModal .modal-content {
  padding-bottom: 0;
}

#publicationsModal .table {
  width: 100%;
}

#publicationsModal .table th:first-of-type {
  border-top-left-radius: 10px;
}

#publicationsModal .table th:last-of-type {
  border-top-right-radius: 10px;
}

#publicationsModal .table th {
  color: #414141;
  background: #FBCC23;
  text-align: left;
  padding: 10px 20px;
  font-size: 18px;
}


#publicationsModal .table td {
  color: #414247;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}

#publicationsModal .table td.text-right {
  text-align: right;
}

#publicationsModal .btn-publication-show {
  color: #414141;
  background: #FBCC23;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border-radius: 30px;
  padding: 6px 16px;
}

#publicationsModal .btn-publication-show:hover {
  cursor: pointer;
}

#dceModal {
  color: #414141;
}

#dceModal .modal-content {
  padding-bottom: 0;
}

#dceModal .btn-login {
  display: inline-block;
  color: #414141;
  background: #FBCC23;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #FBCC23;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 5px;
}

@media screen and (max-width: 468px) {
  #dceModal .btn-login {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

#dceModal .form-section-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

@media screen and (max-width: 468px) {
  #dceModal .form-section-title {
    text-align: center;
  }
}

#dceModal .form .error {
  color: #F00;
  margin-top: 10px;
  text-align: center;
}

#dceModal .anonymous {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  line-height: 15px;
}

#askModal {
  color: #414141;
}

#askModal .modal-content {
  padding-bottom: 0;
}

#askModal .btn-login {
  color: #414141;
  background: #FBCC23;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #FBCC23;
  border-radius: 30px;
  padding: 8px 16px;
  margin-right: 5px;
}

@media screen and (max-width: 468px) {
  #askModal .btn-login {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

#askModal .form-section .form-section-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

@media screen and (max-width: 468px) {
  #askModal .form-section .form-section-title {
    text-align: center;
  }
}

#askModal .form-section-2 {
  display: none;
}

#askModal .form .success {
  color: #1DB118;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

#askModal .form .error {
  color: #F00;
  margin-top: 10px;
  text-align: center;
}