<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pcsd_seller_register_form{max-width:450px}.pcsd_seller_register_form .title{text-align:center}.pcsd_seller_register_form label{color:#000;display:block;font-weight:500;line-height:2;margin-bottom:5px}.pcsd_seller_register_form input[type=email],.pcsd_seller_register_form input[type=password],.pcsd_seller_register_form input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#f5f5f5;border:1px solid #f5f5f5;border-radius:5px;box-shadow:none;color:inherit;font-weight:400;height:48px;max-width:100%;padding:0 15px;transition:border-color .5s ease;vertical-align:middle;width:100%}.pcsd_seller_register_form .required{color:red}.pcsd_login_page_button,.pcsd_seller_register_form button{align-items:center;background:#ff7201;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:500;gap:.8rem;height:48px;justify-content:center;line-height:48px;margin-bottom:1rem;margin-top:1.5rem;outline:none;padding:0 35px;text-align:center;text-transform:capitalize;transition:all .3s}.pcsd_login_page_button:hover,.pcsd_seller_register_form button:hover{background:#e76700;color:#fff;transition:all .3s}.pcsd_seller_register_form .spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;display:inline-block;height:1.125rem;width:1.125rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pcsd_seller_register_form__section--register-failed,.pcsd_seller_register_form__section--registered{display:none;text-align:center}.withdrawal_requests_container,.withdrawal_requests_container *{box-sizing:border-box}.withdrawal_requests_container{padding:2.5rem 2rem 2.5rem 1rem;width:100%}.withdrawal_requests_table{background-color:#fff;width:100%}.withdrawal_requests_table .text-right{text-align:right}.withdrawal_requests_table tbody td,.withdrawal_requests_table thead th{border-bottom:1px solid #dfdfdf;padding:.5rem 1rem}.withdrawal_requests_status.pending{--color-bg:#f0ad4e;--color-text:#fff}.withdrawal_requests_status.approved{--color-bg:#5cb85c;--color-text:#fff}.withdrawal_requests_status.rejected{--color-bg:#d9534f;--color-text:#fff}.withdrawal_requests_status{background-color:var(--color-bg,red);border-radius:.35rem;color:var(--color-text,#fff);font-weight:500;padding:.5rem;text-transform:capitalize}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.withdrawal_requests_loader_tr,.withdrawal_requests_no_results_tr{display:none}.withdrawal_requests_loader_tr td,.withdrawal_requests_no_results_tr td{padding:1rem 0;text-align:center}.withdrawal_requests_loader{animation:rotation 1s linear infinite;border:5px solid;border-color:#000 #000 #2271b1;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;width:48px}.withdrawal_requests_filters{align-items:center;display:flex;gap:1.5rem;margin-bottom:1rem}.withdrawal_requests_filters .filter_group{align-items:center;display:flex;gap:.5rem}.withdrawal_requests_popup{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;max-width:100%;padding:2rem;position:fixed;top:0;width:100%}.withdrawal_requests_popup .popup_content{background-color:#fff;border-radius:.5rem;margin:auto;max-width:600px;padding:2rem;position:relative;width:100%}.withdrawal_requests_popup .popup_close{background:transparent;border:none}.withdrawal_requests_popup .popup_close:hover{background:transparent;color:#007bff;cursor:pointer}.withdrawal_requests_popup .popup_close:focus{color:#007bff;outline:none}.withdrawal_requests_popup .popup_header{align-items:center;display:flex;justify-content:space-between}.withdrawal_requests_popup .popup_header h3{color:#333;font-size:1.5rem;font-weight:600}.withdrawal_requests_popup .popup_header .close_btn{background-color:transparent;border:none;cursor:pointer;font-size:1.5rem}.withdrawal_requests_info_table{margin-bottom:1.5rem;max-width:100%}.withdrawal_requests_info_table tbody td,.withdrawal_requests_info_table thead th{border-bottom:none;padding:.5rem 1rem}#withdrawal_requests_edit_form{display:flex;flex-direction:column;gap:1rem;width:100%}#withdrawal_requests_edit_form .form_group{display:flex;flex-direction:column;gap:.5rem}#withdrawal_requests_edit_form label{color:#333;font-size:1rem;font-weight:500}#withdrawal_requests_edit_form input,#withdrawal_requests_edit_form select{border:1px solid #dfdfdf;border-radius:.35rem;color:#333;font-size:1rem;padding:.5rem}#withdrawal_requests_edit_form input:focus,#withdrawal_requests_edit_form select:focus{border-color:#007bff;outline:none}#withdrawal_requests_edit_form .form_group .error{color:red;font-size:.9rem;font-weight:500}#withdrawal_requests_edit_form .form_group_row{display:flex;gap:1rem}

 /*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{background:linear-gradient(135deg,#73a5ff,#5477f5);border-radius:2px;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);color:#fff;cursor:pointer;display:inline-block;max-width:calc(50% - 20px);opacity:0;padding:12px 20px;position:fixed;text-decoration:none;transition:all .4s cubic-bezier(.215,.61,.355,1);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{border-radius:2px;height:1.5em;margin:-7px 5px;width:1.5em}.toastify-center{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;max-width:-moz-fit-content;right:0}@media only screen and (max-width:360px){.toastify-left,.toastify-right{left:0;margin-left:auto;margin-right:auto;max-width:-moz-fit-content;max-width:fit-content;right:0}}</pre></body></html>