* {
    box-sizing: border-box;
}

.aza-opinion-scale-field-value {
    display: inline-block;
    padding: 10px;
    margin: 2px;
    border: 1px solid #000000;
    border-radius: 4px;
    cursor: pointer;
}

.aza-opinion-scale-selected-value {
    background-color: #0c5460;
    color: #d1ecf1;
}

[aza-opinion-scale-input-field] {
    display: none;
}

.aza-rating-field-value {
    cursor: pointer;
}

.aza-rating-not-visible-item {
    display: none;
}

#wrapper {
    height: 100%;
}

.no-scroll {
    overflow: hidden;
}

img[aza-image-href]:not([aza-image-href=""]) {
    cursor: pointer;
}

/* You can add global styles to this file, and also import other style files */

.aza-menu-list {
    list-style-type: none;
    padding-inline-start: 0;
}

.aza-menu-item {
    display: inline;
    margin-inline-end: 1em;
}

.aza-menu-item-anchor {
    padding: 1em;
}

.notifications-container {
    box-sizing: border-box;
    text-align: center;
    padding: 1em;
    word-break: break-all;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: fixed;
    left: 1em;
    right: 1em;
    bottom: 1em;
    z-index: 102;
}

.notifications-container.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.notifications-container.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.notifications-container.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.notifications-container.info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

button.loading-button {
    cursor: default;
}

.reg-app-error-content {
    border: 1px solid rgba(255, 0, 0, 0.8);
    background-color: rgba(255, 0, 0, 0.2);
    padding: 1em;
}


.modal-dialog-overlay {
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
}

.modal-dialog {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    padding: 1em;
    z-index: 101;
    border-radius: 4px;
    border: 1px solid black;
}

.full-screen {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-dialog-centered {
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    z-index: 101;
    border-radius: 4px;
    border: 1px solid black;
    max-height: 90vh;
    overflow: auto;
}

.modal-dialog-title {
    margin: 1em;
    font-size: x-large;
}

.modal-dialog-text {
    margin: 1em 0;
    max-height: 50vh;
    overflow: auto;
}

.modal-dialog-text-line {
    font-size: large;
    min-height: 1em;
}

.modal-dialog-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.modal-dialog-button-container {
    text-align: end;
}

.modal-dialog-button {
    padding: 1em;
    font-weight: bold;
    margin-inline-start: 1em;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 4px;
}

.modal-dialog-button:hover,
.modal-dialog-button:focus {
    background: rgba(0, 0, 0, .03);
}

/* Start: Styles for PopUp Menu */
aza-rws-popup-menu {
    position: relative;
}

.aza-rw-popup-menu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
    padding: 4px 0;
    position: absolute;
    display: block;
    /* large z-index is required so it could be on top of the navbar */
    z-index: 999999;
    max-height: calc(100vh - 1em);
    max-width: calc(100vh - 1em);
}

.aza-rw-popup-menu__container {
    display: flex;
    flex-direction: column;
}

.aza-rw-popup-menu__item {
    transition: .5s;
    display: flex;
    align-items: center;
    gap: 0.5em;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    height: 3em;
    line-height: 100%;
    border: 1px solid transparent;
}

.aza-rw-popup-menu__item:hover {
    border-color: #e5ecf3;
    background-color: #e5ecf3;
}

.aza-rw-popup-menu__item:not(.aza-menu-image) {
    padding: 0px 8px;
}

.aza-rw-popup-menu__item:not(.aza-menu-image) img {
    height: calc(100% - 1em);
    width: 2em;
    object-fit: contain;
}

.aza-rw-popup-menu__item.aza-menu-image img {
    height: 100%;
}

/* End: Styles for PopUp Menu */

/* TODO: Styles for activities */
.aza-vertical-stack {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.aza-horizontal-stack {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.aza-flex-grow {
    flex-grow: 1;
}

.aza-flex-wrap {
    flex-wrap: wrap;
}

.aza-activities-selected-tab {
    border-block-end: 3px solid #749abb;
}

.aza-activity-list-item {
    padding: 1em;
    border-inline-start: 5px solid #749abb;
    background-color: #e5ecf3;
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.aza-activity-list-item-name {
    cursor: pointer;
}

.aza-activity-list-paging {
    gap: 2em;
    padding-block-start: 1em;
}

.aza-activity-details-name {
    text-align: center;
}

.aza-activity-details-speaker {
    align-items: center;
}

.two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.aza-activity-action-buttons {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.aza-activity-action-buttons .aza-button {
    flex: 1;
    white-space: nowrap;
}

.aza-activities-cart-list-item {
    padding: 1em;
    border-inline-start: 5px solid #749abb;
    background-color: #e5ecf3;
}

.aza-activities-cart-list {
    background-color: #e5ecf3;
}

.aza-activities-cart-list__select-form {
    padding: .5em 0px;
}

.aza-activities-cart-list .activity-name-start-end {
    padding: 1em;
    border-inline-start: 5px solid #749abb;
    background-color: #e5ecf3;
}

.aza-activities-cart-list .activity-like-unlike {
    padding-inline-end: 1em;
}

.aza-activities-cart-list-tabular-layout .aza-activities-cart-list {
    display: grid;
    grid-template-columns: 1fr auto auto 0fr;
    gap: 1em;
    align-items: center;
}

.aza-activities-cart-list-tabular-layout .aza-add-to-registration-button,
.aza-activities-cart-list-tabular-layout .aza-remove-from-registration-button {
    width: 100%;
}

.aza-vertically-centered {
    align-self: center;
}

.aza-vertical-items-centered {
    align-items: center;
}

.aza-centered-text {
    text-align: center;
}

.aza-rws-rounded-red-border {
    border: 2px solid red;
    border-radius: 8px;
}

@media (max-width: 480px) {
    .aza-activity-list-item.aza-activity-list-item-tabular-layout {
        display: none;
    }

    .aza-activity-list-item.aza-activity-list-item-vertical-layout {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .aza-activities-cart-list-tabular-layout {
        display: none;
    }

    .aza-activities-cart-list-vertical-layout {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
}

@media (min-width: 481px) {
    .aza-activity-list-item.aza-activity-list-item-vertical-layout {
        display: none;
    }

    .aza-activities-cart-list-vertical-layout {
        display: none;
    }
}

.aza-activities-cart-list-vertical-layout .activity-name {
    flex-grow: 1;
}

.aza-align-items-baseline {
    align-items: baseline;
}

.aza-align-items-center {
    align-items: center;
}

.aza-input-field input,
.aza-input-field textarea {
    width: 100%;
    box-sizing: border-box;
}

.aza-input-field input.auto-width {
    width: auto;
}

.aza-input-type-multi-select-checkboxes.aza-input-type-multi-select-checkboxes,
select.aza-input-type-multi-select-checkboxes.aza-input-type-multi-select-checkboxes,
.aza-section .aza-input-type-multi-select-checkboxes.aza-input-type-multi-select-checkboxes,
.aza-section select.aza-input-type-multi-select-checkboxes.aza-input-type-multi-select-checkboxes,
.aza-input-type-select-radiobuttons.aza-input-type-select-radiobuttons,
select.aza-input-type-select-radiobuttons.aza-input-type-select-radiobuttons,
.aza-section .aza-input-type-select-radiobuttons.aza-input-type-select-radiobuttons,
.aza-section select.aza-input-type-select-radiobuttons.aza-input-type-select-radiobuttons {
    display: none !important;
}

[aza-input-lock-value] .aza-locked-document-field-no-document-uploaded {
    cursor: default;
    font-style: italic;
    color: #909090;
}

[aza-input-lock-value] .aza-document-field-attach-button-container {
    background-color: #909090;
}

.aza-field-type-multi-select:has(.aza-input-type-multi-select-checkboxes) label[for^="checkbox_"]:first-of-type,
.aza-field-type-selec:has(.aza-input-type-select-radiobuttons) label[for^="checkbox_"]:first-of-type {
    margin-top: 8px;
}
.aza-input-field .aza-field-type-datetime .date-time-container input[type=date],
.aza-input-field .aza-field-type-datetime .date-time-container input[type=time] {
    /**
    Reason why I put this CSS rule
    1. https://az2019.azavista.com/product-management/frontend/QA-front-end/-/issues/108#note_137382
    2. make sure the appearance and border to not be override by CSS theme
    **/
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    border-width: 1px;
    border-style: solid;
}

.aza-text-error {
    color: red;
}

.aza-field-validation-error {
    position: absolute;
    color: red;
}

.aza-field-validation-error.discount-code-invalid {
    position: static;
}

.aza-activities-cart-header-checkbox-container {
    display: flex;
    gap: 0.2em;
    align-items: center;
}

.aza-activity-like-button,
.aza-activity-unlike-button {
    cursor: pointer;
}

.aza-title-line {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aza-title-line:before,
.aza-title-line:after {
    flex-grow: 1;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    position: relative;
    top: 0.5em;
}

.aza-title-line:before {
    margin-inline-end: 10px;
}

.aza-title-line:after {
    margin-inline-start: 10px;
}

.aza-shopping-cart-pay-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.disabled {
    cursor: not-allowed !important;
}

.aza-disabled-button {
    cursor: not-allowed !important;
    background-color: darkgrey !important;
    color: #000000 !important;
}

.aza-disabled-button:hover {
    cursor: not-allowed !important;
    background-color: darkgrey !important;
    color: #000000 !important;
}

section.section-shopping-cart:not([aza-shopping-cart-section-display-discount-field]) .shopping-cart-discount-input {
    display: none;
}

.justify-self-end {
    justify-self: end;
    text-align: end;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.aza-padding {
    padding: 1em;
}

.aza-padding {
    padding: 0.5em;
}

.monospace-font {
    font-family: monospace;
}

/* Impersonation warning banner */
.aza-rws-impersonated-banner {
    background-color: #0071B2;
    padding: 10px;
    border: 2px solid #0071b2;
    border-radius: 0px;
}

.aza-rws-impersonated-banner .aza-rws-impersonated-banner-text {
    color: #ffffff;
    font-family: arial;
    font-weight: 600;
}

/* Document field */
.aza-document-field-attach-button-container {
    padding: 0.5em;
    background-color: #2F80ED;
    border-radius: 20%;
}

.aza-document-field-attach-button-svg {
    fill: #ffffff;
}

.document-field-download-link {
    color: #2F80ED;
}

.aza-document-uploaded-text {
    color: #009A31;
}

/* Hide some controls of fields in read-only form */
.document-field-input-field[hidden],
.document-field-input-field[aza-read-only-input-field],
[aza-read-only-field] .rating-field-values-container,
[aza-read-only-field] .opinion-scale-field-values-container,
[aza-read-only-field] .image-field-controls-container {
    /* !important is needed because theme css uses selector with very big specificity to set all fields "display: block;" without accounting read-only forms */
    display: none !important;
}

/* style="display: none;" attribute of web page elements is removed when used in web page builder */
/* and replaced with something like class="c1234" which is later addressed in a style element */
/* but is then overriden by the theme css with bigger specificity like ".aza-theme.aza-section.section-form-single-column input" */
/* We need to force display: none for some elements and change the themes to exclude them so we can remove !important */
[aza-opinion-scale-input-field],
[aza-rating-input-field] {
    display: none !important;
}



/* Shopping cart V2 */
.aza-cart-v2-tab-button-container {
    cursor: pointer;
}

.aza-cart-v2-tab-button-image {
    width: 15px;
}

.aza-cart-v2-tab-button {
    background-color: transparent;
    padding-block-end: 10px;
    padding-inline: 10px;
    font-size: 14px;
}

.aza-cart-v2-tab-button.aza-cart-v2-tab-button-selected {
    color: #2F80ED;
    border-bottom: 3px solid #2F80ED;
}

.aza-cart-v2-tab-button.aza-cart-v2-tab-button-not-selected {
    color: #B5B8C5;
}

.aza-cart-v2-products {
    flex: 70%;
}

.aza-cart-v2-product-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfe0eb;
    padding-block: 15px;
    padding-inline: 20px;
    font-size: 12px;
}

.aza-cart-v2-product-row:hover {
    background-color: #f0f8ff;
}

.aza-cart-v2-product-row-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.aza-cart-v2-product-row-item.product-name {
    justify-content: flex-start;
}

.aza-cart-v2-product-row-item.product-price {
    justify-content: flex-end;
    margin-inline-end: 24px;
}

.aza-cart-v2-product-price-controls,
.aza-cart-v2-product-quantity-controls {
    border-radius: 10px;
    border: 1px solid #00000033;
    box-shadow: 0px 0px 5px 1px rgba(79, 77, 77, 0.1);
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.aza-cart-v2-product-price-controls input {
    background-color: transparent;
    max-width: 100%;
    text-align: end;
}

.aza-cart-v2-product-quantity-control.decrease-quantity,
.aza-cart-v2-product-quantity-control.increase-quantity {
    cursor: pointer;
    width: 24px;
    font-size: 24px;
    background-color: transparent;
}

.aza-cart-v2-discount-code-container {
    margin-block-start: 30px;
    margin-inline-start: 20px;
}

.aza-cart-v2-apply-discount-code-button {
    background-color: transparent;
    color: #2F80ED;
    padding-inline: 10px;
    padding-block: 8px;
    font-size: 14px;
}

.aza-cart-v2-condensed-item-refund-label,
.aza-cart-v2-condensed-item-to-pay-label {
    font-size: 19px;
}

.aza-cart-v2-products-and-condensed-items-container {
    display: flex;
    flex-direction: row;
    border-block-start: 1px solid #DFE0EB;
}

.aza-cart-v2-condensed-items-container {
    flex: 30%;
    background-color: #F2F2F2;
    padding-inline: 10px;
}

.aza-cart-v2-condensed-item-row {
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: space-between;
    border-bottom: 0.5px solid #00000033;
    font-size: 12px;
    padding-block-end: 16px;
}

.aza-cart-v2-condensed-item-value {
    font-size: 14px;
}

.aza-cart-v2-condensed-item-quantity-with-name {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.aza-cart-v2-condensed-items-title,
.aza-cart-v2-condensed-item-quantity,
.aza-cart-v2-condensed-item-multiply-sign,
.aza-cart-v2-condensed-item-to-pay-refund-label-container,
.aza-cart-v2-condensed-item-to-pay-refund-value-container,
.aza-cart-v2-condensed-item-refund-value {
    font-weight: bold;
}

.aza-cart-v2-condensed-item-refund-value,
.aza-cart-v2-condensed-item-to-pay-value {
    color: #219653;
    font-size: 17px;
}

.aza-cart-v2-condensed-items-title {
    margin-top: 1em;
    font-size: 16px;
}

.aza-cart-v2-order-items-card {
    background-color: white;
    color: #828282;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 9px 21px rgba(30, 37, 60, 0.1);
}

.aza-cart-v2-order-items-card-row {
    justify-content: space-between;
}

.aza-cart-v2-show-transactions-card-view-container,
.aza-cart-v2-hide-transactions-card-view-container {
    display: none;
    padding: 10px;
    justify-content: center;
}

.aza-cart-v2-order-items-container-card-view {
    display: none;
    margin-block-start: 1em;
}

.aza-cart-v2-order-items-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.aza-cart-v2-show-trancations-card-view-button,
.aza-cart-v2-hide-trancations-card-view-button {
    background-color: transparent;
    padding-block: 10px;
    padding-inline: 8px;
    color: #2F80ED;
    font-size: 16px;
}

.aza-cart-v2-order-items-card {
    font-size: 13px;
}

.aza-cart-v2-order-items-table-view-order-items-container {
    display: grid;
    grid-template-columns: repeat(7, auto);
    row-gap: 0.5em;
    box-shadow: 0px 9px 21px rgba(30, 37, 60, 0.1);
    background-color: white;
    color: #828282;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
}

.aza-cart-v2-order-items-table-view-header-cell {
    line-height: 18px;
    font-weight: bold;
    background-color: #2f80ed;
    color: #ffffff;
    padding-inline-start: 20px;
    padding-block: 30px;
}

.aza-cart-v2-order-items-table-view-last-header-cell,
.aza-cart-v2-order-items-table-view-last-cell {
    padding-inline-end: 20px;
}

.aza-cart-v2-order-items-table-view-header-cell,
.aza-cart-v2-order-items-table-view-cell {
    display: flex;
    padding-inline-start: 20px;
    width: 100%;
}

.aza-cart-v2-order-items-table-view-cell {
    display: flex;
    align-items: center;
    border-block-end: 1px solid #dfe0eb;
    padding-block: 15px;
}

.aza-cart-v2-order-items-table-view-to-pay-refund-label-container {
    grid-column: 1/7;
}

.aza-cart-v2-order-items-to-pay-value,
.aza-cart-v2-order-items-refund-value {
    color: #219653;
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .aza-cart-v2-products-and-condensed-items-container {
        flex-direction: column;
    }

    .aza-cart-v2-discount-code-container {
        margin-block-end: 30px;
    }

    .aza-cart-v2-tab-button-container-transactions {
        display: none;
    }

    .aza-cart-v2-order-items-container-table-view {
        display: none;
    }

    .aza-cart-v2-show-transactions-card-view-container,
    .aza-cart-v2-hide-transactions-card-view-container {
        display: flex;
    }

    .aza-cart-v2-order-items-container-card-view {
        display: flex;
    }
}


/* Table */
.aza-table-container {
    border-radius: 15px;
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}


.aza-table-table-view {
    border-collapse: collapse;
    width: 100%;
}

.aza-table-table-view-header {
    background-color: #2f80ed;
}

.aza-rws-my-events-table .aza-table-table-view-header,
.aza-rws-my-events-table .aza-table-table-view-header-cell:last-child {
    background-color: #2f80ed;
}

.aza-table-table-view-header-row {
    border-block-end: 1px solid #dfe0eb;
    cursor: pointer;
    vertical-align: middle;
}

.aza-table-table-view-header-cell {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #ffffff;
    padding: 20px 30px;
    text-align: start;
}

.aza-table-table-view-header-cell-text-and-icon-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.aza-table-table-view-header-cell-icon {
    display: flex;
    flex-direction: column;
    padding: 5px;
    float: right;
}

.aza-table-table-view-body-row {
    border-block-end: 1px solid #dfe0eb;
    cursor: pointer;
    vertical-align: middle;
}

.aza-table-table-view-body-cell {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.27px;
    color: #4f4f4f;
    padding: 15px 0 15px 30px;
    text-align: start;
}

.aza-rws-my-events-table .aza-table-table-view-body-cell {
    word-break: break-word;
  }

.aza-rws-my-events-table .aza-table-table-view-header-cell:last-child {
    position: sticky;
    right: 0;
}

.aza-table-table-view-body-cell-action-link-container {
    display: flex;
    gap: 7px;
}

.aza-table-table-view-body-cell-action-link,
.aza-table-card-view-body-cell-action-link {
    font-size: 14px;
    font-weight: 500;
    color: #0a7ddc;
    text-decoration: none;
}

.aza-table-card-view-container {
    display: none;
}

.aza-table-card-view-cards-container {
    padding-block: 20px;
}

.aza-table-card-view-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    font-size: 13px;
    margin: 0 20px;
    text-align: start;
    background-color: white;
    color: #828282;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 9px 21px rgba(30, 37, 60, 0.1);
}

.aza-table-card-view-card-row-field-value {
    color: #4f4f4f;
    font-size: 13px;
    text-align: end;
}

.aza-table-pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 30px;
}

.aza-table-pagination-pages-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aza-table-pagination-pages-page-count {
    color: #8b8a8f;
    font-size: 14px;
    font-weight: 500;
    width: 130px;
}

.aza-table-pagination-pages-button-container {
    width: fit-content;
    margin: 1px;
    text-decoration: none;
    list-style: none;
}

.aza-table-pagination-pages-navigation-button {
    color: #000;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    width: 35px;
    display: flex;
    padding: 6px;
}

.aza-table-pagination-page-size-label {
    color: #8b8a8f;
    font-size: 14px;
    font-weight: 500;
}

.aza-table-pagination-page-size-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.aza-table-pagination-page-size-selector {
    width: 100%;
    max-width: 50px;
    border: 0;
    background-color: white;
    border-radius: 5px;
    height: 34px;
    padding: 0 5px;
    font-size: 14px;
    box-shadow: 0 1px 5px 1px rgba(150, 170, 180, 0.5);
}

.aza-rws-my-events-table-header-button {
    background-color: transparent;
    color: #ffffff;
}

.aza-rws-my-events-table-header-button {
    user-select: none;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    white-space: nowrap;
}

.aza-table-card-view-action-bar-content {
    margin: 0 20px;
    padding: 20px;
}

.aza-table-card-view-action-bar-content-button {
    user-select: none;
    padding: 8px;
    border: 1px solid #2f80ed;
    border-radius: 8px;
    white-space: nowrap;
}

.aza-rws-add-to-event-dialog-add-to-event-button {
    color: #ffffff;
    background-color: #2f80ed;
}

@media screen and (max-width: 767px) {
    .aza-table-table-view-container {
        display: none;
    }

    .aza-table-card-view-container {
        display: block;
    }
}

.aza-form-field-area select {
    max-height: 10em;
    overflow: auto;
}

.cursor-pointer {
    cursor: pointer;
}

/* Material symbols icons */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.aza-input-field-label-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
}

.aza-input-field-label-info-icon {
    cursor: default;
    color: #2F80ED;
}

.display-none {
    display: none;
}
