@keyframes hotToastEnter{0%{transform:scale(0)}to{transform:scale(1)}}.hot-toast-animated-icon{animation:var(--hot-toast-animated-icon-animation, hotToastEnter .3s ease-in-out forwards);position:var(--hot-toast-animated-icon-position, relative);transform:var(--hot-toast-animated-icon-transform, scale(0))}@media(prefers-reduced-motion:reduce){.hot-toast-animated-icon{animation-duration:var(--hot-toast-animated-icon-reduced-motion-animation-duration, none);opacity:var(--hot-toast-animated-icon-reduced-motion-opacity, 1);transform:var(--hot-toast-animated-icon-reduced-motion-transform, scale(1))}}@keyframes hotToastCircleAnimation{0%{opacity:0;transform:scale(0) rotate(45deg)}to{opacity:1;transform:scale(1) rotate(45deg)}}@keyframes hotToastCheckmarkAnimation{0%{height:0;opacity:0;width:0}40%{height:0;opacity:1;width:6px}to{height:10px;opacity:1}}.hot-toast-checkmark-icon{animation:var(--hot-toast-checkmark-icon-animation, hotToastCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-checkmark-icon-animation-delay, .1s);background-color:var(--hot-toast-checkmark-icon-background-color, var(--check-primary, #61d345));border-radius:var(--hot-toast-checkmark-icon-border-radius, 10px);height:var(--hot-toast-checkmark-icon-height, 20px);opacity:var(--hot-toast-checkmark-icon-opacity, 0);position:var(--hot-toast-checkmark-icon-position, relative);transform:var(--hot-toast-checkmark-icon-transform, rotate(45deg));width:var(--hot-toast-checkmark-icon-width, 20px)}@media(prefers-reduced-motion:reduce){.hot-toast-checkmark-icon{animation-duration:var(--hot-toast-checkmark-icon-reduced-motion-animation-duration, 0ms)}}.hot-toast-checkmark-icon:after{animation:var(--hot-toast-checkmark-icon-after-animation, hotToastCheckmarkAnimation .2s ease-out forwards);animation-delay:var(--hot-toast-checkmark-icon-after-animation-delay, .2s);border-bottom-style:solid;border-bottom-width:var(--hot-toast-checkmark-icon-after-border-bottom, 2px);border-color:var(--hot-toast-checkmark-icon-after-border-color, var(--check-secondary, #fff));border-right-style:solid;border-right-width:var(--hot-toast-checkmark-icon-after-border-right, 2px);bottom:var(--hot-toast-checkmark-icon-after-bottom, 6px);box-sizing:var(--hot-toast-checkmark-icon-after-box-sizing, border-box);content:var(--hot-toast-checkmark-icon-after-content, "");height:var(--hot-toast-checkmark-icon-after-height, 10px);left:var(--hot-toast-checkmark-icon-after-left, 6px);opacity:var(--hot-toast-checkmark-icon-after-opacity, 0);position:var(--hot-toast-checkmark-icon-after-position, absolute);width:var(--hot-toast-checkmark-icon-after-width, 6px)}@media(prefers-reduced-motion:reduce){.hot-toast-checkmark-icon:after{animation-duration:var(--hot-toast-checkmark-icon-after-reduced-motion-animation-duration, 0ms)}}@keyframes hotToastErrorCircleAnimation{0%{opacity:0;transform:scale(0) rotate(45deg)}to{opacity:1;transform:scale(1) rotate(45deg)}}@keyframes hotToastFirstLineAnimation{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes hotToastSecondLineAnimation{0%{opacity:0;transform:scale(0) rotate(90deg)}to{opacity:1;transform:scale(1) rotate(90deg)}}.hot-toast-error-icon{animation:var(--hot-toast-error-icon-animation, hotToastErrorCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-error-icon-animation-delay, .1s);background:var(--hot-toast-error-icon-background, var(--error-primary, #ff4b4b));border-radius:var(--hot-toast-error-icon-border-radius, 10px);height:var(--hot-toast-error-icon-height, 20px);opacity:var(--hot-toast-error-icon-opacity, 0);position:var(--hot-toast-error-icon-position, relative);transform:var(--hot-toast-error-icon-transform, rotate(45deg));width:var(--hot-toast-error-icon-width, 20px)}@media(prefers-reduced-motion:reduce){.hot-toast-error-icon{animation-duration:var(--hot-toast-error-icon-reduced-motion-animation-duration, 0ms)}}.hot-toast-error-icon:after,.hot-toast-error-icon:before{animation:var(--hot-toast-error-icon-after-before-animation, hotToastFirstLineAnimation .15s ease-out forwards);animation-delay:var(--hot-toast-error-icon-after-before-animation-delay, .15s);background:var(--hot-toast-error-icon-after-before-background, var(--error-secondary, #fff));border-radius:var(--hot-toast-error-icon-after-before-border-radius, 3px);bottom:var(--hot-toast-error-icon-after-before-bottom, 9px);content:var(--hot-toast-error-icon-after-before-content, "");height:var(--hot-toast-error-icon-after-before-height, 2px);left:var(--hot-toast-error-icon-after-before-left, 4px);opacity:var(--hot-toast-error-icon-after-before-opacity, 0);position:var(--hot-toast-error-icon-after-before-position, absolute);width:var(--hot-toast-error-icon-after-before-width, 12px)}@media(prefers-reduced-motion:reduce){.hot-toast-error-icon:after,.hot-toast-error-icon:before{animation-duration:var(--hot-toast-error-icon-after-before-reduced-motion-animation-duration, 0ms)}}.hot-toast-error-icon:before{animation:var(--hot-toast-error-icon-before-animation, hotToastSecondLineAnimation .15s ease-out forwards);animation-delay:var(--hot-toast-error-icon-before-animation-delay, .18s);transform:var(--hot-toast-error-icon-before-transform, rotate(90deg))}@media(prefers-reduced-motion:reduce){.hot-toast-error-icon:before{animation-duration:var(--hot-toast-error-icon-before-reduced-motion-animation-duration, 0ms)}}.hot-toast-bar-base{align-items:var(--hot-toast-align-items, center);background-color:var(--hot-toast-bg, #fff);border-radius:var(--hot-toast-border-radius, 4px);box-shadow:var(--hot-toast-shadow, 0 3px 10px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .05));color:var(--hot-toast-color, #363636);display:var(--hot-toast-display, flex);line-height:var(--hot-toast-line, 1.3);margin:var(--hot-toast-margin, 16px);max-width:var(--hot-toast-max-width, 350px);padding:var(--hot-toast-padding, 8px 10px);pointer-events:var(--hot-toast-pointer-events, auto);width:var(--hot-toast-width, fit-content);transition-property:border-bottom-left-radius,border-bottom-right-radius;transition-duration:.23s;transition-timing-function:ease-out}.hot-toast-bar-base:hover,.hot-toast-bar-base:focus{animation-play-state:var(--hot-toast-animation-state, paused)!important}@media(prefers-reduced-motion:reduce){.hot-toast-bar-base{animation-duration:var(--hot-toast-reduced-motion-animation-duration, 10ms)!important}}.expanded .hot-toast-bar-base{border-bottom-left-radius:0;border-bottom-right-radius:0}.hot-toast-message{color:var(--hot-toast-message-color, inherit);display:var(--hot-toast-message-display, flex);flex:var(--hot-toast-message-flex, 1);justify-content:var(--hot-toast-message-justify-content, center);margin:var(--hot-toast-message-margin, 4px 10px)}.hot-toast-bar-base-container{display:var(--hot-toast-container-display, flex);pointer-events:var(--hot-toast-container-pointer-events, none);position:var(--hot-toast-container-position, absolute);transition:var(--hot-toast-container-transition, transform .23s cubic-bezier(.21, 1.02, .73, 1))}@media(prefers-reduced-motion:reduce){.hot-toast-bar-base-container{transition-duration:var(--hot-toast-container-reduced-motion-transition-duration, 10ms)!important}}.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-bar-base{background:var(--hot-toast-snackbar-bg, #323232);box-shadow:var(--hot-toast-snackbar-shadow, 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12));color:var(--hot-toast-snackbar-color, rgb(255, 255, 255))}.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-close-btn{filter:var(--hot-toast-snackbar-close-btn-filter, invert(1) grayscale(100%) brightness(200%))}.hot-toast-close-btn{align-self:var(--hot-toast-close-btn-align-self, flex-start);background-color:var(--hot-toast-close-btn-background-color, transparent);background-image:var(--hot-toast-close-btn-background-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e"));background-position:var(--hot-toast-close-btn-background-position, center);background-repeat:var(--hot-toast-close-btn-background-repeat, no-repeat);background-size:var(--hot-toast-close-btn-background-size, .75em);border:var(--hot-toast-close-btn-border, 0);border-radius:var(--hot-toast-close-btn-border-radius, .25rem);box-sizing:var(--hot-toast-close-btn-box-sizing, content-box);display:var(--hot-toast-close-btn-display, flex);height:var(--hot-toast-close-btn-height, .8em);margin-top:var(--hot-toast-close-btn-margin-top, .25em);opacity:var(--hot-toast-close-btn-opacity, .5);padding:var(--hot-toast-close-btn-padding, .25em);width:var(--hot-toast-close-btn-width, .8em)}.hot-toast-close-btn:focus{box-shadow:var(--hot-toast-close-btn-box-shadow, 0 0 0 .125rem rgba(13, 110, 253, .25));outline:var(--hot-toast-close-btn-outline, none)}.hot-toast-close-btn:hover,.hot-toast-close-btn:focus{opacity:var(--hot-toast-close-btn-opacity, .75)}.hot-toast-group-btn{align-self:var(--hot-toast-group-btn-align-self, flex-start);background-color:var(--hot-toast-group-btn-background-color, transparent);background-image:var(--hot-toast-group-btn-background-image, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75745 10.5858L9.17166 9.17154L12.0001 12L14.8285 9.17157L16.2427 10.5858L12.0001 14.8284L7.75745 10.5858Z' fill='currentColor' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' fill='currentColor' /%3E%3C/svg%3E"));background-position:var(--hot-toast-group-btn-background-position, center);background-repeat:var(--hot-toast-group-btn-background-repeat, no-repeat);background-size:var(--hot-toast-group-btn-background-size, 1.3em);border:var(--hot-toast-group-btn-border, 0);border-radius:var(--hot-toast-group-btn-border-radius, .25rem);box-sizing:var(--hot-toast-group-btn-box-sizing, content-box);display:var(--hot-toast-group-btn-display, flex);height:var(--hot-toast-group-btn-height, .8em);margin-top:var(--hot-toast-group-btn-margin-top, .25em);opacity:var(--hot-toast-group-btn-opacity, .5);padding:var(--hot-toast-group-btn-padding, .25em);width:var(--hot-toast-group-btn-width, .8em);will-change:var(--hot-toast-group-btn-will-change, transform);transition:var(--hot-toast-group-btn-transition, transform .23s cubic-bezier(.21, 1.02, .73, 1))}.hot-toast-group-btn:focus{box-shadow:var(--hot-toast-group-btn-box-shadow, 0 0 0 .125rem rgba(13, 110, 253, .25));outline:var(--hot-toast-group-btn-outline, none)}.hot-toast-group-btn:hover,.hot-toast-group-btn:focus{opacity:var(--hot-toast-group-btn-opacity, .75)}.expanded .hot-toast-group-btn{transform:rotate(var(--hot-toast-group-btn-expanded-rotate, 180deg))}.hot-toast-icon{align-self:var(--hot-toast-icon-align-self, flex-start);padding-top:var(--hot-toast-icon-padding-top, .25em)}.hot-toast-bar-base-wrapper{pointer-events:all}.hot-toast-bar-base-group{--hot-toast-shadow: none;background-color:var(--hot-toast-group-bg, #fff);margin:var(--hot-toast-margin, 16px);margin-top:calc(-1 * var(--hot-toast-margin, 16px));border-bottom-left-radius:var(--hot-toast-border-radius, 4px);border-bottom-right-radius:var(--hot-toast-border-radius, 4px);height:0;overflow:hidden;transition-property:height;transition-duration:.23s;transition-timing-function:ease-in-out;position:relative;box-shadow:var(--hot-toast-group-after-shadow, 0 3px 10px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .05))}.expanded .hot-toast-bar-base-group{height:var(--hot-toast-group-height)}.hot-toast-bar-base-group .hot-toast-bar-base{margin:0}@keyframes hotToastEnterAnimationNegative{0%{opacity:.5;transform:translate3d(0,-80px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hotToastEnterAnimationPositive{0%{opacity:.5;transform:translate3d(0,80px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hotToastExitAnimationPositive{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,var(--hot-toast-exit-positive-y, 130px),-1px) scale(.5)}}@keyframes hotToastExitAnimationNegative{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,var(--hot-toast-exit-negative-y, -130px),-1px) scale(.5)}}@keyframes hotToastEnterSoftAnimationNegative{0%{opacity:.5;transform:translate3d(0,-14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hotToastEnterSoftAnimationPositive{0%{opacity:.5;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hotToastExitSoftAnimationPositive{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,14px,-1px)}}@keyframes hotToastExitSoftAnimationNegative{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,-14px,-1px)}}.hot-toast-indicator-wrapper{align-items:var(--hot-toast-indicator-wrapper-align-items, center);display:var(--hot-toast-indicator-wrapper-display, flex);justify-content:var(--hot-toast-indicator-wrapper-justify-content, center);min-height:var(--hot-toast-indicator-wrapper-min-height, 20px);min-width:var(--hot-toast-indicator-wrapper-min-width, 20px);position:var(--hot-toast-indicator-wrapper-position, relative)}.hot-toast-status-wrapper{position:var(--hot-toast-status-wrapper-position, absolute)}@keyframes animate-info-background{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animate-info-line{0%{height:0;opacity:0}40%{height:4.8px;opacity:1}to{height:8px;opacity:1}}.hot-toast-info-icon{animation:var(--hot-toast-info-icon-animation, animate-info-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-info-icon-animation-delay, .1s);background-color:var(--hot-toast-info-icon-background-color, var(--info-primary, #0d6efd));border-radius:var(--hot-toast-info-icon-border-radius, 50%);display:var(--hot-toast-info-icon-display, block);height:var(--hot-toast-info-icon-height, 20px);opacity:var(--hot-toast-info-icon-opacity, 0);position:var(--hot-toast-info-icon-position, relative);transform:var(--hot-toast-info-icon-transform, scale(0));width:var(--hot-toast-info-icon-width, 20px)}.hot-toast-info-icon:after,.hot-toast-info-icon:before{background-color:var(--hot-toast-info-icon-after-before-background-color, var(--info-secondary, #fff));border-radius:var(--hot-toast-info-icon-after-before-border-radius, 3px);box-sizing:var(--hot-toast-info-icon-after-before-box-sizing, border-box);content:var(--hot-toast-info-icon-after-before-content, "");display:var(--hot-toast-info-icon-after-before-display, block);left:var(--hot-toast-info-icon-after-before-left, 8.5px);position:var(--hot-toast-info-icon-after-before-position, absolute);width:var(--hot-toast-info-icon-after-before-width, 2.5px)}.hot-toast-info-icon:after{animation:var(--hot-toast-info-icon-after-animation, animate-info-line .2s ease-out forwards);animation-delay:var(--hot-toast-info-icon-after-animation-delay, .2s);height:var(--hot-toast-info-icon-after-height, 0);opacity:var(--hot-toast-info-icon-after-opacity, 0);top:var(--hot-toast-info-icon-after-bottom, 8px)}.hot-toast-info-icon:before{height:var(--hot-toast-info-icon-before-height, 2px);top:var(--hot-toast-info-icon-before-top, 4px)}@keyframes hotToastRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hot-toast-loader-icon{animation:var(--hot-toast-loader-icon-animation, hotToastRotate 1s linear infinite);border:var(--hot-toast-loader-icon-border, 2px solid);border-bottom-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);border-left-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);border-radius:var(--hot-toast-loader-icon-border-radius, 100%);border-right-color:var(--hot-toast-loader-icon-border-right-color, #616161);border-top-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);box-sizing:var(--hot-toast-loader-icon-box-sizing, border-box);height:var(--hot-toast-loader-icon-height, 18px);padding-top:var(--hot-toast-loader-icon-padding-top, 2px);width:var(--hot-toast-loader-icon-width, 18px)}@media(prefers-reduced-motion:reduce){.hot-toast-loader-icon{animation-duration:var(--hot-toast-loader-icon-reduced-motion-animation-duration, 5s)}}@keyframes animate-warn-background{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animate-warn-line{0%{height:0;opacity:0}40%{height:4.8px;opacity:1}to{height:8px;opacity:1}}.hot-toast-warning-icon{animation:var(--hot-toast-warning-icon-animation, animate-warn-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-warning-icon-animation-delay, .1s);background-color:var(--hot-toast-warning-icon-background-color, var(--warn-primary, #ffab00));border-radius:var(--hot-toast-warning-icon-border-radius, 50%);display:var(--hot-toast-warning-icon-display, block);height:var(--hot-toast-warning-icon-height, 20px);opacity:var(--hot-toast-warning-icon-opacity, 0);position:var(--hot-toast-warning-icon-position, relative);transform:var(--hot-toast-warning-icon-transform, scale(0));width:var(--hot-toast-warning-icon-width, 20px)}.hot-toast-warning-icon:after,.hot-toast-warning-icon:before{background-color:var(--hot-toast-warning-icon-after-before-background-color, var(--warn-secondary, #fff));border-radius:var(--hot-toast-warning-icon-after-before-border-radius, 3px);box-sizing:var(--hot-toast-warning-icon-after-before-box-sizing, border-box);content:var(--hot-toast-warning-icon-after-before-content, "");display:var(--hot-toast-warning-icon-after-before-display, block);left:var(--hot-toast-warning-icon-after-before-left, 8.5px);position:var(--hot-toast-warning-icon-after-before-position, absolute);width:var(--hot-toast-warning-icon-after-before-width, 2.5px)}.hot-toast-warning-icon:after{animation:var(--hot-toast-warning-icon-after-animation, animate-warn-line .2s ease-out forwards);animation-delay:var(--hot-toast-warning-icon-after-animation-delay, .2s);height:var(--hot-toast-warning-icon-after-height, 0);opacity:var(--hot-toast-warning-icon-after-opacity, 0);top:var(--hot-toast-warning-icon-after-top, 4px)}.hot-toast-warning-icon:before{bottom:var(--hot-toast-warning-icon-before-bottom, 4px);height:var(--hot-toast-warning-icon-before-height, 2px)}hot-toast-container[popover]{padding:var(--hot-toast-container-padding, 0);border-style:var(--hot-toast-container-border-style, none)}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.driver-popover{background-color:var(--mat-sys-surface-container-high)!important;color:var(--mat-sys-on-surface)!important;border-radius:12px!important;box-shadow:var(--mat-sys-elevation-level4)!important;max-width:400px!important;border:1px solid light-dark(var(--scholarrx-divider-light),var(--scholarrx-divider-dark))!important}.driver-popover .driver-popover-title{font-size:20px!important;font-weight:600!important;color:var(--mat-sys-on-surface)!important;margin-bottom:12px!important}.driver-popover .driver-popover-description{font-size:14px!important;line-height:1.6!important;color:var(--mat-sys-on-surface-variant)!important;margin-bottom:16px!important}.driver-popover .driver-popover-progress-text{font-size:12px!important;color:var(--mat-sys-on-surface-variant)!important;font-weight:500!important}.driver-popover .driver-popover-footer{display:flex!important;gap:8px!important;align-items:center!important;justify-content:space-between!important}.driver-popover .driver-popover-navigation-btns{display:flex!important;gap:8px!important}.driver-popover .driver-popover-btn{padding:8px 16px!important;border-radius:8px!important;font-size:14px!important;font-weight:500!important;border:none!important;cursor:pointer!important;transition:all .2s ease!important}.driver-popover .driver-popover-btn.driver-popover-next-btn,.driver-popover .driver-popover-btn.driver-popover-prev-btn{background-color:var(--scholarrx-orange)!important;color:#fff!important}.driver-popover .driver-popover-btn.driver-popover-next-btn:hover,.driver-popover .driver-popover-btn.driver-popover-prev-btn:hover{background-color:#f15c0f!important;box-shadow:0 2px 8px #f26a244d!important}.driver-popover .driver-popover-btn.driver-popover-next-btn:active,.driver-popover .driver-popover-btn.driver-popover-prev-btn:active{transform:translateY(1px)!important}.driver-popover .driver-popover-btn.driver-popover-prev-btn{background-color:var(--mat-sys-surface-container-highest)!important;color:var(--mat-sys-on-surface)!important}.driver-popover .driver-popover-btn.driver-popover-prev-btn:hover{background-color:var(--mat-sys-surface-container)!important}.driver-popover .driver-popover-btn.driver-popover-close-btn{background-color:transparent!important;color:var(--mat-sys-on-surface-variant)!important;padding:8px!important;min-width:auto!important;font-size:18px!important}.driver-popover .driver-popover-btn.driver-popover-close-btn:hover{background-color:var(--mat-sys-surface-container-highest)!important;color:var(--mat-sys-error)!important}.driver-popover.driver-popover-arrow-side-top .driver-popover-arrow{border-top-color:var(--mat-sys-surface-container-high)!important}.driver-popover.driver-popover-arrow-side-bottom .driver-popover-arrow{border-bottom-color:var(--mat-sys-surface-container-high)!important}.driver-popover.driver-popover-arrow-side-left .driver-popover-arrow{border-left-color:var(--mat-sys-surface-container-high)!important}.driver-popover.driver-popover-arrow-side-right .driver-popover-arrow{border-right-color:var(--mat-sys-surface-container-high)!important}.account-tour-welcome .driver-popover-title{color:var(--scholarrx-orange)!important;font-size:24px!important}.account-tour-final .driver-popover-description{font-size:15px!important;text-align:center!important}.account-tour-final .driver-popover-title{text-align:center!important}.account-tour-final .driver-popover-next-btn{display:block!important}.driver-overlay{background-color:#0000!important}.driver-active .driver-active-element,.driver-active .driver-highlighted-element{box-shadow:0 0 0 4px var(--scholarrx-orange),var(--mat-sys-elevation-level3)!important;border-radius:8px!important}html.dark-mode .driver-popover{background-color:var(--mat-sys-surface-container-high)!important;border-color:var(--scholarrx-divider-dark)!important}html.light-mode .driver-popover{background-color:var(--mat-sys-surface-container-high)!important;border-color:var(--scholarrx-divider-light)!important}.driver-popover-footer button{line-height:2!important}.form-section{margin-bottom:24px}.form-section:last-child{margin-bottom:80px}.form-field-row{display:flex;gap:16px;margin-bottom:16px}@media(max-width:768px){.form-field-row{flex-direction:column}}.mat-mdc-dialog-container{--mdc-dialog-container-shape: 16px}.mat-mdc-dialog-container .mdc-dialog__surface{overflow:hidden}.rx-dialog-panel.rx-dialog-sm{max-width:400px!important;width:90vw}.rx-dialog-panel.rx-dialog-md{max-width:560px!important;width:90vw}.rx-dialog-panel.rx-dialog-lg{max-width:720px!important;width:90vw}.rx-dialog-panel.rx-dialog-xl{max-width:900px!important;width:90vw}.rx-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid light-dark(rgba(0,0,0,.08),rgba(255,255,255,.08));background:light-dark(#fafafa,#1e1e1e)}.rx-dialog-header .rx-dialog-title{display:flex;align-items:center;gap:12px;margin:0;font-size:20px;font-weight:600;color:var(--mat-sys-on-surface)}.rx-dialog-header .rx-dialog-title mat-icon{color:var(--scholarrx-orange);font-size:28px;width:28px;height:28px}.rx-dialog-header .rx-dialog-close{margin:-8px -12px -8px 0;color:var(--mat-sys-on-surface-variant)}.rx-dialog-header .rx-dialog-close:hover{color:var(--mat-sys-on-surface)}.rx-dialog-content{padding:24px;max-height:60vh;overflow-y:auto}.rx-dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid light-dark(rgba(0,0,0,.08),rgba(255,255,255,.08));background:light-dark(#fafafa,#1e1e1e)}.rx-dialog-actions.rx-dialog-actions-spread{justify-content:space-between}.rx-dialog-form{display:flex;flex-direction:column;gap:20px}.rx-dialog-form .rx-dialog-form-row{display:grid;gap:16px}.rx-dialog-form .rx-dialog-form-row.rx-dialog-form-row-2{grid-template-columns:1fr 1fr}@media(max-width:480px){.rx-dialog-form .rx-dialog-form-row.rx-dialog-form-row-2{grid-template-columns:1fr}}.rx-dialog-form .rx-dialog-form-row.rx-dialog-form-row-3{grid-template-columns:1fr 1fr 1fr}@media(max-width:600px){.rx-dialog-form .rx-dialog-form-row.rx-dialog-form-row-3{grid-template-columns:1fr}}.rx-dialog-form .rx-dialog-form-section{display:flex;flex-direction:column;gap:16px}.rx-dialog-form .rx-dialog-form-section .rx-dialog-form-section-title{font-size:14px;font-weight:600;color:var(--mat-sys-on-surface);text-transform:uppercase;letter-spacing:.5px;margin:0;padding-bottom:8px;border-bottom:1px solid light-dark(rgba(0,0,0,.06),rgba(255,255,255,.06))}.rx-dialog-form mat-form-field{width:100%}.rx-dialog-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:light-dark(rgba(255,255,255,.8),rgba(0,0,0,.8));z-index:10;border-radius:16px}.save-bar-slide-up{animation:save-bar-slide-up .2s ease-out forwards}.save-bar-slide-down{animation:save-bar-slide-down .3s ease-in forwards}@keyframes save-bar-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes save-bar-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(150%);opacity:0}}@keyframes list-item-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.list-item-enter{animation:list-item-enter .4s cubic-bezier(.25,.46,.45,.94) both}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}.stagger-9{animation-delay:.45s}.stagger-10{animation-delay:.5s}.stagger-11{animation-delay:.55s}.stagger-12{animation-delay:.6s}.stagger-13{animation-delay:.65s}.stagger-14{animation-delay:.7s}.stagger-15{animation-delay:.75s}.stagger-16{animation-delay:.8s}.stagger-17{animation-delay:.85s}.stagger-18{animation-delay:.9s}.stagger-19{animation-delay:.95s}.stagger-20{animation-delay:1s}html{color-scheme:light;--mat-sys-background: light-dark(#fcf8f8, #141313);--mat-sys-error: light-dark(#bd0c32, #ffb3b4);--mat-sys-error-container: light-dark(#ffdad9, #920023);--mat-sys-inverse-on-surface: light-dark(#f4f0ef, #313030);--mat-sys-inverse-primary: light-dark(#c7c6c6, #5e5e5e);--mat-sys-inverse-surface: light-dark(#313030, #e5e2e1);--mat-sys-on-background: light-dark(#1c1b1b, #e5e2e1);--mat-sys-on-error: light-dark(#ffffff, #680016);--mat-sys-on-error-container: light-dark(#920023, #ffdad9);--mat-sys-on-primary: light-dark(#ffffff, #303031);--mat-sys-on-primary-container: light-dark(#464747, #e3e2e2);--mat-sys-on-primary-fixed: light-dark(#1b1c1c, #1b1c1c);--mat-sys-on-primary-fixed-variant: light-dark(#464747, #464747);--mat-sys-on-secondary: light-dark(#ffffff, #303030);--mat-sys-on-secondary-container: light-dark(#474746, #e4e2e1);--mat-sys-on-secondary-fixed: light-dark(#1b1c1c, #1b1c1c);--mat-sys-on-secondary-fixed-variant: light-dark(#474746, #474746);--mat-sys-on-surface: light-dark(#1c1b1b, #e5e2e1);--mat-sys-on-surface-variant: light-dark(#444748, #e0e3e3);--mat-sys-on-tertiary: light-dark(#ffffff, #581e00);--mat-sys-on-tertiary-container: light-dark(#7d2d00, #ffdbcd);--mat-sys-on-tertiary-fixed: light-dark(#360f00, #360f00);--mat-sys-on-tertiary-fixed-variant: light-dark(#7d2d00, #7d2d00);--mat-sys-outline: light-dark(#747878, #8e9192);--mat-sys-outline-variant: light-dark(#c4c7c7, #444748);--mat-sys-primary: light-dark(#5e5e5e, #c7c6c6);--mat-sys-primary-container: light-dark(#e3e2e2, #464747);--mat-sys-primary-fixed: light-dark(#e3e2e2, #e3e2e2);--mat-sys-primary-fixed-dim: light-dark(#c7c6c6, #c7c6c6);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#5f5e5e, #c8c6c5);--mat-sys-secondary-container: light-dark(#e4e2e1, #474746);--mat-sys-secondary-fixed: light-dark(#e4e2e1, #e4e2e1);--mat-sys-secondary-fixed-dim: light-dark(#c8c6c5, #c8c6c5);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#fcf8f8, #141313);--mat-sys-surface-bright: light-dark(#fcf8f8, #3a3939);--mat-sys-surface-container: light-dark(#f1edec, #201f1f);--mat-sys-surface-container-high: light-dark(#ebe7e7, #2a2a2a);--mat-sys-surface-container-highest: light-dark(#e5e2e1, #353434);--mat-sys-surface-container-low: light-dark(#f7f3f2, #1c1b1b);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0e0e0e);--mat-sys-surface-dim: light-dark(#ddd9d8, #141313);--mat-sys-surface-tint: light-dark(#5e5e5e, #c7c6c6);--mat-sys-surface-variant: light-dark(#e0e3e3, #444748);--mat-sys-tertiary: light-dark(#a43e00, #ffb596);--mat-sys-tertiary-container: light-dark(#ffdbcd, #7d2d00);--mat-sys-tertiary-fixed: light-dark(#ffdbcd, #ffdbcd);--mat-sys-tertiary-fixed-dim: light-dark(#ffb596, #ffb596);--mat-sys-neutral-variant20: #2d3132;--mat-sys-neutral10: #1c1b1b;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Roboto Flex;--mat-sys-body-large-font: Roboto Flex;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto Flex;--mat-sys-body-medium-font: Roboto Flex;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto Flex;--mat-sys-body-small-font: Roboto Flex;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto Flex;--mat-sys-display-large-font: Roboto Flex;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto Flex;--mat-sys-display-medium-font: Roboto Flex;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto Flex;--mat-sys-display-small-font: Roboto Flex;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto Flex;--mat-sys-headline-large-font: Roboto Flex;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto Flex;--mat-sys-headline-medium-font: Roboto Flex;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto Flex;--mat-sys-headline-small-font: Roboto Flex;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto Flex;--mat-sys-label-large-font: Roboto Flex;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto Flex;--mat-sys-label-medium-font: Roboto Flex;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto Flex;--mat-sys-label-small-font: Roboto Flex;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto Flex;--mat-sys-title-large-font: Roboto Flex;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto Flex;--mat-sys-title-medium-font: Roboto Flex;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto Flex;--mat-sys-title-small-font: Roboto Flex;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12;--mat-sys-surface: light-dark(#fff, #141313);--mat-sys-surface-container-low: light-dark(#fff, #1e1e1e);--mat-sys-surface-container: light-dark(#fff, #232323);--mat-sys-surface-container-high: light-dark(#fff, #2a2a2a);--mat-sys-surface-container-highest: light-dark(#f5f5f5, #303030)}html .cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] html .cdk-visually-hidden{left:auto;right:0}:root{--mat-sys-elevation-level0: none;--mat-sys-elevation-level1: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 1px 3px 1px rgba(0, 0, 0, .15);--mat-sys-elevation-level2: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 2px 6px 2px rgba(0, 0, 0, .15);--mat-sys-elevation-level3: 0 1px 3px 0 rgba(0, 0, 0, .3), 0 4px 8px 3px rgba(0, 0, 0, .15);--mat-sys-elevation-level4: 0 2px 3px 0 rgba(0, 0, 0, .3), 0 6px 10px 4px rgba(0, 0, 0, .15);--mat-sys-elevation-level5: 0 4px 4px 0 rgba(0, 0, 0, .3), 0 8px 12px 6px rgba(0, 0, 0, .15);--mat-slider-active-track-color: var(--scholarrx-orange);--mat-slider-handle-color: var(--scholarrx-orange);--mat-slider-focus-handle-color: var(--scholarrx-orange);--mat-slider-hover-handle-color: var(--scholarrx-orange);--mat-slider-with-tick-marks-active-container-color: var(--scholarrx-orange);--mat-slide-toggle-selected-track-color: light-dark(rgba(242, 106, 36, .5), rgba(242, 106, 36, .6));--mat-slide-toggle-selected-handle-color: var(--scholarrx-orange);--mat-slide-toggle-selected-hover-track-color: light-dark(rgba(242, 106, 36, .6), rgba(242, 106, 36, .7));--mat-slide-toggle-selected-hover-handle-color: var(--scholarrx-orange);--mat-slide-toggle-selected-focus-track-color: light-dark(rgba(242, 106, 36, .6), rgba(242, 106, 36, .7));--mat-slide-toggle-selected-focus-handle-color: var(--scholarrx-orange);--mat-slide-toggle-selected-pressed-track-color: light-dark(rgba(242, 106, 36, .7), rgba(242, 106, 36, .8));--mat-slide-toggle-selected-pressed-handle-color: var(--scholarrx-orange);--mat-slide-toggle-selected-icon-color: #fff;--mat-button-filled-container-color: var(--scholarrx-button-blue);--mat-button-filled-label-text-color: #fff}html.light-mode{color-scheme:light}html.dark-mode{color-scheme:dark}html.system-mode{color-scheme:light dark}body{background-color:var(--mat-sys-surface);color:var(--mat-sys-on-surface);font:var(--mat-sys-body-medium);margin:0;height:100%;font-family:Roboto Flex,Helvetica Neue,sans-serif}html{height:100%}:root{--scholarrx-orange: #f26a24;--scholarrx-white: #ffffff;--scholarrx-black: #000000;--scholarrx-bg-light: #fafafa;--scholarrx-bg-dark: #303030;--scholarrx-selection: #d5e4f6;--scholarrx-focus: rgba(28, 121, 197, .05);--scholarrx-blue: #1c79c5;--scholarrx-button-blue: rgba(27, 124, 195, 1);--scholarrx-ai: #8667fe;--scholarrx-callout: #105aa6;--scholarrx-error: #de2d46;--scholarrx-warning: #ffbb27;--scholarrx-success: #00a670;--scholarrx-first-aid-red: rgb(214, 29, 55);--scholarrx-first-aid-header: rgb(34, 73, 144);--scholarrx-highlight-note: #9ed4ff;--scholarrx-highlight-green: rgba(152, 249, 156, 1);--scholarrx-highlight-yellow: rgba(255, 255, 0, 1);--scholarrx-highlight-pink: rgba(255, 112, 159, 1);--scholarrx-divider-light: rgba(0, 0, 0, .12);--scholarrx-divider-dark: rgba(255, 255, 255, .12)}body{background-color:light-dark(var(--scholarrx-bg-light),var(--scholarrx-bg-dark))}::selection{background-color:light-dark(var(--scholarrx-selection),#4a7ba7);color:light-dark(var(--scholarrx-black),var(--scholarrx-white))}img{filter:light-dark(none,brightness(.8) contrast(1.2))}@supports not (color: light-dark(red,blue)){@media(prefers-color-scheme:light){body{background-color:var(--scholarrx-bg-light)}::selection{background-color:var(--scholarrx-selection);color:var(--scholarrx-black)}img{filter:none}}@media(prefers-color-scheme:dark){body{background-color:var(--scholarrx-bg-dark)}::selection{background-color:#4a7ba7;color:var(--scholarrx-white)}img{filter:brightness(.8) contrast(1.2)}}}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}::view-transition-old(root){animation-delay:.1s}::view-transition-new(root){animation:theme-fade-in .3s ease-in-out}@keyframes theme-fade-in{0%{opacity:0}to{opacity:1}}*{scrollbar-width:thin;scrollbar-color:light-dark(rgba(0,0,0,.15),rgba(255,255,255,.15)) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:light-dark(rgba(0,0,0,.15),rgba(255,255,255,.15));border-radius:4px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background-color:light-dark(rgba(0,0,0,.25),rgba(255,255,255,.25))}*::-webkit-scrollbar-thumb:active{background-color:light-dark(rgba(0,0,0,.35),rgba(255,255,255,.35))}@supports not (color: light-dark(red,blue)){@media(prefers-color-scheme:light){*{scrollbar-color:rgba(0,0,0,.15) transparent}*::-webkit-scrollbar-thumb{background-color:#00000026}*::-webkit-scrollbar-thumb:hover{background-color:#00000040}*::-webkit-scrollbar-thumb:active{background-color:#00000059}}@media(prefers-color-scheme:dark){*{scrollbar-color:rgba(255,255,255,.15) transparent}*::-webkit-scrollbar-thumb{background-color:#ffffff26}*::-webkit-scrollbar-thumb:hover{background-color:#ffffff40}*::-webkit-scrollbar-thumb:active{background-color:#ffffff59}}}
