:root{--background-color:#fcfcfd;--card-color:#f2f4f7;--heading-color:#475467;--text-color:#667085;--primary-color:#1189f4;--danger-color:#f04438;--warning-color:#dc6803;--white-color:#ffffff;--label-color:#344054;--blue-color:#6fa8ff;--darkblue-color:#3777f6;--black-color:#000000;--purple-color:#9f5fd8;--green-color:#12b76a;--border-color:#d9d9d9;--hover-color:#e0e9ff;--hover-color-danger:#fee4e2;--tag-color:#d9d9d9}[data-theme=dark]{--background-color:#1d2939;--card-color:#091422;--heading-color:#fcfcfd;--text-color:#fcfcfd;--border-color:#fcfcfd;--hover-color:#032341;--hover-color-danger:#362c29;--label-color:#fcfcfd;--tag-color:#1d2939}a{text-decoration:none!important}li{list-style-type:none}body{background-color:var(--background-color)!important;color:var(--text-color);overflow-y:hidden;position:relative}.overflow-y,body{-ms-overflow-style:none;scrollbar-width:none}.overflow-y{height:calc(100vh - 100px);overflow-y:auto;padding-bottom:150px}.overflow-y::-webkit-scrollbar{display:none}span{color:unset!important}.lofty-message-box,.lofty-message-error{position:fixed;top:20px;right:-300px;min-width:150px;max-width:300px;min-height:60px;padding:20px;background:#0908;border-radius:2px;display:block;color:#fff;font-size:14px;font-weight:500;z-index:10000000000000000;animation:slideMessage 5s linear 1}.lofty-message-box:after{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;background-color:#090;height:2px;animation:timeIndicator 5s linear 1}.lofty-message-error:after{background-color:#900}@keyframes timeIndicator{0%{width:100%}93%{width:0}to{width:0}}.lofty-message-error{background:#9008}@keyframes slideMessage{0%{right:-300px}5%{right:20px}93%{right:20px}98%{right:40px}to{right:-300px}}.interests-container{padding:24px;background:#f8fbff;border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;margin-bottom:20px;.interests-header{font-size:18px;font-weight:600;color:#1189f4;margin-bottom:6px}.interests-desc{font-size:14px;color:#667085;margin-bottom:20px}.interests-grid{display:flex;flex-wrap:wrap;gap:12px;button{white-space:nowrap;width:max-content!important}}.btn-interest-pill{padding:8px 18px;border-radius:100px;background:#fff;border:1px solid #d0d5dd;color:#475467;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.btn-interest-pill:hover{background:#f1f5f9;border-color:#cbd5e1}.btn-interest-pill-selected{padding:8px 18px;border-radius:100px;background:#1189f4;border:1px solid #1189f4;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 4px 10px rgba(17,137,244,.2)}.btn-interest-pill-selected:hover{background:#0f78d6;border-color:#0f78d6}.btn-update-interests{padding:10px 30px;border-radius:100px;background:linear-gradient(270deg,#d8963c,#c6187a 49.57%,#057bd1 101.47%);color:#fff;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s}.btn-update-interests:disabled{background:linear-gradient(70deg,#93c5fd,#c6187a 101.47%);cursor:not-allowed}.btn-update-interests:hover:not(:disabled){background:linear-gradient(70deg,#d8963c,#c6187a 49.57%,#057bd1 101.47%)}.interests-modal-actions{display:flex;align-items:center;gap:10px;margin-top:34px;border-top:1px solid #f2f4f7}.btn-interests-cancel{padding:9px 20px;border-radius:100px;background:transparent;border:1.5px solid #d0d5dd;color:#475467;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s}.btn-interests-cancel:hover:not(:disabled){background:#f9fafb;border-color:#98a2b3}.btn-interests-cancel:disabled{opacity:.5;cursor:not-allowed}}