.b-ext .v-divider {border-style: solid;border-width: thin 0 0;display: block;flex: 1 1 100%;height: 0;max-height: 0;opacity: var(--v-border-opacity);transition: inherit;}
.b-ext .v-divider--vertical {align-self: stretch;border-width: 0 thin 0 0;display: inline-flex;height: auto;margin-left: -1px;max-height: 100%;max-width: 0;vertical-align: text-bottom;width: 0;}
.b-ext .v-divider--inset:not(.v-divider--vertical) {margin-inline-start: 72px;max-width: calc(100% - 72px);}
.b-ext .v-divider--inset.v-divider--vertical {margin-bottom: 8px;margin-top: 8px;max-height: calc(100% - 16px);}
.b-ext .v-divider__content {padding: 0 16px;text-wrap: nowrap;}
.b-ext .v-divider__wrapper--vertical .v-divider__content {padding: 4px 0;}
.b-ext .v-divider__wrapper {align-items: center;display: flex;justify-content: center;}
.b-ext .v-divider__wrapper--vertical {flex-direction: column;height: 100%;}
.b-ext .v-divider__wrapper--vertical .v-divider {margin: 0 auto;}
.b-ext .adie-msg-default[data-v-cca9e56c] {background-color: rgb(var(--v-theme-grey050));border: 1px solid rgb(var(--v-theme-grey150));color: rgb(var(--v-theme-grey850));}
.b-ext .adie-msg-success[data-v-cca9e56c] {background-color: rgb(var(--v-theme-success040));border: 1px solid rgb(var(--v-theme-success300));color: rgb(var(--v-theme-success700));}
.b-ext .adie-msg-info[data-v-cca9e56c] {background-color: rgb(var(--v-theme-info100));border: 1px solid rgb(var(--v-theme-info400));color: rgb(var(--v-theme-info900));}
.b-ext .adie-msg-warning[data-v-cca9e56c] {background-color: rgb(var(--v-theme-warning100));border: 1px solid rgb(var(--v-theme-warning300));color: rgb(var(--v-theme-warning700));}
.b-ext .adie-msg-danger[data-v-cca9e56c] {background-color: rgb(var(--v-theme-red100));border: 1px solid rgb(var(--v-theme-red200));color: rgb(var(--v-theme-red700));}
.b-ext .adie-col-max-width[data-v-cca9e56c] {max-width: 26px;}
.b-ext .adie-img-align[data-v-cca9e56c] {vertical-align: text-top;}
.b-ext .v-overlay-container {contain: layout;display: contents;left: 0;pointer-events: none;position: absolute;top: 0;}
.b-ext .v-overlay-scroll-blocked {padding-inline-end: var(--v-scrollbar-offset);}
.b-ext .v-overlay-scroll-blocked:not(html) {overflow-y: hidden !important;}
.b-ext.v-overlay-scroll-blocked {height: 100%;left: var(--v-body-scroll-x);position: fixed;top: var(--v-body-scroll-y);width: 100%;}
.b-ext .v-overlay {--v-overlay-opacity: .32;border-radius: inherit;bottom: 0;display: flex;left: 0;pointer-events: none;position: fixed;right: 0;top: 0;}
.b-ext .v-overlay__content {contain: layout;outline: none;pointer-events: auto;position: absolute;}
.b-ext .v-overlay__scrim {background: #000;border-radius: inherit;bottom: 0;left: 0;opacity: var(--v-overlay-opacity);pointer-events: auto;position: fixed;right: 0;top: 0;}
.b-ext .v-overlay--absolute, .b-ext .v-overlay--contained .v-overlay__scrim {position: absolute;}
.b-ext .v-overlay--scroll-blocked {padding-inline-end: var(--v-scrollbar-offset);}