@charset "UTF-8";
/**
 * Theme Name:     Divi Child
 * Theme URI:      https://kfrm2026.conventuscredo.hr
 * Author:         Wink
 * Author URI:     https://wink.hr
 * Description:    Custom WordPress / Divi child theme for KFRM2026
 * Version:        1.0.0
 * Template:       Divi
 */
.no-flexbox .terms__blocks:before, .entry:before, .entry__share:before, .entry__content:before, .entry__image:before, .no-flexbox .terms__blocks:after, .entry:after, .entry__share:after, .entry__content:after, .entry__image:after {
  content: "";
  display: table;
}
.no-flexbox .terms__blocks::after, .entry::after, .entry__share::after, .entry__content::after, .entry__image::after {
  clear: both;
}

/*! =Scaffolding
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  color: inherit;
}

/* =Header
-------------------------------------------------------------- */
.mobile_menu_bar::before,
.mobile_menu_bar::after,
.et_toggle_slide_menu::after {
  color: #fff;
}

/* =Frontpage
-------------------------------------------------------------- */
.wi-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.wi-btn:hover {
  text-decoration: none;
}
.wi-btn--upper {
  text-transform: uppercase;
}
.wi-btn--primary {
  color: #fff;
  background-color: #1fbcef;
  border-color: #1fbcef;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.wi-btn--primary:hover {
  background-color: #0f9ecc;
  border-color: #0f9ecc;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.wi-btn--secondary {
  color: #fff;
  background-color: #571e3f;
  border-color: #571e3f;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.wi-btn--secondary:hover {
  background-color: #311124;
  border-color: #311124;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.wi-btn--outline-primary {
  color: #1fbcef;
  border-color: #1fbcef;
}
.wi-btn--outline-primary:hover {
  color: #0f9ecc;
  border-color: #0f9ecc;
}
.wi-btn--outline-secondary {
  color: #571e3f;
  border-color: #571e3f;
}
.wi-btn--outline-secondary:hover {
  color: #311124;
  border-color: #311124;
}

.wi-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
}
.wi-button-row .wi-btn {
  display: block;
}
.wi-button-row > div {
  padding-top: 1rem;
}
@media (min-width: 440px) {
  .wi-button-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wi-button-row .wi-btn {
    display: inline-block;
  }
  .wi-button-row > div:first-child {
    padding-right: 0.5rem;
  }
  .wi-button-row > div:last-child {
    padding-left: 0.5rem;
  }
}

.section-title {
  position: relative;
}
.section-title:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #571e3f;
  background: -webkit-gradient(linear, left top, right top, from(#571e3f), to(#666666));
  background: linear-gradient(to right, #571e3f 0%, #666666 100%);
}

.speakers-gallery .et_pb_gallery_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.speakers-gallery .et_pb_gallery_items .et_pb_gallery_item {
  margin: 0 !important;
  float: none;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  max-width: 128px;
}
@media (min-width: 1399px) {
  .speakers-gallery .et_pb_gallery_items .et_pb_gallery_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.speakers-gallery .et_pb_gallery_items .et_pb_gallery_item > a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.speakers-gallery .et_pb_gallery_items .et_pb_gallery_item img {
  border-radius: 6px;
}

.wi-topic-list {
  counter-reset: topic-list-counter;
  list-style: none !important;
  margin: 0;
  padding: 0 0 0 40px !important;
}
.wi-topic-list li {
  margin: 0 0 0.5rem 0;
  padding: 4px 0 10px 0;
  counter-increment: topic-list-counter;
  position: relative;
  color: #1fbcef;
  font-weight: bold;
  line-height: 1.5;
}
.wi-topic-list li::before {
  content: counter(topic-list-counter);
  color: #1fbcef;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  white-space: nowrap;
  padding: 9px;
  font-weight: bold;
  position: absolute;
  padding: 5px;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: 18px;
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #571e3f;
}

.hero-section .et_pb_bottom_inside_divider {
  display: none;
}
@media (min-width: 1399px) {
  .hero-section .et_pb_bottom_inside_divider {
    display: block;
  }
}

.sponzors-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sponzors-gallery > div {
  padding: 2rem;
}
.sponzors-gallery > div img {
  max-width: 200px;
  height: auto;
  display: block;
}
/** Desktop **/
@media (min-width: 981px) {
  .col-width .et_pb_gallery_item {
    width: 16.66% !important;
    clear: none !important;
  }
}
/** Tablet **/
@media (max-width: 980px) {
  .col-width .et_pb_gallery_item {
    width: 20% !important;
    clear: none !important;
  }
}
/** Small Tablet and Large Phone **/
@media (max-width: 767px) {
  .col-width .et_pb_gallery_item {
    width: 25% !important;
    clear: none !important;
  }
}
/** Phone **/
@media (max-width: 479px) {
  .col-width .et_pb_gallery_item {
    width: 33.33% !important;
    clear: none !important;
  }
}
/*! =WordPress core styles
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright,
.entry__content figure.pull-right {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft,
.entry__content figure.pull-left {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright,
.entry__content img.pull-right {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft,
.entry__content img.pull-left {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry__content figure,
.wp-caption {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  width: auto;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
}
.entry__content figure > a,
.wp-caption > a {
  display: block;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
  max-width: 55%;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
  max-width: 55%;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.entry__content figure figcaption,
.wp-caption .wp-caption-text {
  font-size: 0.85rem;
  line-height: 1.2em;
  margin: 0;
  padding: 6px 0;
  color: #999;
  text-align: left;
}

/* =Footer
-------------------------------------------------------------- */
#footer-info {
  float: none;
  padding-bottom: 10px;
  text-align: center;
}

.footer-widget {
  text-align: center;
}
.footer-widget .et_pb_widget {
  float: none;
  width: 100%;
}

.footer-subtitle {
  font-weight: 100;
}

/*! =Entry
-------------------------------------------------------------- */
.entry, .entry__share, .entry__content, .entry__image {
  display: block;
  position: relative;
}

.entry__header {
  border-bottom: 4px solid #dfe7eb;
  padding-bottom: 0;
  margin-bottom: 1.565rem;
  margin-top: 0;
}

.entry__title {
  margin: -6px 0 8px 0;
  padding: 0;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #1fbcef;
}

.entry__date {
  display: block;
  color: #571e3f;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry__date:before {
  content: "—";
  display: inline-block;
  margin-right: 4px;
  color: #999999;
}

.entry__meta {
  margin: 1.565rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.625rem;
  color: #555555;
}
.entry__meta li {
  margin: 0;
  padding: 0 0.7825rem;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .entry__meta li {
    padding: 0.39125rem 0;
    display: block;
    border-right: none;
    text-align: left;
  }
}
.entry__meta li > span {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  text-align: center;
}
.entry__meta li > span > em {
  color: #999999;
}
.entry__meta li:last-child {
  padding-right: 0;
  border-right: none;
}
.entry__meta li:first-child {
  padding-left: 0;
}
.entry__meta.entry__meta--larger-text {
  font-size: 1rem;
}
.entry__meta.entry__meta--larger-icons i {
  font-size: 1.2em;
}
.entry__meta.entry__meta--center {
  text-align: center;
}
.entry__meta.entry__meta--left {
  text-align: left;
}
.entry__meta.entry__meta--right {
  text-align: right;
}

.entry__image {
  margin-bottom: 1.565rem;
}
.entry__image img {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.entry__image a.entry__image--link {
  display: block;
  text-decoration: none;
}

.entry__content h1, .entry__content h2, .entry__content h3, .entry__content h4, .entry__content h5,
.entry__content p,
.entry__content blockquote,
.entry__content ul,
.entry__content ol {
  margin-bottom: 1.565rem;
}
.entry__content ul,
.entry__content ol {
  padding-left: 1em;
}

.entry__excerpt,
.entry__summary {
  margin-bottom: 1.565rem;
}
.entry__excerpt p,
.entry__summary p {
  margin: 0;
  padding: 0;
}

.entry__excerpt {
  font-size: 135%;
  font-weight: 300;
  line-height: 1.3;
}

.entry__delimiter {
  margin-top: 1.565rem;
  margin-bottom: 3.13rem;
  border: none;
}

.dl-getting-to dt {
  padding-top: 10px;
  margin-bottom: 5px;
}
.dl-getting-to dd {
  margin-bottom: 5px;
  padding-left: 50px;
}

.entry__listing {
  margin-bottom: 2.3475rem;
  padding-bottom: 5px;
}
.entry__listing .entry__header {
  border-bottom: none;
  margin-bottom: 5px;
}
.entry__listing .entry__meta {
  margin: 0.7825rem 0;
}
.entry__listing .entry__title {
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}
.entry__listing .entry__title a {
  color: #571e3f;
}
.entry__listing .entry__title a:hover {
  color: #1fbcef;
}
.entry__listing .entry__excerpt,
.entry__listing .entry__summary {
  font-size: 13px;
  font-size: 0.8125rem;
}
.entry__listing--thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry__listing--thumb .entry__header {
  margin-top: -5px;
}
.entry__listing--thumb .entry__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.entry__listing--thumb .entry__image img {
  max-width: 165px;
  height: auto;
}
.entry__listing--thumb .entry__image > a {
  display: block;
}
.entry__listing--thumb .entry__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
.entry__listing:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 3px solid #1fbcef;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff;
          box-shadow: 0px 0px 0px 15px #ffffff;
}
.entry__listing:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfe7eb;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.entry__listing:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry__listing:last-child:before, .entry__listing:last-child:after {
  display: none;
}

.entry__listing--abstract .entry__meta,
.entry__abstract .entry__meta {
  font-size: 0.75rem;
}

.abstract__status {
  margin-bottom: 15px;
}

.abstract__terms {
  margin-bottom: 25px;
}
.entry__abstract .abstract__terms {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.terms__blocks {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.no-flexbox .terms__blocks {
  display: inline-block;
}
.terms__blocks.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.terms__blocks > div {
  position: relative;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  border-right: 1px solid #ddd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  min-height: 1px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.terms__blocks > div:last-child {
  border-right: none;
}
.no-flexbox .terms__blocks > div {
  display: inline-block;
  float: left;
  width: auto;
}
.terms__blocks h2, .terms__blocks strong {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  display: block;
}
.terms__blocks span {
  display: block;
  min-height: 20px;
  line-height: 1.2;
  font-size: 13px;
}
.terms__blocks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.terms__blocks ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 13px;
}

.abstract-section {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFE7EB;
}

.abstract-section__title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0;
  color: #1fbcef;
  position: relative;
}
.abstract-section__title:before {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.abstract-section__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 10px 0 15px 0;
  padding: 0;
  text-transform: uppercase;
  color: #571e3f;
  letter-spacing: 0.02em;
  position: relative;
}
.abstract-section__subtitle span {
  display: inline-block;
  background-color: #ffffff;
  padding-right: 15px;
  position: relative;
}
.abstract-section__subtitle span:after {
  content: "";
  width: 1000px;
  height: 2px;
  left: 100%;
  top: 50%;
  background: #DFE7EB;
  position: absolute;
}

.abstract-subsection {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.abstract-grid > div {
  padding: 5px 15px 0px 15px;
  margin: 0 0 15px;
  border-top: 1px solid #ddd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}

.abstract-table strong {
  font-size: 14px;
  display: block;
}
.abstract-table span {
  display: block;
  min-height: 20px;
  line-height: 1.2;
  font-size: 13px;
}
.abstract-table tbody tr td {
  width: 33%;
  padding: 10px 8px;
}

.abstract-review-form ul.acf-radio-list.acf-hl li,
.abstract-review-form ul.acf-checkbox-list.acf-hl li {
  margin-right: 10px;
  clear: none;
}
.abstract-review-form .acf-form-submit {
  text-align: center;
}

.abstract__status {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFE7EB;
  overflow: hidden;
}

select option:disabled {
  color: red;
  font-style: italic;
}

/*
 * Registration
 */
.modal-title {
  display: inline-block;
}

.modal-body {
  font-size: 13px;
  font-size: 0.8125rem;
}
.modal-body ul {
  padding-left: 1em;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  top: 2px;
}

.form-control,
.input-group-addon,
.btn,
.alert {
  border-radius: 0;
}

.registration-abstracts {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}
.registration-abstracts h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.registration-abstracts small {
  font-size: 80%;
}
.registration-abstracts label {
  margin-bottom: 0.5rem;
}

.table-registration .checkbox,
.table-registration .radio {
  margin-bottom: 0;
  margin-top: 0;
}

label.control-label-inline {
  display: inline-block;
  width: 80px;
  height: 18px;
  padding: 4px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

form.registration-abstracts {
  margin: 0 0 18px;
}

form.registration-abstracts fieldset {
  border: 0 none;
  margin: 0 0 30px;
  padding: 0;
}

form.registration-abstracts legend {
  border-width: 0 0 3px;
  border: 0;
  border-bottom: 3px solid #1fbcef;
  color: white;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 25px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

form.registration-abstracts legend span {
  background-color: #1fbcef;
  color: white;
  display: inline-block;
  padding: 4px 8px;
}

input.total {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #a6a8aa;
  font-size: 48px;
  height: 54px;
  line-height: 1em;
  margin: 15px 0 20px 0;
  padding: 0 10px;
  width: 100%;
  text-align: right;
}

input.total-main {
  color: #1fbcef;
}

.hideme {
  display: none;
}

/**
 * Abstracts
 */
.coautor-radios .coautor-radios-wrap {
  display: inline-block;
  width: 7.1%;
  padding: 2px 5px;
  background-color: #E6F2F8;
  border: 1px solid #bedded;
  margin: 0 5px 9px 0;
  position: relative;
}

.coconvenor-radios .coconvenor-radios-wrap {
  display: inline-block;
  width: 7.1%;
  padding: 2px 5px;
  background-color: #E6F2F8;
  border: 1px solid #bedded;
  margin: 0 5px 9px 0;
  position: relative;
}

.coautor,
.coconvenor,
.abstract-type-wrap {
  display: none;
}

.has-word-counter {
  display: block;
  position: relative;
}

.abstract-word-counter,
.panel-word-counter {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

#abstracts-banner {
  position: relative;
  background: #B21748;
  color: #ffffff;
  padding: 15px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#abstracts-banner a {
  color: #ffffff;
  text-decoration: underline;
}

#abstracts-banner p {
  margin: 0;
  padding: 0;
}

/**
 * Symposium
 */
.organizer,
.chair,
.discussant,
.speaker {
  display: none;
}

/*! =Page single
-------------------------------------------------------------- */
/*
 * Registration
 */
.modal-title {
  display: inline-block;
}

.modal-body {
  font-size: 13px;
  font-size: 0.8125rem;
}
.modal-body ul {
  padding-left: 1em;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  top: 2px;
}

.form-control,
.input-group-addon,
.btn,
.alert {
  border-radius: 0;
}

.registration-abstracts {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}
.registration-abstracts h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.table-registration .checkbox,
.table-registration .radio {
  margin-bottom: 0;
  margin-top: 0;
}

label.control-label-inline {
  display: inline-block;
  width: 80px;
  height: 18px;
  padding: 4px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

form.registration-abstracts {
  margin: 0 0 18px;
  counter-reset: steps;
}
form.registration-abstracts fieldset {
  border: 0 none;
  margin: 0;
  padding: 0 0 50px 0;
  position: relative;
  counter-increment: step;
}
form.registration-abstracts fieldset legend {
  border: 0;
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 0 50px;
  width: 100%;
  overflow: hidden;
}
form.registration-abstracts fieldset legend span {
  display: inline-block;
  position: relative;
  padding: 13px 0;
  height: 40px;
  color: #571e3f;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 14px;
  background-color: transparent;
}
form.registration-abstracts fieldset legend span:after {
  content: "";
  width: 2000px;
  height: 2px;
  background: rgba(31, 188, 239, 0.75);
  position: absolute;
  top: 50%;
  left: 105%;
  margin-top: -1px;
}
form.registration-abstracts fieldset legend:before {
  content: counter(step);
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #571e3f;
  color: #ffffff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  left: 0;
  letter-spacing: normal;
}

h5.form-sub-step {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0;
  color: #999;
}

input.total {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #a6a8aa;
  font-size: 48px;
  height: 54px;
  line-height: 1em;
  margin: 15px 0 20px 0;
  padding: 0 10px;
  width: 100%;
  text-align: right;
}

input.total-main {
  color: #1fbcef;
}

.hideme {
  display: none;
}

/**
 * Abstracts
 */
.coautor-radios .coautor-radios-wrap {
  display: inline-block;
  width: 7.1%;
  padding: 2px 5px;
  background-color: #1fbcef;
  border: 1px solid #0f9ecc;
  margin: 0 5px 9px 0;
  position: relative;
  border-radius: 4px;
  color: #571e3f;
}

.coautor,
.abstract-type-wrap {
  display: none;
}

.has-word-counter {
  display: block;
  position: relative;
  padding-right: 150px;
}

.abstract-word-counter {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

#abstracts-banner {
  position: relative;
  background: #B21748;
  color: #ffffff;
  padding: 15px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#abstracts-banner a {
  color: #ffffff;
  text-decoration: underline;
}

#abstracts-banner p {
  margin: 0;
  padding: 0;
}

.reference-wrap {
  display: none;
}

.number-radios-wrap input[type=radio] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.number-radios-wrap label {
  display: inline-block;
  margin: 4px;
  position: relative;
}

.number-radios-wrap label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #4e2b61;
  border-radius: 50%;
  background-color: white;
  color: #4e2b61;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.number-radios-wrap input[type=radio]:checked + span {
  background-color: #4e2b61;
  color: white;
}

.number-radios-wrap input[type=radio]:focus + span {
  outline: 3px solid rgba(0, 123, 255, 0.5);
}

/*! =Workshops form
-------------------------------------------------------------- */
.workshops-form {
  color: #111;
  margin: 0 0 18px;
  counter-reset: steps;
}
.workshops-form fieldset {
  border: 0 none;
  margin: 0;
  padding: 0 10px 50px 0;
  position: relative;
  counter-increment: step;
}
@media (min-width: 768px) {
  .workshops-form fieldset {
    padding-left: 50px;
  }
}
.workshops-form fieldset legend {
  border: 0;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 50px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .workshops-form fieldset legend {
    margin-left: -50px;
  }
}
.workshops-form fieldset legend span {
  display: inline-block;
  position: relative;
  padding: 13px 0;
  height: 40px;
  color: #1fbcef;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 14px;
}
.workshops-form fieldset legend span:after {
  content: "";
  width: 2000px;
  height: 2px;
  background: #571e3f;
  position: absolute;
  top: 50%;
  left: 105%;
  margin-top: -1px;
}
.workshops-form fieldset legend:before {
  content: counter(step);
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #666666;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  left: 0;
  letter-spacing: normal;
}
.workshops-form__note {
  border-left: 4px solid #571e3f;
  padding-left: 1rem;
  font-size: 0.9rem;
  color: #999999;
  margin-bottom: 2rem;
}
.workshops-form__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
  color: #999;
}

.workshops {
  margin-bottom: 4rem;
}

.workshop {
  position: relative;
  margin-bottom: 1rem;
}
.workshop.not-available {
  opacity: 0.45;
}
.workshop.not-available .workshop-header small {
  color: red;
}
.workshop-checked {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: white;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  font-size: 1rem;
  text-indent: -9999em;
}
.workshop-info {
  display: block;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.workshop-info:hover {
  -webkit-box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
  border-color: #b8daff;
}
.workshop-info:hover .workshop-checked {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 183, 234)), to(rgb(0, 158, 195)));
  background: linear-gradient(to bottom, rgb(0, 183, 234) 0%, rgb(0, 158, 195) 100%);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border: 0;
  text-indent: 0;
}
.workshop-info:hover .workshop-name {
  color: #004085;
}
.workshop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.55rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.workshop-body {
  padding: 0.55rem 1.75rem 0.55rem 0.55rem;
  min-height: 50px;
}
.workshop-name {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 0.45rem;
  color: #000000;
}
.workshop-authors {
  font-size: 90%;
  color: #6c757d;
}
.workshop-authors::before {
  content: "— ";
}
.workshop-footer {
  padding: 0.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #999999;
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.workshop input {
  position: absolute;
  left: -9999px;
}
.workshop input:checked + label {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.35);
  border-color: #b8daff;
}
.workshop input:checked + label .workshop-checked {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 183, 234)), to(rgb(0, 158, 195)));
  background: linear-gradient(to bottom, rgb(0, 183, 234) 0%, rgb(0, 158, 195) 100%);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border: 0;
  text-indent: 0;
}
.workshop input:checked + label .workshop-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: #b8daff;
}
.workshop input:checked + label .workshop-name {
  color: #004085;
}
.workshop input:disabled + label {
  cursor: not-allowed;
  opacity: 0.45;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.workshop input:disabled + label .workshop-checked {
  display: none;
}
.workshop input:disabled + label:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.workshop input:disabled + label:hover .workshop-name {
  color: #000000;
}
.workshop-time {
  font-size: 0.8rem;
}
.workshop-time--available {
  color: #28a745;
}
.workshop-time--medium {
  color: #ffc107;
}
.workshop-time--full {
  color: #dc3545;
}

/* =Responsive
-------------------------------------------------------------- */