.custom-modal-overlay[data-v-63c32d5c]{position:fixed;height:100vh;width:100%;left:0;top:0;background:rgba(0,0,0,.5);display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;opacity:0;-webkit-transition:opacity .5s linear;transition:opacity .5s linear}.custom-modal-overlay.show[data-v-63c32d5c]{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.custom-modal-overlay .custom-modal[data-v-63c32d5c]{min-width:50vw;max-width:70vw;background:var(--rs-white);border-radius:5px;padding:30px}.custom-modal-overlay .custom-modal .content[data-v-63c32d5c]{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:20px}.custom-modal-overlay .custom-modal .content .column[data-v-63c32d5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.custom-modal-overlay .custom-modal .content .column .auth-box[data-v-63c32d5c]{min-width:500px}.custom-modal-overlay .custom-modal .content .column .auth-box h5[data-v-63c32d5c]{font-weight:700}.custom-modal-overlay .custom-modal .input-row[data-v-63c32d5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.custom-modal-overlay .custom-modal .input-row .select[data-v-63c32d5c]{-webkit-box-flex:1;-ms-flex:1;flex:1}.custom-modal-overlay .custom-modal h2[data-v-63c32d5c]{font-weight:700;font-size:24px;margin-bottom:30px}.custom-modal-overlay .custom-modal .okta-box[data-v-63c32d5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.custom-modal-overlay .custom-modal .okta-box .status-box[data-v-63c32d5c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:5px}.custom-modal-overlay .custom-modal .okta-box .status-box .status-circle[data-v-63c32d5c]{color:var(--rs-black);margin:1px 10px 0 20px;padding:5px 40px}.custom-modal-overlay .custom-modal .okta-box .status-box .status-circle.no-data[data-v-63c32d5c]{background-color:var(--rs-gray);-webkit-box-shadow:0 10px 20px 0 hsla(0,0%,50.2%,.3);box-shadow:0 10px 20px 0 hsla(0,0%,50.2%,.3)}.custom-modal-overlay .custom-modal .okta-box .refresh-button[data-v-63c32d5c]{padding:10px 20px;font-size:12px}.custom-modal-overlay .custom-modal .functions[data-v-63c32d5c]{margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.custom-modal-overlay .custom-modal .functions .cta[data-v-63c32d5c]{font-size:10px;padding:5px 15px;margin-left:5px}.custom-modal-overlay .custom-modal .functions .cta.cancel[data-v-63c32d5c]{color:var(--rs-red)}.custom-modal-overlay .custom-modal .functions .cta.cancel[data-v-63c32d5c]:hover{color:var(--rs-white)}.custom-modal-overlay .custom-modal .functions .cta.confirm[data-v-63c32d5c]{background:var(--rs-red);color:var(--rs-white)}.custom-modal-overlay .custom-modal .functions .cta.confirm[data-v-63c32d5c]:hover{opacity:.8}.custom-modal-overlay .custom-modal .actions[data-v-63c32d5c]{margin-top:25px;display:grid;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-template-columns:155px 155px;grid-column-gap:30px}.custom-modal-overlay .custom-modal .actions.single[data-v-63c32d5c]{grid-template-columns:auto}.custom-modal-overlay .custom-modal .actions.single .cta[data-v-63c32d5c]{max-width:250px;margin:0 auto;min-width:150px}.custom-modal-overlay .custom-modal .actions .cta[data-v-63c32d5c]{padding:15px 0}.custom-modal-overlay .custom-modal .actions .cta.cancel[data-v-63c32d5c]{color:var(--rs-red)}.custom-modal-overlay .custom-modal .actions .cta.cancel[data-v-63c32d5c]:hover{color:var(--rs-white)}.custom-modal-overlay .custom-modal .actions .cta.confirm[data-v-63c32d5c]{background:var(--rs-red);color:var(--rs-white)}.custom-modal-overlay .custom-modal .actions .cta.confirm[data-v-63c32d5c]:hover{opacity:.8}@media screen and (max-width:992px){.custom-modal-overlay .custom-modal .details-table[data-v-63c32d5c]{margin:0 -30px}.custom-modal-overlay .custom-modal .details-table .card-row[data-v-63c32d5c]{padding:0 30px 10px;grid-gap:10px}}.custom-modal-overlay .input[data-v-63c32d5c]{position:relative;margin-top:10px}.custom-modal-overlay .input label[data-v-63c32d5c]{position:absolute;width:100%;left:0;pointer-events:none;font-size:16px;margin-top:20px;line-height:16px;font-family:var(--secondary-font);-webkit-transition:all .2s linear;transition:all .2s linear;color:var(--rs-gray)}.custom-modal-overlay .input input[data-v-63c32d5c]{width:100%;border:0;border-bottom:1px solid var(--rs-light-gray);padding:15px 0 5px}.custom-modal-overlay .input input:disabled+label[data-v-63c32d5c],.custom-modal-overlay .input input:focus+label[data-v-63c32d5c],.custom-modal-overlay .input input:valid+label[data-v-63c32d5c],.custom-modal-overlay .input input[readonly]+label[data-v-63c32d5c]{font-size:11px;margin-top:0;color:var(--rs-black)}.custom-modal-overlay .input.error input[data-v-63c32d5c]{border-color:var(--rs-red)}.custom-modal-overlay .input.error label[data-v-63c32d5c]{color:var(--rs-red)}.custom-modal-overlay .select[data-v-63c32d5c]{position:relative}.custom-modal-overlay .select label[data-v-63c32d5c]{font-size:11px;width:100%;margin:20px 0 0;pointer-events:none;line-height:16px;font-family:var(--secondary-font);color:var(--rs-black)}.custom-modal-overlay .select select[data-v-63c32d5c]{padding-top:9px;color:var(--rs-gray);-webkit-appearance:none;width:100%;border:0;border-bottom:1px solid var(--rs-light-gray)}.custom-modal-overlay .select select[data-v-63c32d5c]:focus,.custom-modal-overlay .select select[data-v-63c32d5c]:valid{color:var(--rs-dark)}.custom-modal-overlay .select[data-v-63c32d5c]:after{content:url(/img/arrow-left-red.svg);position:absolute;bottom:5px;right:10px;-webkit-transform:rotate(270deg);transform:rotate(270deg);pointer-events:none}