@charset "utf-8";

._button-icon_rbaej_1:not(._unstyled_rbaej_1) { display: inline-flex; align-items: center; justify-content: center; min-width: initial; padding: 0px; }

._button-icon_rbaej_1._xl_rbaej_10:not(._unstyled_rbaej_1) { width: 72px; height: 72px; }

._button-icon_rbaej_1._lg_rbaej_16:not(._unstyled_rbaej_1) { width: 56px; height: 56px; }

._button-icon_rbaej_1._md_rbaej_21:not(._unstyled_rbaej_1) { width: 48px; height: 48px; }

._button-icon_rbaej_1._sm_rbaej_26:not(._unstyled_rbaej_1) { width: 40px; height: 40px; }

._button-icon_rbaej_1._xs_rbaej_31:not(._unstyled_rbaej_1) { width: 32px; height: 32px; }

._overlay_18djc_1 { position: fixed; z-index: var(--z-index-dialog); inset: 0px; background-color: rgba(0, 0, 0, 0.5); animation: 0.15s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal none running _fade-in_18djc_1; }

._content_18djc_11 { position: fixed; z-index: var(--z-index-dialog); bottom: 0px; display: grid; grid-template-rows: auto 1fr auto; width: 100%; max-height: calc(-112px + 100vh); background-color: rgb(255, 255, 255); border-radius: 16px 16px 0px 0px; box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 4px, rgba(0, 0, 0, 0.08) 0px 8px 16px; animation: 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal none running _slide-up_18djc_1; }

@media screen and (min-width: 768px) {
  ._content_18djc_11 { width: 540px; max-width: 90vw; max-height: calc(-40px + 100vh); border-radius: 16px; }
  ._content_18djc_11._center_18djc_36 { top: 50%; bottom: initial; left: 50%; transform: translate(-50%, -50%); max-height: 85vh; animation: 0.15s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal none running _fade-scale-center_18djc_1; }
  ._content_18djc_11._right_18djc_47 { top: 20px; right: 20px; bottom: 20px; animation: 0.25s ease-out 0s 1 normal none running _fade-in-right_18djc_1; }
}

._top-bar_18djc_56 { display: flex; align-items: center; justify-content: space-between; }

._title_18djc_62 { margin: 0px; font: 600 24px / 100% bryant, "bryant Fallback", sans-serif; color: rgb(26, 33, 30); }

._close-btn_18djc_68 svg { width: 16px; height: 16px; }

._body_18djc_75 { overflow-y: auto; }

._bottom-bar_18djc_79 { display: grid; gap: 20px; margin-top: auto; }

._action-bar_18djc_85 { display: flex; gap: 4px; align-items: center; justify-content: center; }

._action-bar_18djc_85 > :last-child { margin-left: auto; }

._top-bar_18djc_56, ._body_18djc_75, ._bottom-bar_18djc_79 { padding: 16px; }

@keyframes _fade-in_18djc_1 { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes _fade-scale-center_18djc_1 { 
  0% { transform: translate(-50%, -48%) scale(0.96); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

@keyframes _fade-in-right_18djc_1 { 
  0% { transform: translate(32px); opacity: 0; }
  100% { transform: translate(0px); opacity: 1; }
}

@keyframes _slide-up_18djc_1 { 
  0% { transform: translateY(100%); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}