.header .profile{align-items:center;gap:10px;display:flex;position:relative}.header .profile .btn-profile{cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.header .profile .btn-profile .icon-userpic{border:1px solid rgba(255,255,255,.27);border-radius:50%;outline:1px solid rgba(61,15,0,.1);width:32px;height:32px;transition:box-shadow .2s}.header .profile .btn-profile .icon-user-initials{color:#fff;text-transform:uppercase;background:#5f6368;border:1px solid rgba(255,255,255,.27);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.header .profile .btn-profile .icon-guestpic{background:url(/images/auth/icon-profile.svg) 50% no-repeat;border:1px solid transparent;width:32px;height:32px}.header .profile .btn-profile .icon-arrow{opacity:.7;background:url(/images/auth/icon-profile-dropdown.svg) 50% no-repeat;width:11px;height:11px;margin-left:2px}.header .profile .btn-profile .badge{background:#f80f25;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;top:-4px;right:-6px}.header .profile .btn-profile .badge span{color:#fff;margin-top:-1px;margin-left:-1px;font-size:.8rem;font-weight:600;line-height:1}.header .profile .profile-dropdown{z-index:3;background:#fff;border-radius:15px;min-width:280px;padding:20px 0 10px;animation:.2s fadeIn;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 0 30px rgba(0,0,0,.15)}.header .profile .profile-dropdown .email-verification-banner{background:#f8f9fa;border:1px solid #e2e8ed;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin:0 20px 12px;padding:12px 36px 12px 12px;display:flex;position:relative}.header .profile .profile-dropdown .email-verification-banner .banner-content{flex-direction:column;flex:1;gap:6px;display:flex}.header .profile .profile-dropdown .email-verification-banner .banner-content .banner-text{color:#666;font-size:13px;line-height:1.4}.header .profile .profile-dropdown .email-verification-banner .banner-content .banner-add-email{color:#ff6756;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s}.header .profile .profile-dropdown .email-verification-banner .banner-content .banner-add-email:hover{opacity:.8}.header .profile .profile-dropdown .email-verification-banner .banner-close{cursor:pointer;color:#888;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.header .profile .profile-dropdown .email-verification-banner .banner-close:hover{color:#333;background:rgba(0,0,0,.05)}.header .profile .profile-dropdown .profile-head{border-bottom:1px solid #eee;align-items:center;width:100%;height:58px;margin-top:4px;margin-bottom:12px;padding:0 20px 10px;display:flex}.header .profile .profile-dropdown .profile-head .avatar{aspect-ratio:1;background:var(--color-primary);border-radius:50%;flex-shrink:0;height:38px;margin-right:12px;overflow:hidden}.header .profile .profile-dropdown .profile-head .avatar img{width:100%;height:100%}.header .profile .profile-dropdown .profile-head .info{flex:1}.header .profile .profile-dropdown .profile-head .info .name{font-size:15px;font-weight:600;line-height:1.1}.header .profile .profile-dropdown .profile-head .info .subname{color:#888;pointer-events:none;margin-top:7px;font-size:13px;font-weight:500;line-height:1;text-decoration:none;display:inline-block}.header .profile .profile-dropdown .profile-head .info .subid{color:#888;opacity:.6;margin-top:8px;font-size:9px;font-weight:500;line-height:1}.header .profile .profile-dropdown .profile-head .btn-edit-profile{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex}.header .profile .profile-dropdown .profile-head .btn-edit-profile .icon-edit-profile{opacity:.6;background:url(/images/icon-edit.svg) 50%/contain no-repeat;width:18px;height:18px}.header .profile .profile-dropdown .profile-head .btn-edit-profile:hover{background-color:rgba(0,0,0,.05)}.header .profile .profile-dropdown .profile-head .btn-edit-profile:hover .icon-edit-profile{opacity:1}.header .profile .profile-dropdown .profile-items{font-size:14px;font-weight:500;transition:all .2s}.header .profile .profile-dropdown .profile-items>*{width:100%;height:40px;padding:0 20px}.header .profile .profile-dropdown .profile-items .help{width:auto}.header .profile .profile-dropdown .profile-items .help a{height:100%;color:unset;background:url(/images/profile_contact_us.svg) 1px/22px no-repeat;align-items:center;padding-left:30px;text-decoration:none;display:flex}.header .profile .profile-dropdown .profile-items .balance{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.header .profile .profile-dropdown .profile-items .balance .buy{color:#fd6555}.header .profile .profile-dropdown .profile-bottom{border-top:1px solid #eee;margin-top:12px;padding:0 20px}.header .profile .profile-dropdown .profile-bottom .btn-logout{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:100%;height:40px;color:unset;background:url(/images/auth/icon-logout.svg) 1px/20px no-repeat;border:none;align-items:center;padding-left:30px;font-size:14px;font-weight:500;display:flex}.header .profile .profile-hover:hover{background-color:rgba(0,0,0,.05)}@media only screen and (min-width:500px){.header .profile .btn-profile .icon-userpic{width:32px;height:32px}}@media only screen and (max-width:499px){.header .profile .profile-dropdown{display:none}}@media only screen and (min-width:500px){.modal-overlay:has(.modal-container.modal__profile){display:none}}.profile-modal-content .email-verification-banner{background:#f8f9fa;border:1px solid #e2e8ed;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin:0 20px 12px;padding:12px 36px 12px 12px;display:flex;position:relative}.profile-modal-content .email-verification-banner .banner-content{flex-direction:column;flex:1;gap:6px;display:flex}.profile-modal-content .email-verification-banner .banner-content .banner-text{color:#666;font-size:13px;line-height:1.4}.profile-modal-content .email-verification-banner .banner-content .banner-add-email{color:#ff6756;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:13px;font-weight:500;transition:opacity .2s}.profile-modal-content .email-verification-banner .banner-content .banner-add-email:hover{opacity:.8}.profile-modal-content .email-verification-banner .banner-close{cursor:pointer;color:#888;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.profile-modal-content .email-verification-banner .banner-close:hover{color:#333;background:rgba(0,0,0,.05)}.profile-modal-content .profile-head{border-bottom:1px solid #eee;align-items:center;width:100%;height:58px;margin-top:4px;margin-bottom:12px;padding:0 20px 10px;display:flex}.profile-modal-content .profile-head .avatar{aspect-ratio:1;background:var(--color-primary);border-radius:50%;flex-shrink:0;height:38px;margin-right:12px;overflow:hidden}.profile-modal-content .profile-head .avatar img{width:100%;height:100%}.profile-modal-content .profile-head .info{flex:1}.profile-modal-content .profile-head .info .name{font-size:15px;font-weight:600;line-height:1.1}.profile-modal-content .profile-head .info .subname{color:#888;margin-top:7px;font-size:13px;font-weight:500;line-height:1;text-decoration:none}.profile-modal-content .profile-head .info .subid{color:#888;opacity:.6;margin-top:8px;font-size:9px;font-weight:500;line-height:1}.profile-modal-content .profile-head .btn-edit-profile{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex}.profile-modal-content .profile-head .btn-edit-profile .icon-edit-profile{opacity:.6;background:url(/images/icon-edit.svg) 50%/contain no-repeat;width:18px;height:18px}.profile-modal-content .profile-head .btn-edit-profile:hover{background-color:rgba(0,0,0,.05)}.profile-modal-content .profile-head .btn-edit-profile:hover .icon-edit-profile{opacity:1}.profile-modal-content .profile-items{font-size:14px;font-weight:500}.profile-modal-content .profile-items>*{width:100%;height:40px;padding:0 20px}.profile-modal-content .profile-items .help{width:auto}.profile-modal-content .profile-items .help a{height:100%;color:unset;background:url(/images/profile_contact_us.svg) 1px/22px no-repeat;align-items:center;padding-left:30px;text-decoration:none;display:flex}.profile-modal-content .profile-items .balance{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.profile-modal-content .profile-items .balance .buy{color:#fd6555}.profile-modal-content .profile-bottom{border-top:1px solid #eee;margin-top:12px;padding:0 20px}.profile-modal-content .profile-bottom .btn-logout{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:100%;height:40px;color:unset;background:url(/images/auth/icon-logout.svg) 1px/20px no-repeat;border:none;align-items:center;padding-left:30px;font-size:14px;font-weight:500;display:flex}
.header .balance{align-items:center;gap:8px;animation:.25s fadeIn;display:flex}.header .balance .label{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;align-items:center;height:40px;padding-left:30px;display:flex;position:relative}.header .balance .label:before{content:"";background:#fd6555;width:23px;height:23px;position:absolute;top:50%;left:0;transform:translateY(-50%);-webkit-mask:url(/images/icon-balance.svg) 50%/contain no-repeat;mask:url(/images/icon-balance.svg) 50%/contain no-repeat}
.playlist{cursor:pointer;background-image:url(/images/profile_language_arrow.svg);background-position:calc(100% - 15px);background-repeat:no-repeat;align-items:center;width:100%;height:100%;display:flex}.playlist .item-icon{background:url(/images/icon-playlist.svg) 0/24px no-repeat;justify-content:center;align-items:center;width:30px;height:100%;display:flex}.playlist .label{font-size:14px;font-weight:500}.playlist .badge{opacity:.4;min-width:14px;margin-left:auto;margin-right:14px;padding-top:1px;font-size:14px;line-height:1}@media only screen and (min-width:500px){.playlist{justify-content:flex-start}}
.playlist-drawer-overlay{z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(0,0,0,.35);animation:.3s fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}.playlist-drawer{z-index:9999;background-color:#f2f2f2;flex-direction:column;gap:24px;width:420px;height:100%;max-height:100vh;padding:24px;animation:.3s slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-4px 0 20px rgba(0,0,0,.15)}.playlist-drawer-header{flex-shrink:0;justify-content:space-between;align-items:center;height:32px;display:flex}.playlist-drawer-title{color:#111;margin:0;font-size:18px;font-weight:600}.playlist-drawer-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex}.playlist-drawer-close img{width:20px;height:20px}.playlist-drawer-list{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow-y:auto}.playlist-loading-skeleton{flex-direction:column;gap:8px;display:flex}.skeleton-track{border-radius:8px;align-items:center;gap:12px;height:66px;padding:8px 12px;display:flex}.skeleton-track:before{content:"";background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:6px;flex-shrink:0;width:50px;height:50px;animation:1.5s infinite shimmer}.skeleton-track:after{content:"";background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:4px;flex:1;height:28px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.playlist-load-more-sentinel{justify-content:center;align-items:center;min-height:60px;padding:16px 0;display:flex}.playlist-loading-spinner{justify-content:center;align-items:center;display:flex}.playlist-track-item{cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;height:66px;padding:8px 12px;transition:background-color .2s;display:flex}.playlist-track-item.demo{opacity:.6}.playlist-track-item.playing{background-color:rgba(0,0,0,.08)}.playlist-track-item:hover:not(.playing){background-color:rgba(0,0,0,.04)}.track-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.player-cover{z-index:0;border-radius:6px;flex-shrink:0;width:50px;height:50px;position:relative;overflow:hidden}.player-cover.demo{cursor:default}.player-cover .cover-image{object-fit:cover;z-index:0;border-radius:6px;width:100%;height:100%}.player-cover .cover-overlay{z-index:2;background:rgba(0,0,0,.4);border-radius:6px;position:absolute;top:0;bottom:0;left:0;right:0}.player-cover .progress-ring{cursor:pointer;z-index:1;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.player-cover .progress-ring .progress-ring-bg{fill:none}.player-cover .progress-ring .progress-ring-fill{fill:none;transition:stroke-dashoffset .1s linear}.player-cover .play-pause-button{opacity:0;z-index:3;background:rgba(0,0,0,.6);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px rgba(0,0,0,.3)}.player-cover .play-pause-button.visible{opacity:1}.player-cover .play-pause-button.mobile-default-visible{opacity:0}.player-cover.playing .player-cover .play-pause-button{opacity:1}@media (hover:hover){.player-cover:not(.playing):hover .player-cover .play-pause-button,.playlist-track-item:hover .play-pause-button{opacity:1}}@media only screen and (max-width:499px){.player-cover .play-pause-button.mobile-default-visible{opacity:1}}.track-text{flex-direction:column;gap:2px;min-width:0;display:flex}.track-name{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.track-meta{color:#8b8b8b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.track-actions{flex-shrink:0;align-items:center;gap:16px;display:flex}.track-action-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex}.track-action-btn img{filter:brightness(0)saturate()invert(54%)sepia(0%)saturate(0%)hue-rotate()brightness(86%)contrast(87%);width:20px;height:20px}.track-action-btn:hover img{filter:brightness(0)saturate()invert(26%)sepia(0%)saturate(0%)hue-rotate()brightness(94%)contrast(84%)}.track-action-btn.download,.track-action-btn.clip,.track-action-btn.options{text-decoration:none}.track-action-btn.clip{font-size:18px;line-height:1}.track-action-btn.options{color:#8b8b8b}.track-action-btn.options:hover{color:#444}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media only screen and (max-width:499px){.playlist-drawer-overlay{pointer-events:none;display:none}.playlist-drawer{width:100%;height:100%;box-shadow:none;padding:16px;position:fixed;top:0;bottom:0;left:0;right:0}.playlist-drawer-title{font-size:16px}}
.track-options-menu{position:relative}.track-options-menu .track-action-btn.options{color:#8b8b8b}.track-options-menu .track-action-btn.options:hover{color:#444}.playlist-drawer-options__popup,.modal__playlist-options .download-popup-content{background:#fff;border-radius:8px;flex-flow:column;min-width:220px;padding:6px 0;font-size:14px;animation:.25s fadeIn;display:flex;box-shadow:0 5px 12px rgba(0,0,0,.35)}.playlist-drawer-options__popup .popup-item,.modal__playlist-options .download-popup-content .popup-item{cursor:pointer;text-align:left;color:#000;padding:8px 13px 8px 17px;text-decoration:none;display:inline-flex}.playlist-drawer-options__popup .popup-item:hover,.modal__playlist-options .download-popup-content .popup-item:hover{background:rgba(0,0,0,.05)}.playlist-drawer-options__popup .popup-item .icon,.modal__playlist-options .download-popup-content .popup-item .icon{background:0/17px no-repeat;width:18px;margin-right:7px}.playlist-drawer-options__popup .popup-item .icon.icon-open,.modal__playlist-options .download-popup-content .popup-item .icon.icon-open{background-image:url(/images/player-open.svg)}.playlist-drawer-options__popup .popup-item .icon.icon-copy,.modal__playlist-options .download-popup-content .popup-item .icon.icon-copy{background-image:url(/images/player-copy.svg)}.playlist-drawer-options__popup .popup-item .icon.icon-download,.modal__playlist-options .download-popup-content .popup-item .icon.icon-download{background-image:url(/images/player-download-dark.svg)}.playlist-drawer-options__popup .popup-item .icon.icon-instrumental,.modal__playlist-options .download-popup-content .popup-item .icon.icon-instrumental{background-image:url(/images/player-instrumental.svg)}.playlist-drawer-options__popup .popup-item .title,.modal__playlist-options .download-popup-content .popup-item .title{margin-right:auto}.playlist-drawer-options__popup .popup-item .info,.modal__playlist-options .download-popup-content .popup-item .info{color:rgba(0,0,0,.4);min-width:20px;margin-left:6px;position:relative}.playlist-drawer-options__popup .popup-item.popup-item__instrumental .info.empty,.modal__playlist-options .download-popup-content .popup-item.popup-item__instrumental .info.empty{color:#fd6656}.playlist-drawer-options__popup .popup-item.popup-item__instrumental.is-loading,.modal__playlist-options .download-popup-content .popup-item.popup-item__instrumental.is-loading{pointer-events:none}.playlist-drawer-options__popup .popup-item.popup-item__instrumental.is-loading .title,.modal__playlist-options .download-popup-content .popup-item.popup-item__instrumental.is-loading .title{opacity:.5}.playlist-drawer-options__popup .popup-item.popup-item__instrumental.is-loading .info,.modal__playlist-options .download-popup-content .popup-item.popup-item__instrumental.is-loading .info{color:rgba(0,0,0,.4);padding-left:20px}.playlist-drawer-options__popup .popup-item.popup-item__instrumental.is-loading .info .input-loader,.modal__playlist-options .download-popup-content .popup-item.popup-item__instrumental.is-loading .info .input-loader{margin-left:6px}@media only screen and (max-width:499px){.playlist-drawer-options__popup{display:none}.modal__playlist-options .download-popup-content{box-shadow:none;min-width:unset;flex-direction:column;padding:0;display:flex}}@media only screen and (min-width:500px){.modal-overlay:has(.modal-container.modal__playlist-options){display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.my-clips{width:100%;height:100%;color:unset;align-items:center;text-decoration:none;display:flex}.my-clips .item-icon{justify-content:center;align-items:center;width:30px;height:100%;font-size:16px;line-height:1;display:flex}.my-clips .item-icon:before{content:"🎬";margin-left:-8px}.my-clips .label{font-size:14px;font-weight:500}
.modal-container.modal__help{max-height:98dvh;padding:1.5rem;font-size:15px}.modal-container.modal__help .content-md{text-align:left;max-height:calc(98dvh - 120px);overflow-y:scroll}.modal-container.modal__help .content-md h2{margin:40px 0 0;font-size:18px}.modal-container.modal__help .content-md h2:first-child{margin-top:10px}.modal-container.modal__help .content-md h3{margin:15px 0 5px;font-size:16px;font-style:italic;font-weight:600}.modal-container.modal__help .content-md h4{text-align:center;border-top:1px solid #eee;margin-top:35px;margin-bottom:14px;padding-top:30px;font-size:17px}.modal-container.modal__help .content-md p{margin:0}.modal-container.modal__help .content-md a{color:#3e80bc}.modal-container.modal__help .contact-us{text-align:center;border-bottom:1px solid #eee;margin-bottom:25px;padding-bottom:35px}.modal-container.modal__help .controls button{margin:auto}@media only screen and (min-width:500px){.modal-container.modal__help{min-width:500px;max-width:740px;padding:2rem}}
.profile-modal-content{max-width:100%;overflow-x:hidden}.profile-modal-content .profile-modal-header{border-bottom:1px solid #eee;align-items:center;margin-bottom:20px;padding:0 20px 20px;display:flex}.profile-modal-content .profile-modal-header .profile-avatar{background:#f5f5f5;border-radius:50%;flex-shrink:0;width:64px;height:64px;margin-right:16px;overflow:hidden}.profile-modal-content .profile-modal-header .profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-modal-content .profile-modal-header .profile-info .profile-name{color:#171717;margin-bottom:4px;font-size:18px;font-weight:600}.profile-modal-content .profile-modal-header .profile-info .profile-email{color:#666;font-size:14px}.profile-modal-content .profile-modal-form .profile-field{margin-bottom:20px}.profile-modal-content .profile-modal-form .profile-field .profile-field-label{color:#333;margin-bottom:6px;font-size:14px;font-weight:500;display:block}.profile-modal-content .profile-modal-form .profile-field .profile-field-with-badge{align-items:center;max-width:100%;display:flex;position:relative}.profile-modal-content .profile-modal-form .profile-field .profile-field-input{box-sizing:border-box;color:#171717;background:#fff;border:2px solid rgba(51,51,51,.5);border-radius:8px;outline:none;width:100%;max-width:100%;padding:14px 16px;font-size:16px;transition:border-color .2s}.profile-modal-content .profile-modal-form .profile-field .profile-field-input:focus{border-color:rgba(255,103,86,.314)}.profile-modal-content .profile-modal-form .profile-field .profile-field-input:disabled{cursor:not-allowed;background:#e2e8ed}.profile-modal-content .profile-modal-form .profile-field .profile-badge{color:#4caf50;font-size:18px;font-weight:700;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.profile-telegram-section{text-align:center;border-top:1px solid #eee;margin-top:24px;padding-top:24px}.profile-telegram-section .profile-telegram-title{color:#666;margin-bottom:12px;font-size:14px;font-weight:600}.profile-telegram-section .profile-telegram-btn{color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(90deg,#229ed9 0%,#1c85b8 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.profile-telegram-section .profile-telegram-btn:hover{background:linear-gradient(90deg,#26a8e8 0%,#1f94cc 100%);box-shadow:0 4px 12px rgba(34,158,217,.3)}.profile-telegram-section .profile-telegram-btn--loading{color:#666;cursor:default;background:#f5f5f5}.profile-telegram-section .profile-telegram-btn--loading:hover{box-shadow:none;background:#f5f5f5}.profile-telegram-section .profile-telegram-error{color:#f44336;margin-top:8px;font-size:13px}@media only screen and (max-width:499px){.profile-modal-content{max-width:100%;overflow-x:hidden}.profile-modal-content .profile-modal-header{padding:0 0 16px}.profile-modal-content .profile-modal-header .profile-avatar{width:48px;height:48px;margin-right:12px}.profile-modal-content .profile-modal-header .profile-info .profile-name{font-size:16px}.profile-modal-content .profile-modal-header .profile-info .profile-email{font-size:13px}.profile-modal-content .profile-field .profile-field-input{box-sizing:border-box;padding:10px 14px;font-size:14px}}
/*# sourceMappingURL=62d7822dfe7e854d.css.map*/