dialog.dialog_branded::backdrop{background:rgba(var(--brand-background-color)/.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog_branded{background:rgb(var(--brand-background-color));border-radius:var(--brand-button-border-radius);border:var(--brand-button-border-width)var(--brand-button-border-style)rgb(var(--brand-button-border-color));min-width:50vw;max-width:65vw;min-height:20vh;max-height:90vh;color:rgb(var(--brand-text-color));gap:.5rem;padding:1rem;overflow:hidden}@media (max-width:1024px){.dialog_branded{min-width:65vw;max-width:75vw;min-height:90vh;max-height:90vh}}@media (max-width:768px){.dialog_branded{min-width:95vw;max-width:98vw;min-height:90vh;max-height:98vh;padding:.5rem}}.dialog_branded:has(.general_form) .form_wrapper{background:rgba(var(--brand-secondary-color)/.2);-webkit-backdrop-filter:blur(5px)}.dialog_branded .dialog_layout{flex-direction:column;gap:.5rem;height:100%;max-height:100%;display:flex}.dialog_branded .dialog_header{justify-content:space-between;align-items:center;display:flex}.dialog_branded .dialog_header h3{color:rgb(var(--brand-text-color));margin:0}.dialog_branded .dialog_body{border-radius:var(--brand-input-border-radius);min-height:0;color:rgb(var(--brand-text-color));flex:auto;display:grid;overflow-y:auto}.dialog_branded .dialog_footer{flex-shrink:0;justify-content:space-between;display:flex}.dialog_branded .small_table{grid-template-columns:repeat(2,auto);gap:.5rem;display:grid}.dialog_branded button.close{cursor:pointer;color:rgb(var(--brand-text-color));background-color:rgba(var(--brand-secondary-color)/.4);border:var(--brand-button-border-width)var(--brand-button-border-style)rgb(var(--brand-button-border-color));border-radius:var(--brand-button-border-radius);padding:.5rem;transition:all .3s}.dialog_branded button.close:hover,.dialog_branded button.close:focus{background-color:rgb(var(--brand-main-color-highlight));color:rgb(var(--brand-button-text-color));opacity:.8}
