@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all");
.profile-page{font-family:"Open Sans",sans-serif;background:#fff}
.profile-page .admin-main{max-width:none;padding:70px 20px 35px}
.profile-page .profile-title h1{margin:0 0 10px;font-size:30px;font-weight:300;line-height:1.1}
.profile-page .profile-title .button-link{margin-bottom:10px;padding:7px 12px;border-radius:0;background:#9b59b6;font-size:13px}
.profile-page .breadcrumbs{height:36px;margin:0 0 25px;padding:9px 12px;border:0;background:#f5f5f5;color:#777;font-size:14px}
.profile-page .profile-editor{border:1px solid #26a69a}
.profile-page .profile-panel-title{height:41px;padding:7px 9px;background:#26a69a;font-size:18px}
.profile-page .profile-panel-title a,.profile-page .profile-panel-title button{height:28px;padding:5px 10px;background:#9b59b6;font:13px/18px "Open Sans",sans-serif}
.profile-page .profile-fields{max-width:none;margin:0;padding:10px 0 25px}
.profile-page .profile-fields>label,.profile-page .shipping-fields>label{grid-template-columns:304px 556px;margin-bottom:15px}
.profile-page .profile-fields>label>span:first-child,.profile-page .shipping-fields>label>span:first-child{padding:8px 28px 0 0;color:#333;font-size:14px}
.profile-page .profile-fields input,.profile-page .profile-fields select{height:34px;padding:6px 12px;border:1px solid #e5e5e5;background:#fff;font:14px/1.428 "Open Sans",sans-serif}
.profile-page .profile-fields input:focus,.profile-page .profile-fields select:focus{border-color:#999;outline:0}
.profile-page .profile-email-row{display:grid;grid-template-columns:556px 92px;gap:30px}
.profile-page .profile-email-row input{background:#eee}
.profile-page .profile-email-row button,.profile-page .profile-media-button{height:34px;border-radius:0;background:#45b6af;font-size:13px}
.profile-page .profile-password-row{display:grid;grid-template-columns:177px 1fr 42px}
.profile-page .profile-password-row button{height:34px;padding:6px 8px;border:1px solid #ccc;border-radius:0;background:#e6e6e6;color:#333;font:12px/20px "Open Sans",sans-serif;white-space:nowrap}
.profile-page .profile-password-row #toggle-password{background:#fff}
.profile-page .profile-fields small{margin-top:4px;color:#333;font-size:14px}
.profile-page .profile-picture-placeholder{width:200px;height:150px!important;border-color:#ddd;font-size:0}
.profile-page .profile-media-button{display:block;margin-top:5px;padding:6px 10px}
.profile-page .shipping-heading{width:860px;margin:15px 0 20px;padding:20px 0 0;border-top:1px solid #eee}
.profile-page .shipping-heading h2{font-size:28px;font-weight:300}
.profile-page .shipping-heading label{font-size:14px}
.profile-page .shipping-heading input{width:auto;height:auto}
.profile-page .profile-submit{padding:22px 0 20px 304px;background:#f5f5f5}
.profile-page .profile-submit button{height:34px;padding:7px 14px;border-radius:0;background:#26a69a;font-size:13px}
.profile-dialog{width:600px;padding:0;border:1px solid #999;border-radius:5px;box-shadow:0 5px 15px #0008}
.profile-dialog::backdrop{background:#0008}
.profile-dialog form{position:relative;padding:10px}
.profile-dialog h2{margin:0 -10px 15px;padding:10px 15px;border-bottom:1px solid #e5e5e5;font-size:18px}
.profile-dialog label{display:grid;gap:5px;margin:10px 0}
.profile-dialog input{height:34px;padding:6px 12px;border:1px solid #e5e5e5}
.profile-dialog form>div:last-child{display:flex;justify-content:flex-end;gap:5px;margin:15px -10px -10px;padding:15px;border-top:1px solid #e5e5e5}
.profile-dialog button{border-radius:3px}
.profile-dialog form>div:last-child button:last-child{background:#337ab7}
.profile-dialog .dialog-close-x{position:absolute;top:12px;right:12px;padding:0;background:transparent;color:#000;font-size:21px}
.media-dialog{width:min(1100px,90vw)}
.media-dialog .media-dialog-title{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border-bottom:1px solid #ddd}
.media-dialog .media-dialog-title h2{margin:0;padding:0;border:0}
.media-dialog .media-dialog-title button{padding:0;background:transparent;color:#333;font-size:22px}
.media-tabs{display:flex;gap:2px;padding:15px 15px 0;border-bottom:1px solid #ddd}
.media-tabs button{border-radius:0;background:#eee;color:#333}
.media-tabs button.active{background:#26a69a;color:#fff}
.media-library{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;max-height:520px;padding:15px;overflow:auto}
.media-library button{display:grid;grid-template-rows:110px auto;gap:5px;padding:7px;border:2px solid transparent;border-radius:0;background:#f4f4f4;color:#333;text-align:left}
.media-library button:hover{border-color:#26a69a}
.media-library img{width:100%;height:110px;object-fit:contain;background:#fff}
.media-library span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.media-upload{padding:40px 20px;text-align:center}
.media-upload label{display:grid;gap:20px;padding:60px;border:2px dashed #bbb}
.media-upload input{margin:auto}
.media-dialog-actions{display:flex;justify-content:flex-end;padding:12px 15px;border-top:1px solid #ddd}
@media(max-width:900px){.profile-page .profile-fields>label,.profile-page .shipping-fields>label{grid-template-columns:1fr}.profile-page .profile-email-row{grid-template-columns:1fr}.profile-page .shipping-heading{width:auto}.profile-page .profile-submit{padding-left:15px}}
