@charset "utf-8";

.edit-pay-now-account-dialog-wrapper .s-kit-modal-content { width: 760px; height: 100vh; border-radius: 0px; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper { position: relative; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .account-manage-panel { overflow: auto; height: calc(-120px + 100vh); }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .account-info-panel .info-title { display: flex; align-items: center; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .account-info-panel .edit-link { font-size: 14px; color: rgb(27, 176, 230); cursor: pointer; margin-left: 10px; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .account-info-panel .member-item { display: flex; align-items: flex-start; font-size: 14px; margin-top: 10px; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .account-info-panel .member-item .label { font-weight: bold; margin-right: 6px; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .account-info-panel .member-item .value { word-break: break-word; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .account-info-panel .s-form { margin-top: 10px; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .bottom-btn-wrapper { position: absolute; right: 0px; width: 100%; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .bottom-btn-wrapper .btn-panel { height: 60px; display: flex; align-items: center; justify-content: flex-start; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .bottom-btn-wrapper .step-btn { margin: 0px; width: 146px; }

.edit-pay-now-account-dialog-wrapper .account-manage-wrapper .bottom-btn-wrapper .error-message { color: rgb(230, 71, 81); font-size: 14px; margin-left: 10px; }

.edit-pay-now-account-dialog-wrapper .loading-container { text-align: center; margin-top: 30vh; }

.edit-pay-now-account-dialog-wrapper .loading-container .fa-spinner { font-size: 20px; }

.edit-pay-now-account-dialog-wrapper .account-info-panel { margin-top: 30px; }

.edit-pay-now-account-dialog-wrapper .account-info-panel.contact-panel { margin-top: 20px; }

.edit-pay-now-account-dialog-wrapper .account-info-panel .info-title { font-size: 24px; font-weight: bold; }

.edit-pay-now-account-dialog-wrapper .account-info-panel .edit-btn { color: rgb(27, 176, 230); }

.edit-pay-now-account-dialog-wrapper .form-field-error { color: rgb(230, 71, 81); line-height: 1.2; margin-top: 10px; font-size: 14px; }