.stf-ultra-confirm-dialog {
    position: fixed;
    z-index: 10000;
}

.stf-ultra-confirm-content {
    width: 100%;
    position: relative;
    background: #FFF;
    border: 1px solid #B3B9C6;
    border-radius: 8px;
    box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05), 0px 16px 16px -8px rgba(12, 12, 13, 0.1);
    z-index: 2;
    padding: 40px;
}

.stf-ultra-confirm-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color: #000;
}

.stf-ultra-confirm-close-btn {
    position: absolute;
    right: 8px;
    top: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
}

.stf-ultra-confirm-close-btn:focus-visible {
    border: none !important;
    outline: none !important;
}

.stf-ultra-confirm-info-card {
    background: #F8F9FB;
    border-radius: 4px 4px 4px 4px;
    padding: 12px;
    gap: 5px;
    display: grid;
    margin-top: 16px;
    margin-bottom: 16px;
}

.stf-ultra-confirm-info-card::before {
    content: "";
    position: absolute;
    left: 40px;
    width: 2px;
    height: 21%;
    background: #626263;
}

.stf-ultra-confirm-info-card.info-card-en::before {
    top: 98px;
    height: 22%;
}

.stf-ultra-confirm-info-label {
    font-size: 12px;
    color: #626263;
    font-weight: 600;
    line-height: 16px;
}

.stf-ultra-confirm-info-row {
    gap: 8px;
}

.stf-ultra-confirm-info-value {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 33px;
}

.stf-ultra-confirm-info-unit {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin-left: 6px;
    margin-right: 10px;
}

.stf-ultra-confirm-spinning {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stf-ultra-confirm-spinning-icon {
    width: 32px;
    height: 32px;
    animation: stf-sync-spin 1.5s linear infinite;
}

.stf-ultra-confirm-spinning-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #1763A2;
}

.stf-ultra-confirm-info-breakdown {
    font-size: 12px;
    color: #626263;
    font-weight: 600;
    line-height: 16px;
}

.stf-ultra-confirm-description {
    font-size: 14px;
    color: #313131;
    font-weight: 400;
    line-height: 19px;
    display: grid;
    gap: 2px;
}

.stf-ultra-confirm-description strong {
    font-weight: 700;
}

.stf-ultra-confirm-footer {
    gap: 24px;
}

.stf-ultra-confirm-footer {
    margin-top: 40px;
}

.stf-ultra-confirm-close-button {
    width: 144px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #1763A2;
    background: #fff;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    border: none !important;
}

.stf-ultra-confirm-close-button:hover {
    background: #EEF7FF;
}

.stf-ultra-confirm-submit-button {
    width: 144px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #FFF;
    background: #1763A2;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid #1763A2;
}

.stf-ultra-confirm-submit-button:not(:disabled):hover {
    background: #358CD5;
    border: 1px solid #358CD5;
}

.stf-ultra-confirm-submit-button:disabled {
    background: #F2F3F5;
    color: #C0C5D0;
    cursor: not-allowed;
    border: none;
}

.stf-ultra-counting .stf-file-upload-row2, .stf-ultra-counting .stf-file-upload-gauge {
    display: none !important;
}

.stf-ultra-confirm-dialog.ui-dialog {
    padding: 0;
    border: none;
    border-radius: var(--Radius-M, 8px);
    box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05), 0px 16px 16px -8px rgba(12, 12, 13, 0.1);
}

.stf-ultra-confirm-dialog .ui-dialog-titlebar {
    display: none;
}


.stf-ultra-confirm-dialog .ui-dialog-content {
    padding: 0;
    overflow: visible;
}

.stf-ultra-confirm-overlay-class {
    opacity: 0 !important;
}