.dialog-banner-form{justify-content:center;align-items:center;display:flex}.dialog-banner-form-content{border:1rem solid var(--theme-border);background:var(--theme-background);border-radius:20rem;max-width:1100rem;max-height:90dvh;padding:24rem;overflow-y:auto}.dialog-banner-form-content::-webkit-scrollbar{background:0 0;width:4px}.dialog-banner-form-content::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:4px}.dialog-banner-form-content::-webkit-scrollbar-track{background:var(--theme-background);border-radius:4px}.dialog-banner-form-content__header{justify-content:space-between;align-items:center;gap:16rem;margin-bottom:24rem;display:flex}.dialog-banner-form-content__title{color:var(--theme-text-primary);margin:0;font-size:20rem;font-weight:800}.dialog-banner-form-content__close{cursor:pointer;width:32rem;height:32rem;color:var(--theme-text-muted);background:0 0;border:0;border-radius:8rem;justify-content:center;align-items:center;padding:0;font-size:20rem;display:flex}.dialog-banner-form-content__close:hover{color:var(--theme-text-primary);background:var(--theme-hover-bg)}.dialog-banner-form-content__body{grid-template-columns:minmax(0,1fr);gap:32rem;display:grid}@media only screen and (width>=1200px){.dialog-banner-form-content__body{grid-template-columns:minmax(0,380rem) minmax(0,1fr)}}.dialog-banner-form-content__fields{flex-direction:column;gap:16rem;min-width:0;display:flex}.dialog-banner-form-content__row{grid-template-columns:minmax(0,1fr);gap:16rem;display:grid}@media only screen and (width>=768px){.dialog-banner-form-content__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.dialog-banner-form-content__active{cursor:pointer;color:var(--theme-text-secondary);align-items:center;gap:12rem;font-size:14rem;display:flex}.dialog-banner-form-content__uploads{grid-template-columns:minmax(0,1fr);gap:32rem;min-width:0;display:grid}@media only screen and (width>=768px){.dialog-banner-form-content__uploads{grid-template-columns:repeat(2,minmax(0,1fr))}}.dialog-banner-form-content__error{color:var(--theme-error);margin:20rem 0 0;font-size:13rem}.dialog-banner-form-content__footer{justify-content:flex-end;align-items:center;gap:12rem;margin-top:24rem;display:flex}
