/*.dark .fi-fo-repeater-item-header {*/
/*    background-color: unset;*/
/*}*/

/*.dark .fi-fo-repeater-item-content {*/
/*    background-color: unset;*/
/*}*/

/*.fi-fo-repeater-item-header {*/
/*    border-radius: 0.75rem 0.75rem 0 0;*/
/*    background-color: #ebebeb;*/
/*}*/

/*.fi-fo-repeater-item-content {*/
/*    border-radius: 0 0 0.75rem 0.75rem;*/
/*    background-color: #f7f7f7;*/
/*}*/

/*.remove-section-padding .fi-section-content,*/
/*.remove-section-padding .fi-fo-builder-item-content {*/
/*    padding: 0;*/
/*}*/

/*.sticky-section {*/
/*    top: 4.375rem;*/
/*    left: 0px;*/
/*    position: sticky;*/
/*}*/

.select-block-group-section {
    position: sticky;
    top: 1rem;
    left: 0;
    height: fit-content;
}

.select-block-group-section .select-block-group-button {
    white-space: nowrap;
    text-align: start;
    padding: 0.5rem 4rem 0.5rem 0.5rem;
}

/*body {*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*}*/

/*.fi-modal-footer {*/
/*    z-index: 4;*/
/*}*/

/*.fund-header {*/
/*    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,*/
/*        rgba(9, 9, 9, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;*/
/*    padding: 0.75rem 1rem;*/
/*    border-radius: 8px !important;*/
/*}*/

/*.fund-header > .fi-section-header {*/
/*    padding-bottom: 0 !important;*/
/*}*/

/*.dark .fund-header {*/
/*    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,*/
/*        rgba(255, 255, 255, 0.1) 0px 0px 0px 1px,*/
/*        rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;*/
/*}*/

/*@media screen and (max-width: 900px) {*/
/*    .fi-fo-builder-item-header .truncate {*/
/*        max-width: 60vw;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1440px) and (min-width: 900px) {*/
/*    .fi-fo-builder-item-header .truncate {*/
/*        max-width: 6vw;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1440px) {*/
/*    .fi-fo-builder-item-header .truncate {*/
/*        max-width: 15vw;*/
/*    }*/
/*}*/


/*.fi-fo-builder-item-header {*/
/*    !*width: fit-content;*!*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*}*/

/*.filepond--image-preview {*/
/*    background: rgb(244, 244, 244);*/
/*}*/

/*.no-repeater-content .fi-fo-repeater-item-content {*/
/*    padding: 0;*/
/*}*/

/*.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {*/
/*    border-width: 1px;*/
/*    border-color: rgb(229, 231, 235);*/
/*}*/

/*html {*/
/*    scrollbar-gutter: stable;*/
/*}*/

/*.fi-modal-heading {*/
/*    word-break: break-all;*/
/*}*/

/*.tox-collection__item-label  blockquote {*/
/*    background: transparent !important;*/
/*}*/

.tippy-content {
    max-width: 300px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

/*.frame {*/
/*    zoom: 0.5;*/
/*}*/

.frame {
    --scale: 0.5;
    transform: scale(var(--scale));
    transform-origin: 0 0;
    width: calc(100% * (1 / var(--scale)));
    height: calc(100% * (1 / var(--scale)));
}

.homepage-bg {
    background-color: rgba(68, 152, 153, 0.63);
}
