.cardHeader{background-color:var(--clr-header-grey);border-bottom:1px solid #1d2127;border-radius:5px 5px 0 0!important;padding:18px;position:relative;display:flex;align-items:center;gap:1rem}.cardHeader h2{font-size:2.5rem;font-size:var(--font-size-large-600);font-weight:400;text-transform:capitalize}.cardHeader h2.active{color:#7FC6A6}.cardHeader h2.inactive{color:#FF8686}.cardBody{background-color:var(--clr-body-grey);border-radius:0 0 5px 5px!important;padding:1.25rem;color:#808697;position:relative;display:flex;flex-direction:column}.cardBody p{color:#abb4be;margin-bottom:1.5rem;max-width:100%;font-size:var(--font-size-small-300)}.cardBody p+ol{margin-top:-.75rem!important}.cardBody .bodyText li{color:#abb4be;list-style-type:disc;list-style-position:outside;margin-left:1.25rem;margin-bottom:.75rem;max-width:100%;font-size:var(--font-size-small-300);line-height:1.5;text-wrap:pretty}.settingsWrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));border-radius:0 0 .3rem .3rem;position:relative}.settingsWrap p{grid-column:1/-1;margin-bottom:20px;max-width:100%;line-height:24px;color:#abb4be}.settingsItem{margin-bottom:1.5rem;position:relative}.cardBody .settingsWrap .settingsItem{margin-bottom:0}.settingsItem input,.settingsItem label{font-size:var(--font-size-large-200)}.settingsItem input[type=text],.settingsItem input[type=url]{text-overflow:ellipsis}.settingsItem input[type=number],.settingsItem input[type=text],.settingsItem input[type=url]{padding:.4rem .8rem;height:calc(2.25rem + 12px)}.settingsItem input[type=number],.settingsItem input[type=text],.settingsItem input[type=url],.settingsItem textarea{width:100%;background-color:var(--bg-dark-mode);margin-top:.5rem;border:0;border-radius:.25rem;display:flex;align-items:center;position:relative;color:var(--clr-white)}.settingsItem textarea{padding:.8rem;text-overflow:ellipsis;min-height:calc(2 * calc(2.25rem + 12px));height:calc(5 * calc(2.25rem + 12px));max-height:500px;font-size:var(--font-size-large-200);resize:vertical}.required label:after{content:"*";position:absolute;color:var(--clr-danger);top:3px;left:-10px}.required.rejected>div,.required.rejected>input,.required.rejected>textarea{box-shadow:inset 0 1px 1px rgba(255,0,0,.075),0 0 8px rgba(255,0,0,.5)!important}.required.rejected .popup{color:var(--clr-danger)}.required.rejected span:has(.popup){display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.builderWrap{display:flex;flex-direction:column;width:100%;height:auto;margin-top:2vh}.strike{text-decoration:line-through}@media screen and (min-width:769px){.cardBody .settingsWrap{gap:1rem 2.5rem}}@media screen and (max-width:768px){.cardBody .settingsWrap{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:1rem 2.5rem}.required.rejected .popup{font-size:.85rem}.settingsItem{max-width:100%;position:relative}.required.rejected span:has(.popup){max-width:100%;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media screen and (max-width:480px){.cardHeader{flex-direction:column}.cardBody{padding:1.25rem 1rem}.required label:after{left:-8px}}@media screen and (max-width:550px){.builderWrap{margin-top:0}.settingsItem textarea{height:170px}}nextjs-portal{display:none}*{font-family:var(--ff-base)}html{font-size:var(--base-font-size)}body{background-color:var(--bg-dark-mode);color:var(--font-dark-mode);font-size:var(--font-size-small-400);font-size:var(--base-font-size)}h1,h2,h3,h4,h5,h6{font-family:var(--ff-header)}h1{font-size:var(--font-size-large-900)}h1,h2{font-weight:var(--font-weight-bold)}h2{font-size:var(--font-size-large-800)}h3{font-size:var(--font-size-large-700)}h3,h4{font-weight:var(--font-weight-normal)}h4{font-size:var(--font-size-large-600)}h5{font-size:var(--font-size-large-400)}h5,h6{font-weight:var(--font-weight-light)}h6{font-size:var(--font-size-large-300)}.rootLayout{display:grid;position:relative;grid-template-rows:max-content 1fr;min-height:100vh;width:100vw;max-width:100%;grid-template-areas:"header" "main" "footer"}.sideBar{grid-area:sidebar;display:flex;flex-direction:column;height:calc(100vh - 75px - 1.2vh);width:100px;left:0;top:calc(75px + 1vh);position:-webkit-sticky;position:sticky}.sideBar:has(.transitionEnabled){transition:all .3s ease-in-out}.mainContent{min-height:80vh;height:100%;width:100%;max-width:var(--max-width-content);display:flex;flex-direction:column;padding:2vh 1.5vh;grid-area:main;margin:auto}.blankLayout{min-height:100vh;width:100vw;max-width:100%;justify-content:center}.blankContent,.blankLayout{display:flex;flex-direction:column;align-items:center}.blankContent{min-height:80vh;height:100%;width:100%;max-width:var(--max-width-content);justify-content:space-evenly;margin:auto;text-align:center}.blankContent h1{width:100%;height:100%;word-wrap:break-word;overflow-wrap:break-word;text-wrap:pretty}.bannerWrapper{width:100%;display:flex;top:calc(75px + 1vh);margin-bottom:2vh}.bannerWrapper h1{font-size:var(--font-size-large-500);font-weight:var(--font-weight-normal)}@media screen and (min-width:769px){.rootLayout:has(.sideBar){grid-template-columns:max-content 1fr;grid-template-areas:"header header" "sidebar main"}.sideBar:has(.open){width:300px}}@media screen and (max-width:768px){.rootLayout:has(.sideBar>ul.open){height:100vh;overflow:hidden}.rootLayout:has(.sideBar){grid-template-areas:"header" "main";position:relative}.sideBar{position:absolute;top:0;height:100%;width:100%;transform:translateX(-100%);z-index:2000;grid-area:main}.sideBar:has(.open){transform:translateX(0);transition:transform .3s ease-in-out}}@media screen and (max-width:480px){.blankLayout{overflow-wrap:break-word}.blankContent h1{font-size:var(--font-size-large-800)}.bannerWrapper{justify-content:center;text-align:center}}