.article-exchange-body {
  display: flex;
  position: relative;
  margin: 20px 0px;
}
@media (max-width: 1090px) {
  .article-exchange-body {
    display: block;
  }
}

.call-for-abstract {
  margin-bottom: 30px;
}
.call-for-abstract .cfa-descrption p {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 2;
}
.call-for-abstract .form-control {
  border: 1px solid #ced4da;
  height: 42px;
}
.call-for-abstract .form-control:focus {
  border: 1px solid #005f60;
}
.call-for-abstract .form-control.js-form-file {
  height: 38px;
  width: 30%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .call-for-abstract .form-control.js-form-file {
    width: 100%;
  }
}
.call-for-abstract .cfa-des {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 15px;
}
.call-for-abstract .title {
  display: none;
}
.call-for-abstract .sub-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.call-for-abstract label {
  color: #333333;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 5px;
}
.call-for-abstract .form-required:after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(/themes/contrib/bootstrap_barrio/images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}
.call-for-abstract textarea.form-control {
  height: 100%;
  resize: none;
}
.call-for-abstract #edit-field-suggested-topics--wrapper legend span {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  margin-top: 20px;
}
.call-for-abstract .target-audience input[type=radio]:checked, .call-for-abstract .target-audience input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.call-for-abstract .target-audience input[type=radio] + label {
  padding-left: 32px;
  line-height: 20px;
  display: inline-block;
  color: #666;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.call-for-abstract .target-audience input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 25px;
  height: 25px;
  border: 2px solid #dcdcdc;
  border-radius: 100%;
  background: #fff;
}
.call-for-abstract .target-audience input[type=radio] + label::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #005f60;
  position: absolute;
  top: 3px;
  left: 6px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}
.call-for-abstract .target-audience input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.call-for-abstract .target-audience .form-check {
  padding-left: 0px;
  margin-bottom: 20px;
}
.call-for-abstract .target-audience legend {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.call-for-abstract .target-audience .radio {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper [data-drupal-selector*=top-paragraph-type-title] {
  display: none;
}
.call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .tabledrag-toggle-weight-wrapper {
  display: none;
}
.call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .field-label .label {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  margin-top: 20px;
}
.call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .field-multiple-drag {
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 10px;
}
.call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .field-multiple-drag .handle {
  width: 22px;
  height: 22px;
}
.call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .speaker-field-item {
  display: flex;
  flex-direction: column;
}
.call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .speaker-field-item [data-drupal-selector^=edit-field-suggested-speakers-][data-drupal-selector$=-top] {
  order: 2;
  display: block;
}
@media only screen and (min-width: 600px) {
  .call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .speaker-field-item .field--name-field-speaker-firstname {
    float: left;
    width: 48%;
  }
  .call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .speaker-field-item .field--name-field-speaker-lastname {
    float: right;
    width: 50%;
  }
  .call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .speaker-field-item .field--name-field-speaker-email {
    float: left;
    width: 48%;
  }
  .call-for-abstract .suggested-speakers #edit-field-suggested-speakers-wrapper .speaker-field-item .field--name-field-speaker-firm {
    float: right;
    width: 50%;
  }
}
.call-for-abstract .suggested-speakers .paragraphs-dropbutton-wrapper {
  float: right;
  z-index: 3;
  position: relative;
}
.call-for-abstract .suggested-speakers .paragraphs-dropbutton-wrapper [data-drupal-selector^=edit-field-suggested-speakers-][data-drupal-selector$=-top-links-remove-button] {
  background-color: #e37705;
  border-color: #e37705;
  color: #ffffff;
  width: 100px;
}
.call-for-abstract .suggested-speakers .paragraphs-dropbutton-wrapper [data-drupal-selector^=edit-field-suggested-speakers-][data-drupal-selector$=-top-links-remove-button]:hover {
  background-color: #e37705;
  border-color: #e37705;
  color: #ffffff;
  transition: all 0.3s ease;
  transform: translateY(-3px);
}
.call-for-abstract .suggested-speakers .clearfix .paragraphs-dropbutton-wrapper {
  width: 200px;
  float: left;
}
.call-for-abstract .suggested-speakers .clearfix .paragraphs-dropbutton-wrapper [data-drupal-selector=edit-field-suggested-speakers-add-more-add-more-button-suggested-speakers] {
  background-color: #005f60;
}
.call-for-abstract .suggested-speakers .clearfix .paragraphs-dropbutton-wrapper [data-drupal-selector=edit-field-suggested-speakers-add-more-add-more-button-suggested-speakers]:hover, .call-for-abstract .suggested-speakers .clearfix .paragraphs-dropbutton-wrapper [data-drupal-selector=edit-field-suggested-speakers-add-more-add-more-button-suggested-speakers]:focus {
  background-color: #e37705;
  border-color: #e37705;
  transition: all 0.3s ease;
  color: #fff;
  transform: translateY(-3px);
}
.call-for-abstract .about-cfa {
  margin-top: 25px;
}
@media only screen and (min-width: 600px) {
  .call-for-abstract .about-cfa .field--name-field-cfa-first-name {
    float: left;
    width: 48%;
  }
  .call-for-abstract .about-cfa .field--name-field-cfa-last-name {
    float: right;
    width: 50%;
  }
  .call-for-abstract .about-cfa .field--name-field-cfa-email {
    float: left;
    width: 48%;
  }
  .call-for-abstract .about-cfa .field--name-field-cfa-firm {
    float: right;
    width: 50%;
  }
}
.call-for-abstract .cfa-submit {
  text-align: left;
}
.call-for-abstract .cfa-submit [data-drupal-selector=edit-submit] {
  background-color: #005f60;
  padding: 10px 15px;
  display: inline-block;
  font-size: 22px;
  line-height: 25px;
  border: 1px solid #005f60;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  margin-bottom: 15px;
  margin: 10px 5px;
  width: 170px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  height: 48px;
}
.call-for-abstract .cfa-submit [data-drupal-selector=edit-submit]:hover {
  background-color: #e37705;
  border: 1px solid #e37705;
  color: #ffffff;
  transform: translate(0px, 0px);
}
.call-for-abstract .cfa-submit [data-drupal-selector=edit-preview] {
  display: none;
}
.call-for-abstract .cfa-document summary:marker {
  display: none;
  font-size: 0;
}
.call-for-abstract .related-document .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.call-for-abstract .related-document .draggable a.tabledrag-handle {
  overflow: unset;
}
.call-for-abstract .related-document .draggable a.tabledrag-handle .handle {
  height: 40px;
  width: 22px;
  margin-top: 7px;
}
.call-for-abstract .related-document .file {
  margin-top: 10px;
}
.call-for-abstract .related-document .tabledrag-toggle-weight {
  display: none;
}
.call-for-abstract .related-document [data-drupal-selector^=edit-field-related-documents-][data-drupal-selector$=remove-button] {
  background-color: #e37705;
  border-color: #e37705;
}
.call-for-abstract .related-document [data-drupal-selector^=edit-field-related-documents-][data-drupal-selector$=remove-button]:hover {
  background-color: #005f60;
  border-color: #005f60;
  transition: all 0.3s ease;
  transform: translateY(-3px);
}
.call-for-abstract .suggested-topics .autocomplete-deluxe-item {
  background-color: #005f60;
  color: white;
}
.call-for-abstract .form-control:focus {
  box-shadow: none;
}
.call-for-abstract div.autocomplete-deluxe-multiple {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background: #fff;
}
.call-for-abstract div.autocomplete-deluxe-multiple input:focus {
  border: 0px;
}

.ui-autocomplete .ui-menu-item a:hover {
  background: #005f60 !important;
  border: 1px solid #005f60 !important;
}

.ui-widget.ui-widget-content {
  background-color: #ffffff;
}

input.autocomplete-deluxe-form.autocomplete-deluxe-multiple {
  height: 31px;
}

.ui-autocomplete-input ~ div.autocomplete-deluxe-throbber {
  opacity: 0;
}

.ui-autocomplete-input:focus ~ div.autocomplete-deluxe-throbber {
  opacity: 1;
}

small {
  font-size: 14px;
}

.placeholder {
  background-color: transparent;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  background-color: #005f60;
}

.messages--error {
  color: #f00;
}

.cfa-thankyou {
  border: 1px solid #ececec;
  box-shadow: 0px 1px 3px 0px #e2e1e1;
  padding: 20px;
  border-radius: 15px;
  margin: 50px auto;
  text-align: center;
  max-width: 770px;
}
.cfa-thankyou h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #005f60;
}
.cfa-thankyou p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.cfa-thankyou p a {
  color: #e37705;
}
.cfa-thankyou .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #e37705;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.cfa-thankyou .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #e37705;
  stroke-miterlimit: 10;
  margin: 10px auto;
  box-shadow: inset 0px 0px 0px #e37705;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.cfa-thankyou .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
/*# sourceMappingURL=page--call-for-abstract.css.map */
