

/* @group @m-dialog-comfirm */

[class*="m-dialog-comfirm"] {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}

/* @end @m-dialog-comfirm */

/* @group @m-dialog-comfirm */

[class*="m-dialog-comfirm"] {
box-sizing: border-box;
overflow: hidden;
max-height: 90vh;
min-width: 30rem;
max-width: 30rem;
min-height: 10rem;
margin: auto;
padding: 0;
background-color: hsl(0, 0%, 100%);
border-radius: .25rem;
}

@media all and (max-height:24.9375em) and (orientation: landscape){

[class*="m-dialog-comfirm"] {
height: 96vh;
}

}

/* @end @m-dialog-comfirm */

/* @group @m-dialog-comfirm */

[class*="m-dialog-comfirm"] form {
position: relative;
overflow-y: auto;
}

/* @end @m-dialog-comfirm */

/* --------------------------------------------------------*/

/* @group @variables */

[class*="a-dialog-comfirm-header"] {
--head-2-font-size: 1.25rem;
--head-2-line-height: 1.5;
--head-2-font-weight: 300;
--head-2-font-variation-settings: "wght" 300;
--head-2-text-align: center;
--text-align: center;
}

/* @end @variables */

/* @group @a-dialog-comfirm-header */

[class*="a-dialog-comfirm-header"] {
box-sizing: border-box;
position: absolute;
z-index: 2;
top: 0;
left: 0;
display: grid;
align-items: center;
width: 100%;
height: 3.75rem;
padding: .375rem .75rem;
background-color: var(--color-white);
box-shadow: inset 0 -1px 0 var(--color-very-light-gray);
}

/* @end @a-dialog-comfirm-header */

/* --------------------------------------------------------*/

/* @group @a-dialog-comfirm-body */

[class*="a-dialog-comfirm-body"] {
height: inherit;
max-height: inherit;
padding: 4.5rem 0 0;
}

/* @end @a-dialog-comfirm-body */

/* --------------------------------------------------------*/

/* @group @a-dialog-comfirm-inner */

[class*="a-dialog-comfirm-inner"] {
box-sizing: border-box;
overflow-x: auto;
height: calc(100% + 1px);
max-height: inherit;
}

[class*="a-dialog-comfirm-inner"]>div {
min-height: 6rem;
padding: 0 1.5rem;
}

[class*="a-dialog-comfirm-inner"] p {
text-align: center;
}

[class*="a-dialog-comfirm-inner"] ul {
--font-size: .875rem;
--line-height: 1.71428571;
}

/* @end @a-dialog-comfirm-inner */

/* --------------------------------------------------------*/

/* @group @a-dialog-comfirm-footer */

[class*="a-dialog-comfirm-footer"] {
display: grid;
grid-template-columns: 5fr 3fr;
grid-column-gap: .75rem;
align-items: center;
margin-top: 1.5rem;
padding: .75rem 1.5rem;
box-shadow: inset 0 1px 0 var(--color-very-light-gray);
}

[class*="a-dialog-comfirm-footer"] span {
display: flex;
justify-content: center;
align-items: center;
}

/* @end @a-dialog-comfirm-footer */