@charset "UTF-8";
/*-----------------------------------------------------------*/
/* LAYOUTS                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLORS                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLOR VARIABLES                                           */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLOR VARIABLES                                           */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* GRADIENTS (Elevation Style)                               */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* FONTS                                                     */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* OTHER                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* SPACING                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* LAYOUTS                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLORS                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLOR VARIABLES                                           */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLOR VARIABLES                                           */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* GRADIENTS (Elevation Style)                               */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* FONTS                                                     */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* OTHER                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* SPACING                                                   */
/*-----------------------------------------------------------*/
.fluentform .ff-btn-submit, .fluentform .ff-step-body .ff-btn {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 16px;
  border: solid 1px #404047;
  background-color: #404047;
  transition: all 0.2s ease-in-out;
  text-align: center;
  min-width: 200px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fluentform .ff-btn-submit:hover, .fluentform .ff-step-body .ff-btn:hover {
  background-color: #585862;
  border-color: #585862;
  color: #ffffff;
}
.fluentform .ff-btn-submit:hover::before, .fluentform .ff-step-body .ff-btn:hover::before {
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .fluentform .ff-btn-submit, .fluentform .ff-step-body .ff-btn {
    padding-left: 32px;
    padding-right: 32px;
  }
}
/*-----------------------------------------------------------*/
/* TYPOGRAPHY - DESKTOP                                      */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* TYPOGRAPHY - MOBILE                                       */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* BODY TEXT / PARAGRAPHS                                    */
/*-----------------------------------------------------------*/
.fluentform .radio-icon .ff-el-form-check label span, .fluentform .times-options .ff-el-input--label label, .sidebar-registration-success .success-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.02em;
}
.fluentform .ff-el-group input.ff-el-form-control, .fluentform .ff-el-group textarea.ff-el-form-control, .fluentform .ff-el-group select.ff-el-form-control, .fluentform .ff-el-form-check label, .fluentform .choices .choices__inner, .fluentform .choices .choices__list--dropdown .choices__input.choices__input--cloned, .fluentform .choices .choices__list--dropdown .choices__item--choice, .fluentform .ff-step-header .ff-el-progress-status, .fluentform .times-options .ff-el-form-check label.ff-el-form-check-label span, .fluentform .iti__dropdown-content .iti__search-input, .fluentform .iti__dropdown-content .iti__country .iti__country-name, .fluentform .iti__dropdown-content .iti__country .iti__dial-code, .sidebar-registration-success .success-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0;
}
.fluentform .ff-el-group .ff-el-input--label label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0;
}
.fluentform .radio-icon .ff-el-form-check label span, .fluentform .times-options .ff-el-input--label label, .sidebar-registration-success .success-title {
  font-weight: 700;
}
/*-----------------------------------------------------------*/
/* FORM                                                      */
/*-----------------------------------------------------------*/
.fluentform {
  width: 100%;
  /* Choices.js Dropdown (Searchable Select) */
  /*-----------------------------------------------------------*/
  /* MULTISTEP                                                 */
  /*-----------------------------------------------------------*/
  /*-----------------------------------------------------------*/
  /* TIMES OPTIONS (Karty pre výber stretnutí)                  */
  /*-----------------------------------------------------------*/
  /*-----------------------------------------------------------*/
  /* INTL TEL INPUT DROPDOWN (Phone Number Country Select)     */
  /*-----------------------------------------------------------*/
}
.fluentform .ff-t-container {
  gap: 8px;
}
.fluentform .ff-message-success {
  background-color: #2B2B32;
  border: solid 1px #2B2B32;
  outline: none;
  border-radius: 12px;
  padding: 40px 32px 24px 32px;
  color: #CCCCCE;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
}
.fluentform .ff-el-group {
  position: relative;
  margin-bottom: 12px !important;
}
.fluentform .ff-el-group::before, .fluentform .ff-el-group::after {
  display: none;
}
.fluentform .ff-el-group .ff-el-input--label {
  margin-bottom: 6px;
  display: none;
}
.fluentform .ff-el-group .ff-el-input--label label {
  color: #E6E6E8;
}
.fluentform .ff-el-group:has(.ff-el-tooltip) {
  position: relative;
}
.fluentform .ff-el-group:has(.ff-el-tooltip) .ff-el-input--label {
  display: block !important;
  position: absolute;
  top: -35px;
  right: 0;
}
.fluentform .ff-el-group:has(.ff-el-tooltip) .ff-el-input--label label {
  display: none !important;
}
.fluentform .ff-el-group:has(.ff-el-tooltip) .ff-el-input--label .ff-el-tooltip {
  cursor: help;
  position: relative;
  font-size: 12px;
  color: #808084;
  white-space: nowrap;
  transition: all 0.3s ease;
  pointer-events: none;
}
.fluentform .ff-el-group:has(.ff-el-tooltip) .ff-el-input--label .ff-el-tooltip svg {
  display: none;
}
.fluentform .ff-el-group:has(.ff-el-tooltip) .ff-el-input--label .ff-el-tooltip::after {
  content: attr(data-content);
  background: rgba(1, 1, 9, 0.9);
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #56565B;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.fluentform .ff-el-group:has(.ff-el-tooltip):hover .ff-el-tooltip::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fluentform .ff-el-group input.ff-el-form-control, .fluentform .ff-el-group textarea.ff-el-form-control, .fluentform .ff-el-group select.ff-el-form-control {
  background-color: transparent;
  background-color: rgba(1, 1, 9, 0.1);
  border: solid 1px #808084;
  outline: none;
  border-radius: 16px;
  padding: 12px 24px 12px 24px;
  color: #ffffff;
  width: 100%;
  /* Firefox (rieši sa inak) */
}
.fluentform .ff-el-group input.ff-el-form-control::placeholder, .fluentform .ff-el-group textarea.ff-el-form-control::placeholder, .fluentform .ff-el-group select.ff-el-form-control::placeholder {
  color: #959599;
}
.fluentform .ff-el-group input.ff-el-form-control:focus, .fluentform .ff-el-group input.ff-el-form-control:focus-visible, .fluentform .ff-el-group input.ff-el-form-control:focus-within, .fluentform .ff-el-group textarea.ff-el-form-control:focus, .fluentform .ff-el-group textarea.ff-el-form-control:focus-visible, .fluentform .ff-el-group textarea.ff-el-form-control:focus-within, .fluentform .ff-el-group select.ff-el-form-control:focus, .fluentform .ff-el-group select.ff-el-form-control:focus-visible, .fluentform .ff-el-group select.ff-el-form-control:focus-within {
  border-color: #CCCCCE;
}
.fluentform .ff-el-group input.ff-el-form-control:-webkit-autofill, .fluentform .ff-el-group input.ff-el-form-control:-webkit-autofill:hover, .fluentform .ff-el-group input.ff-el-form-control:-webkit-autofill:focus, .fluentform .ff-el-group input.ff-el-form-control:-webkit-autofill:active, .fluentform .ff-el-group textarea.ff-el-form-control:-webkit-autofill, .fluentform .ff-el-group textarea.ff-el-form-control:-webkit-autofill:hover, .fluentform .ff-el-group textarea.ff-el-form-control:-webkit-autofill:focus, .fluentform .ff-el-group textarea.ff-el-form-control:-webkit-autofill:active, .fluentform .ff-el-group select.ff-el-form-control:-webkit-autofill, .fluentform .ff-el-group select.ff-el-form-control:-webkit-autofill:hover, .fluentform .ff-el-group select.ff-el-form-control:-webkit-autofill:focus, .fluentform .ff-el-group select.ff-el-form-control:-webkit-autofill:active {
  /* Trik: Tieňom prekryjeme pozadie prehliadača */
  /* Použijeme tvoju tmavú farbu $color-black-50 alebo transparentnú, ak pozadie pod formom nie je biele */
  -webkit-box-shadow: 0 0 0px 1000px #050d1d inset !important;
  /* Farba textu */
  -webkit-text-fill-color: #ffffff !important;
  /* Písmo */
  font-family: inherit;
  /* Aby to "neprebliklo" na zlomok sekundy do pôvodnej farby */
  transition: background-color 5000s ease-in-out 0s;
}
.fluentform .ff-el-group input.ff-el-form-control:autofill, .fluentform .ff-el-group textarea.ff-el-form-control:autofill, .fluentform .ff-el-group select.ff-el-form-control:autofill {
  background-color: #050d1d !important;
  color: #ffffff !important;
}
.fluentform .ff-el-group textarea {
  padding-top: 32px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 200px;
  max-height: 350px;
  height: fit-content;
}
.fluentform .ff-el-group textarea::placeholder {
  color: #808084;
}
.fluentform .ff-el-form-check {
  margin: 16px 0 22px 0;
}
.fluentform .ff-el-form-check label {
  font-size: 14px;
  color: #959599;
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
}
.fluentform .ff-el-form-check label .ff_t_c {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .fluentform .ff-el-form-check label {
    font-size: 14px;
  }
}
.fluentform .ff-el-form-check input[type="checkbox"] {
  opacity: 1;
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 5px;
  appearance: none;
  cursor: pointer;
  position: relative;
  top: -4px;
  z-index: 1;
}
.fluentform .ff-el-form-check input[type="checkbox"]::after {
  content: "";
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/05/check-circle-unchecked.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
}
.fluentform .ff-el-form-check input[type="checkbox"]:checked::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/05/check-circle-checked.svg");
  filter: brightness(300%);
}
.fluentform .ff-btn-submit {
  width: 100%;
  background-color: #ffffff;
  color: #010109;
  border-color: #ffffff;
  /*
        width: 100%;
        background-color: $color-blue-base;
        color: white;
        padding: 20px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        font-size: 16px;
        box-shadow: 0 0 50px rgba($color-blue-base, .5);
        transition: $transition-all-classic;

        &:hover{
            background-color: $color-blue-20;
        }

        &::after{
            content: '';
            --size: 24px;
            @include absoluteSquare(var(--size));
            @include backgroundIcon('/wp-content/uploads/2025/05/send.svg');
            display: block;
        }
        */
}
.fluentform .ff-btn-submit:hover {
  color: #010109;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}
.fluentform fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.fluentform .choices {
  position: relative;
  margin-bottom: 0;
}
.fluentform .choices .choices__inner {
  background-color: transparent;
  border: solid 1px #808084;
  border-radius: 16px;
  padding: 12px 24px;
  min-height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  transition: border-color 0.3s ease;
}
.fluentform .choices.is-focused .choices__inner, .fluentform .choices.is-open .choices__inner {
  border-color: #CCCCCE;
}
.fluentform .choices .choices__list--single {
  padding: 0;
  width: 100%;
}
.fluentform .choices .choices__list--single .choices__item {
  color: #ffffff;
  opacity: 1;
}
.fluentform .choices .choices__list--single .choices__item.choices__placeholder {
  color: #959599;
}
.fluentform .choices .choices__list--dropdown {
  max-height: 500px !important;
  background-color: #050d1d;
  border: solid 1px #CCCCCE;
  border-radius: 16px;
  margin-top: 4px;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: none !important;
}
.fluentform .choices .choices__list--dropdown .choices__input.choices__input--cloned {
  background-color: transparent;
  border: solid 1px #2B2B32;
  border-radius: 16px;
  color: #ffffff;
  margin-bottom: 8px;
  padding: 10px 16px;
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-top: 16px;
}
.fluentform .choices .choices__list--dropdown .choices__input.choices__input--cloned:focus, .fluentform .choices .choices__list--dropdown .choices__input.choices__input--cloned:focus-visible, .fluentform .choices .choices__list--dropdown .choices__input.choices__input--cloned:focus-within {
  border-color: #56565B !important;
  outline: none;
}
.fluentform .choices .choices__list--dropdown .choices__item--choice {
  color: #959599;
  padding: 10px 24px;
  transition: all 0.2s ease;
}
.fluentform .choices .choices__list--dropdown .choices__item--choice.is-highlighted {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.fluentform .choices .choices__list--dropdown .choices__item--choice.is-selected {
  display: none;
}
.fluentform .choices[data-type*="select-one"]::after {
  border-color: #6B6B6F transparent transparent transparent;
  right: 24px;
  margin-top: -2.5px;
}
.fluentform .choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent #ffffff transparent;
  margin-top: -7.5px;
}
.fluentform .radio-icon .ff-el-input--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fluentform .radio-icon .ff-el-input--content {
    grid-template-columns: 1fr;
  }
}
.fluentform .radio-icon .ff-el-form-check {
  margin: 0 !important;
  padding: 0;
}
.fluentform .radio-icon .ff-el-form-check label {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 24px;
  background-color: transparent;
  border: 1px solid #56565B;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  gap: 16px;
}
.fluentform .radio-icon .ff-el-form-check label:hover {
  border-color: #AAAAAD;
  background-color: rgba(255, 255, 255, 0.02);
}
.fluentform .radio-icon .ff-el-form-check label span {
  color: #AAAAAD;
  margin: 0;
}
.fluentform .radio-icon input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
}
.fluentform .radio-icon input[type="radio"] + span {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fluentform .radio-icon input[type="radio"] + span::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/05/check-circle-unchecked.svg");
  transition: all 0.3s ease;
  filter: brightness(0.6);
}
.fluentform .radio-icon input[type="radio"]:checked + span {
  color: #ffffff;
}
.fluentform .radio-icon input[type="radio"]:checked + span::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/05/check-circle-checked.svg");
  filter: brightness(300%);
}
.fluentform .radio-icon input[type="radio"]:checked + span::after {
  filter: brightness(500%);
}
.fluentform .radio-icon input[type="radio"] + span::after {
  content: "";
  --size: 36px;
  display: block;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/05/in-person-giving.svg");
  margin: 0 0 0 auto;
  transition: all 0.3s ease;
  filter: brightness(0.6);
}
.fluentform .radio-icon input[type="radio"][value="Žiadosť o modlitbu"] + span::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/05/in-person-giving.svg");
}
.fluentform .radio-icon input[type="radio"][value="Mám otázku"] + span::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/05/giving-by-mail.svg");
}
.fluentform .radio-icon .ff-el-form-check:has(input:checked) label {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.03);
}
.fluentform .ff-step-header {
  margin-bottom: 24px;
}
.fluentform .ff-step-header .ff-el-progress-status {
  color: #AAAAAD;
  margin-bottom: 16px;
  margin-top: calc(10px * -1);
}
.fluentform .ff-step-header .ff-el-progress {
  border-radius: 4px;
  height: 0.8rem;
  background-color: #2B2B32;
  position: relative;
}
.fluentform .ff-step-header .ff-el-progress .ff-el-progress-bar {
  background-color: #1823CD;
  transform: scale(1.05);
  transform-origin: right center;
  max-width: calc(100% - 50px);
}
.fluentform .ff-step-header .ff-el-progress .ff-el-progress-bar span {
  font-size: 10px;
  opacity: 0.35;
  display: none;
}
.fluentform .ff-step-container {
  overflow: visible !important;
}
.fluentform .ff-step-body {
  margin-bottom: 0;
}
.fluentform .ff-step-body .fluentform-step {
  overflow: visible !important;
  padding: 0;
}
.fluentform .ff-step-body .step-nav.ff_step_nav_last {
  margin-top: 24px;
}
.fluentform .ff-step-body .ff-btn {
  min-width: unset;
  padding-left: 24px;
  padding-right: 24px;
  column-gap: 8px;
}
.fluentform .ff-step-body .ff-btn::after {
  content: "";
  --size: 18px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/05/Chevron-Right-Icon.svg");
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
.fluentform .ff-step-body .ff-btn:hover::after {
  transform: translateX(4px);
}
.fluentform .ff-step-body .ff-btn.ff-btn-prev {
  padding-left: 22px;
  color: #AAAAAD;
  padding: 10px 40px;
  border-radius: 16px;
  background-color: #2B2B32;
  border-color: #2B2B32;
}
.fluentform .ff-step-body .ff-btn.ff-btn-prev::after {
  order: -1;
  transform: rotate(180deg) translateX(0);
  opacity: 0.6;
}
.fluentform .ff-step-body .ff-btn.ff-btn-prev::after:hover {
  transform: rotate(180deg) translateX(4px);
}
.fluentform .ff-step-body .ff-btn.ff-btn-next {
  padding-right: 22px;
  background-color: #ffffff;
  color: #010109;
  border-color: #ffffff;
}
.fluentform .ff-step-body .ff-btn.ff-btn-next:hover {
  color: #010109;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}
.fluentform .ff-step-body .ff-btn.ff-btn-next::after {
  filter: brightness(0) contrast(200%);
}
.fluentform .ff-step-body .ff_submit_btn_wrapper {
  margin-bottom: 0 !important;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .fluentform .ff-step-body .ff_submit_btn_wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .fluentform .ff-step-body .ff-t-column-2:has(.ff-btn-submit) {
    width: 100%;
  }
}
.fluentform .ff-step-body .ff-btn-submit {
  background-color: #1823CD;
  color: #ffffff;
  border-color: #1823CD;
}
.fluentform .ff-step-body .ff-btn-submit:hover {
  border-color: #151fb6;
  background-color: #151fb6;
}
@media screen and (max-width: 768px) {
  .fluentform .ff-step-body .ff-btn-submit {
    width: 100%;
  }
}
.fluentform .times-options .ff-el-input--label {
  display: block !important;
  margin-bottom: 16px;
}
.fluentform .times-options .ff-el-input--label label {
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .fluentform .times-options::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    display: block;
    pointer-events: none;
    background-image: linear-gradient(0deg, #1a1a22 0%, rgba(26, 26, 34, 0) 100%);
  }
}
@media screen and (min-width: 1025px) {
  .fluentform .times-options .ff-el-input--content {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 270px;
    padding-right: 12px;
    padding-bottom: 40px;
  }
  .fluentform .times-options .ff-el-input--content::-webkit-scrollbar {
    width: 8px;
    scrollbar-width: 8px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .fluentform .times-options .ff-el-input--content::-webkit-scrollbar-track {
    background-color: #2B2B32;
    padding: 0;
    border: none;
  }
  .fluentform .times-options .ff-el-input--content::-webkit-scrollbar-thumb {
    background-color: #56565B;
    border-radius: 0;
    border: none;
  }
  .fluentform .times-options .ff-el-input--content::-webkit-scrollbar-thumb:hover {
    background-color: #6B6B6F;
  }
}
.fluentform .times-options .ff-el-input--content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.fluentform .times-options .ff-el-form-check {
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
.fluentform .times-options .ff-el-form-check label.ff-el-form-check-label {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid #56565B;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 20px;
  position: relative;
  margin-bottom: 2px;
  color: #BBBBC0;
}
.fluentform .times-options .ff-el-form-check label.ff-el-form-check-label:hover {
  border-color: #AAAAAD;
  background-color: rgba(255, 255, 255, 0.04);
}
.fluentform .times-options .ff-el-form-check label.ff-el-form-check-label span {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  flex-grow: 1;
  transition: color 0.3s ease;
}
.fluentform .times-options .ff-el-form-check label.ff-el-form-check-label span > span {
  display: inline-block;
  float: right;
  margin-left: auto;
  color: #808084;
}
.fluentform .times-options .ff-el-form-check:has(input[aria-label^="Utorok"]) label.ff-el-form-check-label, .fluentform .times-options .ff-el-form-check:has(input[aria-label^="Štvrtok"]) label.ff-el-form-check-label, .fluentform .times-options .ff-el-form-check:has(input[aria-label^="Nedeľa"]) label.ff-el-form-check-label {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #56565b;
}
.fluentform .times-options .ff-el-form-check:has(input[aria-label^="Utorok"]) label.ff-el-form-check-label:hover, .fluentform .times-options .ff-el-form-check:has(input[aria-label^="Štvrtok"]) label.ff-el-form-check-label:hover, .fluentform .times-options .ff-el-form-check:has(input[aria-label^="Nedeľa"]) label.ff-el-form-check-label:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
.fluentform .times-options .ff-el-form-check input[type="checkbox"].ff-el-form-check-input {
  appearance: none;
  -webkit-appearance: none;
  --size: 22px;
  width: var(--size);
  height: var(--size);
  border-radius: 6px;
  border: 1px solid #808084;
  background-color: transparent;
  position: relative;
  top: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.fluentform .times-options .ff-el-form-check input[type="checkbox"].ff-el-form-check-input::after {
  display: none !important;
}
.fluentform .times-options .ff-el-form-check input[type="checkbox"].ff-el-form-check-input:checked {
  background-color: #1823CD;
  border-color: #1823CD;
}
.fluentform .times-options .ff-el-form-check input[type="checkbox"].ff-el-form-check-input:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/06/check-white.svg");
  filter: brightness(500%);
  display: block;
}
.fluentform .times-options .ff-el-form-check:has(input:checked) label.ff-el-form-check-label {
  border-color: #1823cd;
  background-color: rgba(24, 35, 205, 0.2);
  box-shadow: 0 0 20px rgba(24, 35, 205, 0.15);
}
.fluentform .times-options .ff-el-form-check:has(input:checked) label.ff-el-form-check-label span {
  color: #ffffff;
  font-weight: 600;
}
.fluentform .times-options .ff-el-form-check:has(input:checked) label.ff-el-form-check-label::after {
  opacity: 0.8;
  transform: translateX(4px);
}
.fluentform .gdpr-group {
  margin-top: -12px;
  margin-bottom: -8px;
}
@media screen and (max-width: 768px) {
  .fluentform .gdpr-group {
    margin-top: -6px;
    margin-bottom: -4px;
  }
}
.fluentform .gdpr-group .ff-el-group {
  margin-bottom: 3px !important;
}
.fluentform .gdpr-group .ff-el-form-check {
  margin: 0 !important;
}
.fluentform .gdpr-group--small .ff-el-form-check input[type="checkbox"] {
  --size:20px;
}
.fluentform .gdpr-group--small label {
  gap: 8px;
}
.fluentform .iti {
  width: 100%;
}
.fluentform .iti__dropdown-content {
  background-color: #050d1d;
  border: solid 1px #CCCCCE;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin-top: 4px;
  z-index: 100 !important;
  overflow: hidden;
}
.fluentform .iti__dropdown-content .iti__search-input {
  background-color: transparent;
  border: solid 1px #2B2B32;
  border-radius: 16px;
  color: #ffffff;
  margin: 16px;
  padding: 10px 16px;
  width: calc(100% - 32px);
}
.fluentform .iti__dropdown-content .iti__search-input:focus, .fluentform .iti__dropdown-content .iti__search-input:focus-visible, .fluentform .iti__dropdown-content .iti__search-input:focus-within {
  border-color: #56565B !important;
  outline: none;
}
.fluentform .iti__dropdown-content .iti__search-input::placeholder {
  color: #959599;
}
.fluentform .iti__dropdown-content .iti__country-list {
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.fluentform .iti__dropdown-content .iti__country-list::-webkit-scrollbar {
  width: 8px;
  scrollbar-width: 8px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.fluentform .iti__dropdown-content .iti__country-list::-webkit-scrollbar-track {
  background-color: #2B2B32;
  padding: 0;
  border: none;
}
.fluentform .iti__dropdown-content .iti__country-list::-webkit-scrollbar-thumb {
  background-color: #56565B;
  border-radius: 0;
  border: none;
}
.fluentform .iti__dropdown-content .iti__country-list::-webkit-scrollbar-thumb:hover {
  background-color: #6B6B6F;
}
.fluentform .iti__dropdown-content .iti__country {
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.fluentform .iti__dropdown-content .iti__country .iti__country-name {
  color: #959599;
  transition: color 0.2s ease;
}
.fluentform .iti__dropdown-content .iti__country .iti__dial-code {
  color: #56565B;
  margin-left: auto;
  transition: color 0.2s ease;
}
.fluentform .iti__dropdown-content .iti__country:hover, .fluentform .iti__dropdown-content .iti__country.iti__highlight {
  background-color: rgba(255, 255, 255, 0.05);
}
.fluentform .iti__dropdown-content .iti__country:hover .iti__country-name, .fluentform .iti__dropdown-content .iti__country.iti__highlight .iti__country-name {
  color: #ffffff;
}
.fluentform .iti__dropdown-content .iti__country.iti__active {
  background-color: rgba(255, 255, 255, 0.08);
}
.fluentform .iti__dropdown-content .iti__country.iti__active .iti__country-name {
  color: #ffffff;
}
.fluentform .iti__dropdown-content .iti__country.iti__active .iti__dial-code {
  color: #ffffff;
}
/*-----------------------------------------------------------*/
/* SIDEBAR SUCCESS MESSAGE                                   */
/*-----------------------------------------------------------*/
#fluentform_2_success {
  padding: 0 0 16px 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.sidebar-registration-success {
  background-color: rgba(1, 1, 9, 0.3);
  border: 1px solid rgba(24, 35, 205, 0.8);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  width: 100%;
  box-shadow: 0 0px 60px rgba(24, 35, 205, 0.2);
  animation: fadeInSuccess 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sidebar-registration-success .success-icon-box {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px 0;
  background: #1823CD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010109;
}
.sidebar-registration-success .success-icon-box svg {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  animation: pulseMail 2s infinite ease-in-out;
}
.sidebar-registration-success .success-icon-box .success-badge-check {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #050d1d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-registration-success .success-icon-box .success-badge-check::after {
  content: "";
  width: 6px;
  height: 10px;
  border: solid #010109;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
.sidebar-registration-success .success-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
  padding: 0;
  text-align: left;
}
.sidebar-registration-success .success-desc {
  text-align: left;
  color: #AAAAAD;
  font-size: 14px;
  margin: 0;
}
.sidebar-registration-success .success-desc strong {
  color: #ffffff;
  font-weight: 600;
}
/* Animácie pre prémiový efekt po načítaní */
@keyframes fadeInSuccess {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulseMail {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
