@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700&display=swap);*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{font-size:100%}@media only screen and (max-width:1200px){html{font-size:56.25%}}@media only screen and (max-width:900px){html{font-size:50%}}@media only screen and (min-width:1800){html{font-size:100%}}body{box-sizing:border-box}body,html{overflow-x:hidden}body[style*="--colTableText: white"] .iti__country-list{background-color:#1f1f1f!important;border-color:#3a3a3a!important;color:#fff!important}body[style*="--colTableText: white"] .iti__country{color:#fff!important}body[style*="--colTableText: white"] .iti__country:hover,body[style*="--colTableText: white"] .iti__highlight{background-color:#2f2f2f!important}body[style*="--colTableText: white"] .iti__divider{border-top-color:#3a3a3a!important}body[style*="--colTableText: white"] .iti__dial-code{color:#bfc7d5!important}body[style*="--colTableText: white"] .iti__search-input{background-color:#1f1f1f!important;color:#fff!important;border-color:#3a3a3a!important}body[style*="--colTableText: white"] .iti__search-input::-moz-placeholder{color:hsla(0,0%,100%,.5)!important}body[style*="--colTableText: white"] .iti__search-input::placeholder{color:hsla(0,0%,100%,.5)!important}:root{--qr-accent-500:#0f6dff;--qr-accent-600:#0b59d8;--qr-accent-200:#d6e7ff;--qr-accent-100:#eaf2ff;--qr-info-500:#0089b8;--qr-success-500:#0c8b6a;--qr-success-100:#e4f8f0;--qr-warning-500:#e67e22;--qr-warning-100:#fef4e6;--qr-danger-500:#c9304f;--qr-danger-100:#fde8ec;--qr-text-900:#1e293b;--qr-text-700:#3f4d63;--qr-text-500:#64748b;--qr-text-300:#94a3b8;--qr-border-200:#dce5f2;--qr-border-100:#e8eff9;--qr-surface-0:#fff;--qr-surface-50:#f6f9ff;--qr-surface-100:#edf2fb;--qr-shadow-xs:0 1px 3px rgba(18,40,74,.04);--qr-shadow-sm:0 4px 16px rgba(18,40,74,.07);--qr-shadow-md:0 10px 28px rgba(18,40,74,.12);--qr-shadow-lg:0 20px 44px rgba(18,40,74,.16);--qr-radius-xs:6px;--qr-radius-sm:10px;--qr-radius-md:14px;--qr-radius-lg:20px;--qr-radius-xl:28px;--qr-radius-full:999px;--qr-ease-standard:200ms cubic-bezier(0.2,0.8,0.2,1);--qr-ease-decelerate:300ms cubic-bezier(0,0.55,0.45,1);--qr-page-background:radial-gradient(circle at 12% -6%,rgba(15,109,255,.08),transparent 44%),radial-gradient(circle at 88% 0%,rgba(0,137,184,.09),transparent 38%),linear-gradient(180deg,#f8fbff,#eef4fc)}body{font-family:Manrope,Segoe UI,Tahoma,sans-serif;color:var(--qr-text-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.el-dialog__title,h1,h2,h3{font-family:Sora,Manrope,sans-serif;letter-spacing:-.02em}.app-shell{min-height:100vh;background-color:var(--colDefault);background-image:var(--qr-page-background)}.page-fade-enter-active{animation:qr-page-enter .28s cubic-bezier(.2,.8,.2,1)}.page-fade-leave-active{transition:opacity .15s ease-out}.page-fade-leave-to{opacity:0}@keyframes qr-page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#b0bdd0;border-radius:var(--qr-radius-full)}::-webkit-scrollbar-thumb:hover{background:#8d9db5}.el-button{border-radius:var(--qr-radius-sm);font-weight:600;letter-spacing:.01em;transition:transform var(--qr-ease-standard),box-shadow var(--qr-ease-standard),background-color var(--qr-ease-standard),border-color var(--qr-ease-standard),color var(--qr-ease-standard)}.el-button:focus,.el-button:hover{transform:translateY(-1px)}.el-button.el-button--primary{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--qr-accent-500) 0,#2b8aff 100%)!important;box-shadow:0 6px 18px rgba(15,109,255,.22)}.el-button.el-button--primary:focus,.el-button.el-button--primary:hover{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--qr-accent-600) 0,var(--qr-accent-500) 100%)!important;box-shadow:0 10px 24px rgba(15,109,255,.3)}.el-button.el-button--info{border-color:transparent;color:#fff;background:linear-gradient(135deg,#2e5f9f,var(--qr-info-500))!important}.el-button.el-button--success{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--qr-success-500),#14b88e)!important;box-shadow:0 6px 18px rgba(12,139,106,.2)}.el-button.el-button--danger{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--qr-danger-500),#e04466)!important;box-shadow:0 6px 18px rgba(201,48,79,.2)}.el-button.el-button--warning{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--qr-warning-500),#f09c40)!important;box-shadow:0 6px 18px rgba(230,126,34,.2)}.el-date-editor .el-input__inner,.el-input__inner,.el-select .el-input__inner,.el-textarea__inner{border-radius:var(--qr-radius-sm);border-color:var(--qr-border-200);transition:border-color var(--qr-ease-standard),box-shadow var(--qr-ease-standard),background-color var(--qr-ease-standard)}.el-date-editor .el-input__inner:focus,.el-input__inner:focus,.el-select .el-input__inner:focus,.el-textarea__inner:focus{border-color:var(--qr-accent-500);box-shadow:0 0 0 3px rgba(15,109,255,.1)}.el-card,.el-dialog,.el-popover{border-radius:var(--qr-radius-md);border:1px solid var(--qr-border-100);box-shadow:var(--qr-shadow-md)}.el-dialog{overflow:hidden}.el-dialog__header{position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--qr-border-200);padding:14px 60px 14px 134px}.el-dialog__header:before{content:"";display:block;position:absolute;left:14px;top:50%;transform:translateY(-50%);width:110px;height:44px;background:var(--aikenist-logo) no-repeat center left/contain}.el-dialog__title{color:var(--qr-text-900);font-weight:600;text-align:center}.el-dialog__headerbtn{position:absolute;top:50%;right:16px;transform:translateY(-50%)}.el-dialog__headerbtn .el-dialog__close{color:var(--qr-text-500)!important;font-size:16px}.el-dialog__headerbtn .el-dialog__close:hover{color:var(--qr-text-900)!important}body[style*="--colTableText: white"] .el-dialog__header{background:linear-gradient(90deg,#003a54,#005a7a);border-bottom:none}body[style*="--colTableText: white"] .el-dialog__header:before{background:var(--aikenist-logo-w) no-repeat center left/contain}body[style*="--colTableText: white"] .el-dialog__headerbtn{right:16px}body[style*="--colTableText: white"] .el-dialog__header [style*=color],body[style*="--colTableText: white"] .el-dialog__title{color:#fff!important}.pdf-dialog-maximize,.pdf-dialog-maximize-hf{position:absolute;top:50%;transform:translateY(-50%);right:46px;cursor:pointer;font-size:16px;color:#909399;padding:4px;border-radius:4px;transition:all .15s}.pdf-dialog-maximize-hf:hover,.pdf-dialog-maximize:hover{color:#409eff;background:rgba(64,158,255,.1)}body[style*="--colTableText: white"] .el-dialog__headerbtn .el-dialog__close{color:hsla(0,0%,100%,.8)!important}body[style*="--colTableText: white"] .el-dialog__headerbtn .el-dialog__close:hover{color:#fff!important}.el-dialog__body{padding:20px}.el-dialog__footer{border-top:1px solid var(--qr-border-100);padding:14px 20px}.el-dropdown-menu{padding:6px}.el-dropdown-menu__item{border-radius:var(--qr-radius-xs);padding:8px 14px;font-weight:500;transition:background var(--qr-ease-standard)}.el-dropdown-menu__item:hover{background:var(--qr-accent-100);color:var(--qr-accent-600)}.el-table .cell{line-height:1.4}.el-tag{border-radius:var(--qr-radius-full);font-weight:600;font-size:12px;padding:0 10px;height:24px;line-height:22px}.el-tag--success{background:var(--qr-success-100);border-color:transparent;color:var(--qr-success-500)}.el-tag--danger{background:var(--qr-danger-100);border-color:transparent;color:var(--qr-danger-500)}.el-tag--warning{background:var(--qr-warning-100);border-color:transparent;color:var(--qr-warning-500)}.el-tag--info{background:var(--qr-surface-100);border-color:transparent;color:var(--qr-text-700)}.el-switch__core{border-radius:var(--qr-radius-full);border-color:var(--qr-border-200)}.el-switch.is-checked .el-switch__core{border-color:var(--qr-accent-500);background-color:var(--qr-accent-500)}.el-pagination{font-weight:600}.el-pagination .btn-next,.el-pagination .btn-prev{border-radius:var(--qr-radius-sm);background:transparent}.el-pager li{border-radius:var(--qr-radius-sm);font-weight:600;min-width:32px;height:32px;line-height:32px;transition:all var(--qr-ease-standard)}.el-pager li.active{background:linear-gradient(135deg,var(--qr-accent-500),#2b8aff);color:#fff;box-shadow:0 4px 12px rgba(15,109,255,.25)}.el-pager li:hover:not(.active){color:var(--qr-accent-500);background:var(--qr-accent-100)}.el-tooltip__popper.is-dark{background:#1e293b;border-radius:var(--qr-radius-sm);box-shadow:var(--qr-shadow-md);font-size:12px;font-weight:500;padding:8px 12px}.el-message-box{border-radius:var(--qr-radius-md);box-shadow:var(--qr-shadow-lg);border:1px solid var(--qr-border-100);overflow:hidden}.el-loading-mask{background-color:hsla(0,0%,100%,.8);backdrop-filter:blur(4px)}.el-loading-spinner .circular{width:36px;height:36px}.mis-drawer .el-drawer__header{margin-bottom:0;padding:14px 20px;background:linear-gradient(130deg,#18334f,#295777 48%,#3d6d82);border-bottom:none;height:auto}.mis-drawer-header{display:flex;align-items:center;justify-content:center;width:100%}.mis-drawer-title{font-size:16px;font-weight:700;color:#f7fafb;letter-spacing:.02em;font-style:normal;text-decoration:none}.mis-drawer .el-drawer__close-btn,.mis-drawer .el-drawer__header .el-icon-close{color:#f7fafb}.mis-drawer .el-drawer__body{background:#f1f5f9;overflow-y:auto}body[style*="--colTableText: white"] .mis-drawer .el-drawer__header{background:linear-gradient(130deg,#0e1a2b,#162640 48%,#1c3345)}body[style*="--colTableText: white"] .mis-drawer .el-drawer__body{background:#0e1421}body[style*="--colTableText: white"] .app-shell{--qr-page-background:radial-gradient(circle at 16% -12%,rgba(39,106,255,.15),transparent 42%),radial-gradient(circle at 95% 3%,rgba(0,137,184,.12),transparent 32%),linear-gradient(180deg,#141b27,#0e1421)}body[style*="--colTableText: white"] .el-card,body[style*="--colTableText: white"] .el-dialog,body[style*="--colTableText: white"] .el-dropdown-menu,body[style*="--colTableText: white"] .el-popover{border-color:#2d3d56;background:rgba(20,28,41,.95);color:#e0eaff;box-shadow:0 12px 36px rgba(0,0,0,.35)}body[style*="--colTableText: white"] .el-dialog__footer{border-top-color:#2d3d56}body[style*="--colTableText: white"] .el-dropdown-menu__item{color:#c8dff5}body[style*="--colTableText: white"] .el-dropdown-menu__item.hover-item,body[style*="--colTableText: white"] .el-dropdown-menu__item.is-active,body[style*="--colTableText: white"] .el-dropdown-menu__item:focus,body[style*="--colTableText: white"] .el-dropdown-menu__item:hover{background:rgba(15,109,255,.15);color:#fff;outline:none}body[style*="--colTableText: white"] .el-date-editor .el-input__inner,body[style*="--colTableText: white"] .el-input__inner,body[style*="--colTableText: white"] .el-select .el-input__inner,body[style*="--colTableText: white"] .el-textarea__inner{border-color:#2d3d56;background:#1b2638;color:#e0eaff}body[style*="--colTableText: white"] .el-input__inner:focus,body[style*="--colTableText: white"] .el-textarea__inner:focus{border-color:#4a8cff;box-shadow:0 0 0 3px rgba(74,140,255,.15)}body[style*="--colTableText: white"] .el-loading-mask{background-color:rgba(14,20,33,.75)}body[style*="--colTableText: white"] .el-pager li.active{background:linear-gradient(135deg,#1a6bef,#3d8bff)}body[style*="--colTableText: white"] .el-pager li:hover:not(.active){background:hsla(0,0%,100%,.06);color:#7bb8ff}body[style*="--colTableText: white"] ::-webkit-scrollbar-thumb{background:#3a4d66}body[style*="--colTableText: white"] ::-webkit-scrollbar-thumb:hover{background:#4a6080}@media(prefers-reduced-motion:reduce){.el-button,.el-date-editor .el-input__inner,.el-input__inner,.el-select .el-input__inner,.el-textarea__inner,.page-fade-enter-active,.page-fade-leave-active{animation:none;transition:none}}.rowSelector{background-color:#f7fafc;color:#2b579a!important;border:1px solid rgba(43,87,154,.15)!important;border-radius:8px!important;padding:8px 14px!important;font-size:13px!important;font-weight:700!important;transition:all .2s ease!important;cursor:pointer!important;margin:6px!important;width:140px!important;text-align:center!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;display:inline-block!important}.rowSelector:hover{background-color:#2e7dd1!important;color:#fff!important;border-color:#2e7dd1!important;box-shadow:0 4px 12px rgba(46,125,209,.25)!important}.rowSelector.active{background-color:#2b579a!important;color:#fff!important;border-color:#2b579a!important;box-shadow:inset 0 2px 4px rgba(0,30,80,.2)!important;transform:translateY(0)!important}.el-popover{line-height:1.5!important;max-width:400px!important}:root{--btnBackgrnd:#fff;--headBtn:#1f5799;--colDefault:#141626;--colPowderblue:#b0e0e6;--colCardBg:#1c223a;--colCardText:#000;--colTableText:#fff;--colOpenedRowText:green;--colOddRow:#242a44;--colEvenRow:#181c30;--colSearchBox:#000;--colBgGrayDark:#bbb9c0;--cardColor:#575757;--CurrentFontSize:14px;--tooltipTransformY:0px}body:not([style*="--colTableText: white"]) .ar-list-dialog .el-dialog__footer .el-button:not(.el-button--primary),body:not([style*="--colTableText: white"]) .edit-rule-dialog .el-dialog__footer .el-button:not(.el-button--primary){color:#606266!important;background-color:#fff!important;border:1px solid #dcdfe6!important}body:not([style*="--colTableText: white"]) .ar-list-dialog .el-dialog__footer .el-button:not(.el-button--primary):hover,body:not([style*="--colTableText: white"]) .edit-rule-dialog .el-dialog__footer .el-button:not(.el-button--primary):hover{color:#409eff!important;border-color:#c6e2ff!important;background-color:#ecf5ff!important}.qr-account-dropdown-menu.el-dropdown-menu{min-width:138px!important;width:-moz-max-content!important;width:max-content!important;max-width:190px!important;padding:4px 0!important;border-radius:4px!important}.qr-account-dropdown-menu .el-dropdown-menu__item{display:flex!important;align-items:center!important;height:32px!important;line-height:32px!important;padding:0 14px!important;font-size:13px!important;font-weight:500!important;white-space:nowrap!important}.qr-account-dropdown-menu .dropdown-username{height:34px!important;line-height:34px!important;font-size:13px!important}body[style*="--colTableText: white"] .qr-account-dropdown-menu.el-dropdown-menu{border-color:#2d3d56!important;background:rgba(20,28,41,.98)!important}div#google_translate_element[data-v-6e67d438]{position:fixed;background:#93b3d6;padding:15px 30px;border-radius:10px;margin:20px;bottom:20px;right:30px;z-index:1000;box-shadow:0 5px 10px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.5);color:#fff;font-size:16px;font-weight:700;text-align:center;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center}div#google_translate_element[data-v-6e67d438]:hover{box-shadow:0 8px 16px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.6);transform:translateY(-3px)}div#google_translate_element[data-v-6e67d438]:active{box-shadow:0 5px 10px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.6);transform:translateY(0)}body{padding:0;margin:0}.carousel-container{background-color:#fff}.poweredByAikenist{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;font-weight:600;font-style:italic;margin-top:50px;font-size:20px}.medall_wrapper{background-image:url(../img/medall_bg.efd36fdf.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;overflow:hidden}.medi_logo{width:180px;margin-bottom:1rem}.login-input{width:100%;padding:.8rem 1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.text-field-position{width:100%}.medi_bg{width:70vw;height:auto;margin:auto 0}.HardReloadButton2{margin-left:100px}.HardReloadButton2,.HardReloadButton3{position:fixed;cursor:pointer;text-decoration:underline;z-index:99;bottom:5px;font-size:14px;font-weight:600;color:#008b8b}.HardReloadButton3{margin-left:400px}#img-01{width:40%!important;height:40%!important}.login .el-button.el-button--info{background-color:#1e75b3!important;border-color:#1e75b3!important}.login .el-button.el-button--info:hover{background-color:#398ccc!important;border-color:#398ccc!important;color:#fff!important}@media only screen and (max-width:1300px){.login .el-button.el-button--info{margin:5px!important;transition:1.1s!important;font-weight:400!important;font-size:14px!important;margin-left:20%!important;padding:8px!important;height:5vh!important;width:9vw!important;text-align:center!important;border-radius:30px!important}.logos{display:flex;flex-direction:row;height:20%;align-items:center;justify-content:space-between}.text-field-position span{position:absolute;right:1.5em;top:.5em;bottom:0;line-height:40px}#img-01:before,#img-03:before{width:40%;height:40%}#img-01:before,#img-02:before,#img-03:before{margin-top:30px;display:flex;flex-direction:row}#img-02:before{width:10%;height:20%;justify-content:flex-end}#img-01,#img-03,#toprad-img{width:40%;height:40%}#img-01,#img-02,#img-03,#toprad-img{margin-top:30px;display:flex;flex-direction:row}#img-02{width:10%;height:20%;justify-content:flex-end}}@media only screen and (max-width:1050px){.bg{background-image:url(../img/bg.4cd46849.jpeg)}.bg,.medi_bg{height:100vh;width:100vw;position:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.medi_bg{background-image:url(../img/medi_bg.5a4bcb51.jpg)}.login-div{position:absolute;padding:4px;margin-top:35%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.text-field-position span{position:absolute;right:4em;top:.5em;bottom:0;line-height:40px}.logos{height:15vh;align-items:center;justify-content:flex-start}#img-01:before,.logos{display:flex;flex-direction:row}#img-01:before{height:60%}#img-02:before{display:flex;flex-direction:row-reverse;height:40%}#img-01{display:flex;flex-direction:row;height:60%}#img-02{display:flex;flex-direction:row-reverse;height:40%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:7%!important;font-family:Roboto!important;font-weight:900!important;font-size:20px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:700!important;font-size:10px!important;margin-left:20%!important;padding:8px!important;height:5vh!important;width:10vw!important;text-align:center!important;border-radius:30px!important;background-color:#1e75b3!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}@media only screen and (max-width:900px){.bg{background-image:url(../img/bg.4cd46849.jpeg)}.bg,.medi_bg{height:100vh;width:100vw;position:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.medi_bg{background-image:url(../img/medi_bg.5a4bcb51.jpg)}.login-div{position:absolute;padding:4px;margin-top:25%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.logos{height:15vh;align-items:center;justify-content:flex-start}#img-01:before,.logos{display:flex;flex-direction:row}#img-01:before{height:60%}#img-02:before{display:flex;flex-direction:row-reverse;height:40%}#img-01{display:flex;flex-direction:row;height:60%}#img-02{display:flex;flex-direction:row-reverse;height:40%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:7%!important;font-family:Roboto!important;font-weight:900!important;font-size:20px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:100!important;font-size:8px!important;margin-left:20%!important;padding:4px!important;height:4vh!important;width:10vw!important;text-align:center!important;border-radius:30px!important;background-color:#1e75b3!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}@media only screen and (max-width:700px){.bg{background-image:url(../img/bg.4cd46849.jpeg)}.bg,.medi_bg{height:100vh;width:100vw;position:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.medi_bg{background-image:url(../img/medi_bg.5a4bcb51.jpg)}.login-div{position:absolute;padding:4px;margin-top:35%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.text-field-position span{position:absolute;right:5.5em;top:.5em;bottom:0;line-height:40px}.login-input{display:inline-block;height:30px;width:80%;font-size:15px;color:#666;margin:15px!important;text-indent:8px;border:0 solid #2d2d2d;border-bottom:1px solid #3d3131}.logos{height:15vh;align-items:center;justify-content:flex-start}#img-01:before,.logos{display:flex;flex-direction:row}#img-01:before{margin-top:20px;height:40%}#img-02:before{flex-direction:row-reverse;height:30%}#img-01,#img-02:before{margin-top:20px;display:flex}#img-01{flex-direction:row;height:40%}#img-02{margin-top:20px;display:flex;flex-direction:row-reverse;height:30%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:7%!important;font-family:Roboto!important;font-weight:900!important;font-size:20px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:500!important;font-size:9px!important;margin-left:20%!important;padding:0!important;height:47%!important;width:80%!important;text-align:center!important;border-radius:30px!important;background-color:#1e75b3!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}@media only screen and (max-width:400px){.bg{background-image:url(../img/bg.4cd46849.jpeg)}.bg,.medi_bg{height:100vh;width:100vw;position:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.medi_bg{background-image:url(../img/medi_bg.5a4bcb51.jpg)}.text-field-position span{position:absolute;right:3em;top:.5em;bottom:0;line-height:40px}.login-div{position:absolute;padding:4px;margin-top:35%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.login-input{display:inline-block;height:30px;width:80%;font-size:15px;color:#666;margin:15px!important;text-indent:8px;border:0 solid #2d2d2d;border-bottom:1px solid #3d3131}.logos{height:15vh;align-items:center;justify-content:flex-start}#img-01:before,.logos{display:flex;flex-direction:row}#img-01:before{margin-top:20px;height:40%}#img-02:before{flex-direction:row-reverse;height:25%}#img-01,#img-02:before{margin-top:20px;display:flex}#img-01{flex-direction:row;height:40%}#img-02{margin-top:20px;display:flex;flex-direction:row-reverse;height:25%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:7%!important;font-family:Roboto!important;font-weight:900!important;font-size:20px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:550!important;font-size:9px!important;margin-left:17%!important;padding:0!important;height:47%!important;width:80%!important;text-align:center!important;border-radius:30px!important;background-color:#1e75b3!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}@media only screen and (max-width:300px){.bg{background-image:url(../img/bg.4cd46849.jpeg)}.bg,.medi_bg{height:100vh;width:auto;background-position:50%;background-repeat:no-repeat;background-size:cover}.medi_bg{background-image:url(../img/medi_bg.5a4bcb51.jpg)}.text-field-position span{position:absolute;right:2em;top:.5em;bottom:0;line-height:40px}.login-div{position:absolute;padding:4px;margin-top:35%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.logos{display:flex;flex-direction:row;height:15vh;align-items:center;justify-content:flex-start}.login-input{display:inline-block;height:30px;width:80%;font-size:15px;color:#666;margin:15px!important;text-indent:8px;border:0 solid #2d2d2d;border-bottom:1px solid #3d3131}#img-01:before{display:flex;flex-direction:row;height:40%}#img-02:before{display:flex;flex-direction:row-reverse;height:20%}#img-01{display:flex;flex-direction:row;height:40%}#img-02{display:flex;flex-direction:row-reverse;height:20%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:4%!important;font-family:Roboto!important;font-weight:600!important;font-size:15px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:400!important;font-size:13px!important;margin-left:20%!important;padding:8px!important;height:5vh!important;width:13vw!important;text-align:center!important;border-radius:30px!important;background-color:#1e75b3!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}.cic-shell{display:flex!important;width:100vw;height:100vh;background:#fff;overflow:hidden;font-family:Inter,Roboto,Segoe UI,sans-serif}.cic-hero{position:relative;flex:1 1 auto;min-width:0;overflow:hidden;background:#0c0e12}.cic-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;width:140px;background:linear-gradient(90deg,transparent,rgba(228,238,252,.18));pointer-events:none;z-index:3}.cic-carousel-container,.cic-hero-bg,.cic-hero-bg-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cic-hero-bg{background-image:url(../img/bg.4cd46849.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover}.cic-hero-overlay{position:absolute;inset:0;background:linear-gradient(170deg,rgba(8,20,55,.55),rgba(8,20,55,.28) 30%,rgba(8,20,55,.55) 62%,rgba(5,14,42,.82))}.cic-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:40px;box-sizing:border-box}.cic-hero-spacer{flex:1}.cic-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.05em;color:#cde4ff;background:rgba(100,180,255,.15);border:1px solid rgba(160,210,255,.4);border-radius:9999px;padding:6px 14px;backdrop-filter:blur(6px)}.cic-badge i{color:#a0c9ff;font-size:13px}.cic-hero-title{margin:0 0 24px 0;font-size:32px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#e2e2e7}.cic-hero-accent{color:#a0c9ff}.cic-feature-grid{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cic-feature-card{flex:1 1 0;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:10px;padding:16px;backdrop-filter:blur(10px)}.cic-feature-card i{margin-bottom:10px;display:block}.cic-feature-card i,.cic-feature-card i.el-icon-view{font-size:18px!important;color:#a0c9ff!important}.cic-feature-card i.el-icon-view:before{color:#a0c9ff!important}.cic-feature-card h4{margin:0 0 6px 0;font-size:14px;font-weight:600;color:#e2e2e7}.cic-feature-card p{margin:0;font-size:12px;line-height:1.5;color:#c2c7d1}.cic-panel{flex:0 0 420px;min-width:380px;max-width:420px;display:flex;flex-direction:column;background:linear-gradient(90deg,rgba(195,215,242,.32),#f4f7fd 70px,#eef3fb)}.cic-panel-main{flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto}.cic-panel-inner{width:100%;max-width:340px;margin:auto;padding:64px 0 32px;box-sizing:border-box}.cic-brand{display:flex!important;align-items:center;justify-content:flex-start!important;height:auto!important;margin:0 0 32px 0!important;gap:10px}.cic-brand #img-01,.cic-brand #img-02,.cic-brand #img-03{margin-top:0!important;height:auto!important;width:auto!important;display:flex;align-items:center;gap:10px}.cic-aikenist-logo{height:32px;width:auto}.cic-aikenist-logo,.cic-client-logo{-o-object-fit:contain;object-fit:contain}.cic-client-logo{max-width:200px;max-height:60px}.cic-eyebrow{margin:0 0 6px 0;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8c919a}.cic-title{margin:0 0 28px 0;font-size:26px;font-weight:600;letter-spacing:-.01em;color:#111317}.cic-mfa-hint{font-size:13.5px;color:#475569;line-height:1.6;margin:0 0 8px 0}.cic-form{gap:18px}.cic-field,.cic-form{display:flex;flex-direction:column}.cic-field{gap:7px}.cic-label{font-size:12.5px;font-weight:600;color:#475569}.cic-input-wrap{position:relative!important;width:100%;box-sizing:border-box;height:46px;display:flex!important;align-items:center!important;gap:10px;padding:0 13px!important;border:1.5px solid #d4dff0;border-radius:9px;background:#fff;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.cic-input-wrap:focus-within{border-color:#1a4f8a;background:#fff;box-shadow:0 0 0 3px rgba(15,76,129,.13)}.cic-input-icon{position:static!important;flex:0 0 auto;display:flex!important;align-items:center!important;color:#94a3b8;font-size:15px;line-height:1!important;pointer-events:none}.cic-input{display:block!important;flex:1 1 auto!important;height:100%!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;font-size:14.5px!important;line-height:normal!important;color:#111317!important;text-indent:0!important;padding:0!important;margin:0!important;border:none!important;border-radius:0!important}.cic-input,.cic-input:focus{background:transparent!important}.cic-input:focus{outline:none!important;border:none!important;box-shadow:none!important}.cic-input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#111317!important}.cic-clear,.cic-eye{position:static!important;flex:0 0 auto;top:auto!important;right:auto!important;transform:none!important;line-height:1!important;display:flex!important;align-items:center!important;color:#94a3b8;cursor:pointer}.cic-row-between{display:flex;align-items:center;justify-content:flex-end;margin-top:-4px}.cic-forgot-link{font-size:13px;color:#0f4c81;cursor:pointer;text-decoration:none;font-weight:500}.cic-forgot-link:hover{text-decoration:underline}.cic-signup-row{margin:12px 0 0;text-align:center;font-size:13px;color:#64748b}.cic-submit-btn{width:100%;height:48px;border:none;border-radius:9px;background:linear-gradient(135deg,#0d2d54,#1a4f8a);color:#fff;font-size:15px;font-weight:600;letter-spacing:.02em;cursor:pointer;box-shadow:0 4px 16px rgba(10,30,80,.28);transition:box-shadow .18s ease,transform .06s ease}.cic-submit-btn:hover{box-shadow:0 6px 22px rgba(10,30,80,.4)}.cic-submit-btn:active{transform:scale(.985);box-shadow:0 2px 8px rgba(10,30,80,.25)}.cic-divider{height:1px;background:#d4dff0;margin:24px 0 16px}.cic-utility-row{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0}.cic-utility-link{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;font-weight:500;color:#475569;cursor:pointer;white-space:nowrap}.cic-utility-link i{font-size:11px;color:#64748b}.cic-utility-link:hover,.cic-utility-link:hover i{color:#0f4c81}.cic-trust-badges{display:flex;align-items:center;gap:14px}.cic-trust-badge{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;letter-spacing:.03em;color:#8c919a}.cic-trust-badge i{font-size:12px;color:#2d6197}.cic-powered{margin-top:20px!important;justify-content:flex-start!important;font-size:13px!important;gap:6px}.cic-powered-text{font-style:normal!important;font-weight:400!important;color:#8c919a!important}.cic-footer{border-top:1px solid #d4dff0;padding:10px 20px;display:flex;flex-direction:column;gap:6px;background:rgba(210,224,245,.3)}.cic-footer-links{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.cic-footer-dot{color:#94a3b8;font-size:10px;line-height:1;flex-shrink:0}.cic-footer-link{font-size:11px;color:#475569;text-decoration:none;cursor:pointer;white-space:nowrap}.cic-footer-link:hover{color:#0f4c81;text-decoration:underline}.cic-footer-plain{font-size:11px;color:#64748b;white-space:nowrap}.cic-footer-bottom{display:flex;align-items:center;justify-content:space-between;width:100%}.cic-footer-copy{color:#64748b}.cic-footer-copy,.cic-lang-link{font-size:10.5px;white-space:nowrap}.cic-lang-link{display:inline-flex;align-items:center;gap:3px;cursor:pointer;font-weight:500;color:#475569}.cic-lang-link:hover{color:#0f4c81}@media only screen and (max-width:760px){.cic-hero{display:none}.cic-panel{flex:1 1 auto;max-width:100%;min-width:0}}@media only screen and (max-width:480px){.cic-panel-inner{padding:40px 20px 24px}.cic-footer{flex-direction:column;align-items:flex-start;padding:14px 20px}}.el-carousel{position:relative;margin-left:10px}button.el-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;background-color:rgba(0,0,0,.5);color:#fff;font-size:24px}button.el-carousel__arrow.el-carousel__arrow--left{left:0;margin-left:10px}button.el-carousel__arrow.el-carousel__arrow--right{right:0;margin-right:10px}.carousel-container{flex:1;max-width:66.6%;background-color:#f5f5f5}.carousel-content{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.carousel-image{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.center-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.center-logo img{width:100px;height:auto}.login{position:relative}.login-input{display:inline-block;height:40px;width:90%;font-size:15px;color:#666;text-indent:8px;border:1px solid #2d2d2d;margin:15px!important;border:0 solid #2d2d2d;border-bottom:1px solid #3d3131}.text-field-position{position:relative}.text-field-position span{position:absolute;right:2em;top:.5em;bottom:0;line-height:40px}.languageButton:hover{cursor:pointer;scale:1.05}.languageButton{position:fixed;bottom:10px;right:5px;z-index:1;cursor:pointer}.goog-te-gadget{font-size:10px!important}.bg{background-image:url(../img/bg.4cd46849.jpeg);height:100vh;width:70vw;background-position:50%;background-repeat:no-repeat;background-size:cover}.login-div{position:absolute;padding:10px;top:0;right:0;font-size:25px;background-color:#fafafa;font-family:Roboto;height:100vh;width:33vw;display:inline-block}.UserLoginLink{margin:20px}.HardReloadButton,.UserLoginLink{position:fixed;cursor:pointer;text-decoration:underline;z-index:99}.HardReloadButton{bottom:5px;font-size:14px;font-weight:600;margin-left:10px;color:#008b8b}.logos{display:flex;flex-direction:row;height:20%;align-items:center;justify-content:space-between}i.el-icon-view{font-size:14px!important;padding:0!important;color:#000!important}#img-01,#img-01:before{margin-top:30px;display:flex;flex-direction:row;width:40%;height:50%}#img-03,#img-03:before{margin-top:30px;display:flex;flex-direction:row;height:45%}#img-02{flex-direction:row}#img-02,#img-02:before{margin-top:30px;display:flex;width:10%;height:auto;justify-content:flex-end}#img-02:before{flex-direction:row-reverse}.rad{font-family:Roboto;font-weight:700;margin-top:12%;margin-bottom:10%;padding:1%}.el-icon-user-solid,.el-icon-user-solid:before,.rad{color:#000!important}.inner{margin:1%!important;display:inline-block;justify-content:center}.inner_login-div{margin-top:30px;margin-bottom:0;width:80%;margin-left:10%!important;padding:2px}.submitMfaCode{border:none!important;border-radius:20px!important;padding:5px 10px!important;cursor:pointer}.login .el-button.el-button--primary,.submitMfaCode{color:#fff!important;background-color:#409eff!important;font-size:16px!important;transition:1.1s!important}.login .el-button.el-button--primary{border-color:#409eff!important;margin:3px!important;margin-bottom:8%!important;font-weight:900!important;margin-left:40%!important;border-radius:20px!important;padding:12px 23px!important}.login .el-button.el-button--info{color:#fff!important;background-color:#909399!important;margin:5px!important;transition:1.1s!important;font-weight:700!important;font-size:16px!important;margin-left:27%!important;margin-top:20%!important;padding:5px!important;height:4.5vh!important;width:8vw!important;text-align:center!important;border-radius:30px!important}.login .el-button--text{color:#0080ff!important;margin-top:1%!important}@media only screen and (max-width:1500px){.login .el-button.el-button--info{margin:5px!important;transition:1.1s!important;font-weight:700!important;font-size:16px!important;margin-left:20%!important;padding:8px!important;height:5vh!important;width:9vw!important;text-align:center!important;border-radius:30px!important}.logos{display:flex;flex-direction:row;height:20%;align-items:center;justify-content:space-between}#img-01:before{width:40%;height:45%}#img-01:before,#img-03:before{margin-top:30px;display:flex;flex-direction:row}#img-03:before{height:40%}#img-02:before{margin-top:30px;display:flex;flex-direction:row-reverse;width:10%;height:20%;justify-content:flex-end}#img-01{width:40%;height:45%}#img-01,#img-03{margin-top:30px;display:flex;flex-direction:row}#img-03{height:40%}#img-02{margin-top:30px;display:flex;flex-direction:row;width:10%;height:20%;justify-content:flex-end}}@media only screen and (max-height:800px) and (min-width:1300px){.login-div{position:absolute;padding:10px;top:0;right:0;font-size:25px;background-color:#fafafa;font-family:Roboto;height:100%;width:33vw;display:inline-block}#img-01,#img-01:before{margin-top:20px;display:flex;flex-direction:row-reverse}#img-03,#img-03:before{margin-top:20px;display:flex;flex-direction:row}#img-02,#img-02:before{margin-top:30px;display:flex;flex-direction:row;width:10%;height:20%;justify-content:flex-end}.rad{font-family:Roboto;font-weight:700;margin-top:12%;margin-bottom:10%;padding:1%}.el-radio{margin-left:30;display:inline!important;cursor:pointer!important;margin:5%!important;margin-left:10%!important;font-family:Roboto!important;font-weight:900!important;font-size:larger!important;padding:5%!important;margin-right:30px!important;justify-content:center!important}.login-input{display:inline-block;height:30px;width:80%;font-size:15px;color:#666;margin:15px!important;text-indent:8px;border:0 solid #2d2d2d;border-bottom:1px solid #3d3131}.inner_login-div{margin-top:30px;margin-bottom:0;width:80%;margin-left:10%!important;padding:2px}.login .el-button.el-button--primary{color:#fff!important;background-color:#409eff!important;border-color:#409eff!important;margin:3px!important;margin-bottom:3%!important;font-weight:600!important;margin-left:40%!important;font-size:16px!important;border-radius:20px!important;padding:12px 23px!important}.login .el-button.el-button--info{margin:5px!important;transition:1.1s!important;font-weight:700!important;font-size:14px!important;margin-left:20%!important;padding:8px!important;height:5.5vh!important;width:9vw!important;text-align:center!important;border-radius:30px!important;justify-content:center}}@media only screen and (max-height:700px) and (min-width:1300px){.login-div{position:absolute;padding:10px;top:0;right:0;font-size:25px;background-color:#fafafa;height:100%;width:33vw;display:inline-block}.login-div,.rad{font-family:Roboto}.rad{font-weight:700;margin-top:10%;margin-bottom:8%;padding:1%}.el-radio{margin-left:30;display:inline!important;cursor:pointer!important;margin:4%!important;margin-left:10%!important;font-family:Roboto!important;font-weight:900!important;font-size:larger!important;padding:5%!important;margin-right:30px!important;justify-content:center!important}.inner_login-div{margin-top:30px;margin-bottom:0;width:80%;margin-left:10%!important;padding:2px}.login .el-button.el-button--primary{color:#fff!important;background-color:#409eff!important;border-color:#409eff!important;margin:3px!important;margin-bottom:3%!important;font-weight:600!important;margin-left:40%!important;font-size:16px!important;border-radius:20px!important;padding:12px 23px!important}.login .el-button.el-button--info{margin:5px!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:20%!important;padding:2px!important;height:5vh!important;width:9vw!important;text-align:center!important;border-radius:30px!important}}@media only screen and (max-height:800px){.logos{display:flex;flex-direction:row;height:20%;align-items:center;justify-content:space-between}#img-01:before,#img-03:before{margin-top:30px;display:flex;flex-direction:row;height:50%}#img-02:before{margin-top:30px;display:flex;flex-direction:row-reverse;height:20%}#img-01,#img-03{flex-direction:row;height:50%}#img-01,#img-02,#img-03{margin-top:30px;display:flex}#img-02{flex-direction:row-reverse;height:20%}}@media only screen and (max-width:1300px){.login .el-button.el-button--info{margin:5px!important;transition:1.1s!important;font-weight:400!important;font-size:14px!important;margin-left:20%!important;padding:8px!important;height:5vh!important;width:9vw!important;text-align:center!important;border-radius:30px!important}.logos{display:flex;flex-direction:row;height:20%;align-items:center;justify-content:space-between}.text-field-position span{position:absolute;right:1.5em;top:.5em;bottom:0;line-height:40px}#img-01:before,#img-03:before{width:40%;height:40%}#img-01:before,#img-02:before,#img-03:before{margin-top:30px;display:flex;flex-direction:row}#img-02:before{width:10%;height:20%;justify-content:flex-end}#img-01,#img-03{width:40%;height:40%}#img-01,#img-02,#img-03{margin-top:30px;display:flex;flex-direction:row}#img-02{width:10%;height:20%;justify-content:flex-end}}@media only screen and (max-width:1050px){.bg{background-image:url(../img/bg.4cd46849.jpeg);height:100vh;width:100vw;position:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.login-div{position:absolute;padding:4px;margin-top:35%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.text-field-position span{position:absolute;right:4em;top:.5em;bottom:0;line-height:40px}.logos{height:15vh;align-items:center;justify-content:flex-start}#img-01:before,.logos{display:flex;flex-direction:row}#img-01:before{height:60%}#img-02:before{display:flex;flex-direction:row-reverse;height:40%}#img-01{display:flex;flex-direction:row;height:60%}#img-02{display:flex;flex-direction:row-reverse;height:40%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:7%!important;font-family:Roboto!important;font-weight:900!important;font-size:20px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:700!important;font-size:18px!important;margin-left:10%!important;padding:5px!important;height:6vh!important;width:23vw!important;text-align:center!important;border-radius:30px!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}@media only screen and (max-width:900px){.bg{background-image:url(../img/bg.4cd46849.jpeg);height:100vh;width:100vw;position:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.login-div{position:absolute;padding:4px;margin-top:25%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.logos{height:15vh;align-items:center;justify-content:flex-start}#img-01:before,.logos{display:flex;flex-direction:row}#img-01:before{height:60%}#img-02:before{display:flex;flex-direction:row-reverse;height:40%}#img-01{display:flex;flex-direction:row;height:60%}#img-02{display:flex;flex-direction:row-reverse;height:40%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:7%!important;font-family:Roboto!important;font-weight:900!important;font-size:20px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:100!important;font-size:18px!important;margin-left:10%!important;padding:5px!important;height:6vh!important;width:23vw!important;text-align:center!important;border-radius:30px!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}@media only screen and (max-width:700px){.bg{background-image:url(../img/bg.4cd46849.jpeg);height:100vh;width:100vw;position:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.login-div{position:absolute;padding:4px;margin-top:35%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.text-field-position span{position:absolute;right:5.5em;top:.5em;bottom:0;line-height:40px}.login-input{display:inline-block;height:30px;width:80%;font-size:15px;color:#666;margin:15px!important;text-indent:8px;border:0 solid #2d2d2d;border-bottom:1px solid #3d3131}.logos{height:15vh;align-items:center;justify-content:flex-start}#img-01:before,.logos{display:flex;flex-direction:row}#img-01:before{margin-top:20px;height:40%}#img-02:before{flex-direction:row-reverse;height:30%}#img-01,#img-02:before{margin-top:20px;display:flex}#img-01{flex-direction:row;height:40%}#img-02{margin-top:20px;display:flex;flex-direction:row-reverse;height:30%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:7%!important;font-family:Roboto!important;font-weight:900!important;font-size:20px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:500!important;font-size:13px!important;margin-left:10%!important;padding:5px!important;height:5vh!important;width:23vw!important;text-align:center!important;border-radius:30px!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}@media only screen and (max-width:600px){.text-field-position span{position:absolute;right:5em;top:.5em;bottom:0;line-height:40px}}@media only screen and (max-width:500px){.text-field-position span{position:absolute;right:4em;top:.5em;bottom:0;line-height:40px}}@media only screen and (max-width:400px){.bg{background-image:url(../img/bg.4cd46849.jpeg);height:100vh;width:100vw;position:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.text-field-position span{position:absolute;right:3em;top:.5em;bottom:0;line-height:40px}.login-div{position:absolute;padding:4px;margin-top:35%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.login-input{display:inline-block;height:30px;width:80%;font-size:15px;color:#666;margin:15px!important;text-indent:8px;border:0 solid #2d2d2d;border-bottom:1px solid #3d3131}.logos{height:15vh;align-items:center;justify-content:flex-start}#img-01:before,.logos{display:flex;flex-direction:row}#img-01:before{margin-top:20px;height:40%}#img-02:before{flex-direction:row-reverse;height:25%}#img-01,#img-02:before{margin-top:20px;display:flex}#img-01{flex-direction:row;height:40%}#img-02{margin-top:20px;display:flex;flex-direction:row-reverse;height:25%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:7%!important;font-family:Roboto!important;font-weight:900!important;font-size:20px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:550!important;font-size:11px!important;margin-left:8%!important;padding:5px!important;height:6vh!important;width:24vw!important;text-align:center!important;border-radius:30px!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}@media only screen and (max-width:300px){.bg{background-image:url(../img/bg.4cd46849.jpeg);height:100vh;width:auto;background-position:50%;background-repeat:no-repeat;background-size:cover}.text-field-position span{position:absolute;right:2em;top:.5em;bottom:0;line-height:40px}.login-div{position:absolute;padding:4px;margin-top:35%;margin-right:3vw;right:5%;font-size:20px;background-color:hsla(0,0%,98%,.9);font-family:Roboto;height:inherit;width:85vw;display:inline-block;border-radius:8px}.logos{display:flex;flex-direction:row;height:15vh;align-items:center;justify-content:flex-start}.login-input{display:inline-block;height:30px;width:80%;font-size:15px;color:#666;margin:15px!important;text-indent:8px;border:0 solid #2d2d2d;border-bottom:1px solid #3d3131}#img-01:before{display:flex;flex-direction:row;height:40%}#img-02:before{display:flex;flex-direction:row-reverse;height:20%}#img-01{display:flex;flex-direction:row;height:40%}#img-02{display:flex;flex-direction:row-reverse;height:20%}.rad{font-weight:600;font-size:17px;margin-top:2px;margin-bottom:5px;padding:1%}.el-radio{display:inline!important;cursor:pointer!important;margin:4%!important;font-family:Roboto!important;font-weight:600!important;font-size:15px!important;padding:3%!important;margin-right:15px!important;justify-content:center!important}.login .el-button.el-button--primary{margin:0!important;margin-bottom:0!important;transition:1.1s!important;font-weight:700!important;font-size:15px!important;margin-left:37%!important;padding:11px!important}.login .el-button.el-button--info{margin-top:0!important;transition:1.1s!important;font-weight:400!important;font-size:10px!important;margin-left:5%!important;padding:5px!important;height:5vh!important;width:23.5vw!important;text-align:center!important;border-radius:30px!important}.login .el-button--text{color:#0080ff!important;margin-top:2%!important}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }:where(.qr-rad-scheduler),:where(.qr-rad-scheduler) *,:where(.qr-rad-scheduler) :after,:where(.qr-rad-scheduler) :before{box-sizing:border-box;border:0 solid hsl(var(--border))}:where(.qr-rad-scheduler) :is(h1,h2,h3,h4,h5,h6,p){margin:0;font-size:inherit;font-weight:inherit}:where(.qr-rad-scheduler) button{margin:0;padding:0;background-color:transparent;background-image:none;font:inherit;color:inherit;text-transform:none;cursor:pointer}:where(.qr-rad-scheduler) :is(ol,ul){margin:0;padding:0;list-style:none}:where(.qr-rad-scheduler) svg{display:block;vertical-align:middle}:where(.qr-rad-scheduler) input[type=checkbox]{margin:0}:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%;--radius:0.5rem}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:217.2 91.2% 59.8%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:224.3 76.3% 48%}.qr-rad-scheduler .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.qr-rad-scheduler .pointer-events-none{pointer-events:none}.qr-rad-scheduler .\!visible{visibility:visible!important}.qr-rad-scheduler .visible{visibility:visible}.qr-rad-scheduler .invisible{visibility:hidden}.qr-rad-scheduler .collapse{visibility:collapse}.qr-rad-scheduler .static{position:static}.qr-rad-scheduler .fixed{position:fixed}.qr-rad-scheduler .absolute{position:absolute}.qr-rad-scheduler .relative{position:relative}.qr-rad-scheduler .sticky{position:sticky}.qr-rad-scheduler .inset-0{inset:0}.qr-rad-scheduler .-left-1\.5{left:-.375rem}.qr-rad-scheduler .-top-3{top:-.75rem}.qr-rad-scheduler .bottom-0{bottom:0}.qr-rad-scheduler .bottom-1\.5{bottom:.375rem}.qr-rad-scheduler .bottom-2{bottom:.5rem}.qr-rad-scheduler .bottom-3{bottom:.75rem}.qr-rad-scheduler .bottom-6{bottom:1.5rem}.qr-rad-scheduler .bottom-full{bottom:100%}.qr-rad-scheduler .left-0{left:0}.qr-rad-scheduler .left-1\/2{left:50%}.qr-rad-scheduler .left-4{left:1rem}.qr-rad-scheduler .right-0{right:0}.qr-rad-scheduler .right-1{right:.25rem}.qr-rad-scheduler .right-1\.5{right:.375rem}.qr-rad-scheduler .right-2{right:.5rem}.qr-rad-scheduler .right-4{right:1rem}.qr-rad-scheduler .right-6{right:1.5rem}.qr-rad-scheduler .top-0{top:0}.qr-rad-scheduler .top-1{top:.25rem}.qr-rad-scheduler .top-1\.5{top:.375rem}.qr-rad-scheduler .top-1\/2{top:50%}.qr-rad-scheduler .top-2{top:.5rem}.qr-rad-scheduler .top-3{top:.75rem}.qr-rad-scheduler .top-full{top:100%}.qr-rad-scheduler .z-0{z-index:0}.qr-rad-scheduler .z-10{z-index:10}.qr-rad-scheduler .z-20{z-index:20}.qr-rad-scheduler .z-30{z-index:30}.qr-rad-scheduler .z-40{z-index:40}.qr-rad-scheduler .z-50{z-index:50}.qr-rad-scheduler .z-\[100\]{z-index:100}.qr-rad-scheduler .-m-1{margin:-.25rem}.qr-rad-scheduler .mx-auto{margin-left:auto;margin-right:auto}.qr-rad-scheduler .my-1{margin-top:.25rem;margin-bottom:.25rem}.qr-rad-scheduler .mb-1{margin-bottom:.25rem}.qr-rad-scheduler .mb-1\.5{margin-bottom:.375rem}.qr-rad-scheduler .mb-2{margin-bottom:.5rem}.qr-rad-scheduler .mb-3{margin-bottom:.75rem}.qr-rad-scheduler .mb-4{margin-bottom:1rem}.qr-rad-scheduler .mb-6{margin-bottom:1.5rem}.qr-rad-scheduler .mb-8{margin-bottom:2rem}.qr-rad-scheduler .ml-2{margin-left:.5rem}.qr-rad-scheduler .mr-2{margin-right:.5rem}.qr-rad-scheduler .mt-0\.5{margin-top:.125rem}.qr-rad-scheduler .mt-1{margin-top:.25rem}.qr-rad-scheduler .mt-1\.5{margin-top:.375rem}.qr-rad-scheduler .mt-16{margin-top:4rem}.qr-rad-scheduler .mt-2{margin-top:.5rem}.qr-rad-scheduler .mt-5{margin-top:1.25rem}.qr-rad-scheduler .mt-auto{margin-top:auto}.qr-rad-scheduler .box-border{box-sizing:border-box}.qr-rad-scheduler .line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.qr-rad-scheduler .line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.qr-rad-scheduler .block{display:block}.qr-rad-scheduler .inline-block{display:inline-block}.qr-rad-scheduler .inline{display:inline}.qr-rad-scheduler .flex{display:flex}.qr-rad-scheduler .inline-flex{display:inline-flex}.qr-rad-scheduler .table{display:table}.qr-rad-scheduler .grid{display:grid}.qr-rad-scheduler .inline-grid{display:inline-grid}.qr-rad-scheduler .contents{display:contents}.qr-rad-scheduler .hidden{display:none}.qr-rad-scheduler .h-1{height:.25rem}.qr-rad-scheduler .h-10{height:2.5rem}.qr-rad-scheduler .h-11{height:2.75rem}.qr-rad-scheduler .h-12{height:3rem}.qr-rad-scheduler .h-14{height:3.5rem}.qr-rad-scheduler .h-16{height:4rem}.qr-rad-scheduler .h-2{height:.5rem}.qr-rad-scheduler .h-2\.5{height:.625rem}.qr-rad-scheduler .h-3{height:.75rem}.qr-rad-scheduler .h-3\.5{height:.875rem}.qr-rad-scheduler .h-4{height:1rem}.qr-rad-scheduler .h-5{height:1.25rem}.qr-rad-scheduler .h-6{height:1.5rem}.qr-rad-scheduler .h-7{height:1.75rem}.qr-rad-scheduler .h-8{height:2rem}.qr-rad-scheduler .h-9{height:2.25rem}.qr-rad-scheduler .h-\[130px\]{height:130px}.qr-rad-scheduler .h-\[2px\]{height:2px}.qr-rad-scheduler .h-\[60px\]{height:60px}.qr-rad-scheduler .h-\[80px\]{height:80px}.qr-rad-scheduler .h-full{height:100%}.qr-rad-scheduler .h-px{height:1px}.qr-rad-scheduler .max-h-48{max-height:12rem}.qr-rad-scheduler .max-h-60{max-height:15rem}.qr-rad-scheduler .max-h-72{max-height:18rem}.qr-rad-scheduler .max-h-\[260px\]{max-height:260px}.qr-rad-scheduler .max-h-\[70vh\]{max-height:70vh}.qr-rad-scheduler .max-h-\[85vh\]{max-height:85vh}.qr-rad-scheduler .max-h-\[90vh\]{max-height:90vh}.qr-rad-scheduler .min-h-0{min-height:0}.qr-rad-scheduler .min-h-\[100px\]{min-height:100px}.qr-rad-scheduler .min-h-\[120px\]{min-height:120px}.qr-rad-scheduler .min-h-\[400px\]{min-height:400px}.qr-rad-scheduler .min-h-\[64px\]{min-height:64px}.qr-rad-scheduler .w-1{width:.25rem}.qr-rad-scheduler .w-1\/2{width:50%}.qr-rad-scheduler .w-10{width:2.5rem}.qr-rad-scheduler .w-12{width:3rem}.qr-rad-scheduler .w-14{width:3.5rem}.qr-rad-scheduler .w-16{width:4rem}.qr-rad-scheduler .w-2{width:.5rem}.qr-rad-scheduler .w-2\.5{width:.625rem}.qr-rad-scheduler .w-20{width:5rem}.qr-rad-scheduler .w-3{width:.75rem}.qr-rad-scheduler .w-3\.5{width:.875rem}.qr-rad-scheduler .w-3\/4{width:75%}.qr-rad-scheduler .w-32{width:8rem}.qr-rad-scheduler .w-4{width:1rem}.qr-rad-scheduler .w-40{width:10rem}.qr-rad-scheduler .w-44{width:11rem}.qr-rad-scheduler .w-48{width:12rem}.qr-rad-scheduler .w-5{width:1.25rem}.qr-rad-scheduler .w-56{width:14rem}.qr-rad-scheduler .w-6{width:1.5rem}.qr-rad-scheduler .w-64{width:16rem}.qr-rad-scheduler .w-7{width:1.75rem}.qr-rad-scheduler .w-8{width:2rem}.qr-rad-scheduler .w-9{width:2.25rem}.qr-rad-scheduler .w-\[180px\]{width:180px}.qr-rad-scheduler .w-\[260px\]{width:260px}.qr-rad-scheduler .w-full{width:100%}.qr-rad-scheduler .w-px{width:1px}.qr-rad-scheduler .min-w-0{min-width:0}.qr-rad-scheduler .min-w-4{min-width:1rem}.qr-rad-scheduler .min-w-\[180px\]{min-width:180px}.qr-rad-scheduler .min-w-\[70px\]{min-width:70px}.qr-rad-scheduler .min-w-\[800px\]{min-width:800px}.qr-rad-scheduler .min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.qr-rad-scheduler .min-w-full{min-width:100%}.qr-rad-scheduler .max-w-32{max-width:8rem}.qr-rad-scheduler .max-w-3xl{max-width:48rem}.qr-rad-scheduler .max-w-lg{max-width:32rem}.qr-rad-scheduler .max-w-md{max-width:28rem}.qr-rad-scheduler .max-w-sm{max-width:24rem}.qr-rad-scheduler .flex-1{flex:1 1 0%}.qr-rad-scheduler .flex-none{flex:none}.qr-rad-scheduler .flex-shrink,.qr-rad-scheduler .shrink{flex-shrink:1}.qr-rad-scheduler .shrink-0{flex-shrink:0}.qr-rad-scheduler .flex-grow,.qr-rad-scheduler .grow{flex-grow:1}.qr-rad-scheduler .border-collapse{border-collapse:collapse}.qr-rad-scheduler .-translate-x-1\/2{--tw-translate-x:-50%}.qr-rad-scheduler .-translate-x-1\/2,.qr-rad-scheduler .-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qr-rad-scheduler .-translate-y-1\/2{--tw-translate-y:-50%}.qr-rad-scheduler .rotate-180{--tw-rotate:180deg}.qr-rad-scheduler .rotate-180,.qr-rad-scheduler .scale-105{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qr-rad-scheduler .scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.qr-rad-scheduler .scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.qr-rad-scheduler .scale-110,.qr-rad-scheduler .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.qr-rad-scheduler .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.qr-rad-scheduler .cursor-default{cursor:default}.qr-rad-scheduler .cursor-grab{cursor:grab}.qr-rad-scheduler .cursor-grabbing{cursor:grabbing}.qr-rad-scheduler .cursor-not-allowed{cursor:not-allowed}.qr-rad-scheduler .cursor-ns-resize{cursor:ns-resize}.qr-rad-scheduler .cursor-pointer{cursor:pointer}.qr-rad-scheduler .touch-none{touch-action:none}.qr-rad-scheduler .touch-pan-y{--tw-pan-y:pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.qr-rad-scheduler .resize-none{resize:none}.qr-rad-scheduler .resize{resize:both}.qr-rad-scheduler .appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.qr-rad-scheduler .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.qr-rad-scheduler .grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.qr-rad-scheduler .flex-col{flex-direction:column}.qr-rad-scheduler .flex-wrap{flex-wrap:wrap}.qr-rad-scheduler .items-start{align-items:flex-start}.qr-rad-scheduler .items-center{align-items:center}.qr-rad-scheduler .justify-end{justify-content:flex-end}.qr-rad-scheduler .justify-center{justify-content:center}.qr-rad-scheduler .justify-between{justify-content:space-between}.qr-rad-scheduler .gap-1{gap:.25rem}.qr-rad-scheduler .gap-1\.5{gap:.375rem}.qr-rad-scheduler .gap-2{gap:.5rem}.qr-rad-scheduler .gap-3{gap:.75rem}.qr-rad-scheduler .gap-4{gap:1rem}.qr-rad-scheduler .gap-y-1{row-gap:.25rem}.qr-rad-scheduler .gap-y-2{row-gap:.5rem}.qr-rad-scheduler :is(.space-y-1>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.qr-rad-scheduler :is(.space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.qr-rad-scheduler :is(.space-y-3>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.qr-rad-scheduler :is(.space-y-4>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.qr-rad-scheduler :is(.space-y-5>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.qr-rad-scheduler :is(.space-y-6>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.qr-rad-scheduler .overflow-auto{overflow:auto}.qr-rad-scheduler .overflow-hidden{overflow:hidden}.qr-rad-scheduler .overflow-y-auto{overflow-y:auto}.qr-rad-scheduler .overflow-x-hidden{overflow-x:hidden}.qr-rad-scheduler .scroll-smooth{scroll-behavior:smooth}.qr-rad-scheduler .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qr-rad-scheduler .whitespace-nowrap{white-space:nowrap}.qr-rad-scheduler .whitespace-pre-wrap{white-space:pre-wrap}.qr-rad-scheduler .break-all{word-break:break-all}.qr-rad-scheduler .rounded{border-radius:.25rem}.qr-rad-scheduler .rounded-2xl{border-radius:1rem}.qr-rad-scheduler .rounded-3xl{border-radius:1.5rem}.qr-rad-scheduler .rounded-full{border-radius:9999px}.qr-rad-scheduler .rounded-lg{border-radius:var(--radius)}.qr-rad-scheduler .rounded-md{border-radius:calc(var(--radius) - 2px)}.qr-rad-scheduler .rounded-xl{border-radius:.75rem}.qr-rad-scheduler .rounded-l-lg{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.qr-rad-scheduler .border{border-width:1px}.qr-rad-scheduler .border-0{border-width:0}.qr-rad-scheduler .border-2{border-width:2px}.qr-rad-scheduler .border-\[0\.5px\]{border-width:.5px}.qr-rad-scheduler .border-\[0px\]{border-width:0}.qr-rad-scheduler .border-b{border-bottom-width:1px}.qr-rad-scheduler .border-b-2{border-bottom-width:2px}.qr-rad-scheduler .border-b-\[0\.5px\]{border-bottom-width:.5px}.qr-rad-scheduler .border-b-\[0px\]{border-bottom-width:0}.qr-rad-scheduler .border-l-4{border-left-width:4px}.qr-rad-scheduler .border-l-\[0\.5px\]{border-left-width:.5px}.qr-rad-scheduler .border-r{border-right-width:1px}.qr-rad-scheduler .border-r-\[0\.5px\]{border-right-width:.5px}.qr-rad-scheduler .border-t{border-top-width:1px}.qr-rad-scheduler .border-dashed{border-style:dashed}.qr-rad-scheduler .border-amber-500\/20{border-color:rgba(245,158,11,.2)}.qr-rad-scheduler .border-border{border-color:hsl(var(--border))}.qr-rad-scheduler .border-border\/10{border-color:hsl(var(--border)/.1)}.qr-rad-scheduler .border-border\/20{border-color:hsl(var(--border)/.2)}.qr-rad-scheduler .border-border\/30{border-color:hsl(var(--border)/.3)}.qr-rad-scheduler .border-border\/40{border-color:hsl(var(--border)/.4)}.qr-rad-scheduler .border-border\/50{border-color:hsl(var(--border)/.5)}.qr-rad-scheduler .border-border\/60{border-color:hsl(var(--border)/.6)}.qr-rad-scheduler .border-input{border-color:hsl(var(--input))}.qr-rad-scheduler .border-primary{border-color:hsl(var(--primary))}.qr-rad-scheduler .border-primary\/20{border-color:hsl(var(--primary)/.2)}.qr-rad-scheduler .border-primary\/40{border-color:hsl(var(--primary)/.4)}.qr-rad-scheduler .border-primary\/60{border-color:hsl(var(--primary)/.6)}.qr-rad-scheduler .border-transparent{border-color:transparent}.qr-rad-scheduler .border-l-primary\/50{border-left-color:hsl(var(--primary)/.5)}.qr-rad-scheduler .bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.qr-rad-scheduler .bg-background{background-color:hsl(var(--background))}.qr-rad-scheduler .bg-background\/60{background-color:hsl(var(--background)/.6)}.qr-rad-scheduler .bg-background\/80{background-color:hsl(var(--background)/.8)}.qr-rad-scheduler .bg-background\/90{background-color:hsl(var(--background)/.9)}.qr-rad-scheduler .bg-background\/95{background-color:hsl(var(--background)/.95)}.qr-rad-scheduler .bg-black\/40{background-color:rgba(0,0,0,.4)}.qr-rad-scheduler .bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.qr-rad-scheduler .bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.qr-rad-scheduler .bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.qr-rad-scheduler .bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.qr-rad-scheduler .bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.qr-rad-scheduler .bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.qr-rad-scheduler .bg-border{background-color:hsl(var(--border))}.qr-rad-scheduler .bg-destructive{background-color:hsl(var(--destructive))}.qr-rad-scheduler .bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.qr-rad-scheduler .bg-muted-foreground\/30{background-color:hsl(var(--muted-foreground)/.3)}.qr-rad-scheduler .bg-muted\/10{background-color:hsl(var(--muted)/.1)}.qr-rad-scheduler .bg-muted\/20{background-color:hsl(var(--muted)/.2)}.qr-rad-scheduler .bg-muted\/30{background-color:hsl(var(--muted)/.3)}.qr-rad-scheduler .bg-muted\/40{background-color:hsl(var(--muted)/.4)}.qr-rad-scheduler .bg-muted\/5{background-color:hsl(var(--muted)/.05)}.qr-rad-scheduler .bg-muted\/50{background-color:hsl(var(--muted)/.5)}.qr-rad-scheduler .bg-muted\/80{background-color:hsl(var(--muted)/.8)}.qr-rad-scheduler .bg-popover{background-color:hsl(var(--popover))}.qr-rad-scheduler .bg-primary{background-color:hsl(var(--primary))}.qr-rad-scheduler .bg-primary\/10{background-color:hsl(var(--primary)/.1)}.qr-rad-scheduler .bg-primary\/5{background-color:hsl(var(--primary)/.05)}.qr-rad-scheduler .bg-primary\/90{background-color:hsl(var(--primary)/.9)}.qr-rad-scheduler .bg-secondary{background-color:hsl(var(--secondary))}.qr-rad-scheduler .bg-transparent{background-color:transparent}.qr-rad-scheduler .bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.qr-rad-scheduler .bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.qr-rad-scheduler .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.qr-rad-scheduler .from-background{--tw-gradient-from:hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.qr-rad-scheduler .from-card{--tw-gradient-from:hsl(var(--card)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--card)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.qr-rad-scheduler .from-green-50{--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,253,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.qr-rad-scheduler .from-muted\/20{--tw-gradient-from:hsl(var(--muted)/0.2) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--muted)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.qr-rad-scheduler .from-muted\/30{--tw-gradient-from:hsl(var(--muted)/0.3) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--muted)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.qr-rad-scheduler .from-primary{--tw-gradient-from:hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.qr-rad-scheduler .via-background{--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--background)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.qr-rad-scheduler .via-card{--tw-gradient-to:hsl(var(--card)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--card)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.qr-rad-scheduler .via-muted\/40{--tw-gradient-to:hsl(var(--muted)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--muted)/0.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.qr-rad-scheduler .via-primary{--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--primary)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.qr-rad-scheduler .to-background{--tw-gradient-to:hsl(var(--background)) var(--tw-gradient-to-position)}.qr-rad-scheduler .to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.qr-rad-scheduler .to-card\/80{--tw-gradient-to:hsl(var(--card)/0.8) var(--tw-gradient-to-position)}.qr-rad-scheduler .to-muted\/10{--tw-gradient-to:hsl(var(--muted)/0.1) var(--tw-gradient-to-position)}.qr-rad-scheduler .to-muted\/20{--tw-gradient-to:hsl(var(--muted)/0.2) var(--tw-gradient-to-position)}.qr-rad-scheduler .to-muted\/30{--tw-gradient-to:hsl(var(--muted)/0.3) var(--tw-gradient-to-position)}.qr-rad-scheduler .to-primary\/50{--tw-gradient-to:hsl(var(--primary)/0.5) var(--tw-gradient-to-position)}.qr-rad-scheduler .object-cover{-o-object-fit:cover;object-fit:cover}.qr-rad-scheduler .p-0{padding:0}.qr-rad-scheduler .p-0\.5{padding:.125rem}.qr-rad-scheduler .p-1{padding:.25rem}.qr-rad-scheduler .p-1\.5{padding:.375rem}.qr-rad-scheduler .p-2{padding:.5rem}.qr-rad-scheduler .p-2\.5{padding:.625rem}.qr-rad-scheduler .p-3{padding:.75rem}.qr-rad-scheduler .p-4{padding:1rem}.qr-rad-scheduler .p-6{padding:1.5rem}.qr-rad-scheduler .p-8{padding:2rem}.qr-rad-scheduler .px-0{padding-left:0;padding-right:0}.qr-rad-scheduler .px-1{padding-left:.25rem;padding-right:.25rem}.qr-rad-scheduler .px-1\.5{padding-left:.375rem;padding-right:.375rem}.qr-rad-scheduler .px-2{padding-left:.5rem;padding-right:.5rem}.qr-rad-scheduler .px-2\.5{padding-left:.625rem;padding-right:.625rem}.qr-rad-scheduler .px-3{padding-left:.75rem;padding-right:.75rem}.qr-rad-scheduler .px-4{padding-left:1rem;padding-right:1rem}.qr-rad-scheduler .px-5{padding-left:1.25rem;padding-right:1.25rem}.qr-rad-scheduler .px-6{padding-left:1.5rem;padding-right:1.5rem}.qr-rad-scheduler .px-8{padding-left:2rem;padding-right:2rem}.qr-rad-scheduler .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.qr-rad-scheduler .py-1{padding-top:.25rem;padding-bottom:.25rem}.qr-rad-scheduler .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.qr-rad-scheduler .py-12{padding-top:3rem;padding-bottom:3rem}.qr-rad-scheduler .py-2{padding-top:.5rem;padding-bottom:.5rem}.qr-rad-scheduler .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.qr-rad-scheduler .py-3{padding-top:.75rem;padding-bottom:.75rem}.qr-rad-scheduler .py-4{padding-top:1rem;padding-bottom:1rem}.qr-rad-scheduler .pb-10{padding-bottom:2.5rem}.qr-rad-scheduler .pb-4{padding-bottom:1rem}.qr-rad-scheduler .pb-6{padding-bottom:1.5rem}.qr-rad-scheduler .pb-8{padding-bottom:2rem}.qr-rad-scheduler .pl-1{padding-left:.25rem}.qr-rad-scheduler .pl-2{padding-left:.5rem}.qr-rad-scheduler .pl-4{padding-left:1rem}.qr-rad-scheduler .pl-6{padding-left:1.5rem}.qr-rad-scheduler .pr-2{padding-right:.5rem}.qr-rad-scheduler .pr-3{padding-right:.75rem}.qr-rad-scheduler .pt-1{padding-top:.25rem}.qr-rad-scheduler .pt-4{padding-top:1rem}.qr-rad-scheduler .pt-5{padding-top:1.25rem}.qr-rad-scheduler .pt-6{padding-top:1.5rem}.qr-rad-scheduler .text-left{text-align:left}.qr-rad-scheduler .text-center{text-align:center}.qr-rad-scheduler .text-right{text-align:right}.qr-rad-scheduler .text-2xl{font-size:1.5rem;line-height:2rem}.qr-rad-scheduler .text-\[10px\]{font-size:10px}.qr-rad-scheduler .text-\[11px\]{font-size:11px}.qr-rad-scheduler .text-\[9px\]{font-size:9px}.qr-rad-scheduler .text-base{font-size:1rem;line-height:1.5rem}.qr-rad-scheduler .text-lg{font-size:1.125rem;line-height:1.75rem}.qr-rad-scheduler .text-sm{font-size:.875rem;line-height:1.25rem}.qr-rad-scheduler .text-xl{font-size:1.25rem;line-height:1.75rem}.qr-rad-scheduler .text-xs{font-size:.75rem;line-height:1rem}.qr-rad-scheduler .font-bold{font-weight:700}.qr-rad-scheduler .font-medium{font-weight:500}.qr-rad-scheduler .font-semibold{font-weight:600}.qr-rad-scheduler .uppercase{text-transform:uppercase}.qr-rad-scheduler .lowercase{text-transform:lowercase}.qr-rad-scheduler .capitalize{text-transform:capitalize}.qr-rad-scheduler .italic{font-style:italic}.qr-rad-scheduler .tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.qr-rad-scheduler .leading-none{line-height:1}.qr-rad-scheduler .leading-relaxed{line-height:1.625}.qr-rad-scheduler .leading-tight{line-height:1.25}.qr-rad-scheduler .tracking-tight{letter-spacing:-.025em}.qr-rad-scheduler .tracking-wide{letter-spacing:.025em}.qr-rad-scheduler .tracking-wider{letter-spacing:.05em}.qr-rad-scheduler .text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.qr-rad-scheduler .text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.qr-rad-scheduler .text-destructive{color:hsl(var(--destructive))}.qr-rad-scheduler .text-destructive-foreground{color:hsl(var(--destructive-foreground))}.qr-rad-scheduler .text-foreground{color:hsl(var(--foreground))}.qr-rad-scheduler .text-foreground\/80{color:hsl(var(--foreground)/.8)}.qr-rad-scheduler .text-foreground\/90{color:hsl(var(--foreground)/.9)}.qr-rad-scheduler .text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.qr-rad-scheduler .text-input{color:hsl(var(--input))}.qr-rad-scheduler .text-muted-foreground{color:hsl(var(--muted-foreground))}.qr-rad-scheduler .text-muted-foreground\/30{color:hsl(var(--muted-foreground)/.3)}.qr-rad-scheduler .text-muted-foreground\/60{color:hsl(var(--muted-foreground)/.6)}.qr-rad-scheduler .text-muted-foreground\/70{color:hsl(var(--muted-foreground)/.7)}.qr-rad-scheduler .text-muted-foreground\/80{color:hsl(var(--muted-foreground)/.8)}.qr-rad-scheduler .text-popover-foreground{color:hsl(var(--popover-foreground))}.qr-rad-scheduler .text-primary{color:hsl(var(--primary))}.qr-rad-scheduler .text-primary-foreground{color:hsl(var(--primary-foreground))}.qr-rad-scheduler .text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.qr-rad-scheduler .text-secondary-foreground{color:hsl(var(--secondary-foreground))}.qr-rad-scheduler .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.qr-rad-scheduler .underline{text-decoration-line:underline}.qr-rad-scheduler .underline-offset-4{text-underline-offset:4px}.qr-rad-scheduler .placeholder-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.qr-rad-scheduler .placeholder-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.qr-rad-scheduler .placeholder-muted-foreground\/50::-moz-placeholder{color:hsl(var(--muted-foreground)/.5)}.qr-rad-scheduler .placeholder-muted-foreground\/50::placeholder{color:hsl(var(--muted-foreground)/.5)}.qr-rad-scheduler .opacity-0{opacity:0}.qr-rad-scheduler .opacity-100{opacity:1}.qr-rad-scheduler .opacity-50{opacity:.5}.qr-rad-scheduler .opacity-60{opacity:.6}.qr-rad-scheduler .opacity-70{opacity:.7}.qr-rad-scheduler .opacity-75{opacity:.75}.qr-rad-scheduler .opacity-80{opacity:.8}.qr-rad-scheduler .shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.qr-rad-scheduler .shadow,.qr-rad-scheduler .shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qr-rad-scheduler .shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.qr-rad-scheduler .shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.qr-rad-scheduler .shadow-lg,.qr-rad-scheduler .shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qr-rad-scheduler .shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.qr-rad-scheduler .shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.qr-rad-scheduler .shadow-sm,.qr-rad-scheduler .shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qr-rad-scheduler .shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.qr-rad-scheduler .shadow-primary\/20{--tw-shadow-color:hsl(var(--primary)/0.2);--tw-shadow:var(--tw-shadow-colored)}.qr-rad-scheduler .shadow-primary\/30{--tw-shadow-color:hsl(var(--primary)/0.3);--tw-shadow:var(--tw-shadow-colored)}.qr-rad-scheduler .shadow-primary\/40{--tw-shadow-color:hsl(var(--primary)/0.4);--tw-shadow:var(--tw-shadow-colored)}.qr-rad-scheduler .outline{outline-style:solid}.qr-rad-scheduler .ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.qr-rad-scheduler .ring,.qr-rad-scheduler .ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qr-rad-scheduler .ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.qr-rad-scheduler .ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qr-rad-scheduler .ring-inset{--tw-ring-inset:inset}.qr-rad-scheduler .ring-background{--tw-ring-color:hsl(var(--background))}.qr-rad-scheduler .ring-current{--tw-ring-color:currentColor}.qr-rad-scheduler .ring-primary{--tw-ring-color:hsl(var(--primary))}.qr-rad-scheduler .ring-primary\/20{--tw-ring-color:hsl(var(--primary)/0.2)}.qr-rad-scheduler .ring-primary\/30{--tw-ring-color:hsl(var(--primary)/0.3)}.qr-rad-scheduler .ring-offset-2{--tw-ring-offset-width:2px}.qr-rad-scheduler .ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.qr-rad-scheduler .blur{--tw-blur:blur(8px)}.qr-rad-scheduler .blur,.qr-rad-scheduler .grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.qr-rad-scheduler .grayscale{--tw-grayscale:grayscale(100%)}.qr-rad-scheduler .invert{--tw-invert:invert(100%)}.qr-rad-scheduler .invert,.qr-rad-scheduler .sepia{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.qr-rad-scheduler .sepia{--tw-sepia:sepia(100%)}.qr-rad-scheduler .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.qr-rad-scheduler .backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.qr-rad-scheduler .backdrop-blur-md,.qr-rad-scheduler .backdrop-blur-none{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.qr-rad-scheduler .backdrop-blur-none{--tw-backdrop-blur: }.qr-rad-scheduler .backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.qr-rad-scheduler .backdrop-blur-sm,.qr-rad-scheduler .backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.qr-rad-scheduler .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.qr-rad-scheduler .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.qr-rad-scheduler .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.qr-rad-scheduler .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.qr-rad-scheduler .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.qr-rad-scheduler .duration-200{transition-duration:.2s}.qr-rad-scheduler .duration-300{transition-duration:.3s}.qr-rad-scheduler .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.qr-rad-scheduler .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.qr-rad-scheduler .last\:border-r-0:last-child{border-right-width:0}.qr-rad-scheduler .last\:border-border\/30:last-child{border-color:hsl(var(--border)/.3)}.qr-rad-scheduler .checked\:border-transparent:checked{border-color:transparent}.qr-rad-scheduler .hover\:z-10:hover{z-index:10}.qr-rad-scheduler .hover\:z-20:hover{z-index:20}.qr-rad-scheduler .hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.qr-rad-scheduler .hover\:scale-105:hover,.qr-rad-scheduler .hover\:scale-110:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qr-rad-scheduler .hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.qr-rad-scheduler .hover\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qr-rad-scheduler .hover\:border-primary\/40:hover{border-color:hsl(var(--primary)/.4)}.qr-rad-scheduler .hover\:bg-accent:hover{background-color:hsl(var(--accent))}.qr-rad-scheduler .hover\:bg-accent\/10:hover{background-color:hsl(var(--accent)/.1)}.qr-rad-scheduler .hover\:bg-accent\/5:hover{background-color:hsl(var(--accent)/.05)}.qr-rad-scheduler .hover\:bg-accent\/50:hover{background-color:hsl(var(--accent)/.5)}.qr-rad-scheduler .hover\:bg-accent\/60:hover{background-color:hsl(var(--accent)/.6)}.qr-rad-scheduler .hover\:bg-accent\/80:hover{background-color:hsl(var(--accent)/.8)}.qr-rad-scheduler .hover\:bg-amber-500\/20:hover{background-color:rgba(245,158,11,.2)}.qr-rad-scheduler .hover\:bg-background\/50:hover{background-color:hsl(var(--background)/.5)}.qr-rad-scheduler .hover\:bg-background\/80:hover{background-color:hsl(var(--background)/.8)}.qr-rad-scheduler .hover\:bg-blue-100\/50:hover{background-color:rgba(219,234,254,.5)}.qr-rad-scheduler .hover\:bg-blue-100\/80:hover{background-color:rgba(219,234,254,.8)}.qr-rad-scheduler .hover\:bg-blue-200\/80:hover{background-color:rgba(191,219,254,.8)}.qr-rad-scheduler .hover\:bg-blue-50\/50:hover{background-color:rgba(239,246,255,.5)}.qr-rad-scheduler .hover\:bg-blue-50\/80:hover{background-color:rgba(239,246,255,.8)}.qr-rad-scheduler .hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive)/.1)}.qr-rad-scheduler .hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.qr-rad-scheduler .hover\:bg-muted\/30:hover{background-color:hsl(var(--muted)/.3)}.qr-rad-scheduler .hover\:bg-muted\/40:hover{background-color:hsl(var(--muted)/.4)}.qr-rad-scheduler .hover\:bg-muted\/50:hover{background-color:hsl(var(--muted)/.5)}.qr-rad-scheduler .hover\:bg-primary\/10:hover{background-color:hsl(var(--primary)/.1)}.qr-rad-scheduler .hover\:bg-primary\/15:hover{background-color:hsl(var(--primary)/.15)}.qr-rad-scheduler .hover\:bg-primary\/5:hover{background-color:hsl(var(--primary)/.05)}.qr-rad-scheduler .hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.qr-rad-scheduler .hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.qr-rad-scheduler .hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.qr-rad-scheduler .hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.qr-rad-scheduler .hover\:text-destructive:hover{color:hsl(var(--destructive))}.qr-rad-scheduler .hover\:text-foreground:hover{color:hsl(var(--foreground))}.qr-rad-scheduler .hover\:text-primary:hover{color:hsl(var(--primary))}.qr-rad-scheduler .hover\:text-primary\/80:hover{color:hsl(var(--primary)/.8)}.qr-rad-scheduler .hover\:underline:hover{text-decoration-line:underline}.qr-rad-scheduler .hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.qr-rad-scheduler .hover\:shadow-lg:hover,.qr-rad-scheduler .hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qr-rad-scheduler .hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.qr-rad-scheduler .hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qr-rad-scheduler .hover\:shadow-primary\/20:hover{--tw-shadow-color:hsl(var(--primary)/0.2);--tw-shadow:var(--tw-shadow-colored)}.qr-rad-scheduler .hover\:shadow-primary\/30:hover{--tw-shadow-color:hsl(var(--primary)/0.3);--tw-shadow:var(--tw-shadow-colored)}.qr-rad-scheduler .hover\:shadow-primary\/5:hover{--tw-shadow-color:hsl(var(--primary)/0.05);--tw-shadow:var(--tw-shadow-colored)}.qr-rad-scheduler .hover\:brightness-95:hover{--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.qr-rad-scheduler .focus\:border-primary:focus{border-color:hsl(var(--primary))}.qr-rad-scheduler .focus\:border-primary\/50:focus{border-color:hsl(var(--primary)/.5)}.qr-rad-scheduler .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.qr-rad-scheduler .focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qr-rad-scheduler .focus\:ring-primary\/20:focus{--tw-ring-color:hsl(var(--primary)/0.2)}.qr-rad-scheduler .focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.qr-rad-scheduler .focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qr-rad-scheduler .focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.qr-rad-scheduler .focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.qr-rad-scheduler .active\:scale-90:active{--tw-scale-x:.9;--tw-scale-y:.9}.qr-rad-scheduler .active\:scale-90:active,.qr-rad-scheduler .active\:scale-95:active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qr-rad-scheduler .active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95}.qr-rad-scheduler .active\:scale-\[0\.98\]:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qr-rad-scheduler .active\:cursor-grabbing:active{cursor:grabbing}.qr-rad-scheduler .disabled\:pointer-events-none:disabled{pointer-events:none}.qr-rad-scheduler .disabled\:opacity-50:disabled{opacity:.5}.qr-rad-scheduler :is(.group:hover .group-hover\:bg-accent){background-color:hsl(var(--accent))}.qr-rad-scheduler :is(.group:hover .group-hover\:bg-primary\/50){background-color:hsl(var(--primary)/.5)}.qr-rad-scheduler :is(.group:hover .group-hover\:text-primary){color:hsl(var(--primary))}.qr-rad-scheduler :is(.group:hover .group-hover\:opacity-100){opacity:1}.qr-rad-scheduler :is(.peer:checked~.peer-checked\:opacity-100){opacity:1}.qr-rad-scheduler .dark\:bg-blue-900\/10:is(.dark *){background-color:rgba(30,58,138,.1)}.qr-rad-scheduler .dark\:bg-blue-900\/20:is(.dark *){background-color:rgba(30,58,138,.2)}.qr-rad-scheduler .dark\:bg-blue-900\/30:is(.dark *){background-color:rgba(30,58,138,.3)}.qr-rad-scheduler .dark\:bg-blue-900\/40:is(.dark *){background-color:rgba(30,58,138,.4)}.qr-rad-scheduler .dark\:bg-green-900\/30:is(.dark *){background-color:rgba(20,83,45,.3)}.qr-rad-scheduler .dark\:from-green-900\/10:is(.dark *){--tw-gradient-from:rgba(20,83,45,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(20,83,45,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.qr-rad-scheduler .dark\:to-blue-900\/10:is(.dark *){--tw-gradient-to:rgba(30,58,138,.1) var(--tw-gradient-to-position)}.qr-rad-scheduler .dark\:text-amber-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.qr-rad-scheduler .dark\:text-green-400:is(.dark *){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.qr-rad-scheduler .dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.qr-rad-scheduler .dark\:hover\:bg-blue-900\/10:hover:is(.dark *){background-color:rgba(30,58,138,.1)}.qr-rad-scheduler .dark\:hover\:bg-blue-900\/20:hover:is(.dark *){background-color:rgba(30,58,138,.2)}.qr-rad-scheduler .dark\:hover\:bg-blue-900\/30:hover:is(.dark *){background-color:rgba(30,58,138,.3)}.qr-rad-scheduler .dark\:hover\:bg-blue-900\/40:hover:is(.dark *){background-color:rgba(30,58,138,.4)}.qr-rad-scheduler .dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:rgba(127,29,29,.2)}@media (min-width:640px){.qr-rad-scheduler .sm\:inline{display:inline}.qr-rad-scheduler .sm\:inline-flex{display:inline-flex}.qr-rad-scheduler .sm\:max-h-\[80vh\]{max-height:80vh}}@media (min-width:768px){.qr-rad-scheduler .md\:ml-4{margin-left:1rem}.qr-rad-scheduler .md\:block{display:block}.qr-rad-scheduler .md\:inline-flex{display:inline-flex}.qr-rad-scheduler .md\:hidden{display:none}.qr-rad-scheduler .md\:w-auto{width:auto}.qr-rad-scheduler .md\:min-w-0{min-width:0}.qr-rad-scheduler .md\:flex-row{flex-direction:row}.qr-rad-scheduler .md\:justify-start{justify-content:flex-start}.qr-rad-scheduler .md\:gap-0{gap:0}.qr-rad-scheduler .md\:gap-3{gap:.75rem}.qr-rad-scheduler .md\:p-4{padding:1rem}.qr-rad-scheduler .md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.qr-rad-scheduler .md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.qr-rad-scheduler .md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1024px){.qr-rad-scheduler .lg\:flex{display:flex}}