@charset "utf-8";

.customily-confirm-dialog[data-v-4232a3e1] { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; z-index: 9999; }

.customily-confirm-content[data-v-4232a3e1] { background-color: rgb(255, 255, 255); border-radius: 8px; max-width: 500px; width: 90%; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px; position: relative; overflow: hidden; }

.customily-confirm-header[data-v-4232a3e1] { padding: 20px 25px; position: relative; }

.customily-confirm-header h2[data-v-4232a3e1] { margin: 0px; font-size: 28px; font-weight: 600; color: rgb(74, 74, 74); line-height: 1.2; }

.customily-close-btn[data-v-4232a3e1] { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 24px; color: rgb(153, 153, 153); cursor: pointer; padding: 0px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }

.customily-close-btn[data-v-4232a3e1]:hover { color: rgb(102, 102, 102); }

.customily-confirm-body[data-v-4232a3e1] { padding: 0px 25px 20px; }

.customily-confirm-message[data-v-4232a3e1] { margin: 0px; font-size: 18px; line-height: 1.5; color: rgb(102, 102, 102); white-space: pre-line; text-align: center; }

.customily-confirm-footer[data-v-4232a3e1] { padding: 0px 25px 25px; display: flex; justify-content: center; gap: 15px; }

.customily-btn[data-v-4232a3e1] { padding: 12px 25px; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; font-weight: 500; min-width: 120px; transition: background-color 0.2s, transform 0.1s; }

.customily-btn[data-v-4232a3e1]:hover { transform: translateY(-1px); }

.customily-btn[data-v-4232a3e1]:active { transform: translateY(0px); }

.customily-btn-primary[data-v-4232a3e1] { background-color: rgb(20, 41, 75); color: white; }

.customily-btn-primary[data-v-4232a3e1]:hover { background-color: rgb(14, 30, 56); }

.customily-btn-secondary[data-v-4232a3e1] { background-color: rgb(240, 240, 240); color: rgb(102, 102, 102); }

.customily-btn-secondary[data-v-4232a3e1]:hover { background-color: rgb(229, 229, 229); }

.customily-animations-fade-enter-active[data-v-4232a3e1], .customily-animations-fade-leave-active[data-v-4232a3e1] { transition: opacity 0.3s; }

.customily-animations-fade-enter[data-v-4232a3e1], .customily-animations-fade-leave-to[data-v-4232a3e1] { opacity: 0; }