/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/


* {
    font-family: 'RB', sans-serif !important;
}

:root {
  --color-primary: #8ed7d1;
  --color-secondary: #ffffff;
  --color-text: #333;
  --color-muted: #666;
  --color-border: #eaeaea;
  --color-icon-bg: #ffa726;
}




#page-topbar {
  /*background-color: #21436d;*/
  background-color: #ffffff;
  /*border-bottom: 1px solid #007396;*/
  border-bottom: none !important;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
}

.topbar-user {
  background-color: #006F93;
}

.navbar-header .btn-topbar.active, .navbar-header .btn-topbar:active, .navbar-header .btn-topbar:focus, .navbar-header .btn-topbar:hover {
    background: rgba(0, 111, 147, 0.2) !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: rgba(0, 111, 147, 0.2) !important;
}

.navbar-brand-box .portal-brand-title {
    margin-inline-start: 2rem;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #23221E;
}

.dropdown-item {
    display: flex;
    gap: 10px;
}
.dropdown-header {
    display: flex;
}

.main-content {
    background-color: #0F4572;
  background-image: url("../images/main_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: calc(100vh - 60px);
  padding-top: 162px;
  height: auto;
}
.c_portal-container {
  min-height: calc(100vh - 162px);
  padding-bottom: 48px;
}
.form {
  background-color: #fff;
}
.footer {
  position: static;
  height: auto;
}
.bootstrap-select .dropdown-menu {
  max-height: 300px !important;
}


@media (max-width: 1024px) {
    .navbar-brand-box .portal-brand-title {
        font-size: 12px;
    }
}

html[data-bs-theme=dark] #page-topbar {
  background-color: #1e1e1e;
  border-bottom: 1px solid #2b2b2b;
}

html[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before {
    transform: scaleX(-1);
    padding-left: 0;
    padding-right: 0.5rem;
}
.checked-label {
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  background-color: rgb(43 170 168);

}

/*.breadcrumb-item>a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {*/
/*  color: #fff !important;*/
/*}*/



.event_card {

}
.event_card img {
  width: 100%;
  max-height: 170px;
  object-fit: cover;
}


.enter-code-container {
  display: inline-flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 20px;
  background: #FFF;
  width: 100%;
}

.enter-code-container h4 {
  font-size: 1rem;
  color: #595959;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6E8E9;
}

.enter-code-container .form-group {
  width: 100%;
}

.enter-code-container .form-group input {
  border-radius: 12px;
  border: 1px solid #CFCECA;
  background: #FFF;
  padding: 1.2rem;
}

.enter-code-container .form-group button {
  width: 100%;
  border-radius: 10px;
  padding-block: 1.1rem;
  margin-top: 0 !important;
}

.enter-code-container .form-group label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #8B8C8B;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.enter-code-container .form-group label svg {
  width: 20px;
}

.contribution-modal {
  border-radius: 12px;
  padding: 24px;
  width: 500px;
}

.contribution-modal__header {
  border-bottom: 1px solid rgba(230, 232, 233, 1);
  padding: 0;
  padding-bottom: 1rem !important;
}

.contribution-modal__header button {
  background-color: transparent;
  border: none;
}

.contribution-modal__header h5 {
  color: #595959;
  font-family: RB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.exhibitor-update__dialog {
  max-width: 570px;
}

.exhibitor-update, .otp-dialog {
  margin: 0 auto;
  border-radius: 12px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: sans-serif;
}

.exhibitor-update__title {
  color: #595959;
  font-family: RB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contribution-modal__body {
  padding-top: 0;
}

.contribution-modal__badge {
    display: flex;
    justify-content: center;
    margin: 1rem auto;
    background: rgba(255, 158, 42, 1);
    width: fit-content;
    align-self: center;
    padding: 0.8rem;
    border-radius: 25px;
}

.contribution-modal__badge img {
  width: 40px;
  height: 40px;
}

.contribution-modal__message {
  color: #000;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(230, 232, 233, 1);
}

.exhibitor-update__icon {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
  background: rgba(255, 158, 42, 1);
  width: fit-content;
  padding: 0.8rem;
  border-radius: 25px;
}


.exhibitor-update__message {
  color: #000;
  font-family: RB;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contribution-modal__icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.contribution-modal__button {
  background-color: #0F4572;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
}

.contribution-modal__button:hover {
  background-color: #0b3557;
  color: #fff;
}


.welcome-message__container {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 8px;
  border-inline-start: 10px solid rgba(255, 158, 42, 1);
  padding: 16px;
}

.welcome-message__container.speaker {
  width: 800px;
}

.welcome-message__container.ltr {
  direction: ltr;
}

.welcome-message__icon {
  display: flex;
  justify-content: center;
  background: rgba(255, 158, 42, 1);
  width: fit-content;
  padding: 0.8rem;
  border-radius: 25px;
}

.rtl-flip {
    transform: scale(-1, 1);
}


.welcome-message__content {
  display: flex;
  flex-direction: column;
}

.welcome-message__content h1 {
  color: #1E293B;
  font-family: RB;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.welcome-message__content p {
  color: #2C2A26;
  font-family: RB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.welcome-message__content--actions .skip-btn {
  margin-inline-start: 0.5rem;
  font-size: 14px;
  border-radius: var(--Radius-radius-8, 8px);
  border: 1px solid var(--color-azure-3020, rgba(24, 97, 128, 0.20));
}

.exhibitor-update__buttons .btn-outline-secondary {
  color: var(--Primary-Black, #2C2A26);
  text-align: center;
  font-family: RB;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #B7B7B7;
}

.exhibitor-update__buttons .btn-outline-secondary:hover {
  color: var(--Primary-Black, #2C2A26);
  background-color: rgba(230, 232, 233, 1);
}

.exhibitor-update__button {
  min-width: 150px;
  border-radius: 8px;
}

.exhibitor-update__button--confirm {
  background-color: #00b59c;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: RB;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.exhibitor-update__button--confirm:hover {
  background-color: #009481;
  color: #fff;
}

.otp-dialog {
  display: none;
}

.otp-dialog--active {
  display: flex;
}


.otp-dialog .form__header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.otp-dialog .form__title {
  font-size: 1rem;
  color: var(--color-text);
  font-weight: 600;
}

.otp-dialog .form__otp .inputs-wrapper {
  direction: ltr !important;
}

.otp-dialog .form__otp-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.otp-dialog .form__icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.otp-dialog .form__icon {
  background-color: var(--color-icon-bg);
  padding: 0.75rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.otp-dialog .form__icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.otp-dialog .form__instruction {
  font-size: 0.9rem;
  color: var(--color-text);
}

.otp-dialog .form__timer {
  font-size: 0.8rem;
  color: #00a0df;
  margin-top: 0.25rem;
}

.otp-dialog .form__otp {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin: 1rem 0;
}

.otp-dialog .form__otp-input {
  display: flex;
  height: 44px;
  max-width: 68px;
  padding: 10px;
  align-items: center;
  text-align: center;
  font-size: 14px;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid #E3E8F0;
  background: #FFF;
}

.otp-dialog .form__actions {
  display: flex;
  gap: 1rem;
}

.otp-dialog .form__button {
  padding: 0.6rem 1rem;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.9rem;
}

.otp-dialog .form__button--primary {
  background-color: var(--color-primary);
  color: var(--color-text);
}

.otp-dialog .form__button--secondary {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-border);
  color: var(--color-text);
}

.otp-dialog .exhibitor-update__buttons {
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid rgba(230, 232, 233, 1);
}

.otp-dialog .exhibitor-update__buttons #updateBtn:disabled {
  background-color: #00b59c;
  color: #FFF;
  opacity: 0.5;
  cursor: not-allowed;
}


.wire-transfer-modal {
    width: 550px !important;
}

.wire-transfer-modal .modal-body {
    padding: 1.2rem;
}

.wire-transfer-modal .modal-header {
    justify-content: flex-start;
    border-bottom: none;
}

.wire-transfer-modal .modal-header button {
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 10px;
}

html[dir="rtl"] .wire-transfer-modal .modal-header button {
    margin-left: 10px;
    transform: rotate(180deg);
}

.bank__information {
    border-bottom: 1px dashed #E9EBEC;
}

.bank__information--title {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.bank__information--list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.5rem;
    row-gap: 1rem;
}

.bank__information--list li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.bank__information--label {
    font-size: 0.875rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
}

.bank__information--value {
    font-size: 0.875rem;
    font-weight: 700;
}

.payment__notes {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E9EBEC;
    border-bottom: 1px dashed #E9EBEC;
}

.payment__notes h3 {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.payment__notes ul {
    list-style: none;
    padding: 0;
}

.payment__notes ul li {
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
}

.transfer-type__tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

/* Wrapper for each radio option */
.transfer-type__option {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #f8f9fa;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.transfer-type__option.checked {
    border-radius: 4px;
    border: 2px solid var(--Green, #00AAAC);
    background: #CEE;
}

.transfer-type__option.checked .transfer-type__label {
    color: var(--Green, #00AAAC);
    font-weight: 600;
}

.transfer-type__option:hover {
    background: #e9ecef;
}

.transfer-type__radio {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #6D7175;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.transfer-type__radio:checked {
    border-color: #00AAAC;
    background-color: transparent;
}

.transfer-type__radio:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #00AAAC;
    border-radius: 50%;
}

.transfer-type__radio:checked:focus-visible+.transfer-type__label,
.transfer-type__radio:checked+.transfer-type__label {
    outline: none;
}

.transfer-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.error-message {
    font-size: 12px;
    font-weight: 600;
    margin-top: 0 !important;
}

.transfer-form__fields {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

.transfer-form.transfer-form--purchase .transfer-form__fields {
    grid-template-columns: 1fr;   
}

.transfer-form .transfer-form__group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.transfer-form .transfer-form__group #paymentReceipt:disabled {
  opacity: 0.5;
}

.transfer-form__label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #23221E;
}
.transfer-form__group.required .transfer-form__label::after {
    content: "*";
    color: #23221E;
    margin-left: 4px;
}
.transfer-form__input {
    padding: 0.5rem !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
    color: #495057 !important;
}
.transfer-form__input:focus {
    box-shadow: none !important;
    outline: none !important;
}
.datepicker {
    width: 100%;
    padding: 0 !important;
}
.datepicker .datepicker__header {
    background: transparent;
}
.datepicker .datepicker__header .datepicker__title {
    font-size: 1rem;
    font-weight: 500;
    color: #23221E;
}

.datepicker .datepicker__header .datepicker__prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1sZWZ0IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjM1NCAxLjY0NmEuNS41IDAgMCAxIDAgLjcwOEw1LjcwNyA4bDUuNjQ3IDUuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhsLTYtNmEuNS41IDAgMCAxIDAtLjcwOGw2LTZhLjUuNSAwIDAgMSAuNzA4IDAiLz4KPC9zdmc+);
}

.datepicker .datepicker__header .datepicker__next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY0NiAxLjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMSAwIC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDgtLjcwOEwxMC4yOTMgOCA0LjY0NiAyLjM1NGEuNS41IDAgMCAxIDAtLjcwOCIvPgo8L3N2Zz4=);
}

.datepicker .datepicker__header .datepicker__prev:hover, .datepicker .datepicker__header .datepicker__next:hover {
    background-color: transparent;
}

.datepicker table th {
    color: #6D7175;
    font-weight: 500;
}
.datepicker__day.is-disabled, .datepicker__day.is-otherMonth {
    color: #6D7175;
}

.transfer-form__confirmation {
    border-bottom: 1px solid #E6E8E9;
    padding-bottom: 1rem;
}

.transfer-form__confirmation .field-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Checkbox Group Container */
.transfer-form__group--checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

/* Hide default checkbox appearance */
.transfer-form__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px; /* Control size here */
    height: 18px;
    border: 2px solid #CED4DA; /* Outline color */
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-top: 2px; /* Align with label text */
    flex-shrink: 0;
    transition: background-color 0.2s, border-color 0.2s;
}

/* Checked state */
.transfer-form__checkbox:checked {
    background-color: #0F4572;
    border-color: #0F4572;
}

/* Checkmark */
.transfer-form__checkbox:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Label styling */
.transfer-form__checkbox-label {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #23221E;
    cursor: pointer;
    margin-bottom: 0;
}

.transfer-form__checkbox-label a {
    color: #0F4572;
    text-decoration: none;
    font-weight: 500;
}

.transfer-form__checkbox-label a:hover {
    text-decoration: none;
}

/* Submit Button */
.transfer-form .submit-button {
    background-color: #0F4572;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
}

.transfer-form .submit-button:hover {
    background-color: #0D3A5C;
}

.transfer-form__uploaded-file {
    display: flex;
    justify-content: space-between;
    padding: var(--size-8, 8px);
    align-items: center;
    gap: var(--Global-spacing-md, 8px);
    align-self: stretch;
    border-radius: var(--Radius-radius-sm, 4px);
    border: 1px solid var(--Border-border-neutral-primary, #D2D6DB);
    background: var(--Background-background-neutral-100, #F3F4F6);
    font-weight: 600;
}

.transfer-form__uploaded-file-remove {
    padding: 0 !important;
}

.confirmation-container {
    text-align: center;
    padding: 2rem 1rem;
}

.confirmation-container .form_header .form_title {
  border-bottom: none !important;
  font-size: 40px;
  color: #4188B4;
  padding: 0.5rem !important;
}

.confirmation-container .form_header .form_subtitle {
  font-size: 20px;
  color: #292522;
  margin-top: 0.5rem;
  font-weight: 400;
}

.confirmation-container hr {
  border-color: #414040;
}

.confirmation-container .form_header .qr-container {
  display: flex;
  align-self: center;
  margin: 2rem auto;
  padding: 1rem;
  border: 1px solid #9A9A9A;
  border-radius: 16px;
  max-width: 70%;
}

.confirmation-container .form_header .qr-container img{
  width: 150px;
}

.confirmation-container .form_header .qr-container .qr-card-content {
    display: flex;
    flex-direction: column;
    margin-inline-start: 1rem;
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: center;
    text-align: start;
}

@media screen and (max-width: 768px) {
  .confirmation-container .form_header .qr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90%;
  }
  .confirmation-container .form_header .qr-container .qr-card-content {
    margin: 1rem auto;
    align-items: center;
    text-align: center;
  }
  .confirmation-container .form_header .qr-container img {
    width: 150px;
  }
}

.confirmation-container .form_header .qr-container .qr-card-content h3 {
  color: #0F4572;
  font-size: 24px;
  font-weight: var(--font-weight-400, 400);
}

.confirmation-container .form_header .qr-container .qr-card-content p {
  color: #292522;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.confirmation-container .form_body {
  width: 70%;
  margin: auto;
}

.confirmation-container .form_body .contribution-modal__message {
  border: none !important;
}

.confirmation-container .form_body .confirmation-card-image {
  margin-top: 3rem;
  width: 100%;
}

.confirmation-container .form_body .confirmation-action {
  margin-top: 2rem;
  background-color: #0F4572;
  color: #fff;
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
}

.confirmation-container .form_body .contribution-modal__body .contribution-modal__icon {
  background: transparent;
  border: none;;
}

.confirmation-container .form_body .contribution-modal__body .contribution-modal__message {
  font-weight: 700;
}

/* otp group styles */

html[lang="ar"] #otp-form .otp-group {
  flex-direction: row-reverse;
}