.login-container{display:flex;height:100vh;align-items:center;justify-content:center;background-color:#f5f5f5;min-height:100vh;padding:10px 40px}.login-container-inner{display:flex;gap:20px;min-height:90vh;width:85%}.login-left-panel{background:#002060;border-radius:20px;flex-basis:calc(45% - 10px);flex-grow:0;flex-shrink:0;padding:40px}.login-left-panel h2{color:#f3f3f3;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:normal;width:100%}.login-left-panel p{color:#dbd7d7;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:normal;margin-top:10px}.login-left-panel .illustration{background-color:#fff;margin:30px 0;border-radius:12px;height:30rem;width:100%}.dots{display:flex;gap:6px;justify-content:center}.dot{width:6px;height:6px;border-radius:50%;background:#bbb}.dot.active{background:#fff}.login-right-panel{align-items:center;display:flex;flex-basis:calc(55% - 10px);flex-grow:0;flex-shrink:0;justify-content:center;padding:20px 40px;flex-direction:row}.login-right-inner-panel{display:flex;flex-direction:column;width:100%}.login-right-panel h1{font-size:52px;margin-bottom:10px;font-weight:800}.login-right-panel h2{margin-top:20px}.login-right-panel p{color:red;margin-Top:6px;font-size:16px}.red-text{color:red}.image{border-radius:12px;height:30rem;width:100%}@media (max-width:1080px){.login-container{padding:10px 0}}@media (max-width: 960px){.login-container-inner{flex-direction:column;min-height:auto;border-radius:16px}.login-left-panel{border-radius:20px 20px 0 0}.login-right-panel{padding:30px}.login-right-panel h1{font-size:32px}.image{border-radius:12px;height:15rem}.login-left-panel .illustration{background-color:#fff;margin:10px 0;border-radius:12px;height:15rem}}@media (max-width:600px){.login-left-panel,.login-right-panel{padding:20px}.login-right-inner-panel{max-width:100%}.login-right-panel h1{font-size:28px}.login-right-panel h3{font-size:18px}.login-left-panel h2{font-size:22px}.login-left-panel p{font-size:18px}.login-btn{width:100%!important}}.carousel-container{position:relative;width:100%;padding:4px 0;height:20rem;overflow:hidden}@media screen and (min-height: 670px){.carousel-container{height:22rem}}@media screen and (max-width: 820px){.carousel-container{height:22rem}}@media screen and (max-width: 480px){.carousel-container{height:14rem}}.carousel-container .carousel-image{padding:.4rem 0;position:absolute;top:0;height:16rem;border-radius:13px;width:100%;opacity:0;transition:all 1s ease-out}@media screen and (max-width: 1080px){.carousel-container .carousel-image{height:14rem}}@media screen and (max-width: 820px){.carousel-container .carousel-image{height:20rem}}@media screen and (max-width: 480px){.carousel-container .carousel-image{height:12rem}}@media screen and (min-height: 670px){.carousel-container .carousel-image{margin-top:30px}}.carousel-container .active{opacity:1;display:flex;transition:all 1s ease-in}.carousel-container .carousel-dots{bottom:10px;position:absolute;width:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 820px){.carousel-container .carousel-dots{height:20rem;display:none}}.carousel-container .carousel-dots .dot{width:7px;height:7px;margin:0 8px;border-radius:50%;background-color:#f3f3f34d;cursor:pointer}.carousel-container .carousel-dots .active{background-color:#f3f3f3}.loader{width:80px;height:20px;display:flex;justify-content:space-between;align-items:center;background-color:transparent}.loader div{width:15px;height:15px;border-radius:50%;margin-left:2px;background-color:#282828;animation:bounce 1.2s infinite ease-in-out}.loader div:nth-child(2){background-color:#c00000;animation-delay:.4s}.loader div:nth-child(4){background-color:#c00000;animation-delay:.4s}@keyframes bounce{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.6);opacity:.5}}.navigation-bar{height:90px;width:100%;background:#fff;padding:0 40px;gap:10px;z-index:2;justify-content:space-between;align-items:center;box-shadow:0 1px 2px #0000000d;border-bottom:solid 1px #cacbce}.logo-alignment{width:100%}.logo-alignment img{width:52px;height:52px}.nav-model{margin-left:64px;width:81vw;justify-content:space-between}.logo-box-icons-right{width:55px;height:55px;border-radius:5px;gap:24px;background-color:#ebf2ff;display:flex;justify-content:center;align-items:center}.header-dropdown-box{width:100%;margin-left:45px}.header-preview-box{align-items:center;width:75%}.header-line{background-color:#cacbce;height:60%;margin-left:20px;margin-right:5px;width:1px}.dialogPaper{border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:auto;max-width:120vw;max-height:70vh;display:flex;flex-direction:column;padding:12px}.MuiDialog-paper{width:800px!important}.dialogTitle{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e3f2fd;padding:10px 16px!important}.closeIcon{color:#002060!important;font-size:20px;cursor:pointer}.dialogContent{display:flex;flex-direction:column;gap:8px;overflow-y:auto}.selectFields{margin-top:10px;width:25vw;background:#f2f2f2}.selectFields .MuiOutlinedInput-root{border-radius:4px;height:6.5vh}.selectFields .MuiOutlinedInput-root fieldset,.selectFields:hover .MuiOutlinedInput-root fieldset{border:1px solid #d8d8d8}.inputLabel{margin-top:10px}.flexRow{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px}.applyButton{align-self:flex-end;margin-top:16px;background-color:#002060;width:100px;height:5.5vh;font-size:16px;font-weight:300;border-radius:4px;cursor:pointer}.applyButton:hover{background-color:#002060}.backdrop{z-index:10}.circularProgress{color:#fff}@media (max-width: 600px){.dialogPaper{max-width:120vw;padding:8px}.dialogTitle{padding:6px 10px;font-size:14px}.closeIcon{font-size:18px}.dialogContent{padding:10px}.selectFields{padding:4px;height:28px}.applyButton{font-size:12px;padding:6px 10px}}.home-card-container{width:313px;padding:25px 28px;border-radius:10px;border:solid 1px #cacbce;background-color:#fff;cursor:pointer;overflow:hidden}.card-img{width:50px;height:50px;filter:brightness(0) saturate(100%) invert(4%) sepia(68%) saturate(7439%) hue-rotate(217deg) brightness(97%) contrast(103%)}.home-card-title{font-size:18px;font-weight:500;color:#262526;margin-top:10px}.home-card-container:hover{background:#ebf2ff}.complete-card-icon{width:35px;height:35px;position:absolute;margin-left:260px;margin-top:-30px}.home-container{background-color:#f4f4f4;min-height:100vh;align-items:center}.home-inner-container{background-color:#f4f4f4}.home-title{font-size:40px;font-weight:500;margin-top:57px;color:#262526}.dropdowns{display:flex;gap:20px;justify-content:center;margin:20px 0}.card-container{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.sidebar-model{width:313px;padding:40px 20px 38px 0;background-color:#fff}.sidebar-container-box{height:50px;margin-bottom:14px;cursor:pointer}.sidebar-inner-box{display:flex;align-items:center;padding:0 16px;width:100%;border-radius:8px}.sidebar-inner-box img{margin-right:15px;flex-grow:0;height:24px;width:24px;object-fit:contain}.sidebar-box{margin-bottom:14px;cursor:pointer;border-radius:6px;display:flex;align-items:center;height:50px;transition:background-color .3s ease;position:relative}.sidebar-container-box:hover .sidebar-inner-box{background-color:#ebf2ff;border-radius:8px;width:100%}.sidebar-inner-box-active{display:flex;background-color:#ebf2ff;align-items:center;padding:0 16px;width:100%;border-radius:8px}.sidebar-inner-box-active img{margin-right:15px;flex-grow:0;height:24px;width:24px;object-fit:contain}.sidebar-container-box{height:50px;margin-bottom:20px;cursor:pointer}.sideLine{background-color:#fff;height:100%;margin-right:35px;width:5px}.active-sideLine{background-color:#002060;height:100%;margin-right:35px;width:5px}.sidebar-inner-box{display:flex;align-items:center;padding:0 16px;width:100%;border-radius:8px;transition:background-color .3s,color .3s}.sidebar-inner-box img{margin-right:15px;flex-grow:0;height:24px;width:24px;object-fit:contain;transition:filter .3s,color .3s}.sidebar-container-box:hover .sidebar-inner-box{background-color:#ebf2ff}.sidebar-container-box:hover .sidebar-inner-box img,.sidebar-container-box:hover .sidebar-inner-box h5{filter:brightness(0) saturate(100%) invert(25%) sepia(82%) saturate(2349%) hue-rotate(202deg) brightness(93%) contrast(92%);color:#0057d9}.sidebar-inner-box h5{color:#262526}.active-icon{filter:brightness(0) saturate(100%) invert(25%) sepia(82%) saturate(2349%) hue-rotate(202deg) brightness(93%) contrast(92%)}.delete-dialog-box{padding:24px}.delete-dialog-warning-box{margin-top:12px;border-radius:4px;background-color:#ffe9d9}.delete-dialog-red-line{width:4px;background:#fa703f}.delete-dialog-warning-text-box{margin-top:16px}.delete-dialog-warning-model{margin-left:12px;padding:10px 0;width:100%}.confirmation-img{width:95px;height:95px;margin-top:40px}.mb-container{width:100%;background-color:#f4f4f4;padding:20px}.mb-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px;gap:20px}.mb-content-box{width:60%;height:100%}.code-container{border:.5px solid #cacbce;width:40%;background-color:#f4f4f4;border-radius:10px;align-items:center;height:100%}.mb-table{margin-top:20px;width:100%;height:96%;overflow:auto;padding-bottom:25px}.mbNdcCode-table{width:100%;margin-top:15px}.mb-code-title{margin-top:10px;border-top:.5px solid #cacbce;border-bottom:.5px solid #cacbce;border-left:none;border-right:none;width:100%;justify-content:space-around;padding:6px 0;height:57px;display:flex;align-items:center}.procedure-ndc-data-box{overflow-y:auto;overflow-x:hidden;height:100%;width:100%}.codeTextBox{width:100%;background:#fff;text-align:center;padding-top:10px;height:50px;border-bottom:1px solid #eaeaf8}.code-border{border:1px solid #eaeaf8}.add-dialog-model{padding:20px 30px}.add-dialog-box{display:inline-flex;flex-wrap:wrap;box-sizing:border-box;margin-top:20px;border:1px solid #e1e1e1;border-radius:4px;height:44vh;width:31.6vw;overflow:auto;padding:10px}.added-text-box{border:1px solid #e1e1e1;border-radius:4px;padding:0 4px;margin-right:4px;margin-bottom:4px}.DC-container{width:100%;background-color:#f4f4f4;padding:20px}.DC-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px 20px 10px;gap:20px}.DC-table{margin-top:20px;width:100%;height:90%;overflow:auto}.SC-container{width:100%;background-color:#f4f4f4;padding:20px}.SC-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px 20px 10px;gap:20px}.SC-table{margin-top:20px;width:100%;height:90%;overflow:auto}.MC-container{width:100%;background-color:#f4f4f4;padding:20px}.MC-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px 20px 10px;gap:20px}.MC-table{margin-top:20px;width:100%;height:90%;overflow:auto}.tc-main{width:100%;height:100%;padding:40px;background-color:#f4f4f4;gap:30px}.tc-main{width:100%;height:100%;padding:20px;background-color:#f4f4f4;gap:30px}.tc-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:40px 20px;gap:20px}.tc-left{width:40%;background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:20px;display:flex;flex-direction:column;gap:10px;margin-right:20px}.tc-right{width:60%;background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:20px;display:flex;flex-direction:column;gap:5px}.tc-rule-row{background-color:#fff;border-radius:8px;padding:10px 16px;margin-bottom:10px;box-shadow:0 1px 2px #00000008}.tc-rule-row img{width:42px;height:42px}.add-testing-box{display:inline-flex;flex-wrap:wrap;box-sizing:border-box;margin-top:5px;height:90%;overflow:auto}.testing-selected-code-box{width:100%;height:60%;border-radius:10px;padding:20px;background-color:#fff}.added-text-box{border:1px solid #e1e1e1;border-radius:30px;padding:0 4px;margin-right:4px;margin-bottom:4px;margin-top:2px}.lot-container{width:100%;background-color:#f4f4f4;padding:20px}.lot-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px;gap:20px}.lot-line{border:.5px solid #cacbce;margin-top:10px}.lot-inner-box{border-radius:10px;border:.5px solid #cacbce;margin-top:20px;background-color:#f4f4f4;padding:20px;width:100%}.RC-container{width:100%;background-color:#f4f4f4;padding:20px}.RC-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px;gap:20px}.RC-left{width:40%;height:90%;background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:20px;display:flex;flex-direction:column;gap:10px;margin-right:20px;overflow-y:auto}.RC-right{width:60%;height:90%;background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:20px;display:flex;flex-direction:column;gap:5px;overflow-y:auto}.RC-rule-row{background-color:#fff;border-radius:8px;padding:8px 16px 8px 0;margin-bottom:10px;box-shadow:0 1px 2px #00000008;border:.5px solid #cacbce;display:flex;align-items:center;position:relative}.RC-rule-row .MuiStack-root:first-of-type{flex:1;min-width:0;margin-right:8px;margin-left:30px}.RC-rule-row .MuiStack-root:last-of-type{flex-shrink:0}.RC-rule-row .MuiTypography-root{white-space:normal;word-break:break-word;flex:1;min-width:0;padding-right:8px}.RC-rule-row-edit-btn{width:42px;height:42px;flex-shrink:0}.RC-rule-icon-Box{width:50px;height:100%;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;border-right:.5px solid #cacbce;background-color:#f8f8f8;border-top-left-radius:8px;border-bottom-left-radius:8px;flex-shrink:0}.RC-rule-row img[src*=RuleDeleteBtn]{width:42px;height:42px;flex-shrink:0}.condition-stack{max-height:450px;overflow-y:auto;padding-right:5px}.validations{margin:0;font-size:14px;font-weight:600;color:red}.add-rule-dialog-model{padding:18px 22px;max-height:calc(100vh - 100px);overflow-y:auto;background:#f7f9fc}.regimen-category-box,.lot-decision-box{border:1px dashed #e6e9ef;border-radius:6px;padding:10px 16px 18px;margin-bottom:12px;background:#fff}.regimen-category-box>.MuiStack-root,.lot-decision-box>.MuiStack-root{display:flex;gap:14px;flex-wrap:wrap;align-items:flex-start}.regimen-category-box>.MuiStack-root>div,.lot-decision-box>.MuiStack-root>div,.lot-decision-add-new-rules{flex:1;min-width:220px;max-width:420px}.lot-decision-add-new-rules{margin-left:0;flex:1;min-width:220px}.time-frame-box{margin:4px 8px 10px;display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.time-frame-box>div,.time-frame-box>.MuiTextField-root{flex:1;min-width:120px}.add-rule-dialog-model::-webkit-scrollbar{width:8px}.add-rule-dialog-model::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.add-rule-dialog-model::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:10px}.add-rule-dialog-model::-webkit-scrollbar-thumb:hover{background:#bdbdbd}@media (max-width: 1200px){.add-rule-dialog-model{padding:14px 16px}.regimen-category-box,.lot-decision-box{padding:10px 12px 12px}.regimen-category-box>.MuiStack-root>div,.lot-decision-box>.MuiStack-root>div,.lot-decision-add-new-rules{min-width:200px}.time-frame-box{margin:0 8px}}@media (max-width: 1024px){.regimen-category-box>.MuiStack-root,.lot-decision-box>.MuiStack-root{flex-direction:column}.regimen-category-box>.MuiStack-root>div,.lot-decision-box>.MuiStack-root>div,.lot-decision-add-new-rules{width:100%;min-width:unset;max-width:unset}.lot-decision-add-new-rules{margin-left:0}.time-frame-box{flex-direction:column;align-items:stretch;margin:0}.time-frame-box>div,.time-frame-box>.MuiTextField-root{width:100%;min-width:unset}}@media (max-width: 768px){.add-rule-dialog-model{padding:12px 14px}.regimen-category-box,.lot-decision-box{padding:8px 10px 10px;margin-bottom:8px}.regimen-category-box>.MuiStack-root,.lot-decision-box>.MuiStack-root{gap:10px}.time-frame-box{gap:8px;flex-direction:column;align-items:stretch}.time-frame-box>div>label,.time-frame-box>label{font-size:14px}}@media (max-width: 480px){.add-rule-dialog-model{padding:10px 12px}.regimen-category-box,.lot-decision-box{padding:6px 8px 8px}.regimen-category-box>.MuiStack-root,.lot-decision-box>.MuiStack-root{gap:8px;flex-direction:column}.time-frame-box{gap:6px}}.PR-container{width:100%;background-color:#f4f4f4;padding:20px}.PR-right{background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:20px;display:flex;flex-direction:column;gap:5px;height:"100%"}.PR-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px;gap:20px}.PR-rule-row{background-color:#fff;border-radius:8px;padding-right:16px;margin-bottom:10px;box-shadow:0 1px 2px #00000008;border:.5px solid #cacbce}.PR-rule-icon-Box{width:50px;height:60px;display:flex;align-items:center;justify-content:center;border-right:.5px solid #cacbce;background-color:#f8f8f8;border-top-left-radius:8px;border-bottom-left-radius:8px}.edit-progressiontion-icon{cursor:pointer}.segment-container{width:100%;background-color:#f4f4f4;padding:20px}.segment-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px;gap:20px}.segment-left{width:40%;background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:15px;display:flex;flex-direction:column;gap:10px;margin-right:20px}.segment-right{max-height:76vh;width:50%;height:100%;background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:20px;display:flex;flex-direction:column;overflow-y:auto}.segment-rule-row{background-color:#fff;border-radius:8px;padding:8px 16px 8px 0;margin-bottom:10px;box-shadow:0 1px 2px #00000008;border:.5px solid #cacbce;display:flex;align-items:center;position:relative}.segment-rule-row .MuiStack-root:first-of-type{flex:1;min-width:0;margin-right:8px;margin-left:30px}.segment-rule-row .MuiStack-root:last-of-type{flex-shrink:0}.segment-rule-row .MuiTypography-root{white-space:normal;word-break:break-word;flex:1;min-width:0;padding-right:8px}.segment-rule-row-edit-btn{width:42px;height:42px;flex-shrink:0;cursor:pointer}.segment-rule-icon-Box{width:50px;height:100%;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;border-right:.5px solid #cacbce;background-color:#f8f8f8;border-top-left-radius:8px;border-bottom-left-radius:8px;flex-shrink:0}.segment-rule-row img[src*=RuleDeleteBtn]{width:42px;height:42px;flex-shrink:0}.segment-left{padding:20px;border-radius:8px;box-shadow:0 2px 6px #1018280a;width:50%;box-sizing:border-box;max-height:76vh}.segment-left-header{margin-bottom:18px}.segment-title{font-size:20px;color:var(--title);font-weight:600}.segment-subtitle{color:var(--muted);font-size:13px}@media (max-width: 420px){.segment-left{padding:12px}.group-actions button,.group-actions .MuiIconButton-root{padding:6px}.groups-actions button{width:100%}}.stage-container{width:100%;background-color:#f4f4f4;padding:20px}.stage-box{width:100%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:20px;gap:20px}.stage-left{width:40%;background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:15px;display:flex;flex-direction:column;gap:10px;margin-right:20px}.stage-right{max-height:76vh;width:50%;height:100%;background:#f4f4f4;border-radius:10px;border:.5px solid #cacbce;padding:20px;display:flex;flex-direction:column;overflow-y:auto}.stage-rule-row{background-color:#fff;border-radius:8px;padding:8px 16px 8px 0;margin-bottom:10px;box-shadow:0 1px 2px #00000008;border:.5px solid #cacbce;display:flex;align-items:center;position:relative}.stage-rule-row .MuiStack-root:first-of-type{flex:1;min-width:0;margin-right:8px;margin-left:30px}.stage-rule-row .MuiStack-root:last-of-type{flex-shrink:0}.stage-rule-row .MuiTypography-root{white-space:normal;word-break:break-word;flex:1;min-width:0;padding-right:8px}.stage-rule-row-edit-btn{width:42px;height:42px;flex-shrink:0;cursor:pointer}.stage-rule-icon-Box{width:50px;height:100%;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;border-right:.5px solid #cacbce;background-color:#f8f8f8;border-top-left-radius:8px;border-bottom-left-radius:8px;flex-shrink:0}.stage-rule-row img[src*=RuleDeleteBtn]{width:42px;height:42px;flex-shrink:0}.RC-disable-del-btn{height:100%}.condition-stack{max-height:320px;overflow-y:auto;padding-right:5px}.RC-rule-row-arrow{height:30px;width:9px;margin-left:2px;cursor:pointer}.stage-left{padding:20px;border-radius:8px;box-shadow:0 2px 6px #1018280a;width:50%;box-sizing:border-box;max-height:76vh}.stage-left-header{margin-bottom:18px}.stage-title{font-size:20px;color:var(--title);font-weight:600}.stage-subtitle{color:var(--muted);font-size:13px}.groups-wrapper{display:flex;flex-direction:column;gap:8px;max-height:calc(94vh - 240px);overflow-y:auto;padding-right:12px;margin-right:-4px;scrollbar-gutter:stable;position:relative}.groups-wrapper:before,.groups-wrapper:after{content:"";position:absolute;left:0;right:0;height:20px;pointer-events:none;z-index:5;transition:opacity .18s ease;opacity:0}.groups-wrapper:before{top:0;background:linear-gradient(to bottom,#0000001f,#0000)}.groups-wrapper:after{bottom:0;background:linear-gradient(to top,#0000001f,#0000)}.groups-wrapper.has-top-shadow:before{opacity:1}.groups-wrapper.has-bottom-shadow:after{opacity:1}.group-card{background-color:#e2f1ff;border-radius:8px;transition:all .16s ease-in-out;border:1px solid rgba(0,0,0,.06);padding:10px;display:flex;flex-direction:column;gap:5px;flex:0 0 auto}.group-card[data-enabled=false]{opacity:.55}.group-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.group-left{min-width:0}.group-title{font-weight:600;color:#0f172a}.group-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.conditions-list{padding-top:6px;display:flex;flex-direction:column;gap:5px}.condition-row{display:grid;grid-template-columns:200px 180px minmax(180px,1fr) 44px;gap:.5vh;align-items:center}.condition-conjunction-row{display:flex;justify-content:center;padding:6px 0}.cond-field,.cond-operator{min-width:140px}.cond-value{min-width:160px}.group-conjunction{display:flex;justify-content:center;padding:6px 0 0}.groups-actions{display:flex;gap:12px;justify-content:flex-start}.cond-conjunction-pill,.group-conjunction-pill,.group-connector-pill{border-radius:999px;padding:6px 14px;min-width:88px;font-weight:600;letter-spacing:.6px;text-transform:none}.cond-conjunction-pill{border-color:#0f172a14!important;color:#0f172a;background:#ffffffe6}.group-conjunction-pill{border-color:rgba(var(--accent),.12)!important;color:rgba(var(--accent),.92);background:rgba(var(--accent),.06)}.group-connector{display:flex;justify-content:center;align-items:center}.group-connector-pill{border-radius:999px;padding:10px 20px;font-weight:700;text-transform:uppercase;box-shadow:0 6px 18px #0f172a0f;background:linear-gradient(180deg,rgba(var(--accent),.14),rgba(var(--accent),.06));color:#06154cf2}@media (max-width: 760px){.condition-row{grid-template-columns:1fr}.condition-row .cond-operator,.condition-row .cond-value,.condition-row .cond-field{width:100%}.group-card-header{flex-direction:column;align-items:stretch;gap:8px}.group-actions{justify-content:flex-end}.groups-wrapper{max-height:calc(100vh - 140px)}}@media (max-width: 420px){.stage-left{padding:12px}.group-actions button,.group-actions .MuiIconButton-root{padding:6px}.groups-actions button{width:100%}}.MuiAutocomplete-inputRoot[class*=Mui-focused]{box-shadow:none}.MuiButton-root{text-transform:none}.custom-input{width:410px;height:60px;border-radius:5px;border:.5px solid #ccc;padding:19px 15px;font-size:18px;line-height:22px;font-weight:400}.custom-input::placeholder{font-weight:400;font-size:18px;line-height:22px;letter-spacing:0%}.PI-container{width:100%;background-color:#f4f4f4;padding:20px 0 20px 20px;flex:1}.PI-container.full-width{width:100%;padding:20px}.PI-box{width:99%;height:100%;border-radius:10px;border:.5px solid #cacbce;background-color:#fff;padding:10px 20px 20px}.graph-background-color{background-color:#f8f8f8;border-radius:0 0 10px 10px}.patient-analytics-graph-box{height:77vh;width:78.8vw;overflow-y:auto;overflow-x:hidden}@media (max-width: 1200px){.patient-analytics-graph-box{margin-left:72px}}.patient-analytics-graph-model{border:.5px solid #cacbce;border-radius:10px;height:75.5vh;background-color:#f8f8f8}@media (max-width: 1200px){.patient-analytics-graph-model{margin-left:0}}.patient-analytics-graph-header{height:8vh;background-color:#f8f8f8;border-radius:10px 10px 0 0}.table-container2{width:100%;border:1px solid #e1e1e1;border-radius:10px;background-color:"#F8F8F8"}.no-data-image{margin-bottom:10px}.show-filters{margin-right:10px;color:#0057d9;cursor:pointer;text-decoration:underline}.descriptive-indication-model{display:flex;flex-direction:column;margin-left:220px;padding:20px 20px 20px 35px;width:83.8vw;height:85vh;align-items:center;background-color:#f5f7fa}.descriptive-indication-box{width:80vw;border:1px solid #e1e1e1;border-radius:4px;padding:10px 10px 0;margin-bottom:12px}.indication-dropdown-list{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:2px}.dropdown-manu-size{border:1px solid red;width:62vw}.dot-box{width:80vw;height:95vh;background-color:#f5f7fa;border-radius:4px;box-shadow:50px}.chart-icons-box{border-top:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;display:flex;align-items:center;border-radius:4px 4px 0 0;height:5vh;background-color:#eaeaf8;justify-content:flex-end}.chart-container{border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-left:1px solid #e1e1e1;background-color:#fff;border-radius:0 0 4px 4px;height:64vh;padding:2px 4px 2px 12px;display:flex;align-items:center;justify-content:center}.loading-container{display:flex;padding-top:140px;justify-content:center;height:100%}.chart-msg{color:#aaa;width:80vw;height:67vh;border:1px solid #e1e1e1;border-radius:4px;display:flex;align-items:center;justify-content:center}.chart{width:100vw;height:60vh}.btn-icon{display:flex;align-items:center;justify-content:flex-end;padding:4px}.table-container{border-radius:10px}.dropdown-container{z-index:10}.graph-table-container{overflow-y:auto}.report-list{border-radius:4px;height:64vh;overflow:auto}.report-list-item{display:flex;align-items:center;background-color:#e9eef7;margin-bottom:4px;height:3.3rem}.error{color:red}.no-reports-found{height:61vh;display:flex;justify-content:center;align-items:center;color:#000;font-family:Roboto,Helvetica,Arial,sans-serif}.no-reports-loader{display:flex;justify-content:center;align-items:center;height:64vh;border-radius:4px}.search-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.reports-heading{display:flex;align-items:center;font-size:32px}.report-name{display:block;width:185px;white-space:normal;overflow-wrap:break-word;font-size:16px;font-weight:500}.heading{display:flex;justify-content:space-between;padding-left:65px;padding-right:165px}.heading span{font-size:small;font-family:Roboto,Helvetica,Arial,sans-serif}.drawer{padding-left:16px;padding-right:16px;position:relative}.graph-icons{display:flex}.delete-dialog-box{padding:20px}.delete-dialog-warning-box{margin-top:25px;border-radius:4px;background-color:#ffe9d9}.delete-dialog-red-line{width:5px;background:#fa703f}.delete-dialog-warning-text-box{margin-top:15px}.delete-dialog-warning-model{margin-left:10px}.custom-kpi{height:75.3vh;border:1px solid #e1e1e1;width:78.8vw;border-radius:10px;font-size:30px;overflow-y:auto;background-color:#f8f8f8}.groups-container{height:76%;overflow-y:auto;margin-bottom:10px}.custom-kpi-box{display:flex;flex-direction:column;flex-grow:1;padding:20px}.custom-kpi-header{height:5vh;background-color:#eaeaf8;color:#002060;display:flex;justify-content:center;align-items:center;position:sticky;top:0}.custom-kpi-group{width:100%;background-color:#fff}.custom-kpi-filters{display:flex;flex-direction:row!important;justify-content:space-between;padding-left:6px}.filters{margin:0 10px 10px;border-radius:4px}.custom-kpi-group,.primary-filters,h6{font-size:11px;font-weight:500;margin-bottom:3px}.filters-condition{display:flex;justify-content:space-between}.filter-button{display:flex;justify-content:center;align-items:center;background-color:#fff}.custom-kpi-parent-group{position:relative;margin:0 10px;border:1px solid #e1e1e1;border-radius:4px;flex-shrink:0;background-color:#fff;min-height:auto}.fields{width:11rem;height:20px;background-color:#f9f9f9}.group-header{display:flex;font-size:14px;justify-content:space-between;align-items:center;padding:8px 1px 0 4px;margin-bottom:9px}.primary-filters{display:flex;flex-direction:row!important;justify-content:space-between;margin:6px 10px 0 0}.primary-filters h6{font-size:14px}.group-heading{display:flex;flex-direction:row!important;padding-left:10px;padding-top:4px}.icons{display:flex;align-items:center}.add-groups{position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(58%);z-index:10;background:#fff}.buttons{width:15%;align-items:center;justify-content:center;margin-bottom:10px;padding-left:20px;padding-right:20px}.custom-kpi-filters-parent{display:flex;flex-direction:row!important;justify-content:space-between!important}.conditions-dropdown{margin:4px 10px}.merged-groups-container{padding:6px 10px;border-radius:4px;background-color:#f9f9f9;border:1px solid #b3b1b1;display:flex;flex-direction:column;gap:10px;margin:0 10px 5px}.query-container{margin:8px 10px 0;display:flex;flex-direction:row!important;justify-content:space-between}.adhocs-indication-model{border:1px solid #e1e1e1;border-radius:4px;min-height:40px;padding-top:10px;margin-top:10px;margin-right:35px;width:100%}@media (max-width: 1200px){.adhocs-indication-model{margin-left:72px;margin-top:-42px}}.gap-container{height:77vh;overflow-y:auto;background-color:#f8f9fc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.journey-box{background:#fff;border:1px dashed #cbd5e1;border-radius:10px;padding:14px 18px;display:flex;flex-direction:column;min-height:100px;box-shadow:0 2px 6px #0000000a;box-sizing:border-box}.box-title{font-size:13.5px;font-weight:600;color:#475569;margin-bottom:8px;letter-spacing:.3px}.source-box .journey-content{display:flex;align-items:center;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;gap:8px;padding:8px 2px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.source-box .journey-content>*{flex-shrink:0!important;margin:0}.stage-chip{min-width:92px;max-width:220px;height:32px;padding:0 14px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;font-size:13.2px;font-weight:600;color:#1e293b;cursor:grab;-webkit-user-select:none;user-select:none;transition:all .16s ease}.stage-chip:active{cursor:grabbing;transform:scale(.96);box-shadow:0 2px 8px #00000014}.target-box{flex:1;display:flex;flex-direction:column;min-height:140px;max-height:130px;background:#fafbfc;border:1px dashed #d1dbe7;border-radius:10px;padding:14px;transition:all .2s ease}.target-box.active-drop{border-color:#60a5fa;background:#f0f9ff;box-shadow:0 0 0 3px #60a5fa26}.target-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.header-actions{display:flex;gap:10px;align-items:center}.flow-content{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:12px 6px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;flex:1 1 auto}.small-loader{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle;margin-left:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-apply.loading .small-loader{border-top-color:#fff}.btn-view.loading .small-loader{border:3px solid rgba(255,255,255,.4);border-top:3px solid #ffffff}.flow-item{display:inline-flex;align-items:center;justify-content:center}.stage-box1{min-width:100px;height:30px;padding:0 16px;background:linear-gradient(135deg,#f0f7ff,#e8f1fc);border:1px solid #3b82f6;border-radius:9999px;color:#1e40af;font-weight:600;font-size:13.4px;display:inline-flex;align-items:center;justify-content:center;position:relative;box-shadow:0 2px 6px #3b82f614;transition:all .18s ease}.loading-graph-state{height:100%;display:flex;align-items:center;justify-content:center;background:#f8fafc99}.big-loader-container{text-align:center;color:#475569}.big-loader{width:48px;height:48px;border:5px solid #e2e8f0;border-top:5px solid #001a50;border-radius:50%;animation:spin 1.1s linear infinite;margin:0 auto 16px}.loading-text{font-size:15px;font-weight:500}.stage-box:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f624}.remove-btn{position:absolute;right:-8px;top:-8px;background:#fff;border:2px solid #fee2e2;color:#ef4444;width:20px;height:20px;border-radius:50%;font-size:10px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #ef444426;transition:all .18s ease}.remove-btn:hover{background:#fee2e2;border-color:#fca5a5;transform:scale(1.12)}.arrow{display:flex;align-items:center;justify-content:center;height:40px;margin:0 6px;flex-shrink:0}.flow-arrow-icon{font-size:20px!important;color:#64748b}.empty-placeholder{color:#64748b;font-weight:500;font-size:14.5px;padding:16px 20px;opacity:.9;width:100%;text-align:center;border:2px dashed #e2e8f0;border-radius:10px;background:#fff}.target-footer{flex-shrink:0;display:flex;justify-content:flex-end;margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb}.footer-actions{display:flex;gap:10px}.btn-clear{background:transparent;border:1px solid #f97316;color:#f97316;font-weight:600;cursor:pointer;padding:8px 14px;border-radius:6px;transition:all .16s ease}.btn-clear:hover{background:#fff7ed}.btn-submit{background:linear-gradient(135deg,#001a50,#00163f);color:#fff;border:none;padding:11px 28px;border-radius:8px;font-weight:600;font-size:14.2px;cursor:pointer;box-shadow:0 3px 10px #001a503d;transition:all .2s ease}.btn-submit:hover{background:#00163f;transform:translateY(-1.5px);box-shadow:0 6px 16px #001a5052}.btn-submit:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.btn-view{min-width:70px;padding:7px 14px;font-size:12.5px;font-weight:600;color:#fff;background:#001a50;border:none;border-radius:6px;box-shadow:0 2px 6px #001a502e;transition:all .18s ease;cursor:pointer}.btn-view:hover{background:#00163f;transform:translateY(-1px);box-shadow:0 4px 12px #001a5047}.btn-apply{padding:8px 18px;background:#001a50;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .16s ease}.btn-apply:hover:not(:disabled){background:#00163f;transform:translateY(-1px)}.btn-apply:disabled{opacity:.55;cursor:not-allowed}.results-container{margin-top:12px;animation:slideIn .3s ease-out;display:flex;flex-direction:column;gap:24px;padding-bottom:24px}@keyframes slideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.analytics-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;height:500px}.panel-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px -4px #0000000f,0 4px 8px -2px #0000000a;display:flex;flex-direction:column}.panel-header{padding:14px 20px;background:linear-gradient(135deg,#001a50,#0a2a7a 60%,#001a50);color:#fff;font-weight:600;font-size:14.2px;letter-spacing:.3px;box-shadow:inset 0 1px 4px #0003;display:flex;justify-content:space-between;align-items:center}.analytics-table{width:100%;border-collapse:collapse;font-size:13.5px;color:#1e293b}.analytics-table thead th{position:sticky;top:0;z-index:10;background:#f8fafc;color:#475569;font-weight:600;font-size:13px;letter-spacing:.4px;text-transform:uppercase;padding:14px 16px;border-bottom:2px solid #cbd5e1;border-right:1px solid #e2e8f0;white-space:nowrap}.analytics-table thead th:first-child{border-top-left-radius:8px;border-left:none}.analytics-table thead th:last-child{border-top-right-radius:8px;border-right:none}.analytics-table tbody tr{background:#fff;transition:all .14s ease}.analytics-table tbody tr:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px #0000000a}.analytics-table tbody tr:hover td{color:#0f172a}.analytics-table td{padding:15px 16px;vertical-align:middle;border-bottom:1px solid #f1f5f9;border-right:1px solid #e5e7eb;line-height:1.42}.analytics-table th:last-child,.analytics-table td:last-child{border-right:none}.analytics-table tbody tr:last-child td{border-bottom:none}.analytics-table td.stage-cell{font-weight:600;color:#1e293b;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analytics-table .text-center{text-align:center}.analytics-table .number-cell{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.graph-controls{padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;gap:20px;align-items:center;flex-wrap:wrap}.control-group{display:flex;align-items:center;gap:10px}.control-group label{font-size:12.5px;font-weight:600;color:#475569}.control-input{height:36px;padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13.5px;width:90px}.control-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;outline:none}.control-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13.5px;background:#fff;min-width:110px}.graph-display{flex:1;padding:24px;display:flex;align-items:center;justify-content:center;background:#fff;min-height:380px}.chart-container{width:100%;height:100%;min-height:360px}.empty-graph-state{text-align:center;color:#64748b}.empty-graph-state .icon{font-size:60px;opacity:.35;margin-bottom:16px}.empty-graph-state .main-text{font-size:15px;font-weight:600;color:#475569;margin-bottom:6px}@media (max-width: 1200px){.analytics-grid{grid-template-columns:1fr;height:auto}.panel-card{height:520px}}@media (max-width: 960px){.gap-container{padding:12px}.stage-chip{min-width:88px;height:34px;font-size:12.8px}.stage-box{min-width:114px;height:38px;font-size:13px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;color:"#333333",}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#555}
