@charset "UTF-8";.jltma-toaster-container{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:1000000;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:10px}.jltma-toaster{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 10px 40px #667eea66;font-size:14px;font-weight:500;min-width:300px;max-width:500px;text-align:center;pointer-events:auto;animation:jltma-toaster-slide-up .3s ease-out;position:relative;overflow:hidden;display:flex;align-items:center;gap:10px}.jltma-toaster:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);pointer-events:none}.jltma-toaster.success{background:linear-gradient(135deg,#00b09b,#96c93d);box-shadow:0 10px 40px #00b09b66}.jltma-toaster.error{background:linear-gradient(135deg,#f85032,#e73827);box-shadow:0 10px 40px #f8503266}.jltma-toaster.warning{background:linear-gradient(135deg,#f7971e,#ffd200);box-shadow:0 10px 40px #f7971e66}.jltma-toaster.info{background:linear-gradient(135deg,#4facfe,#00f2fe);box-shadow:0 10px 40px #4facfe66}.jltma-toaster.jltma-toaster-exit{animation:jltma-toaster-slide-down .3s ease-out;opacity:0}.jltma-toaster .jltma-toaster-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;position:relative;z-index:1}.jltma-toaster .jltma-toaster-icon svg{width:100%;height:100%;fill:currentColor}.jltma-toaster .jltma-toaster-icon.success-icon:before{content:"✓";font-size:18px;font-weight:700}.jltma-toaster .jltma-toaster-icon.error-icon:before{content:"✕";font-size:20px;font-weight:700}.jltma-toaster .jltma-toaster-icon.warning-icon:before{content:"!";font-size:20px;font-weight:700}.jltma-toaster .jltma-toaster-icon.info-icon:before{content:"i";font-size:18px;font-weight:700;font-style:italic}.jltma-toaster .jltma-toaster-content{flex:1;position:relative;z-index:1}.jltma-toaster .jltma-toaster-close{background:#fff3;border:none;color:currentColor;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;flex-shrink:0;position:relative;z-index:1}.jltma-toaster .jltma-toaster-close:hover{background:#ffffff4d}.jltma-toaster .jltma-toaster-close:before{content:"✕";font-size:12px;line-height:1}.jltma-toaster .jltma-toaster-progress{position:absolute;bottom:0;left:0;height:3px;background:#ffffff80;animation:jltma-toaster-progress 3s linear;animation-fill-mode:forwards}@keyframes jltma-toaster-slide-up{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes jltma-toaster-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100px);opacity:0}}@keyframes jltma-toaster-progress{0%{width:100%}to{width:0}}.jltma_cbp_button{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:22.5px;padding:5px 20px;line-height:30px;border:none;font-size:14px;font-weight:500;cursor:pointer;color:#fff;background:#6a14d1;transition:all .15s}.jltma_cbp_button:hover{background:#41008e}.jltma_cbp_button_secondary{background:#e8156e}.jltma_cbp_button_secondary:hover{background:#fd1919}.jltma_cbp_button_outline{color:#000;background:transparent;border:1px solid #6a14d1}.jltma_cbp_button_outline:hover{color:#fff;background:#6a14d1}.jltma-disabled{pointer-events:none;opacity:.5}#custom_breakpoints_page{margin-top:48px}#custom_breakpoints_page>h2{margin:0;font-size:32px}#custom_breakpoints_page>p{margin:14px 0 0}.jltma_cbp_wrapper{margin-top:32px;display:grid;grid-template-columns:1fr 300px;gap:32px}.jltma_cbp_wrapper .jltma_cbp_breakpoints{background:#fff;padding:24px;border-radius:8px;box-shadow:#959da533 0 8px 24px}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul{display:grid;align-items:center;justify-content:space-between;grid-template-columns:1fr 1fr 1fr 100px;font-size:16px;font-weight:500}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul li{padding:12px;margin-bottom:0}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul li:last-child{text-align:center}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul li input:focus{outline:none;border:none;box-shadow:none}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul li .jltma-cbp-remove{background:#f8d9d9;border-color:#fdb7b7;margin-top:-5px;outline:none;width:32px;height:32px;border-radius:100px;display:flex;align-items:center;justify-content:center;color:#000;transition:all .2s}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul li .jltma-cbp-remove:hover{color:#fff;background:#fd1919!important;border-color:#fd1919!important;outline:none}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul:nth-child(odd){background:#f9f9f9;border-bottom:1px solid #ececec}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul:nth-child(2n){background:#fff}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_table ul.jltma_cbp-is-recent{background:#6a14d1}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_submit-wrapper{display:flex;align-items:center;justify-content:space-between}.jltma_cbp_wrapper .jltma_cbp_breakpoints .jltma_cbp_submit-wrapper .jltma_cbp_right_buttons{display:flex;align-items:center;gap:12px}.jltma_cbp_wrapper .jltma_cbp_breakpoints #jltma-mcb-message{background:#fff;text-align:center;padding:30px;color:#000;font-size:25px;margin:50px 0;border:1px dashed #222}.jltma_cbp_wrapper .jltma_cbp_breakpoints #jltma-mcb-message a{color:#fd1919;font-weight:700;text-decoration:none}.jltma_cbp_settings{background:#fff;padding:24px;border-radius:8px;box-shadow:#959da533 0 8px 24px;position:relative}.jltma_cbp_settings .jltma_cbp_pro_settings{position:absolute;top:0;left:0;border-radius:8px;width:100%;height:100%;background:#0000003f;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center}.jltma_cbp_settings .jltma_cbp_pro_settings span{display:inline-flex;align-items:center;justify-content:center;width:fit-content;gap:4px;padding:6px 10px;font-size:18px;font-weight:500;color:#fff;white-space:nowrap;background-color:#f97316;border:1px solid transparent;border-radius:6px;overflow:hidden;transition:color .15s,box-shadow .15s;-webkit-user-select:none;user-select:none;flex-shrink:0}.jltma_cbp_settings .jltma_cbp_pro_settings .jltma_cbp_settings_import{margin-top:16px}.jltma_cbp_settings .jltma_cbp_pro_settings .jltma_cbp_settings_import+.jltma_cbp_settings_export h3{margin:0}.jltma_cbp_settings .jltma_cbp_pro_settings .jltma_cbp_settings_import+.jltma_cbp_settings_export p{margin:12px 0 0}.jltma-wrap{width:79%;align-items:center;margin-left:auto;margin-right:auto}
