@charset "utf-8";

.stripe-settings .connected-box .account-info { color: rgb(92, 102, 118); }

.stripe-settings .payment-dropdown { margin-top: -5px; }

.stripe-settings .payment-dropdown .link { padding: 0px 20px; margin-bottom: 15px; cursor: pointer; color: rgb(145, 156, 171); }

.stripe-settings .payment-dropdown .payment-items .title { display: flex; align-items: center; }

.stripe-settings .payment-dropdown .payment-items .title img { height: 20px; margin-right: 5px; }

.stripe-settings .payment-dropdown .payment-items .item { border-top: 1px solid rgb(221, 221, 221); padding: 15px 20px; display: flex; justify-content: space-between; color: rgb(92, 102, 118); }

.stripe-settings .payment-dropdown .payment-items .action { display: flex; align-items: center; }

.stripe-settings .payment-dropdown .payment-items .action input { margin-right: 8px; }

.s-kit-modal.payment-confirm-dialog { width: 450px !important; text-align: center; }

.s-kit-modal.payment-confirm-dialog .s-kit-modal-body { padding: 40px; }

.s-kit-modal.payment-confirm-dialog .payment-confirm-title { font-size: 18px; color: rgb(92, 102, 118); margin-bottom: 25px; font-weight: 700; }

.s-kit-modal.payment-confirm-dialog p { line-height: 1.4; }

.s-kit-modal.payment-confirm-dialog .bottom-buttons { margin-top: 40px; }

.s-kit-modal.payment-confirm-dialog .bottom-buttons .s-kit-btn { width: 100%; display: block; box-sizing: border-box; }

.s-kit-modal.payment-confirm-dialog .bottom-buttons .s-kit-btn:last-child { margin-bottom: 0px; }