.main-239 {
    box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
    border-radius: 2px;
    background-color: var(--portalThemeColor7);
    box-sizing: border-box;
    position: relative;
    text-align: left;
    outline: transparent solid 3px;
    max-height: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-height: 176px;
    min-width: 288px;
    overflow-y: auto;
    z-index: 1000000;
    pointer-events: auto;
    height: 90%;
    width: 90%;
    padding: 16px;
}