@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);*{box-sizing:border-box}body,html{height:100%;margin:0;padding:0;width:100%}body{background-color:#060a30;color:#fff;font-family:Inter,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-loading{align-items:center;background-color:#060a30;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center}.app-loading h1{color:#7a8aff;font-size:48px;margin:0 0 16px}.app-loading p{color:#a0a0b0;font-size:16px;margin:0}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#2a2a3e}::-webkit-scrollbar-thumb{background:#4a4a6a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a5a7a}h3{color:#d9d9d9aa;font-weight:400}h2,h3{font-size:20px;margin:0;padding:0}h2{color:#d9d9d9;font-weight:600}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-column{display:flex;flex-direction:column}.gap-small{gap:8px}.gap-medium{gap:16px}.gap-large{gap:20px}.section{background-color:#2a2a3e;border:1px solid #3a3a52;border-radius:4px;padding:16px}.section-title{border-bottom:1px solid #3a3a52;color:#fff;font-size:14px;font-weight:600;margin:0 0 12px;padding-bottom:8px}.section-subtitle{color:#a0a0b0;font-weight:500;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.text-primary{color:#fff}.text-secondary{color:#a0a0b0}.text-muted{color:#7a7a8a}.text-small{font-size:12px}.text-medium{font-size:13px}.text-bold{font-weight:600}.mt-0{margin-top:0}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mb-0{margin-bottom:0}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.p-0{padding:0}.p-8{padding:8px}.p-12{padding:12px}.p-16{padding:16px}.p-20{padding:20px}.grid{grid-gap:16px;display:grid;gap:16px}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.grid-2,.grid-3{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.slide-in-up{animation:slideInUp .3s ease}.hover-darken:hover{background-color:#3a3a52}.hover-lift:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}:root{color-scheme:dark}::selection{background-color:#7a8aff;color:#fff}::-moz-selection{background-color:#7a8aff;color:#fff}.layout{background:#1f1d3f;display:flex;height:100vh}.navbar{background-color:#2f2d55;border:none;color:#c9c9d7;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:28px 18px 22px;width:260px}.navbar-top{flex:0 0 auto}.navbar-menu{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.navbar-menu li{position:relative}.navbar-link{align-items:center;background:none;border:none;border-radius:10px;color:#c9c9d7;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:12px;letter-spacing:.2px;padding:10px 12px;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.navbar-link .icon svg{stroke:currentColor}.navbar-link.active,.navbar-link:hover{background-color:#3a375f;color:#fff}.navbar-link.disabled{color:#7c7b94;cursor:not-allowed;pointer-events:none}.icon{align-items:center;display:inline-flex;height:22px;justify-content:center;margin-right:0;width:22px}.dropdown-arrow{font-size:12px;margin-left:auto;transition:transform .2s ease}.has-submenu .navbar-link.active .dropdown-arrow{transform:rotate(180deg)}.navbar-submenu{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:4px 0 4px 38px}.submenu-link{border-radius:8px;color:#a8a7be;font-size:13px;padding:8px 10px!important}.submenu-link:hover{background-color:#3a375f;color:#fff}.submenu-link.active{background-color:#474378;color:#fff}.navbar-middle{color:#c9c9d7;font-size:13px;margin-top:36px;padding:0 6px}.navbar-stats{display:flex;flex-direction:column;gap:16px}.stat-item{align-items:center;display:flex;gap:12px}.stat-icon{align-items:center;color:#c9c9d7;display:inline-flex;height:22px;justify-content:center;width:22px}.stat-text{display:flex;flex-direction:column;gap:2px}.stat-label{color:#b3b2c4;font-size:13px;font-weight:400}.stat-value{color:#fff;font-size:14px;font-weight:500}.navbar-bottom{margin-top:auto;padding:0 6px}.logout{align-items:center;background:none;border:none;border-radius:10px;color:#c9c9d7;cursor:pointer;display:flex;font-family:inherit;font-size:16px;gap:12px;padding:12px;transition:all .2s ease;width:100%}.logout:hover{background-color:#3a375f;color:#fff}.main-content{background-color:#060a30;flex:1 1;overflow-y:auto;padding:0}.main-content::-webkit-scrollbar,.navbar::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track,.navbar::-webkit-scrollbar-track{background:#2a2a3e}.main-content::-webkit-scrollbar-thumb,.navbar::-webkit-scrollbar-thumb{background:#4a4a6a;border-radius:4px}.main-content::-webkit-scrollbar-thumb:hover,.navbar::-webkit-scrollbar-thumb:hover{background:#5a5a7a}.login-container{align-items:center;background:linear-gradient(135deg,#0f0f23,#060a30 50%,#16213e);display:flex;flex-direction:column;justify-content:center;min-height:100vh}.login-box{background-color:#2a2a3e;border:1px solid #3a3a52;border-radius:8px;box-shadow:0 8px 32px #0000004d;max-width:400px;padding:40px;width:100%}.login-title{color:#fff;font-size:28px;font-weight:700;letter-spacing:1px;margin:0 0 30px;text-align:center}.login-form{display:flex;flex-direction:column;gap:16px}.login-input{background-color:#3a3a52;border:1px solid #4a4a62;border-radius:4px;color:#fff;font-family:inherit;font-size:14px;padding:12px 16px;transition:all .2s ease;width:100%}.login-input::placeholder{color:#7a7a8a}.login-input:hover{border-color:#5a5a72}.login-input:focus{border-color:#7a8aff;box-shadow:0 0 0 3px #7a8aff1a;outline:none}.login-input:disabled{background-color:#2a2a3a;border-color:#3a3a4a;color:#606070;cursor:not-allowed;opacity:.6}.login-button{background-color:#7a8aff;border:1px solid #7a8aff;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.5px;padding:12px 16px;text-transform:uppercase;transition:all .2s ease;width:100%}.login-button:hover:not(:disabled){background-color:#8a9aff;border-color:#8a9aff;box-shadow:0 4px 12px #7a8aff4d}.login-button:active:not(:disabled){background-color:#6a7aef;border-color:#6a7aef}.login-button:disabled{background-color:#4a4a6a;border-color:#4a4a6a;color:#a0a0b0;cursor:not-allowed;opacity:.6}.login-error{background-color:#4a2a2a;border:1px solid #7a4a4a;border-radius:4px;color:#ff8a8a;margin-top:8px;padding:12px}.login-error,.login-loading{font-size:13px;text-align:center}.login-loading{color:#a0a0b0}.tokens{background-color:#060a30;display:flex;flex-direction:column;gap:20px;min-height:100%;padding:20px}.tokens>div:first-child{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:10px}.tokens>div:first-child>div{background-color:#2a2a3e;border:1px solid #3a3a52;border-radius:4px;padding:16px}.tokens>div:first-child h4{color:#a0a0b0;font-size:13px;font-weight:500;margin:0 0 8px}.tokens>div:first-child b{color:#fff;font-weight:600}.tokens>div:last-child{background-color:#2a2a3e;border:1px solid #3a3a52;border-radius:4px;padding:0}.custom-table-wrapper{background-color:initial;border:0;border-radius:12px;display:flex;flex-direction:column;font-size:16px;overflow:hidden;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;width:100%}.custom-table-scroll{-ms-scrollbar-base-color:#0000;overflow-y:auto;scrollbar-width:none;width:100%}.custom-table{background-color:initial;border-collapse:initial;border-spacing:0 12px;table-layout:fixed;width:100%}.custom-table td,.custom-table th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-table thead{background-color:initial;border-bottom:0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.custom-table th{border-right:1px solid #ffffff1a;color:#b7b7d5;cursor:pointer;font-size:14px;font-weight:500;padding:6px 12px;text-align:center;transition:all .2s ease;-webkit-user-select:none;user-select:none}.custom-table th:last-child{border-right:none}.custom-table th.sortable{cursor:pointer}.custom-table th:not(.sortable){cursor:auto}.custom-table tbody tr{background-color:initial;border:0;border-radius:12px;height:48px;text-align:center;transition:all .2s ease}.custom-table tbody tr:hover td{background-color:#6a6b9a}.custom-table tbody tr.selected td{background-color:#7a7baa}.custom-table td{background-color:#585a80;border:0;box-sizing:border-box;color:#f2f2f7;font-size:14px;height:48px;padding:12px}.custom-table td:first-child{border-bottom-left-radius:12px;border-top-left-radius:12px}.custom-table td:last-child{border-bottom-right-radius:12px;border-top-right-radius:12px}.custom-table td.checkbox-col{text-align:center;width:40px}.table-checkbox{accent-color:#7a8aff;cursor:pointer;height:18px;width:18px}.avatar-cell{align-items:center;display:flex;gap:8px}.avatar-cell img{border-radius:4px;height:32px;object-fit:cover;width:32px}.table-editable{background-color:#3f3e63;border:1px solid #7a8aff;border-radius:8px;box-sizing:border-box;padding:0}.table-editable input{background-color:initial;border:none;box-sizing:border-box;color:#fff;font-size:14px;height:100%;padding:0 12px;width:100%}.table-editable input:focus{outline:none}.table-no-data{color:#9a9bb8;font-size:14px;padding:32px;text-align:center}.table-address{cursor:pointer;font-family:monospace}.table-address:hover{color:#c0c2ff}.table-loading{border-top:1px solid #3a3a52;color:#7a7a8a;font-size:13px;padding:20px;text-align:center}.create{align-items:flex-start;background:#0000;color:#d9d9d9;display:flex;flex-direction:row;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:16px;padding:20px}.create-card{background:#353456;border:0;border-radius:12px;box-shadow:0 8px 24px #0000004d;padding:16px 18px}.create-card h2{color:#f2f2f7;font-size:16px;font-weight:700;margin:0 0 16px;text-align:center}.create-left{flex:1 1}.create-stack{align-items:center;display:flex;flex-direction:column;gap:12px}.create-upload{display:flex;justify-content:center}.upload-tile{align-items:center;background:#8c8ca7;border-radius:12px;box-shadow:0 6px 16px #00000059;cursor:pointer;display:inline-flex;height:84px;justify-content:center;position:relative;width:84px}.upload-tile input{cursor:pointer;inset:0;opacity:0;position:absolute}.upload-icon{display:flex}.create-right{display:flex;flex:1 1;flex-direction:column;gap:16px}.create-settings-grid{display:flex;flex-direction:column;gap:24px}.create-settings-row{flex-direction:row;gap:24px}.create-actions-row,.create-settings-row{align-items:center;display:flex;justify-content:space-around}.settings-card{display:flex;flex-direction:column;gap:24px;width:100%}.create-ratio{width:100%}.ratio-table{display:flex;flex-direction:column;gap:10px}.ratio-head,.ratio-row{align-items:center;background:#353456;border-radius:10px;color:#d8d9ea;display:grid;font-weight:600;grid-template-columns:repeat(3,1fr);padding:10px 12px;text-align:center}.ratio-row{background:#57587f;font-weight:500}.ratio-head span:not(:last-child),.ratio-row span:not(:last-child){border-right:1px solid #fff3;padding-right:10px}.ratio-head span:not(:first-child),.ratio-row span:not(:first-child){padding-left:10px}.copy-input{cursor:pointer}.create-stack>.custom-input-wrapper.copy-input:hover{background:#65678a}@media (max-width:1100px){.create{flex-direction:column}.create-left,.create-right{max-width:none;min-width:0}}.custom-input-wrapper{align-items:center;background-color:#595b82;border:0;border-radius:12px;box-shadow:inset 0 6px 6px -6px #00000080;display:flex;gap:8px;height:44px;justify-content:center;position:relative;transition:all .2s ease;width:100%}.custom-input{font-feature-settings:"tnum";background-color:initial;border:none;color:#f2f2f7;flex:1 1;font-family:inherit;font-size:14px;font-variant-numeric:tabular-nums;height:100%;outline:none;text-align:center;width:100%}.custom-input::placeholder{color:#d9d9d97f}.custom-input-symbol{margin-right:5px}.custom-button{background-color:#595b82;border:0;border-radius:10px;box-shadow:0 3px 2px #0000004d;color:#fff;font-size:16px;font-weight:700;outline:none;text-align:center;transition:background-color .2s ease-in-out,box-shadow .05s ease,transform .05s ease}.custom-button:hover{background-color:#606285;cursor:pointer}.custom-button:active{box-shadow:0 1px 1px #0000004d;transform:translateY(2px)}.custom-button:disabled{background-color:#3a3a52;cursor:not-allowed}.custom-dropdown{position:relative;width:100%}.custom-dropdown-select{background-color:#595b82;border:0;border-radius:10px;box-shadow:0 3px 2px #0000004d;color:#fff;font-size:16px;font-weight:400;height:44px;outline:none;padding:0 32px 0 16px;text-align:center;transition:background-color .2s ease-in-out,box-shadow .05s ease,transform .05s ease;width:100%}.custom-dropdown-select:hover{background-color:#606285;cursor:pointer}.custom-dropdown-select:active{box-shadow:0 1px 1px #0000004d;transform:translateY(2px)}.custom-dropdown-select:disabled{background-color:#3a3a52;cursor:not-allowed}.custom-dropdown-select option{background-color:#2f3047;color:#fff;padding:8px;text-align:center}.custom-dropdown-select option:checked{background-color:#5a5c7d;color:#fff}.presets{box-sizing:border-box;color:#d9d9d9;display:flex;flex-direction:row;font-family:inherit;gap:24px;justify-content:space-between;padding:20px;text-align:center;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;width:100%}.preset-column{display:flex;flex-direction:column;gap:16px;height:100%;width:100%}.fee-presets{align-items:flex-start}.custom-panel{border-radius:12px;gap:10px;height:64px;padding:12px 16px}.fee-table-card{padding:0 12px}.fee-card,.fee-table-card{background-color:#353358;border:0;border-radius:12px}.fee-card{display:flex;flex-direction:column;gap:16px;padding:16px 20px 20px}.fee-card-header{color:#d9d9d9;font-size:18px;font-weight:600}.fee-grid{grid-gap:12px 16px;display:grid;gap:12px 16px;justify-items:center}.fee-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fee-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fee-column{align-items:center;color:#d9d9d9;display:flex;flex-direction:column;gap:12px}.fee-column-title{font-size:15px;font-weight:500}.fee-field-stack{grid-gap:10px;display:grid;gap:10px}.fee-card .custom-input-wrapper{height:36px;width:110px}.custom-table th{background-color:initial;border-right:1px solid #d9d9d97f}.custom-table thead{background-color:#353358;border-radius:10px}.custom-table td{background-color:#595b82}.select-launch-type{align-items:center;height:90px;justify-content:center;text-align:center}.launch-amounts,.select-launch-type{background-color:#353358;border:0;border-radius:10px;display:flex;padding:20px}.launch-amounts{flex-direction:row;gap:12px;height:100%;justify-content:space-evenly}.launch-amounts>div{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:start}h3{margin-bottom:20px}.sell-triggers{background-color:#353358;border:0;border-radius:10px;display:flex;flex-direction:column;gap:10px;height:100%;padding:20px}.sell-triggers-row{display:flex;flex-direction:row;gap:10px;justify-content:space-evenly}.launch-types{padding:0 20px}.launch-types,.volume-bot-section{background-color:#353358;border:0;border-radius:10px;display:flex;flex-direction:column;gap:10px}.volume-bot-section{align-items:center;padding:20px}.volume-bot-controls{flex-direction:row;gap:12px;justify-content:center}.slider-container,.volume-bot-controls{align-items:center;display:flex;width:100%}.slider-container{padding:12px 4px}.slider-track{background:#45456b;border-radius:10px;box-shadow:inset 0 2px 6px #00000059;flex:1 1;height:10px;overflow:visible;position:relative}.slider-fill{background:linear-gradient(90deg,#59608a,#727aa1);border-radius:10px;height:100%;inset:0;opacity:.25;position:absolute;transition:width .2s ease;width:0}.slider-dots{align-items:center;display:flex;justify-content:space-between;left:0;padding:0 10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%}.slider-dot{background-color:#f2f2f2;border:1px solid #ffffff40;border-radius:50%;box-shadow:0 2px 4px #00000040;cursor:pointer;height:9px;pointer-events:all;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease;width:9px}.slider-dot:hover:not(.disabled){box-shadow:0 3px 8px #00000059;transform:scale(1.06)}.slider-dot.active{background-color:#6fcf97;border-color:#6fcf97;box-shadow:0 0 0 6px #6fcf9755,0 3px 8px #00000059}.slider-dot.disabled{box-shadow:none}.slider-container.disabled .slider-dot,.slider-dot.disabled{cursor:not-allowed;opacity:.55}.slider-container.disabled .slider-fill{opacity:.12}.custom-panel{align-items:center;background-color:#353358;border:0;border-radius:10px;display:flex;height:90px;justify-content:space-between;padding:0 20px}.custom-panel button{flex:0 0 auto}.settings{background-color:#060a30;min-height:100%;padding:24px 24px 40px}.settings-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-card{background-color:#353456;border:0;border-radius:10px;box-shadow:0 6px 12px #00000040;padding:16px 20px 18px}.settings-card h3{color:#cfd0e6;font-size:16px;font-weight:700;margin:0;padding-bottom:12px;text-align:center}.settings-card-body{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:6px}.hotkey-row,.value-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,96px);justify-content:center;width:100%}.hotkey-input{align-items:center;background:#595b82;border:1px solid #6a6c8d;border-radius:10px;box-shadow:0 3px 2px #00000040;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:700;height:40px;justify-content:center;padding:0 10px;text-transform:uppercase;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:96px}.hotkey-input:hover{background-color:#65678a;border-color:#7a7ca0}.hotkey-input:focus{background-color:#65678a;border-color:#8fa3ff;box-shadow:0 0 0 3px #8fa3ff1f;outline:none}.hotkey-input.capturing{animation:pulse 1s infinite;background:#454770;border-color:#8fa3ff}.value-row .custom-input-wrapper{height:40px;width:96px}.settings-actions{display:flex;justify-content:center;padding-top:28px}.settings-actions .custom-button{min-width:140px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.settings{padding:16px}.settings-card h3{font-size:15px}.hotkey-row,.value-row{grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}}@media (max-width:1100px){.settings-grid{grid-template-columns:1fr}}.wallet-page{color:#d9d9d9;display:flex;flex-direction:row;font-family:inherit;gap:20px;justify-content:space-around;padding:20px;text-align:center;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;width:100%}.sponsor-wallets-column{display:flex;flex-direction:column;gap:20px;height:100%;width:100%}.sponsor-wallets{background-color:#353358;border:0;border-radius:10px;height:100%;padding:20px}.dev-wallets-column{display:flex;flex-direction:column;gap:20px;height:100%;width:100%}.dev-wallets{background-color:#353358;border:0;border-radius:10px;height:100%;padding:20px}.dashboard{background:#080a2f;color:#d8d9ea;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:16px;min-height:100vh;padding:20px}.dashboard-top{background:#353358;border:0;border-radius:14px;box-shadow:0 8px 24px #0000004d;padding:12px 16px}.dashboard-grid-2col{align-items:start;display:flex;gap:16px}.dashboard-column{display:flex;flex-direction:column;gap:16px}.dashboard-card{background:#353358;border:0;border-radius:14px;box-shadow:0 8px 24px #0000004d;padding:14px 16px}.dashboard-card h2{color:#f2f2f7;font-size:14px;font-weight:700;letter-spacing:.4px;margin:0 0 12px;text-align:center}.triggers-grid,.triggers-percent-grid{align-items:center;display:flex;gap:20px;justify-content:center;margin-bottom:12px}.triggers-actions{display:flex;justify-content:center}.volume-grid{margin-bottom:20px}.volume-actions,.volume-grid{align-items:center;display:flex;justify-content:space-evenly}.volume-balance{align-items:center;background:#323051;border-radius:10px;color:#d8d9ea;font-size:18px;height:40px;min-width:200px;text-align:center}.slider-block,.volume-balance{display:flex;justify-content:center}.slider-block{margin:12px auto 0;width:50%}.actions-grid{gap:10px;justify-content:space-around}.actions-grid,.cta-grid{align-items:center;display:flex}.cta-grid{gap:20px;margin-bottom:12px}.cta-grid,.cta-toggle{justify-content:center}.cta-toggle{display:flex;margin:0 auto;width:33%}.section-header-row{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.section-subtitle{color:#a5a6c5;font-size:12px;letter-spacing:.3px}.hotkey-button{display:flex;flex-direction:column;text-align:center}.hotkey-hint{color:#d9d9d980;font-size:12px}.sell-all{display:flex;justify-content:flex-end;margin-right:75px;margin-top:5px}.custom-radio-group{background:#57587f;border:1px solid #6a6b95;border-radius:18px;box-shadow:0 6px 18px #00000059;display:flex;overflow:hidden;width:100%}.custom-radio-button{background:#0000;border:none;color:#d8d9ea;cursor:pointer;flex:1 1;font-size:18px;font-weight:500;padding:12px 0;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.custom-radio-button+.custom-radio-button{border-left:2px solid #ffffff40}.custom-radio-button:hover:not(:disabled){background:#ffffff0f}.custom-radio-button.active{background:#ffffff1f;color:#fff}.custom-radio-button:disabled{color:#9a9bb8;cursor:not-allowed;opacity:.6}.custom-radio-button:focus{outline:none}
/*# sourceMappingURL=main.de11ddc3.css.map*/