.appBar{display:flex;flex-direction:row;flex:0 30px;width:100%;height:40px;color:#fff;background-color:#1976d2;z-index:200}.appBar .left{flex:1;display:flex;justify-content:flex-start;position:relative;overflow:hidden}.appBar .right{justify-content:flex-end}.appBar .button,.appBar .right{display:flex;align-items:center}.appBar .button{background:#2196f3;flex:0 auto;padding:0 10px}.appBar .brand{display:flex;flex:0 auto;justify-content:flex-start;align-items:center;margin-right:8px}.appBar .appLogo{background:url(/images/logo_white.png);background-size:contain;background-repeat:no-repeat;width:17px;height:17px;margin-left:15px;margin-right:5px}.appBar .appTitle{font-size:15px;font-weight:700;vertical-align:middle;margin-bottom:1px;color:#fff}.appBar .loqusLogo{background:url(/images/logos/loqus_logo_svg.svg);background-size:contain;background-repeat:no-repeat;width:97px;height:22px}.appBar .clientLogo,.appBar .partnerLogo{background-size:contain;background-repeat:no-repeat;width:98px;height:22px;background-position:0}.appBar .pageTitle{display:flex}.appBar .pageTitle b{align-self:center}.appBar .clientRef{align-self:center;margin-right:15px;opacity:.3}.appBar .layoutModes{flex:0 auto;display:flex;padding:0 10px}.appBar .layoutModes .button{background-color:#1976d2;flex:0 auto;display:flex;align-items:center;padding:0 5px}.appBar .appBarBtn{height:30px;border-radius:0}.menuBtn{padding:6px 10px;font-size:20px;cursor:pointer}.menuBtn,.menuBtn:hover{transition:background .3s}.menuBtn:hover{background:#2196f3}.sideMenuDrawer .drawerContainer{background:#fafafa;display:flex;flex-direction:column;height:100%}.sideMenuDrawer .drawerContainer .drawerHeader{padding:20px 15px 15px 20px}.sideMenuDrawer .drawerContainer .drawerHeader .brand{display:flex;flex-direction:row;align-items:center}.sideMenuDrawer .drawerContainer .drawerHeader .brand .quickActionBtns{border:1px solid #ddd;padding:8px;border-radius:5px;align-items:center;display:flex;cursor:pointer;margin-right:5px}.sideMenuDrawer .drawerContainer .drawerHeader .brand .quickActionBtns:last-child{margin-right:0}.sideMenuDrawer .drawerContainer .drawerHeader .brand .quickActionBtns:hover{background-color:#f0eff4}.sideMenuDrawer .drawerContainer .drawerHeader .appLogo{background:url(/images/logo_100x100.png);background-size:contain;background-repeat:no-repeat;width:35px;height:30px}.sideMenuDrawer .drawerContainer .drawerHeader .appTitle{color:#2196f3;font-size:18px;font-weight:700;vertical-align:middle}.sideMenuDrawer .drawerContainer .drawerFavorites{padding:0 15px}.sideMenuDrawer .drawerContainer .drawerFavorites .menuItem{padding:5px 10px;border-radius:5px;font-size:14px;color:#606387;display:flex;align-items:center;overflow:hidden;position:relative}.sideMenuDrawer .drawerContainer .drawerFavorites .menuItem .topMenu{padding:10px;background:#d9dae4;height:100%;display:flex;align-items:center}.sideMenuDrawer .drawerContainer .drawerFavorites .menuItem .topMenu svg{margin-right:0}.sideMenuDrawer .drawerContainer .drawerFavorites .menuItem b{font-weight:500}.sideMenuDrawer .drawerContainer .drawerFavorites .menuItem svg{margin-right:10px}.sideMenuDrawer .drawerContainer .drawerFavorites .menuItem:hover{background-color:#f0eff4}.sideMenuDrawer .drawerContainer .drawerSearchContainer{padding:15px}.sideMenuDrawer .drawerContainer .drawerSearchContainer .drawerSearch input{border:1px solid rgba(96,99,135,.28)}.sideMenuDrawer .drawerContainer .drawerSearchContainer .drawerSearch input:focus{box-shadow:0 0 0 2px rgba(96,99,135,.1)}.sideMenuDrawer .drawerContainer .drawerMenu{overflow:auto;display:flex;flex-direction:column;height:100%;border-top:1px solid #f0eff4}.sideMenuDrawer .drawerContainer .drawerMenu .noMatches{padding:15px 25px;font-weight:500;font-size:14px;color:#606387;text-align:center}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer{position:relative}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .category{padding:30px 25px;font-weight:500;font-size:14px;color:#606387;display:flex;align-items:center;text-transform:uppercase;border-bottom:1px solid #f0eff4;cursor:pointer;background:#fafafa;height:0}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .category svg{margin-right:10px;flex:1}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .category:hover{background-color:#f0eff4}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .category.stuck{position:-webkit-sticky;position:sticky;top:0;z-index:1}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .category .title{flex:7}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .category .catIcon{transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;display:flex;flex:1}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .category .catIcon.active{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .categoryItems{padding:15px;border-bottom:1px solid #f0eff4;background:#fff}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .categoryItems .menuItem{padding:10px;font-weight:500;border-radius:5px;font-size:14px;color:#606387;display:flex;align-items:center;overflow:hidden;position:relative}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .categoryItems .menuItem:hover{background-color:#f0eff4}.sideMenuDrawer .drawerContainer .userContainer{padding:15px;color:#606387}.sideMenuDrawer .drawerContainer .userContainer .name{font-size:15px;font-weight:500}::-webkit-scrollbar{width:7px;height:4px}::-webkit-scrollbar-track{background:#eee}::-webkit-scrollbar-thumb{background:#ccc}::-webkit-scrollbar-thumb:hover{background:#989898}::selection{color:#fff;background:#1890ff}.SubMenu .ant-menu-submenu-title{height:25px!important;line-height:25px!important}@media (max-height:900px){.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .category{padding:20px 25px}.sideMenuDrawer .drawerContainer .drawerMenu .categoryContainer .categoryItems{padding:5px 15px}}.OFNotificationContainer{position:absolute;top:70px;right:14px;width:300px;z-index:1010}.OFNotificationContainer .closeAll{position:absolute;left:50%;background:#fff;box-shadow:0 2px 2px #cfcfcf;color:#3b3b3b;padding:3px 10px;border-radius:5px;margin-left:-27.5px;cursor:pointer;transition:all .2s ease-in}.OFNotificationContainer .closeAll:hover{opacity:.9}.OFNotificationContainer .notifications{margin:0 10px;position:relative;border-radius:5px 5px 0 0;transition:all .2s ease-in}.OFNotificationContainer .notifications .notificationsContainer{position:absolute;transition:all .2s ease-in;background:#fff;color:#3b3b3b;border-radius:5px;box-shadow:0 4px 12px rgba(0,0,0,.15);right:0;width:100%;display:flex;flex-direction:column}.OFNotificationContainer .notifications .notificationsContainer.expanded:after{content:"";position:absolute;height:10px;width:100%;left:0;right:0;bottom:-10px;background:transparent;pointer-events:auto}.OFNotificationContainer .notifications .notificationsContainer.destroy{-webkit-animation:removeCard .2s;animation:removeCard .2s}.OFNotificationContainer .notifications .notificationsContainer.animate:first-child{-webkit-animation:slide-in-right .2s;animation:slide-in-right .2s}.OFNotificationContainer .notifications .notificationsContainer .notification{overflow:hidden;padding:10px;min-height:44px}.OFNotificationContainer .notifications .notificationsContainer .notification .header{display:flex;align-items:center;font-size:14px;font-weight:600;margin-right:28px}.OFNotificationContainer .notifications .notificationsContainer .notification .header .icon{margin-right:10px;font-size:18px}.OFNotificationContainer .notifications .notificationsContainer .notification .header .closeBtn{position:absolute;top:0;right:0;cursor:pointer;color:#ccc;margin:12px 15px}.OFNotificationContainer .notifications .notificationsContainer .notification .header .closeBtn:hover{color:#8d8d8d}.OFNotificationContainer .notifications .notificationsContainer .notification .body{padding:5px 3px;overflow:hidden}@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.runningSanta{position:absolute;top:-24px;left:auto;animation:path-animation 15s linear infinite;-webkit-animation:path-animation 15s linear infinite;z-index:9999;-webkit-transform:scale(.5);transform:scale(.5)}.runningSanta #santa{cursor:pointer;width:85px;height:85px;border:1px solid transparent;background:url("data:image/png;base64,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") no-repeat 0 0;animation:santa-animation .8s steps(10) infinite;-webkit-animation:santa-animation .8s steps(12) infinite}@keyframes santa-animation{0%{background-position:0 0}to{background-position:-1024px 0}}@keyframes path-animation{0%{left:-5%}to{left:100%}}@-webkit-keyframes santa-animation{0%{background-position:0 0}to{background-position:-1024px 0}}@-webkit-keyframes path-animation{0%{left:-5%}to{left:100%}}.statusBar{background-color:#e5e5e5;flex:0 27px;display:flex;flex-direction:row;min-height:30px;max-height:30px;position:absolute;bottom:0;width:100%;border-top:1px solid #d8d8d8}.statusBar .intercom sup{height:16px;line-height:16px;padding:0 4px;min-width:16px;font-size:10px}.statusBar .notificationBadgePulse{position:absolute;top:-14px;right:-4px;height:32px;width:32px;z-index:10;border:4px solid #f5222d;border-radius:70px;-webkit-animation:pulse 1s ease-out infinite;animation:pulse 1s ease-out infinite}.statusBar .placeHolder{display:flex;width:420px;min-width:420px;padding-left:5px}.statusBar .placeHolder .depotSelector{flex:1}.statusBar .placeHolder .depotSelector .dropdown-menu{max-height:500px!important;min-width:179px;overflow-y:auto}.statusBar .placeHolder .depotSelector .btn{width:100%}.statusBar .placeHolder .dateSelector{flex:1}.statusBar .item{display:flex;justify-content:center;align-items:center}.statusBar .item .dropup,.statusBar .item .scenarioSelect{width:180px}.statusBar .item:nth-child(2){flex:1;margin-left:-5px;min-width:300px}.statusBar .item:nth-child(3){flex:0 200px;margin:0 10px;min-width:150px}.statusBar .item:nth-child(4){flex:0 120px;min-width:100px;font-weight:700}.statusBar .item:nth-child(5){flex:0 70px;min-width:70px}.statusBar .item:nth-child(6){flex:0 40px;margin:0 9px}.statusBar .screenLock{cursor:pointer}.statusBar .screenLock:hover{opacity:.8}.statusBar .alertCount{background:red;height:1.5rem;width:1.5rem;text-align:center;vertical-align:middle;line-height:1.5rem;font-size:.75rem;border-radius:50%;color:#fff;border:1px solid red}.statusBar .icon{margin:0 3px}.statusBar [data-react-toolbox=progress-bar]{border:1px solid #ccc}.statusBar [data-react-toolbox=font-icon]{font-size:14px}.statusBar .progressBarMessage{background-color:#e5e5e5;border-radius:3px 3px 0 0;padding:5px;border:solid #d8d8d8;border-width:1px 1px 0;font-size:12px;z-index:200;max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.statusBar .progressBarContainer{z-index:32;position:absolute;width:100%;bottom:0}.statusBar .progressBarContainer .loader{margin-top:3px;height:11px}.shortcutModal .ant-modal-body{padding:5px 24px}.shortcutModal .shortcutItem mark{background-color:#fff!important}.topModalLayer{z-index:9999}.topModalLayer .ant-modal-content{background:unset}.autoCompleteSpotlightSearch input{border:none}.autoCompleteSpotlightSearch .ant-select-auto-complete.ant-select .ant-input:focus,.autoCompleteSpotlightSearch .ant-select-auto-complete.ant-select .ant-input:hover{border:1px solid #d3d3d3!important}.autoCompleteSpotlightSearch .ant-input:focus{border-color:#d3d3d3!important;box-shadow:none!important}.notificationList{height:200px;overflow:auto}.badgeCounter sup{height:16px;line-height:16px;padding:0 4px;min-width:16px;font-size:10px;z-index:99}.notificationBadgePulse{position:absolute;top:-14px;right:-4px;height:32px;width:32px;z-index:10;border:4px solid #f5222d;border-radius:70px;-webkit-animation:pulse 1s ease-out infinite;animation:pulse 1s ease-out infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);opacity:0}25%{-webkit-transform:scale(.1);opacity:.1}50%{-webkit-transform:scale(.5);opacity:.3}75%{-webkit-transform:scale(.8);opacity:.5}to{-webkit-transform:scale(1);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(0);opacity:0}25%{-webkit-transform:scale(.1);opacity:.1}50%{-webkit-transform:scale(.5);opacity:.3}75%{-webkit-transform:scale(.8);opacity:.5}to{-webkit-transform:scale(1);opacity:0}}.spotlightDropDown input{cursor:unset;font-weight:unset;padding-right:45px!important}.spotlightDropDown .inputArrow{color:rgba(0,0,0,.25);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.spotlightDropDown .inputArrow.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.spotlightDropDownList{box-shadow:0 2px 8px rgba(0,0,0,.15);background:#fff}.spotlightDropDownList .item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.spotlightDropDownList .item.selected{color:#1890ff;font-weight:600;background-color:#fafafa}.spotlightDropDownList .item.hoverEffect{background:#e6f7ff}.spotlightDropDownList .item:hover{background:#fafafa}.spotlightDropDownList .item .kbd{background-color:#eee;border-radius:3px;border:1px solid #b4b4b4;box-shadow:0 1px 1px rgba(0,0,0,.2),inset 0 2px 0 0 hsla(0,0%,100%,.7);color:#333;display:inline-block;font-size:.85em;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap;margin-left:5px}.spotlightDropDown{z-index:9999;box-shadow:0 4px 4px rgba(40,40,40,.18);overflow:hidden;border-radius:0 0 5px 5px;-webkit-animation-duration:0s;animation-duration:0s}.spotlightSearchContainer{background:#fff;box-shadow:0 4px 4px rgba(40,40,40,.18);border-radius:10px;padding:12px 0;margin-bottom:20px;flex:1}.spotlightSearchContainer.active{border-radius:10px 10px 0 0}.layout{flex:1;display:flex;flex-direction:row;height:100%}.content{background-color:transparent;flex:1;display:flex;flex-direction:column}.sideBar{background:#f5f5f5;border-right:1px solid #ccc}.container,.sideBar{display:flex;flex-direction:column}.container.stretch{flex:1}.container:not(.orientRow).alignCenterX{align-items:center}.container:not(.orientRow).alignCenterY{justify-content:center}.container:not(.orientRow).alignLeft{align-items:flex-start}.container:not(.orientRow).alignRight{align-items:flex-end}.container:not(.orientRow).alignTop{justify-content:flex-start}.container:not(.orientRow).alignBottom{justify-content:flex-end}.container.orientRow{flex-direction:row}.container.orientRow.alignCenterX{justify-content:center}.container.orientRow.alignCenterY{align-items:center}.container.orientRow.alignLeft{justify-content:flex-start}.container.orientRow.alignRight{justify-content:flex-end}.container.orientRow.alignTop{align-items:flex-start}.container.orientRow.alignBottom{align-items:flex-end}.container.alignCenter{justify-content:center;align-items:center}.container.scrollableY{overflow-y:scroll}.container.scrollableX{overflow-x:scroll}.pane{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.pane2{height:400px}.Pane2{min-height:0}.loginContainer{flex:1 1;display:flex;flex-direction:column;height:100%;background:linear-gradient(338deg,#fff,#2196f3)}.loginContainer .login{margin:auto;position:relative;z-index:999}.loginContainer .login .branding{margin:auto;text-align:center;-webkit-animation:fadeInDown .5s;animation:fadeInDown .5s}.loginContainer .login .branding .logo{background:url(/images/logo_white.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:100%;height:90px;margin-bottom:20px;position:relative;z-index:9}.loginContainer .login .branding .title{color:#3fa9f5;font-weight:700;font-family:"Open Sans",sans-serif;margin-bottom:30px;position:relative;z-index:9}.loginContainer .login .branding .title .titlePro{color:#00008b}.loginContainer .formContainer{background-color:#fff;box-shadow:0 4px 4px rgba(40,40,40,.18);-webkit-animation:fadeInUp .5s;animation:fadeInUp .5s;margin:auto;border-radius:10px;overflow:hidden;position:relative;z-index:10}.loginContainer .loginForm{display:block;padding:20px;margin:auto;text-align:center;width:350px}.loginContainer .loginForm .action{margin-top:15px}.loginContainer .loginForm .version{text-align:center;margin-top:15px;color:#999}.loginContainer .loginForm .descriptor{font-size:13px;margin-bottom:6px;text-align:left}.loginContainer .loginForm .textFields{font-size:13px;padding:5px;margin-bottom:12px}.customLogos{background:#1976d2;padding:7px;display:flex}.customLogos div{margin:auto}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.deer{position:absolute;top:50px;right:20px;-webkit-animation:fadeInUp .5s;animation:fadeInUp .5s;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.deer .head,.deer .horns{position:relative;width:50px}.deer .horns{animation:rocking .4s cubic-bezier(.4,0,.2,1) infinite alternate-reverse;height:55px;top:21px}.deer .horn{position:relative}.deer .horn:before{background-color:#91655d;border-radius:7px 7px 0 0;content:"";display:block;height:55px;position:absolute;width:7px;z-index:1}.deer .horn .line{background-color:#91655d;border-radius:7px 0 0 7px;height:7px;width:20px;margin-bottom:15px;position:relative;top:10px}.deer .horn .line-one{width:15px}.deer .horn .line-three{top:-22px;width:17px}.deer .horn-left{top:-7px;-webkit-transform:rotate(-25deg);transform:rotate(-25deg)}.deer .horn-left:before{box-shadow:inset 2px 0 0 0 #9c7169}.deer .horn-left .line{box-shadow:inset 0 2px 0 0 #9c7169;right:15px;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.deer .horn-left .line-one{right:10px}.deer .horn-left .line-three{box-shadow:inset 0 -2px 0 0 #9c7169;right:-3px;-webkit-transform:rotate(160deg);transform:rotate(160deg)}.deer .horn-right{bottom:55px;left:40px;-webkit-transform:rotate(25deg);transform:rotate(25deg)}.deer .horn-right:before{box-shadow:inset -2px 0 0 0 #835f5a}.deer .horn-right .line{box-shadow:inset 0 2px 0 0 #835f5a;right:-2px;-webkit-transform:rotate(150deg);transform:rotate(150deg)}.deer .horn-right .line-three{right:13px;-webkit-transform:rotate(20deg);transform:rotate(20deg)}.deer .ears{position:absolute;top:70px}.deer .ear{background-color:#91655d;height:18px;right:20px;top:10px;-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-transform-origin:100%;transform-origin:100%;width:30px}.deer .ear,.deer .ear:before{border-radius:100% 50% 50% 50%;position:relative}.deer .ear:before{background-color:#e7beb2;height:9px;content:"";display:block;left:5px;top:5px;width:15px}.deer .ear-left{animation:ear-left 2s cubic-bezier(.6,-.28,.74,.05) infinite alternate-reverse;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.deer .ear-right{animation:ear-right 2s cubic-bezier(.6,-.28,.74,.05) 2s infinite alternate-reverse;left:10px;right:0;top:-8px;-webkit-transform:rotate(160deg);transform:rotate(160deg)}.deer .eyes{position:absolute;top:90px;right:-5px;width:32px;z-index:2}.deer .eyes .eye{background:linear-gradient(0deg,#fff 50%,#aa8275 0);border-radius:15px;height:15px;width:15px}.deer .eyes .eye:before{animation:eaves 3s infinite alternate-reverse;background-color:#aa8275;border-radius:9px 9px 0 0;height:9px;content:"";display:block;position:relative;width:15px;top:-1px;z-index:1}.deer .eyes .eye:after{animation:eyes 3s infinite alternate-reverse;background-color:#495169;border-radius:5px;height:5px;content:"";display:block;left:5px;position:relative;top:-3px;-webkit-transform:translate(3px,2px);transform:translate(3px,2px);width:5px}.deer .eyes .eye-left{float:left}.deer .eyes .eye-right{float:right}.deer .nose{background-color:#91655d;border-radius:0 7px 15px;top:47px;height:18px;left:40px;position:relative;width:20px;z-index:2}.deer .nose:before{background-color:#fb5d5d;border-radius:15px;height:14px;right:-.5px;top:-.5px;width:16px}.deer .nose:after,.deer .nose:before{content:"";display:block;position:absolute}.deer .nose:after{background-color:#fff;border-radius:5px;height:2px;right:4px;top:2px;width:5px}.deer .body{background-color:#91655d;border-radius:50px 50px 0;box-shadow:inset 7px 0 0 0 #9c7169;height:90px;position:relative;width:50px;z-index:1}@-webkit-keyframes eyes{50%{-webkit-transform:translate(3px,2px);transform:translate(3px,2px)}60%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes eyes{50%{-webkit-transform:translate(3px,2px);transform:translate(3px,2px)}60%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes eaves{50%{-webkit-transform:translateY(0);transform:translateY(0)}60%{-webkit-transform:translateY(-1px);transform:translateY(-1px)}to{-webkit-transform:translateY(-1px);transform:translateY(-1px)}}@keyframes eaves{50%{-webkit-transform:translateY(0);transform:translateY(0)}60%{-webkit-transform:translateY(-1px);transform:translateY(-1px)}to{-webkit-transform:translateY(-1px);transform:translateY(-1px)}}@-webkit-keyframes ear-left{85%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}to{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}}@keyframes ear-left{85%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}to{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}}@-webkit-keyframes ear-right{85%{-webkit-transform:rotate(160deg);transform:rotate(160deg)}to{-webkit-transform:rotate(170deg);transform:rotate(170deg)}}@keyframes ear-right{85%{-webkit-transform:rotate(160deg);transform:rotate(160deg)}to{-webkit-transform:rotate(170deg);transform:rotate(170deg)}}.welcome--container{overflow:auto;margin-top:auto;margin-bottom:auto}.welcome--container .welcome--dashboard{width:1000px;margin:auto}.welcome--container .welcome--dashboard .dashCard{background:#fff;box-shadow:0 4px 4px rgba(40,40,40,.18);border-radius:10px;padding:20px;margin-bottom:20px;flex:1;margin-right:20px;position:relative}.welcome--container .welcome--dashboard .mainContainer{-webkit-animation:fadeInDown .3s;animation:fadeInDown .3s}.welcome--container .welcome--dashboard .mainContainer .header{display:flex;position:relative}.welcome--container .welcome--dashboard .mainContainer .header .title{font-size:20px}.welcome--container .welcome--dashboard .mainContainer .header .title b{font-size:30px}.welcome--container .welcome--dashboard .mainContainer .header .logo{background:url(/images/logo_100x100.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:100px;height:87px;position:absolute;right:0;top:-9px}.welcome--container .welcome--dashboard #pageSettings,.welcome--container .welcome--dashboard .sideContainer{-webkit-animation:fadeInDown .5s;animation:fadeInDown .5s;display:flex}.welcome--container .welcome--dashboard #pageSettings .header .title,.welcome--container .welcome--dashboard .sideContainer .header .title{margin-bottom:10px;font-size:20px}.welcome--container .welcome--dashboard #pageSettings .header .title b,.welcome--container .welcome--dashboard .sideContainer .header .title b{font-size:15px}.welcome--container .welcome--dashboard #pageSettings .header .settings,.welcome--container .welcome--dashboard .sideContainer .header .settings{position:absolute;right:10px;top:5px;cursor:pointer;font-size:15px}.welcome--container .welcome--dashboard #pageSettings .header .settings:hover,.welcome--container .welcome--dashboard .sideContainer .header .settings:hover{opacity:.8}.welcome--container .welcome--dashboard #pageSettings .pageSettings,.welcome--container .welcome--dashboard .sideContainer .pageSettings{display:flex;cursor:pointer;align-items:center;width:100%;border:1px solid #cecece;padding:2px;border-radius:4px;margin-right:10px}.welcome--container .welcome--dashboard #pageSettings .pageSettings:hover,.welcome--container .welcome--dashboard .sideContainer .pageSettings:hover{background:#f6f5f5}.welcome--container .welcome--dashboard #pageSettings .mostVisitedPages,.welcome--container .welcome--dashboard .sideContainer .mostVisitedPages{display:flex;cursor:pointer;align-items:center;width:100%;max-width:190px;border:1px solid #cecece;padding:5px 5px 5px 2px;border-radius:4px;margin-bottom:5px}.welcome--container .welcome--dashboard #pageSettings .mostVisitedPages svg,.welcome--container .welcome--dashboard .sideContainer .mostVisitedPages svg{width:25px}.welcome--container .welcome--dashboard #pageSettings .mostVisitedPages span,.welcome--container .welcome--dashboard .sideContainer .mostVisitedPages span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.welcome--container .welcome--dashboard #pageSettings .mostVisitedPages:hover,.welcome--container .welcome--dashboard .sideContainer .mostVisitedPages:hover{background:#f6f5f5}.welcome--container .copyRightNotice{text-align:center;color:#afaaaa;margin-top:10px}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@media (max-height:900px){.welcome--container .welcome--dashboard{width:850px}.welcome--container .welcome--dashboard .dashCard{padding:10px;margin-bottom:10px}}.gm-control-active{width:25px!important;height:25px!important}.gm-control-active img{width:10px!important;height:10px!important}.gm-bundled-control{right:25px!important}.gm-style div:nth-child(3) .gmnoprint{bottom:0!important;right:0!important;left:unset!important;top:unset!important}.gm-style>:nth-child(3){border:none!important}.gm-style .gm-bundled-control-on-bottom .gmnoprint:last-child{top:0!important}.gmnoprint{box-shadow:0 1px 4px -1px rgba(0,0,0,.3)!important}.gmnoprint .gm-style-mtc>:first-child{font-size:10px!important;height:24px!important;box-shadow:none!important;border-right:1px solid #e6e6e6}.gmnoprint .gm-style-mtc div:nth-child(2){top:-27px!important}.gmnoprint .gm-style-mtc div:nth-child(2) div{font-size:10px!important;height:29px!important}.gm-bundled-control .gmnoprint div{width:25px!important;height:53px!important}.gm-bundled-control .gmnoprint div:nth-child(2){width:16px!important;height:1px!important}.gm-svpc{top:75px!important;width:25px!important;height:25px!important}.gm-svpc div img:first-child,.gm-svpc div img:nth-child(2){width:18px!important;height:20px!important}.gm-svpc div img:nth-child(3){width:32px!important;height:25px!important}.gm-ui-hover-effect{display:none!important}.skillChip,.skillChip2{display:inline-block;background-color:purple!important;padding:0 5px!important;border-radius:3px;color:#fff}.tooltipTable{margin-left:auto;margin-right:auto;text-align:left;font-weight:400;min-width:200px}.tooltipTable tr td:first-child{width:100px}#mapSeedSetCenter{background:#fff;position:absolute;bottom:5px;right:5px;cursor:pointer;padding:5px 6px 1px;color:#666;border-radius:4px}#mapSeedSetCenter:hover{background:#2196f3;color:#fff}#mapSeedMarkerLayer{-webkit-animation-name:markerDrop;animation-name:markerDrop}#mapSeedMarkerLayer,#mapSeedMarkerLayer.picked{-webkit-animation-duration:.3s;animation-duration:.3s}#mapSeedMarkerLayer.picked{top:-7px!important;-webkit-animation-name:markerPick;animation-name:markerPick}@-webkit-keyframes markerPick{0%{top:0}to{top:-7px}}@keyframes markerPick{0%{top:0}to{top:-7px}}@-webkit-keyframes markerDrop{0%{top:-7px}to{top:0}}@keyframes markerDrop{0%{top:-7px}to{top:0}}.mapTooltipIcon{position:absolute;right:11px;display:inline-block;margin-left:5px}.mapIconTooltipCircle{width:12px;height:12px;background:rgba(86,81,81,.92941);border-radius:50%}.mapIconTooltipDiamond{width:0;height:0;border:6px solid transparent;border-bottom-color:rgba(86,81,81,.92941);position:relative;top:-6px}.mapIconTooltipDiamond:after{content:"";position:absolute;left:-6px;top:6px;width:0;height:0;border:6px solid transparent;border-top-color:rgba(86,81,81,.92941)}.mapIconTooltipStar,.mapIconTooltipTriangle{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid rgba(86,81,81,.92941)}.mapIconTooltipStar{position:relative}.mapIconTooltipStar:after{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:12px solid rgba(86,81,81,.92941);position:absolute;content:"";top:3px;left:-6px}.mapIconTooltipSquare{width:12px;height:12px;background:rgba(86,81,81,.92941)}#TPVMapComponent .mapTooltip{min-width:191px;-webkit-user-select:none;user-select:none}#TPVMapComponent .mapTooltip .tooltipContent>div{display:flex;border-bottom:.1rem solid #e8e8e8}#TPVMapComponent .mapTooltip .tooltipContent>div:last-child{border-bottom:none}#TPVMapComponent .mapTooltip .tooltipContent .title{background:#fafafa;border-right:.1rem solid #e8e8e8;padding:3px 0 3px 8px;font-weight:400;flex:1}#TPVMapComponent .mapTooltip .tooltipContent .title.alignCenter{display:flex;align-items:center}#TPVMapComponent .mapTooltip .tooltipContent .subTitle{padding:3px 0 3px 8px;flex:1}#TPVMapComponent .mapTooltip .tooltipContent .subTitle .truncate{max-width:110px}.mandatoryStopMapTooltip{min-width:191px;-webkit-user-select:none;user-select:none;max-width:250px}.mandatoryStopMapTooltip .tooltipContent>div{display:flex;border-bottom:.1rem solid #e8e8e8}.mandatoryStopMapTooltip .tooltipContent>div:last-child{border-bottom:none}.mandatoryStopMapTooltip .tooltipContent .title{background:#fafafa;border-right:.1rem solid #e8e8e8;padding:5px 1px 5px 8px;font-weight:400;flex:1}.mandatoryStopMapTooltip .tooltipContent .title.alignCenter{display:flex;align-items:center}.mandatoryStopMapTooltip .tooltipContent .subTitle{padding:5px 1px 5px 8px;flex:1}.mandatoryStopMapTooltip .tooltipContent .subTitle .truncate{max-width:110px}.multiTags .ant-tooltip-arrow:before{background:#fff}.multiTags .ant-tooltip-inner{background:#fff;padding:0;overflow:hidden}.multiTags .ant-tooltip-inner .tagsContainer{max-height:150px;overflow:hidden}.multiTags .ant-tooltip-inner .tagsContainer .rowRenderer{padding:5px 5px 2px}.multiTags .additionalTag{cursor:pointer;margin-bottom:5px;margin-right:0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multiTags .additionalTag:last-child{margin-bottom:0}.tactical--container .siderContents{display:flex;flex-direction:column;height:100%;background:#fff}.tactical--container .siderContents .sidePanelTabs{display:flex;flex-direction:column;flex:1}.tactical--container .siderContents .sidePanelTabs .ant-tabs-content{display:flex;flex-direction:column;flex:1;height:0}.tactical--container .siderContents .sidePanelTabs .ant-tabs-tabpane-active.tabPanel{display:flex;flex-direction:column;height:100%;flex:1;height:0;padding:10px}.tactical--container .siderContents .sidePanelTabs .ant-tabs-tabpane-inactive.tabPanel{display:none}.tactical--container .siderContents .subTabContainer{display:flex;height:100%}.tactical--container .siderContents .routeFillContainer{height:10px;display:flex;align-items:center;width:100%}.tactical--container .siderContents .tableCellProgressBar>div{display:flex;height:10px;align-items:center}.tactical--container .siderContents .tableCellProgressBar>div>div{flex:2;height:10px;display:flex;align-items:center}.tactical--container .siderContents .tableCellProgressBar>div>div .ant-progress-inner{background-color:#e8e8e8}.tactical--container .siderContents .tableCellProgressBar>div span{color:unset;align-self:center;width:unset}.tactical--container .collapsedSider{max-width:54px;border-right:1px solid #d3d3d3}.tactical--container .collapsedSider .ant-menu-item:hover{background-color:#e9f4ff}.tactical--container .collapsedSider .ant-menu-item{margin-top:0;padding:0 26px!important}.tactical--container .collapsedSider .ant-menu-item .anticon{margin-left:-9px}.tactical--container .colorSelectorContainer{height:200px;overflow:auto;margin:-12px -16px;padding:10px}.tactical--container .colorSelectorContainer .colorTab{width:25px;margin:2px;height:25px}.tactical--container .tableWrap,.tactical--container .tableWrap-nodeHistSummary{height:100%;display:flex;flex-direction:column}.tactical--container .tableWrap-nodeHistSummary .ant-spin{color:#e53e3e}.tactical--container .tableWrap-nodeHistSummary .ant-spin-nested-loading{height:100%;position:relative}.tactical--container .tableWrap-nodeHistSummary .ant-spin-nested-loading .ant-spin-dot{position:relative;left:auto;height:auto;width:auto}.tactical--container .tableWrap-nodeHistSummary .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.OFMultiSelect.readOnly input{background:#f5f5f5}.OFMultiSelect .dropDownOptions{background:#fff;border-bottom:1px solid #ddd;box-shadow:0 -1px 3px rgba(0,0,0,.15);padding:7px 12px;position:relative;z-index:999;display:flex;align-items:center}.OFMultiSelect .virtualizedDropDownList{box-shadow:0 2px 8px rgba(0,0,0,.15);background:#fff;border-radius:0 0 4px 4px}.OFMultiSelect .virtualizedDropDownList .item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:unset;display:flex;align-items:center}.OFMultiSelect .virtualizedDropDownList .item span:first-child{margin-top:5px}.OFMultiSelect .virtualizedDropDownList .item.selected{font-weight:600;background-color:#fafafa}.OFMultiSelect .virtualizedDropDownList .item.hoverEffect{background:#e6f7ff}.OFMultiSelect .virtualizedDropDownList .item:hover{background:#fafafa}.OFMultiSelect .virtualizedDropDownMenu{min-width:unset!important}.OFTable{position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1);min-height:0;height:100%;background:#fafafa}.OFTable .tableTitle{font-weight:600;padding:5px;font-size:16px;border-bottom:1px solid #ddd}.OFTable .superHeader{background:#fafafa;height:20px;text-align:center;font-weight:700;border-bottom:1px solid #e5e5e5;box-shadow:-1px 0 0 #e5e5e5;border-right:1px solid #e5e5e5;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.OFTable .superHeader:hover{background:#f2f2f2}.OFTable .colTotalsContainer{position:relative;display:flex;height:24px;margin-top:1px}.OFTable .colTotalsContainer .colTotalsCell{height:100%;text-align:center;border-right:1px solid #e5e5e5;font-weight:700;line-height:24px;overflow:hidden;padding:0 5px;border-top:1px solid #e5e5e5;background:#fff}.OFTable .colTotalsContainer .colTotalsCell.empty{background:#fafafa}.OFTable .colTotalsContainer.pinned .colTotalsCell:last-child{border-right:1px solid #ccc}.OFTable .emptySuperHeader{border-bottom:1px solid #e5e5e5;background:#fafafa;height:20px;width:0}.OFTable .emptySuperHeader.fixed{position:absolute;z-index:1}.OFTable .emptySuperHeader.fixed:last-child{border-right:1px solid #ccc}.OFTable .noData,.OFTable .tableLoader{height:calc(100% - 65px);position:-webkit-sticky;position:sticky;z-index:999;background:hsla(0,0%,98%,.55);width:100%;margin:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.OFTable .noData svg,.OFTable .tableLoader svg{height:100px;width:100px}.OFTable .noData p,.OFTable .tableLoader p{font-size:15px}.OFTable .tableMenu{border-bottom:1px solid #e5e5e5;background:#fafafa;padding:5px;display:inline-flex;overflow:auto}.OFTable .tableMenu .showFiltersToggle{margin-right:5px;border-radius:4px;width:24px;height:24px;border:1px solid #d9d9d9}.OFTable .tableMenu .showFiltersToggle:after,.OFTable .tableMenu .showFiltersToggle:before{top:2px;border-radius:4px}.OFTable .tableMenu .showFiltersToggle:after{left:2px}.OFTable .tableMenu .showFiltersToggle.ant-switch-checked:after{left:98%}.OFTable .tableMenu .globalSearch{overflow:hidden;display:flex;width:0;transition:width .2s ease-in-out}.OFTable .tableMenu .globalSearch .searchInput{width:100%;margin-right:-1px;z-index:2;flex:1}.OFTable .tableMenu .globalSearch .searchInput input{border-radius:0;border-color:#40a9ff;width:100%;padding-right:unset}.OFTable .tableFooter{background:#eee}.OFTable .tableFooter .footerTotals{border-top:1px solid #e5e5e5;display:flex}.OFTable .tableFooter .footerTotals .footerColumn{white-space:nowrap;border-right:1px solid #e5e5e5;text-align:right;padding:0 5px;overflow:hidden}.OFTable .tableFooter .footerStats{border-top:1px solid #e5e5e5;display:flex;height:29px}.OFTable .tableFooter .footerStats .leftAlign{position:absolute;float:left;display:flex}.OFTable .tableFooter .footerStats .rightAlign{padding:2px;right:0;position:absolute}.OFTable .VTable{flex:auto 1}.OFTable .VTable.noFilters .os-scrollbar-vertical{top:30px}.OFTable .VTable .os-scrollbar-vertical{top:71px}.OFTable .VTable .tableCells{overflow-anchor:none;touch-action:auto}.OFTable .VTable .tableCells .os-content{will-change:transform}.OFTable .VTable .tableCells .os-viewport{will-change:unset}.OFTable .VTable .tableHeader{box-shadow:0 1px 2px 0 rgba(0,0,0,.1);z-index:10}.OFTable .VTable .tableHeader .fixedHeader{position:-webkit-sticky;position:sticky;z-index:10}.OFTable .VTable .fixedRows,.OFTable .VTable .tableHeader .fixedHeader.lastFixed{border-right:1px solid #ccc}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableColumn{white-space:nowrap;border-right:1px solid #f2f2f2;text-align:center;position:relative;background:#fff}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableColumn .headerTitle{overflow:hidden;border-bottom:1px solid #f2f2f2;cursor:pointer;height:30px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableColumn.subColumn{padding:2px 5px;font-weight:700;overflow:hidden;border-right:1px solid #d9d9d9}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableColumn .resizer{display:inline-block;background:transparent;width:4px;height:100%;position:absolute;right:0;top:0;-webkit-transform:translateX(50%);transform:translateX(50%);z-index:1;touch-action:none;cursor:col-resize}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableColumn .resizer:hover{background:#ddd}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableColumn .-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableColumn .-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableFilter{white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;text-align:center;height:42px}.OFTable .VTable .ReactVirtualized__Grid__innerScrollContainer .tableFilter .filterBadge{display:block}.OFTable .VTable .dndRow .cell{background:#ddd!important;border-right:1px solid #ddd!important}.OFTable .VTable .dndRow .cell.odd{background:#ddd!important}.OFTable .VTable .staticRow{display:flex;background:#fafafa}.OFTable .VTable .staticRow .fixedCol{background:#fafafa}.OFTable .VTable .staticRow.odd,.OFTable .VTable .staticRow.odd .fixedCol{background:#fff}.OFTable .VTable .staticRow.odd .selected{background:#9dd4ff}.OFTable .VTable .staticRow:hover,.OFTable .VTable .staticRow:hover .fixedCol{background:#f3f3f3}.OFTable .VTable .staticRow:hover .selected{background:#9dd4ff}.OFTable .VTable .cell{overflow:hidden;white-space:nowrap;border-right:1px solid #f2f2f2;border-bottom:1px solid #ddd;cursor:pointer;display:flex;align-items:center;position:relative;height:100%}.OFTable .VTable .cell.noAnimation *,.OFTable .VTable .cell.noAnimation :after,.OFTable .VTable .cell.noAnimation :before{-webkit-animation:none!important;animation:none!important;transition:none!important}.OFTable .VTable .cell.pinned{background:#f1efe9}.OFTable .VTable .cell.selected{background:#9dd4ff;border-right:1px solid #9dd4ff}.OFTable .VTable .cell.fixedCol{position:-webkit-sticky;position:sticky;z-index:10}.OFTable .VTable .cell.fixedCol.lastFixed{border-right:1px solid #ccc}.OFTable .VTable .cell .statusColor.err{color:#d62f1d}.OFTable .VTable .cell .statusColor.succ{color:#2faf21}.OFTable .VTable .cell .violation{color:#f5222d;font-weight:700}.OFTable .VTable .cell .warning{color:#ffa700;font-weight:700}.OFTable .VTable .cell .closeEdit{background:#c8c8c8;position:absolute;right:0;top:0;border-radius:50%}.OFTable .VTable .cell .rowIndex{font-size:11px;color:#737373;margin:auto}.OFTable .VTable .cell.clickableCell{padding:0}.OFTable .VTable .cell.clickableCell>:first-child{padding:9px}.OFTable .VTable .cell.clickableCell:hover{background:#dadada}.OFTable .VTable .lastCell{padding-bottom:10px}.tableContextMenu{border:none;position:-webkit-sticky!important;position:sticky!important;-webkit-animation-name:fadeIn!important;animation-name:fadeIn!important;-webkit-animation-duration:.3s;animation-duration:.3s;z-index:10}.tableContextMenu .dropDown{padding:0;overflow:auto}.tableContextMenu .dropDown .ant-dropdown-menu-item:hover{background-color:#e6f7ff!important}.tableOptionDropDown .active{box-shadow:inset 4px 0 0 #1890ff}.mainSortableColumn{display:flex;width:-webkit-max-content;width:max-content}.innerSortableColumn{display:flex}.innerSortableColumn .subCols{border:1px solid #ddd;border-top:none;border-bottom:none}.cols{border:1px solid #ddd;background:#fff;cursor:pointer;z-index:999999;margin-left:-1px}.cols .colControls{display:flex;font-size:9px}.cols .columnHeader{padding:8px;width:100%;text-align:center;font-weight:700;border-top:1px solid #ddd;line-height:18px;white-space:nowrap;overflow:hidden}.cols i{padding:8px;cursor:pointer}.cols i:hover{background:#f3f3f3}.cols:first-child{margin-left:0}.subCols{border-left:1px solid #ddd;background:#fff;cursor:pointer;z-index:999999;border-right:1px solid #ddd;margin-left:-1px}.subCols .colControls{display:flex;font-size:9px}.subCols .columnHeader{padding:8px;width:100%;text-align:center;font-weight:700;border-top:1px solid #ddd;line-height:18px;white-space:nowrap;overflow:hidden}.subCols i{padding:8px;cursor:pointer}.subCols i:hover{background:#f3f3f3}.subCols:last-child{margin-right:-1px}.reorderColumnsContainer{display:flex;flex-direction:column;border-right:unset;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.headers{display:flex;background:#fafafa;text-align:center;border-bottom:1px solid #ddd;height:25px;width:100%}.headers i{font-size:9px}.addonOverride .ant-input-group-addon{padding:0;width:31px}.virtualSelect{width:250px;margin-right:10px}.checkBoxLabel{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:200px}.Tactical_toolbarButton__hSBXK{margin-right:5px;width:32px!important}.Tactical_toolbarButton__hSBXK button{width:32px!important}.tactical--container .generateMapColor>div:first-child{border-radius:4px 0 0 4px;height:24px!important}.tactical--container .formLabel{font-weight:600}.tactical--container.inflationModal .averageSelection{width:150px;margin-top:2px;display:block}.clusterSet--select{width:120px}.clusterSet--button{border-top-left-radius:0;border-bottom-left-radius:0}.clusterButton{border-radius:0 4px 4px 0;vertical-align:bottom;margin-left:-1px}.clusterRemoveButton{border-radius:unset!important;margin-left:-1px}.serviceCodeBadge{cursor:pointer;margin-right:5px;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;padding:0 5px}.serviceCodeBadge:hover{background:#e8e8e8}.serviceCodeBadge.noOverride{opacity:.5}.clusterFileSelector{display:inline!important}.clusterFileSelector,.clusterFileSelector button{border-radius:4px 0 0 4px;max-width:108px;overflow:hidden}.forecast--Container{display:flex;margin-top:10px}.forecast--Container .ant-form-item-label{line-height:unset;margin-top:-20px}.tactical--container .resourceTemplateButton{border-radius:0 4px 4px 0;vertical-align:bottom;margin-left:-1px}.tactical--container .cloneScenarioField{border-radius:4px 0 0 4px}.tactical--container .inputCheckbox{align-self:center;margin-top:18px;margin-right:15px}.tactical--container .addressTabs .ant-tabs-tab{transition:none!important;-webkit-animation:none!important;animation:none!important}.tactical--container .addressTabs .ant-tabs-content{padding:0}.tactical--container.drawerContainer .crudHeader{position:-webkit-sticky;position:sticky;font-size:16px;z-index:9;top:0;width:100%;border-bottom:1px solid #e9e9e9;padding:10px 16px;background:#fff}.tactical--container.drawerContainer .crudFooter{position:fixed;right:0;bottom:0;width:750px;border-top:1px solid #e9e9e9;padding:10px 16px;background:#fff;text-align:right;z-index:99}.TpvImportResourceMenu>*{margin:5px 2.5px}.planHealthAssessment{border-radius:5px;padding:0 5px;background-color:initial;transition:background-color .3s;cursor:pointer;line-height:24px}.planHealthAssessment.disabled{cursor:not-allowed}.planHealthAssessment:hover{background-color:#dadada}.tacticalPlanPopover .ant-popover-inner-content{padding:0}.resizingPanelContainer{height:100%;display:flex;flex-direction:column;overflow:hidden}.resizingPanelContainer .resizingIcons{display:flex;justify-content:center;align-items:center;height:100%;min-width:200px;color:#c5c5c5;font-size:50px}.resizingPanelContainer .resizingIcons .animateLeft{-webkit-animation:slideInLeft 1s infinite;animation:slideInLeft 1s infinite}.resizingPanelContainer .resizingIcons .animateRight{-webkit-animation:slideInRight 1s infinite;animation:slideInRight 1s infinite}.resizingPanelContainer .resizingIcons .resizingTitle{font-size:20px;margin-top:-15px}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-25%,0,0);transform:translate3d(-25%,0,0)}50%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-25%,0,0);transform:translate3d(-25%,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-25%,0,0);transform:translate3d(-25%,0,0)}50%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-25%,0,0);transform:translate3d(-25%,0,0)}}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(25%,0,0);transform:translate3d(25%,0,0)}50%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(25%,0,0);transform:translate3d(25%,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(25%,0,0);transform:translate3d(25%,0,0)}50%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(25%,0,0);transform:translate3d(25%,0,0)}}.virtualizedDropDown input{cursor:pointer;font-weight:unset;padding-right:45px!important}.virtualizedDropDown .inputArrow{color:rgba(0,0,0,.25);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.virtualizedDropDown .inputArrow.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.virtualizedDropDownList{box-shadow:0 2px 8px rgba(0,0,0,.15);background:#fff;border-radius:4px}.virtualizedDropDownList .item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis}.virtualizedDropDownList .item .itemOverlay{cursor:pointer;position:absolute;width:100%;height:100%;top:0;left:0}.virtualizedDropDownList .item.selected{color:#1890ff;font-weight:600;background-color:#fafafa;box-shadow:inset 4px 0 0 0 #1890ff}.virtualizedDropDownList .item:hover{background:#fafafa}.virtualizedDropDownList .item.disabled{background:#fff;opacity:.5}.virtualizedDropDownList .item.disabled .disabledOverlay{cursor:not-allowed;position:absolute;width:100%;height:100%;top:0;left:0}.virtualizedDropDownList .item.hoverEffect{background:#e6f7ff}.virtualizedDropDownMenu{min-width:unset!important}.ant-carousel .slick-slide{height:100%;line-height:160px;overflow:hidden;margin-top:-30px}.ant-carousel .slick-slide h3{color:#000}.ant-statistic{display:table-cell}.calendarDayCell{text-align:center;cursor:pointer;padding:4px;border-radius:4px;border:1px solid #fff}.calendarDayCell:hover{background:#f5f5f5}.calendarDayCell.between,.calendarDayCell.hover{background:#e6f7ff}.calendarDayCell.otherMonthDay{color:#ccc;background:#fff}.calendarDayCell.today{border:1px solid #1890ff}.calendarDayCell.selected{color:#fff;background:#1890ff}.calendarDayCell.disabled{background:#e9e9e9;color:#acacac}.calendarTimeSelector{padding:10px 15px;display:flex}.planSelectorContainer{z-index:1}.planSelectorTabs{display:flex;flex-direction:column;flex:1}.planSelectorTabs .planSelectorTabPanel{padding:5px}.planSelectorTabs .ant-tabs-content{display:flex;flex-direction:column;flex:1;height:0}.planSelectorTabs .ant-tabs-tabpane-active.planSelectorTabPanel{display:flex;flex-direction:column;height:100%;flex:1;height:0}.planSelectorTabs .ant-tabs-tabpane-inactive.planSelectorTabPanel{display:none}.editingErrorModal--list{list-style:disc;margin-left:10px}.tactical--container{margin-bottom:3px}.tactical--container .statsRow td,.tactical--container .statsRow th{padding:2px 5px!important}.tactical--container .histAnalysis-statsRow td,.tactical--container .histAnalysis-statsRow th{padding:2px 5px!important;width:50%!important}.tactical--container .mapAddressSearch{width:193px;position:absolute;top:40px;z-index:10;left:4px}.tactical--container .map{height:calc(100% - 35px);width:100%}.tactical--container .tacticalMapToolbar{padding:5px 0;background-color:#fff;border-bottom:1px solid #d3d3d3;display:flex;overflow-y:auto}.tactical--container .tacticalMapToolbar .sidePanelBtn{display:flex;position:fixed;z-index:10;background:#fff}.tactical--container .tacticalMapToolbar .sidePanelBtn .divider{display:flex;position:absolute;z-index:99;margin-left:40px;top:0}.tactical--container .tacticalMapToolbar .sidePanelBtn .divider.alignMargin{margin-left:3px}.tactical--container .tacticalMapToolbar .sidePanelBtn .fixedDivider{height:24px;top:0;margin:0 3px}.tactical--container .tacticalMapToolbar .toolbarHolder{display:flex;margin-left:91px}.tactical--container .tacticalMapToolbar button{min-width:32px;margin-right:5px}.tactical--container .tacticalMapToolbar .divider{flex:none;height:100%;top:0}.tactical--container .tacticalMapToolbar .divider.alignMargin{margin-left:3px}.tactical--container.planDateSelector{width:550px;margin:-9px -16px;cursor:pointer}.tactical--container.planDateSelector .cell{width:25px;height:25px;margin:auto;text-align:center;border-radius:4px;border:1px solid #fff;display:block;line-height:22px}.tactical--container.planDateSelector .cell:hover{background:#e6f7ff}.tactical--container.planDateSelector .cell.otherMonth{opacity:.4}.tactical--container.planDateSelector .cell.multiSelected{border:1px solid #00d200;background:#00d200;color:#fff}.tactical--container.planDateSelector .cell.bulk-active{border:3px solid #00d200}.tactical--container.planDateSelector .cell.bulk-inactive{border:3px solid #1890ff}.tactical--container.planDateSelector .cell.selected{border:1px solid #1890ff;background:#1890ff;color:#fff}.tactical--container.planDateSelector .cell.selected.active{border:1px solid #00d200;background:#00d200}.tactical--container.planDateSelector .cell.disabled{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.tactical--container.planDateSelector .cell.disabled.currentDate{border:1px solid #1890ff}.tactical--container.planDateSelector .cell.disabled.clickable{cursor:pointer}.tactical--container.planDateSelector .dateFilters{display:flex}.tactical--container.planDateSelector .dateFilters .dateOption ul>:nth-child(2){width:0}.tactical--container .mapContainer{height:100%;display:flex;flex-direction:column;flex:1}.tactical--container .mapContainer .gm-style-iw{padding:0!important;box-shadow:0 1px 2px 0 #b5b5b5!important}.tactical--container .mapContainer .gm-style-iw .gm-style-iw-d{overflow:auto!important}.tactical--container.scenarioManager{display:flex;height:500px}.tactical--container.scenarioManager .cell{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;line-height:22px}.tactical--container.scenarioManager .ant-fullcalendar-calendar-body{height:430px}.tactical--container.scenarioManager .ant-fullcalendar-table{height:100%}.tactical--container .tableCheckbox .ant-checkbox{top:auto}.tactical--container.dateSelector{max-width:260px;min-width:260px}.tactical--container.drawerContainer>:first-child,.tactical--container.drawerContainer>:nth-child(2){transition:none;-webkit-animation:none;animation:none}.tactical--container.actionTable .ant-table-body{margin:0}.tactical--container.actionTable .ant-pagination{margin:10px 0 0}.tactical--container .mapLegendContainer{background:#fff;display:flex;flex-direction:row;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;padding:5px;border-radius:4px;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);max-height:350px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:auto}.tactical--container .mapLegendContainer div{height:20px;margin-bottom:3px}.tactical--container .mapLegendContainer div:last-child{margin-bottom:0}.tactical--container .mapInfoContainer{position:absolute;z-index:1;bottom:300px;left:0;margin-left:-3px;height:0;display:inline-flex}.tactical--container .mapInfoContainer .clusterInfoContainer{height:115px;background:#fff;padding:5px;border-radius:4px;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);margin-bottom:5px;width:480px}.tactical--container .mapInfoContainer .clusterInfoContainer .clusterInfoStats span{display:inline}.tactical--container .mapInfoContainer .clusterInfoContainer .clusterInfoStats .ant-statistic-content-suffix{margin-left:2px;font-size:13px}.tactical--container .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.tactical--container .marker-label{text-shadow:1px 1px 10px #fff}.updatedKPIModal .tabContainer{display:flex;flex-direction:column;flex:1}.updatedKPIModal .tabContainer .ant-tabs-content{display:flex;flex-direction:column;flex:1;height:0}.updatedKPIModal .tabContainer .ant-tabs-tabpane-active.tabPanel{display:flex;flex-direction:column;height:100%;flex:1;height:0;padding:10px}.updatedKPIModal .tabContainer .ant-tabs-tabpane-inactive.tabPanel{display:none}.drawerTable{height:280px}.drawerTable .rt-thead .rt-resizable-header{white-space:unset;text-overflow:unset}.OFMapTooltip{position:fixed;background:#fff;border-radius:5px;box-shadow:0 1px 2px 0 #b5b5b5!important;width:-webkit-max-content;width:max-content;z-index:10}.GanttChart,.OFMapTooltip{overflow:hidden;display:flex}.GanttChart{flex-direction:column}.GanttChart .newDay{position:absolute;height:100%;top:24px;border-right:1px dashed #e2a2a2}.GanttChart .ganttRuler{position:absolute;top:22px;font-weight:700;z-index:3;border-left:1px dashed #000;height:100%}.GanttChart .ganttRuler .rulerIndicator{left:-35px;top:8px;position:absolute}.GanttChart .ganttNode{-webkit-user-select:none;user-select:none;position:relative}.GanttChart .labelStyle{left:0;padding-left:2px;padding-right:4px;font-size:80%;line-height:1.7px;font-weight:700;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.GanttChart .ganttWideStyle{position:absolute;top:0;bottom:0}.GanttChart .ganttItemStyle,.GanttChart .ganttTimeAreaStyle{position:absolute;top:4px;bottom:4px}.GanttChart .ganttTimeAreaStyle{background:#c2def8;border-radius:4px;opacity:.7}.GanttChart .ganttItemNarrowStyle{position:absolute;top:6px;bottom:6px}.GanttChart .ganttItemNarrowerStyle{position:absolute;top:8px;bottom:8px}.GanttChart .labelWrapperStyle{position:absolute;top:4px;bottom:4px;font-size:90%;font-weight:700;background:#000;color:#fff;opacity:.6;border-radius:5px;text-align:center;padding:1px 4px}.GanttChart .sequenceNoStyle{color:#fff;border-radius:4px;font-size:12px;width:24px;height:16px;display:flex;align-items:center;justify-content:center;text-align:center}.GanttChart .ganttTimeline{padding:5px;position:relative;z-index:9}.GanttChart .ganttTimeline .routeRef{position:absolute;left:-13px;z-index:2;top:-6px;background:#fff;padding-left:3px;padding-bottom:19px}.GanttChart .ganttTimeline .hoursLabel{padding:"2px 3px";background:#e6e6e6;font-weight:700;width:20px;text-align:center;border-radius:3px;margin-left:-10px}.GanttChart .ganttTimeline .hoursLabel.nextDay{background:#e2a2a2;color:#fff}.GanttChart .ganttTimeline .minutesRuler{position:absolute;border-right:1px solid #ddd;border-bottom:1px solid #ddd;bottom:-7px}.GanttChart .ganttTimeline .minutesRuler.nextDay{border-right:1px solid #e2a2a2;border-bottom:1px solid #e2a2a2}.ganttTooltipBody{margin:-12px -16px}.ganttColorDefinitions{display:flex;flex-direction:column}.ganttColorDefinitions .definitionRow{display:flex;margin-top:5px}.ganttColorDefinitions .timeWindow{padding:8px;background:#c2def8;border-radius:4px;margin-right:10px}.ganttColorDefinitions .overtime{padding:8px;background:#f0eeb7;border-radius:4px;margin-right:10px}.jobTypeIndicator{display:flex}.jobTypeIndicator span{margin-right:3px}.jobTypeIndicator span:last-child{margin-right:0}.jobTypeChip{margin:0 1px;width:30px;text-align:center;border-radius:3px;font-size:11px;border:1px solid #d3d3d3}.ActivityViewer_activitySider__2Xa_t{-webkit-animation:ActivityViewer_slideInFromRight__3lznj 1s;animation:ActivityViewer_slideInFromRight__3lznj 1s;transition:all .3s;border-left:1px solid #d9d9d9}.ActivityViewer_tabPanel__1Q-2e{height:100%}.ActivityViewer_activityViewerCloseButton__2Yzvu{height:35px;cursor:pointer;transition:box-shadow .3s;line-height:35px;border-right:1px solid #d9d9d9;padding:0 10px;margin-top:-5px;margin-left:-10px;margin-right:5px}.ActivityViewer_activityViewerCloseButton__2Yzvu:hover{box-shadow:5px 0 5px -2px rgba(33,33,33,.2)}.ActivityViewer_activityViewerTitleContainer__2jfAo{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9;overflow-x:auto}.ActivityViewer_activityViewerBreadCrumbsContainer__V_Zht{padding:8px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__V_Zht .ActivityViewer_breadCrumbIcon__1QxmL{padding-right:5px}.ActivityViewer_routeTitle__3-Rp8{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.ActivityViewer_activityTabsContainer__rleCA{height:100%;display:flex;flex-direction:column}.ActivityViewer_tableContainer__1gDzK{border-radius:5px;margin-bottom:10px}.ActivityViewer_activityStatusBar___aT8g{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_tabMainPanel__1_yCF{overflow-y:auto;height:100%;padding:10px}.ActivityViewer_nodeTable__1JXOG td{padding:0!important;cursor:pointer}.ActivityViewer_activityToggle__7uXiB{background:#fafafa;flex:0 0 15px;display:flex;border-left:1px solid #d9d9d9;cursor:pointer;align-items:center;z-index:1}.ActivityViewer_activityToggle__7uXiB:hover{background:#eee}.OFMapSearchBox{background:#fff;width:100%;border-left:1px solid #ddd;border-top:none!important}.OFMapSearchBox.OFMapSearchBoxDropDown{width:269px;border-radius:0 0 4px 4px;border:none}.OFMapSearchBox input{border-radius:0 5px 5px 0;width:100%;height:100%;box-shadow:none;border:none}.OFMapSearchBox input:focus{box-shadow:none}.OFMapSearchBox .loadingPlaceholder{width:100%;text-align:center;padding:20px}.OFMapSearchBox .lookupList{box-shadow:0 2px 0 2px rgba(0,0,0,.07);background:#fff;border-radius:0 0 4px 4px;width:100%!important;max-width:300px;overflow:hidden}.OFMapSearchBox .lookupList .item{position:relative;padding:5px 8px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:11px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:unset;display:flex;white-space:normal}.OFMapSearchBox .lookupList .item.hoverEffect{background:#e6f7ff}.OFMapSearchBox .lookupList .item:hover{background:#f1f1f1}.OFRouteUtilisation{height:100%;position:relative}.OFRouteUtilisation .chartWrapper{width:100%;height:calc(100% - 55px);overflow-x:auto;overflow-y:hidden}.OFRouteUtilisation .menus{padding:5px;border-bottom:1px solid #ddd;background:#f9f9f9}.OFRouteUtilisation .routeUtilisationTooltip{background:#f9f9f9;border-bottom:1px solid #ddd;display:flex;align-items:center}.OFRouteUtilisation .routeUtilisationTooltip .item{padding:2px 5px}.nodeOverlapPanelContainer_TPV{width:300px;max-height:221px;position:absolute;background-color:#fff;margin-left:10px;bottom:40px;border:1px solid #ddd;font-weight:400;z-index:10;cursor:pointer;overflow:hidden;border-radius:5px}.nodeOverlapPanelContainer_TPV .header{padding:10px;border-bottom:1px solid #ddd;font-weight:600;text-align:center}.nodeOverlapPanelContainer_TPV .listsHeader{display:flex;background:#eee;border-bottom:1px solid #ddd}.nodeOverlapPanelContainer_TPV .listsHeader span{flex:1;font-weight:600;padding:5px 10px}.nodeOverlapPanelContainer_TPV .itemRow{display:flex;border-bottom:1px solid #e8e8e8}.nodeOverlapPanelContainer_TPV .itemRow .selected{position:absolute;left:0;top:0;background:#1890ff;height:100%;width:3px}.nodeOverlapPanelContainer_TPV .itemRow .item{margin:8px;flex:1}.nodeOverlapPanelContainer_TPV .itemRow:hover{background:#c3e2ff}.impactAssessmentTable{margin-bottom:16px}.impactAssessmentTable .noViolation{color:#3f8600}.impactAssessmentTable .violation{color:#f5222d}.impactAssessmentTable .warning{color:#ffa700;font-weight:700}.impactAssessmentTable .ant-table-thead{background:#fafafa;border-right:1px solid #e8e8e8}.impactAssessmentTable .ant-table-body{margin:0!important}.impactAssessmentTable .tableRowHeader{font-weight:700}.impactAssessmentTab .ant-descriptions-title{margin-bottom:0}.impactAssessmentTab .actionStats{display:flex;width:80%;margin:0 auto 10px}.failedAssessment{display:flex;align-items:center;justify-content:center;height:100%;width:100%;flex-direction:column;width:70%;margin:auto}.failedAssessment .warningIcon{font-size:18px;color:#faad14}.failedAssessment .errorMsg{font-size:14px;font-weight:700;text-align:center;margin:25px 0 0}.failedAssessment .impactedRoutes .routeRefBadge{margin:5px}.mapComponent{display:flex;flex-direction:column;overflow:hidden;flex:1}.mapComponent .toolBar{display:flex;border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;padding:0 10px;height:45px}.mapComponent .toolBar .slider{flex:1 1;margin:auto 30px 23px}.mapComponent #impactAssessmentMap{border-left:1px solid #e8e8e8;height:100%;width:100%;flex:1}.OFCheckbox{display:flex;align-items:center}@supports (-webkit-appearance:none) or (-moz-appearance:none){.OFCheckbox input[type=checkbox]{--active:#1890ff;--active-inner:#fff;--border:#bbc1e1;--border-hover:#1976d2;--background:#fff;--disabled:#f5f5f5;--disabled-border:#d9d9d9;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;height:18px;width:18px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--background);background:var(--b,var(--background))}.OFCheckbox input[type=checkbox]:after{content:"";display:block;left:0;top:0;position:absolute}.OFCheckbox input[type=checkbox]:checked{--b:var(--active);--bc:var(--active);--d-o:0.3s;--d-t:0.6s;--d-t-e:cubic-bezier(0.2,0.85,0.32,1.2)}.OFCheckbox input[type=checkbox]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}.OFCheckbox input[type=checkbox]:disabled+label{cursor:not-allowed}.OFCheckbox input[type=checkbox]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}.OFCheckbox input[type=checkbox]:after{opacity:0;opacity:var(--o,0)}.OFCheckbox input[type=checkbox]:checked{--o:1}.OFCheckbox input[type=checkbox]+label{font-size:13px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:8px}.OFCheckbox input[type=checkbox]{border-radius:4px}.OFCheckbox input[type=checkbox]:after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:6px;top:3px;-webkit-transform:rotate(20deg);transform:rotate(20deg);-webkit-transform:rotate(var(--r,20deg));transform:rotate(var(--r,20deg))}.OFCheckbox input[type=checkbox]:checked{--r:43deg}.OFCheckbox input[type=checkbox]:disabled{border:1px solid var(--disabled-border)}.OFCheckbox input[type=checkbox]:disabled:after{--active-inner:var(--disabled-border)}.OFCheckbox input[type=checkbox].indeterminate{--b:#fff}.OFCheckbox input[type=checkbox].indeterminate:after{top:8px;left:8px;width:8px;height:8px;background-color:#1890ff;border:none;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.OFCheckbox input[type=checkbox].indeterminate:disabled{--b:var(--disabled)}.OFCheckbox input[type=checkbox].indeterminate:disabled:after{background-color:var(--disabled-border)}}.RouteMap_quickDragModePopup__1F7QZ{position:absolute;width:91px;height:24px;line-height:24px;top:110px;left:0;right:0;margin-left:auto;margin-right:auto;z-index:2;background:#fff;text-align:center;border-radius:10px;font-weight:700;font-size:12px;box-shadow:0 2px 15px 0 rgba(0,0,0,.15);-webkit-animation:RouteMap_pop-in__2MAAX .3s;animation:RouteMap_pop-in__2MAAX .3s}.RouteMap_quickDragModePopupOut__34JqC{-webkit-animation:RouteMap_pop-out__3Drem .3s;animation:RouteMap_pop-out__3Drem .3s}.RouteMap_timelineBar__32vMy{text-align:center;height:25px;background-color:#fff;cursor:default;font-weight:700;border-top:1px solid #e2e2e2;cursor:pointer}.RouteMap_timelineBar__32vMy:hover{background-color:#e2e2e2}.RouteMap_flexDisplayCol__2nLL9{height:100%;display:flex;flex-direction:column}.RouteMap_flexDisplayRow__3RQbZ{height:100%;display:flex;flex-direction:row}@-webkit-keyframes RouteMap_pop-in__2MAAX{0%{opacity:0;-webkit-transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes RouteMap_pop-in__2MAAX{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes RouteMap_pop-out__3Drem{0%{opacity:1;-webkit-transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5)}}@keyframes RouteMap_pop-out__3Drem{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}.routePathModal .routePathMapContainer .nodeOverlapContainer{position:absolute;left:15px;bottom:15px;background:#fff;width:200px;box-shadow:0 1px 2px #ababab}.depotAreaStatus{position:absolute}.depotDayContainer{position:absolute;display:inline-flex;z-index:1;bottom:3px;left:5px}.squareSwitch{margin-left:5px;border:1px solid #d9d9d9;height:24px;border-radius:4px;min-width:50px}.squareSwitch.ant-switch-checked:after{left:95%}.squareSwitch:after{width:16px;height:16px;border-radius:4px;top:3px;left:5%}.dropUpButton{font-size:11px!important;line-height:15px!important;margin-top:3px;padding-right:5px;min-width:150px;width:100%}.dropUpButton .btn{width:100%}.dropUpButton .show{top:-2px!important}.dropUpButton+ul{width:320px;margin-bottom:6px!important}.dateSelectorDropup{margin-right:5px;height:21px;width:160px;font-weight:700}.OFDepotUtilisation{height:100%;position:relative;display:flex;flex-direction:column}.OFDepotUtilisation .menus{margin:10px;display:flex;align-items:center}.Route_map__WwE1p{flex:1}.Route_toolbarButton__37Kgc{margin-right:5px;width:32px!important}.Route_toolbarButton__37Kgc button{width:32px!important}.Route_nodeContextMenu__1oTe3{z-index:1000;min-width:170px!important;max-width:170px!important}.Route_clusterContextMenu__3vh-c{z-index:1000;min-width:195px!important;max-width:220px!important}.Route_routeMapToolbarBadge__3w0XU sup{height:16px;width:16px;line-height:16px;padding:0;min-width:16px;font-size:10px}.Route_panelContainer__M_Q8_{height:100%;display:flex;width:100%;overflow-x:hidden}.Route_fixedMessage__1z1w2{padding:5px;text-align:center;background:#e53e3e;color:#fff}.rvScenarioControl{padding:5px;font-weight:700;border-bottom:1px solid #d9d9d9;display:flex}.rvScenarioControl .ant-divider{background:#a9a9a9}.rvScenarioControl .percentage{width:130px}.rvScenarioControl .percentage .ant-progress{vertical-align:text-bottom}.rvScenarioControl .controlItems{display:flex;align-items:center}.ActivityViewer_activitySider__2Mv_q{-webkit-animation:ActivityViewer_slideInFromRight__2eQSa 1s;animation:ActivityViewer_slideInFromRight__2eQSa 1s;transition:all .3s;border-left:1px solid #d9d9d9}.ActivityViewer_tabPanel__3Nyni{height:100%}.ActivityViewer_activityViewerTitleContainer__1ERWe{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__3OaQ4{padding:8px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__3OaQ4 .ActivityViewer_breadCrumbIcon__3QD2P{padding-right:5px}.ActivityViewer_routeTitle__LDQZ3{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.ActivityViewer_activityTabsContainer__2a61F{height:100%;display:flex;flex-direction:column}.ActivityViewer_tableContainer__1zSyZ{border-radius:5px;margin-bottom:10px}.ActivityViewer_activityStatusBar__3BiAo{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_tabMainPanel__1NYxV{overflow-y:auto;height:calc(100% - 21px);padding:10px}.ActivityViewer_nodeTable__K3iQy td{padding:0!important;cursor:pointer}.ActivityViewer_activityToggle___9G2w{background:#fafafa;flex:0 0 15px;display:flex;border-left:1px solid #d9d9d9;cursor:pointer;align-items:center;z-index:1}.ActivityViewer_activityToggle___9G2w:hover{background:#eee}.ActivityViewer_noteMessage__2IgZs{padding:5px;border-radius:4px;display:flex;flex-direction:column;width:100%;border:1px solid #d9d9d9;margin-bottom:10px}.routeManifestSider .manifestHeader .headerRouteRef{max-width:140px!important;min-width:140px!important}.routeManifestSider .manifestHeader .headerStatChip{width:38px;text-align:center}.RVTimelineCard .violations div:last-child{border-bottom:unset}.RVTimelineCard .violations div{border-bottom:1px solid #ddd}.RVTimelineCard .timelineItem .itemStory .replenishRegionHouse svg,.RVTimelineCard .timelineItem .nodeStory .replenishRegionHouse svg,.RVTimelineCard .timelineItem .nodeStoryItem .replenishRegionHouse svg{width:10px}.RVTimelineCard .timelineItem .nodeStory{font-size:10px}.performanceMonitorTable .ant-table{border:none}.performanceMonitorTable .ant-table-body{margin:0!important;overflow:auto}.performanceMonitorTable .ant-table-thead{background:#fbfbfb}.performanceMonitorTable .chartBar{float:left;width:35px;margin-right:5px;display:flex;flex-direction:column-reverse;height:100%}.performanceMonitorTable .chartBar:hover{background:#eee}.performanceMonitorTable .maxValueMarker{position:absolute;bottom:0;left:-50px;top:0;border-top:1px solid #fc8181}.performanceMonitorTable .maxValueMarker .label{background:#fc8181;width:45px;padding:5px;color:#fff}#RVMapComponent .mapTooltip{min-width:191px;-webkit-user-select:none;user-select:none}#RVMapComponent .mapTooltip .tooltipContent>div{display:flex;border-bottom:.1rem solid #e8e8e8}#RVMapComponent .mapTooltip .tooltipContent>div:last-child{border-bottom:none}#RVMapComponent .mapTooltip .tooltipContent .title{background:#fafafa;border-right:.1rem solid #e8e8e8;padding:3px 0 3px 8px;font-weight:400;flex:1}#RVMapComponent .mapTooltip .tooltipContent .title.alignCenter{display:flex;align-items:center}#RVMapComponent .mapTooltip .tooltipContent .subTitle{padding:3px 0 3px 8px;flex:1}#RVMapComponent .mapTooltip .tooltipContent .subTitle .truncate{max-width:110px}.nodeOverlapPanelContainer{width:200px;max-height:221px;position:absolute;background-color:#fff;margin-left:10px;bottom:40px;border:1px solid #ddd;font-weight:400;z-index:10;cursor:pointer;overflow:hidden;border-radius:5px}.nodeOverlapPanelContainer .header{padding:10px;border-bottom:1px solid #ddd;font-weight:600;text-align:center}.nodeOverlapPanelContainer .listsHeader{display:flex;background:#eee;border-bottom:1px solid #ddd}.nodeOverlapPanelContainer .listsHeader span{flex:1;font-weight:600;padding:5px 10px}.nodeOverlapPanelContainer .itemRow{display:flex;border-bottom:1px solid #e8e8e8}.nodeOverlapPanelContainer .itemRow .selected{position:absolute;left:0;top:0;background:#1890ff;height:100%;width:3px}.nodeOverlapPanelContainer .itemRow .item{margin:8px;flex:1}.nodeOverlapPanelContainer .itemRow:hover{background:#c3e2ff}.timeline-tabpane{height:100%}.gutter-horizontal{background-color:#e8e8e8;cursor:col-resize;z-index:1}.revenueResources{display:flex;align-items:center;margin-bottom:5px}.revenueResources:last-child{margin-bottom:0}.RVRouteSider,.RVRouteSider .sideMenu{display:flex;height:100%;flex-direction:column}.RVRouteSider .sideMenu{background:#fff}.RVRouteSider .sideMenu .panelContainer{height:100%;overflow-x:hidden;flex-direction:column}.RVRouteSider .sideMenu .panelContainer.vertical .gutter{cursor:row-resize;background-color:#e8e8e8}.RVRouteSider .sideMenu .panelContainer.horizontal .gutter{cursor:col-resize;background-color:#e8e8e8;min-width:5px}.RVRouteSider .sideMenu .badgeView{flex-direction:column;height:100%;overflow:auto}.RVRouteSider .sideMenu .badgeView div{width:100%}.RVRouteSider .sideMenu .ant-tabs-top-content,.RVRouteSider .sideMenu .sidePanelTabs,.RVRouteSider .sideMenu .tabPanel{display:flex;flex-direction:column;height:100%;padding:0}.RVRouteSider .sideMenu .tabPanel{padding:0}.RVRouteSider .sideMenu .tabBadgeCounterRefresh>sup{background:#faad14}.RVRouteSider .sideMenu .tabBadgeCounter{margin-top:-14px}.RVRouteSider .sideMenu .tabBadgeCounter sup{height:16px;line-height:16px;padding:0 4px;min-width:16px;font-size:11px;font-weight:700}.RVRouteSider .sideMenu .ant-layout-sider-children{overflow-y:auto;padding-bottom:7px;border-right:1px solid #ddd}.RVRouteSider .sideMenu .rt-tr-group{max-height:30px}.RVRouteSider .sideMenu .sidePanelTabs .ant-tabs-bar{padding:1px 0;margin:0}.RVRouteSider .sideMenu .sidePanelTabs .ant-tabs-content{display:flex;flex-direction:column;flex:1}.RVRouteSider .sideMenu .sidePanelTabs .ant-tabs-extra-content{line-height:32px}.RVRouteSider .sideMenu .sidePanelTabs .ant-tabs-tabpane-active.tabPanel{height:0;flex:1}.RVRouteSider .sideMenu .sidePanelTabs .ant-tabs-tabpane-inactive.tabPanel{display:none}.RVRouteSider .siderTable{min-height:0;margin-bottom:15px;height:100%}.RVRouteSider .siderTable .rt-resizer{width:10px;right:-5px}.RVRouteSider .siderTable .customPagination{padding:5px;border-top:1px solid #d9d9d9;text-align:center}.RVRouteSider .siderTable .rt-tbody .rt-td{padding:0;line-height:20px;cursor:pointer;border-right:none}.RVRouteSider .siderTable .selectedRow{padding:4px;border-right:1px solid #aadaff;height:100%;background:#aadaff}.RVRouteSider .siderTable .unselectedRow{padding:4px;border-right:1px solid rgba(0,0,0,.02);height:100%}.RVRouteSider .siderTable .-pagination .-center,.RVRouteSider .siderTable .-pagination .-next,.RVRouteSider .siderTable .-pagination .-previous{min-width:80px;flex:none!important}.RVRouteSider .siderTable .routeRefCell{display:inline-block;height:9px;width:9px;border-radius:3px;margin-right:5px}.RVRouteSider .siderTable .exceededValue{color:#ff332e;font-weight:700}.RVRouteSider .siderTable .warningValue{color:#ffa700;font-weight:700}.RVRouteSider .clientJobRefBadge{cursor:pointer;margin-right:5px;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;padding:0 5px}.RVRouteSider .clientJobRefBadge:hover{background:#e8e8e8}.RVRouteSider .routeRefBadge{color:#fff;display:inline-flex;line-height:16px}.RVRouteSider .routeRefBadge .routeRefChip{padding:1px 10px;border-radius:4px;position:relative}.RVRouteSider .routeRefBadge .routeRefChip .redDot{width:6px;height:6px;background:#f5222d;border-radius:100%;box-shadow:0 0 0 1px #fff;position:absolute;top:-2px;left:-2px}.RVRouteSider .routeRefBadge .routeRefChip .routeRefIndicator{position:absolute;right:-7px;top:-5px;font-size:10px;border-radius:50%;background:#fff;height:16px;width:16px}.RVRouteSider .routeRefBadge .routeRefChip .routeRefIndicator i{margin:0;color:#4e4e4e}.RVRouteSider .routeFillContainer{width:100%}.RVRouteSider .routeFillContainer,.RVRouteSider .tableCellProgressBar>div{height:10px;display:flex;align-items:center}.RVRouteSider .tableCellProgressBar>div>div{flex:2;height:10px;display:flex;align-items:center}.RVRouteSider .tableCellProgressBar>div>div .ant-progress-inner{background-color:#e8e8e8}.RVRouteSider .tableCellProgressBar>div span{color:unset;align-self:center;width:unset}.RVRouteSider .multiTripsCell{border-radius:10px;width:100%;border:1px solid #ddd;text-align:center}.RVRouteSider .multiTripsCell.violation{color:#f5222d;font-weight:700}.RVRouteSider .tableContextMenu{min-width:170px!important;max-width:170px!important}.RVRouteSider .ant-tabs-content{padding:0 10px}.RVRouteSider .pendingIcon{color:#838383;margin-right:8px;margin-top:2px;background:#fff;border-radius:50%}.RVRouteSider .routeChip{margin:5px 8px 0;flex:1 1;height:24px;line-height:17px;font-weight:500;color:#fff;padding:3px;text-align:center;border-radius:5px;cursor:pointer;transition:opacity .1s ease-in-out;max-width:50px;font-size:12px}.RVRouteSider .routeChip:hover{opacity:.7}.progressContainer{position:relative;width:100%;overflow:hidden;background:#f5f5f5;height:6px;border-radius:5px;display:flex;align-items:center}.progressContainer .progressItem{height:100%}.Timeline_stop__qEFAM{height:28px;margin-top:3px;line-height:2;position:absolute}.Timeline_wrapper__3Mdxd{height:100%;background:#fff}.Timeline_sticky__3aTwA{position:-webkit-sticky!important;position:sticky!important;z-index:2;top:0;left:0;width:100%;height:35px}.Timeline_rowHeight__1kSky{height:35px}.Timeline_routeTimeline__8s_Pw ::-webkit-scrollbar{width:7px;height:7px}.ofRunTypeTag{position:relative;z-index:99}.jobDrawerContent .ant-descriptions-item-label{font-weight:700;color:#1f1e1e}.ant-descriptions-small .ant-descriptions-row>td,.jobDrawerContent .ant-descriptions-small .ant-descriptions-row>th{padding-bottom:2px}.ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header,.jobDrawerContent .ant-collapse-borderless>.ant-collapse-item:last-child{border-bottom:none}.jobDrawerContent .ant-collapse-borderless{display:flex}.jobDrawerContent .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{margin-left:-100px;margin-top:-12px}.OFWhat3Words{background:#fff}.OFWhat3Words.overlayClass{min-width:unset!important;border-radius:0 0 4px 4px;overflow:hidden;border:1px solid #ddd}.OFWhat3Words .what3wordsInput{width:100%;position:relative}.OFWhat3Words .what3wordsInput input{border-radius:0 5px 5px 0;padding-right:30px}.OFWhat3Words .what3wordsInput .inputIcon{cursor:pointer;color:rgba(0,0,0,.25);position:absolute;right:10px;top:7px;z-index:9}.OFWhat3Words .what3wordsInput .inputIcon:hover{color:rgba(0,0,0,.45)}.OFWhat3Words.readOnly .what3wordsInput{background:#f5f5f5}.OFWhat3Words .loadingPlaceholder{width:100%;text-align:center;padding:20px}.OFWhat3Words .lookupList{background:#fff}.OFWhat3Words .lookupList .item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:unset}.OFWhat3Words .lookupList .item span{color:#e11f26;font-weight:400}.OFWhat3Words .lookupList .item.selected{font-weight:600;background-color:#fafafa}.OFWhat3Words .lookupList .item.hoverEffect{background:#e6f7ff}.OFWhat3Words .lookupList .item:hover{background:#fafafa}.RVImpactAssessment .impactAssessmentTable{margin-bottom:16px}.RVImpactAssessment .impactAssessmentTable .noViolation{color:#3f8600}.RVImpactAssessment .impactAssessmentTable .violation{color:#f5222d}.RVImpactAssessment .impactAssessmentTable .warning{color:#ffa700;font-weight:700}.RVImpactAssessment .impactAssessmentTable .ant-table-thead{background:#fafafa;border-right:1px solid #e8e8e8}.RVImpactAssessment .impactAssessmentTable .ant-table-body{margin:0!important}.RVImpactAssessment .impactAssessmentTable .tableRowHeader{font-weight:700}.RVImpactAssessment .impactAssessmentTable .innerTable .ant-table{border:none}.RVImpactAssessment .impactAssessmentTable .totalsRow{background:#f2f2f2}.RVImpactAssessment .impactAssessmentTab .ant-descriptions-title{margin-bottom:0}.RVImpactAssessment .impactAssessmentTab .actionStats{display:flex;width:80%;margin:0 auto 10px}.RVImpactAssessment .failedAssessment{display:flex;align-items:center;justify-content:center;height:100%;width:100%;flex-direction:column;width:70%;margin:auto}.RVImpactAssessment .failedAssessment .warningIcon{font-size:18px;color:#faad14}.RVImpactAssessment .failedAssessment .errorMsg{font-size:14px;font-weight:700;text-align:center;margin:25px 0 0}.RVImpactAssessment .failedAssessment .impactedRoutes .routeRefBadge{margin:5px}.RVImpactAssessment .mapComponent{display:flex;flex-direction:column;overflow:hidden;flex:1;padding:0}.RVImpactAssessment .mapComponent .toolBar{display:flex;border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;padding:0 10px;height:45px}.RVImpactAssessment .mapComponent .toolBar .slider{flex:1 1;margin:auto 30px 23px}.RVImpactAssessment .mapComponent #impactAssessmentMap{border-left:1px solid #e8e8e8;height:100%;width:100%;flex:1}.RVImpactAssessment .mapComponent #impactAssessmentMap .gm-style-iw{padding:0!important;box-shadow:0 1px 2px 0 #b5b5b5!important}.RVImpactAssessment .mapComponent #impactAssessmentMap .gm-style-iw .gm-style-iw-d{overflow:auto!important}.OFAddressLookup{background:#fff}.OFAddressLookup .addressLookupInput input{border-radius:0 5px 5px 0}.OFAddressLookup.readOnly .addressLookupInput{background:#f5f5f5}.OFAddressLookup .loadingPlaceholder{width:100%;text-align:center;padding:20px}.OFAddressLookup .lookupList{border:1px solid #ddd;background:#fff;border-radius:0 0 4px 4px}.OFAddressLookup .lookupList .item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:unset;display:flex;align-items:center}.OFAddressLookup .lookupList .item span:first-child{margin-top:5px}.OFAddressLookup .lookupList .item.selected{font-weight:600;background-color:#fafafa}.OFAddressLookup .lookupList .item.hoverEffect{background:#e6f7ff}.OFAddressLookup .lookupList .item:hover{background:#fafafa}.coordinateDisplay{position:absolute;bottom:0;right:0;background:#fff;opacity:.8;padding:0 10px;border-radius:5px 0 0 0;line-height:25px;display:flex}.routeView--container .resourceTemplateButton{border-radius:0 4px 4px 0;vertical-align:bottom;margin-left:-1px}.routeView--container .cloneScenarioField{border-radius:4px 0 0 4px}.routeView--container .inputCheckbox{align-self:center;margin-top:18px;margin-right:15px}.routeView--container .mapOverlay{position:absolute;height:210px;background:#fff;width:100%;z-index:9;opacity:.3}.routeView--container .addressTabs .ant-tabs-tab{transition:none!important;-webkit-animation:none!important;animation:none!important}.routeView--container .addressTabs .ant-tabs-content{padding:0}.routeView--container.drawerContainer .crudHeader{flex:1;font-size:16px;width:100%;padding:10px 16px;background:#fff;display:flex}.routeView--container.drawerContainer .crudFooter{display:flex;border-top:1px solid #e9e9e9;padding:10px 16px;background:#fff;text-align:right;z-index:99;align-items:center}.routeView--container.drawerContainer .ant-drawer-content,.routeView--container.drawerContainer .ant-drawer-wrapper-body{overflow:unset}.routeView--container .formContainer{padding:15px;overflow:auto;flex:1}.routeView--container .formFlexLayout{height:100%;display:flex;flex-direction:column}.routeView--container .overrideIndicators{position:absolute;right:0;top:0;z-index:9}.routeView--container .overrideIndicators .overrides{display:block;padding-bottom:3px}.routeView--container .overrideIndicators .overrides sup{background-color:#52c41a}.routeView--container .overrideIndicators .overrides.matching sup{background-color:#1890ff}.routeView--container .overrideIndicators .currentChanges{display:block}.routeView--container .overrideIndicators .currentChanges sup{background-color:#faad14}.RVModifyTrip .mapComponent{overflow:hidden;display:flex;flex-direction:column;flex:1;height:100%;padding:0}.RVModifyTrip .mapComponent #modifyTripMap{border-left:1px solid #e8e8e8;border-radius:4px;height:100%;width:100%;flex:1}.rvSkillCompatibilityModal .ant-modal-header{padding:0;overflow:hidden}.rvSkillCompatibilityModal .headerIcon{font-size:50px;border-right:1px solid #ddd;background:rgba(157,212,224,.74902);color:#4c4c4c}.rvVehicleCompatibilityModal .ant-modal-header{padding:0;overflow:hidden}.rvVehicleCompatibilityModal .headerIcon{font-size:50px;border-right:1px solid #ddd;background:rgba(179,224,157,.56078);color:#4c4c4c}.routePathManifestSider{border-left:1px solid #d9d9d9}.routePathManifestSider>div{display:flex;flex-direction:column}.routePathManifestSider .manifestHeader{border-bottom:1px solid #d9d9d9;font-weight:700;display:flex}.routePathManifestSider .manifestHeader .options{border-top:1px solid #d9d9d9;padding:5px 6px;display:flex}.routePathManifestSider .manifestHeader .options .rowData{display:flex;flex-direction:row;align-items:center;padding:1px 4px}.routePathManifestSider .manifestHeader .options .rowData:hover{background:#f5f5f5}.routePathManifestSider .manifestHeader .options .rowData .progressBar{height:5px;background:#ddd;border-radius:5px;overflow:hidden;flex:4}.routePathManifestSider .manifestHeader .summaryRow{display:flex;border-top:1px solid #d9d9d9}.routePathManifestSider .manifestHeader .summaryRow .manifestSummaryCol{padding:4px 6px;border-right:1px solid #ddd}.routePathManifestSider .manifestHeader .summaryRow .manifestSummaryCol:hover{background:#f5f5f5}.routePathManifestSider .manifestHeader .summaryRow .manifestSummaryCol:last-child{border-right:none}.routePathManifestSider .manifestHeader .headerRouteRef{color:#fff;padding:6px 2px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:133px!important;min-width:133px!important}.routePathManifestSider .manifestHeader .headerStatChip{border-right:1px solid #ddd;align-self:center;max-width:38px}.routePathManifestSider .manifestHeader .headerStatChip .chipTitle{font-size:9px;border-bottom:1px solid #ddd;padding:1px 3px;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.routePathManifestSider .manifestHeader .headerStatChip .chipCount{font-size:10px;text-align:center}.routePathManifestSider .manifestHeader .menuButton{padding:7px 6px;cursor:pointer;align-items:center;display:flex}.routePathManifestSider .manifestHeader .menuButton:hover{background:#f5f5f5}.routePathManifestSider .manifestSummary .manifestSummaryRow{border-bottom:1px solid #d9d9d9;display:flex}.routePathManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol{padding:5px;font-weight:700;border-right:1px solid #d9d9d9;text-align:center;cursor:default;position:relative;font-size:11px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1}.routePathManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol .progressBar{background:#eee;height:3px;width:100%;position:absolute;bottom:0;left:0}.routePathManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol .progressBar .filled{height:3px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.routePathManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol.smallFlex{flex:0.25}.routePathManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol:last-child{border-right:unset}.routePathManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol:hover{background:#f5f5f5}.routePathManifestSider .manifestTimeline{height:100%;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.routePathManifestSider .manifestTimeline .hoveredNode{position:absolute;left:-261px}.routePathManifestSider .RVTimelineCard{background:#fff;border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;flex-direction:column;cursor:pointer;z-index:99}.routePathManifestSider .RVTimelineCard.replenish,.routePathManifestSider .RVTimelineCard.replenish:hover{background:#eee}.routePathManifestSider .RVTimelineCard.compactMode:hover{background:#e7f5ff}.routePathManifestSider .RVTimelineCard .mainCardContainer{display:flex;flex-direction:column;height:100%}.routePathManifestSider .RVTimelineCard .violations{top:10px;width:24px;text-align:center;position:absolute;right:34px;border:1px solid #ddd;border-radius:5px;z-index:999;overflow:hidden;color:#e53e3e;background:#f5f5f5}.routePathManifestSider .RVTimelineCard .violations div:nth-child(2){border-top:1px solid #ddd}.routePathManifestSider .RVTimelineCard .violations div{font-size:11px;padding-top:1px}.routePathManifestSider .RVTimelineCard .stopsAndJobs{top:10px;width:24px;text-align:center;position:absolute;right:5px;border:1px solid #ddd;border-radius:5px;z-index:999;overflow:hidden;background:#fff}.routePathManifestSider .RVTimelineCard .stopsAndJobs div:first-child{border-bottom:1px solid #ddd;background:#f5f5f5}.routePathManifestSider .RVTimelineCard .menu{border:1px solid #ddd;border-radius:5px;padding:2px 5px;position:absolute;top:5px;right:5px;z-index:999;background:#fff}.routePathManifestSider .RVTimelineCard .menu svg{margin-right:0}.routePathManifestSider .RVTimelineCard .menu:hover{background:#eee}.routePathManifestSider .RVTimelineCard:hover .overlay{background:#e7f5ff}.routePathManifestSider .RVTimelineCard .itemLine{position:absolute;top:0;left:12px;height:100%;width:2px;background:#ddd}.routePathManifestSider .RVTimelineCard .timelineItem{display:flex;flex-direction:row}.routePathManifestSider .RVTimelineCard .timelineItem .selected{width:13px;height:100%;background:#9aceff;margin-right:-13px;position:absolute;top:0;z-index:99}.routePathManifestSider .RVTimelineCard .timelineItem .selected.cluster{background:#d1e8fe}.routePathManifestSider .RVTimelineCard .timelineItem .itemStory,.routePathManifestSider .RVTimelineCard .timelineItem .nodeStory,.routePathManifestSider .RVTimelineCard .timelineItem .nodeStoryItem{background:#fff;border:1px solid #ddd;border-radius:50%;margin-left:3px;align-self:center;width:20px;height:20px;text-align:center;line-height:17px;z-index:99}.routePathManifestSider .RVTimelineCard .timelineItem .nodeStory{margin-top:4px;align-self:unset;color:#fff;border:unset;line-height:18px;position:relative}.routePathManifestSider .RVTimelineCard .timelineItem .nodeStory .modified{height:12px;width:12px;position:absolute;top:-4px;right:-7px;background:#ffc73b;border-radius:50%;border:2px solid #fff}.routePathManifestSider .RVTimelineCard .timelineItem .nodeStory .groupedNode{top:0;right:-15px;padding-right:4px;border-radius:10px;padding-left:14px;z-index:-5;height:15px;position:absolute}.routePathManifestSider .RVTimelineCard .timelineItem .nodeStoryItem{border-radius:5px;margin-top:5px}.routePathManifestSider .RVTimelineCard .timelineItem .itemDuration{position:absolute;display:flex;left:12px;margin-top:2px}.routePathManifestSider .RVTimelineCard .timelineItem .itemDuration .durationPointer{height:2px;width:14px;background:#ddd;align-self:center;margin-right:3px}.routePathManifestSider .RVTimelineCard .timelineItem .itemContent,.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent{margin-left:5px;align-self:center;flex:1}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent{margin:12px 5px 0;align-self:unset}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent.additional{align-self:center;margin:5px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .tripCurrentStatus{border:1px solid #ddd;border-radius:5px;margin-right:40px;overflow:hidden;margin-top:3px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .tripCurrentStatus b{padding:2px 5px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .nodeStats{margin-top:3px;border-radius:5px;padding:0 5px;display:flex;height:20px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .nodeStats svg{margin-right:5px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .nodeStats .address{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:196px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .nodeStats div{display:flex;align-items:center;flex:1;padding:2px 0;text-align:center}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer:hover .nodeStops{position:relative}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer:hover .overlay{background:#fff}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer{border:1px solid #ddd;border-radius:5px;overflow:hidden;margin-top:3px;margin-left:-3px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops{max-width:250px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops:hover .nodeStops{position:relative}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops:hover .overlay{background:#e7f5ff}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle{display:flex;background:#f5f5f5;border-radius:5px 0}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle>div{padding:2px 5px}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer:hover .overlay{background:#fff}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs{border-top:1px solid #ddd}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .overlay{position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs:hover{background:#e7f5ff}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .multiLineTruncate{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .nodeJobTitle{padding:2px 5px;max-width:155px;flex:1}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .indicator{display:flex}.routePathManifestSider .RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .indicator>div{padding:2px 5px;border-left:1px solid #ddd;background:#fafafa}.routePathManifestSider .RVTimelineCard .itemDriveTime{position:absolute;top:-10px;background:#fff;padding:0 5px;border:1px solid #ddd;border-radius:5px;left:50%;margin-left:-80px;width:160px;display:flex;z-index:999;background:#fafafa}.routePathManifestSider .RVTimelineCard .itemDriveTime div{flex:1 1 0%;text-align:center}.routePathManifestSider .RVTimelineCard.trip{background:#eee}.routePathManifestSider .RVTimelineCard.duty{background:#fafafa;border-top:none}.routePathManifestSider .RVTimelineCard.duty .timelineItem{height:100%}.routePathManifestSider .RVTimelineCard.duty:hover{background:#e7f5ff}.routePathModal .ant-modal-content{overflow:hidden}.routePathModal .ant-modal-header{padding:0}.routePathModal .modalHeader{display:flex}.routePathModal .modalHeader .title{flex:1;padding:10px}.routePathModal .modalHeader .actionBtn{padding:10px 20px;border-left:1px solid #ddd;cursor:pointer}.routePathModal .modalHeader .actionBtn.minimize:hover{background:#f9f9f9}.routePathModal .modalHeader .actionBtn.close:hover{background:#ff4d4f;color:#fff}.routePathModal .routePathMapContainer{overflow:hidden;display:flex;flex-direction:column;flex:1}.routePathModal .routePathMapContainer #routePathMap{height:100%;width:100%;flex:1}.routePathModal .routePathMapContainer .mapMenus{position:absolute;margin:15px;background:#fff;border-radius:4px;padding:10px;display:flex;box-shadow:0 1px 2px #ababab}.routePathModal .routePathMapContainer .mapMenus .colorSelectorContainer{height:160px;overflow:auto;margin:-12px -16px;padding:10px}.routePathModal .routePathMapContainer .mapMenus .colorSelectorContainer .colorTab{width:20px;margin:2px;height:20px;cursor:pointer}.routePathModal .routePathMapContainer .mapMenus .item{padding:3px;margin-right:10px;align-items:center;display:flex}.routePathModal .routePathMapContainer .mapMenus .item .colorSelector{width:18px;height:18px;border-radius:50%;cursor:pointer}.routePathModal .routePathMapContainer .mapMenus .item.last{margin-right:0}.routePathModal .routePathMapContainer .mapMenus .item.group{border:1px solid #ddd;border-radius:5px}.routePathModal .routePathMapContainer .nodeSwitchBtns{position:absolute;margin:15px;right:300px;bottom:0;display:flex}.routePathModal .routePathMapContainer .nodeSwitchBtns .switchBtn{background:#fff;padding:8px;border-radius:4px;box-shadow:0 1px 2px #ababab}.routePathModal .routePathMapContainer .nodeSwitchBtns .switchBtn:hover{opacity:.8}.routePathModal .routePathMapContainer .nodeSwitchBtns .switchBtn:first-child{margin-right:10px}.routePathModal .routePathMapCustomControls{position:absolute;margin:15px;display:flex;right:unset;top:105px;flex-direction:column}.routePathModal .routePathMapCustomControls .clusterControls,.routePathModal .routePathMapCustomControls .controlCard{border-radius:4px;overflow:hidden;box-shadow:0 0 0 2px rgba(0,0,0,.07)}.routePathModal .routePathMapCustomControls .controlCard{background:#fff;margin-bottom:10px;cursor:pointer}.routePathModal .routePathMapCustomControls .controlCard .searchInput{width:30px;transition:width .3s;display:flex}.routePathModal .routePathMapCustomControls .controlCard .searchInput.expanded{width:300px}.routePathModal .routePathMapCustomControls .controlCard .controlItem{padding:5px;border-right:4px solid #fff;border-left:4px solid #fff;width:30px}.routePathModal .routePathMapCustomControls .controlCard .controlItem.streetView{padding:0;border:unset}.routePathModal .routePathMapCustomControls .controlCard .controlItem .streetView{position:unset!important;background-color:unset!important;box-shadow:unset!important;width:100%!important;height:100%!important;padding:13px 0!important;outline:none}.routePathModal .routePathMapCustomControls .controlCard .controlItem .streetView div{position:unset!important;border:none}.routePathModal .routePathMapCustomControls .controlCard .controlItem:hover{background:#ddd;border-right:4px solid #ddd;border-left:4px solid #ddd}.routePathModal .routePathMapCustomControls .controlCard .controlItem.active{border-left:4px solid #1890ff}.routePathModal .routePathMapCustomControls .controlCard .controlItem.locked{background:#f5f5f5;color:#b8b8b8;border-right:4px solid #f5f5f5;border-left:4px solid #f5f5f5}.routePathModal .routePathMapCustomControls .controlCard div:nth-child(2){border-top:1px solid #ddd}.routePathModal .routePathMapCustomControls.rightTop{right:0}.routePathModal .routePathMapCustomControls.leftTop{left:0}.routePathModal .routePathMapCustomControls.rightBottom{right:0;bottom:0}.routePathModal .routePathMapCustomControls.leftBottom{left:0;bottom:0}.routePathModal .segmentSider{display:flex}.routePathModal .segmentSider .segmentSiderBtn{height:100%;width:20px;border-left:1px solid #ddd;cursor:pointer;align-items:center;display:flex}.routePathModal .segmentSider .segmentSiderBtn:hover{background:#f9f9f9}.routePathModal .routePathTooltip{position:absolute;display:flex}.routePathModal .routePathTooltip .content{background:#fff;border-radius:5px;box-shadow:0 1px 2px #ababab}.routePathModal .routePathTooltip .content .title{padding:5px;border-bottom:1px solid #ddd;font-weight:700;text-transform:capitalize}.routePathModal .routePathTooltip .content .body{padding:5px}.routePathModal .gm-style-iw{padding:0!important;box-shadow:0 1px 2px 0 #b5b5b5!important}.routePathModal .gm-style-iw .gm-style-iw-d{overflow:auto!important}.minimizedRoutePath{position:absolute;top:0;background:#fff;margin:10px;z-index:9;border-radius:5px;display:flex;overflow:hidden;box-shadow:0 1px 2px #c1c1c1}.minimizedRoutePath .title{flex:1;padding:10px}.minimizedRoutePath .actionBtn{padding:13px;border-left:1px solid #ddd;cursor:pointer}.minimizedRoutePath .actionBtn:hover{background:#f9f9f9}.OFBanner{padding:5px;text-align:center;color:#fff;display:flex}.rvDepotCompatibilityModal .ant-modal-header{padding:0;overflow:hidden}.rvDepotCompatibilityModal .headerIcon{font-size:50px;border-right:1px solid #ddd;background:rgba(179,224,157,.56078);color:#4c4c4c}.Dispatch_map__21-wH{flex:1}.Dispatch_dispatchMapContainer__2Lpjm{display:flex;flex-direction:column;width:auto;height:100%}.Dispatch_toolbarButton__1qsNJ{margin-right:5px;width:32px!important}.Dispatch_toolbarButton__1qsNJ button{width:32px!important}.Dispatch_nodeContextMenu__1W_WU{z-index:1000;min-width:170px!important;max-width:170px!important}.Dispatch_routeMapToolbarBadge__3MV5m sup{height:16px;width:16px;line-height:16px;padding:0;min-width:16px;font-size:10px}.Dispatch_panelContainer__3ipE9{height:100%;display:flex;width:100%;overflow-x:hidden}.Dispatch_fixedMessage__PERSO{padding:5px;text-align:center;background:#e53e3e;color:#fff}.dvScenarioControl{padding:5px;font-weight:700;border-bottom:1px solid #d9d9d9;display:flex}.dvScenarioControl .ant-divider{background:#a9a9a9}.dvScenarioControl .percentage{width:130px}.dvScenarioControl .percentage .ant-progress{vertical-align:text-bottom}.dvScenarioControl .controlItems{display:flex;align-items:center}.popoverSubTitle{font-weight:700}.ActivitySider_activitySider__1MW3f{-webkit-animation:ActivitySider_slideInFromRight__2vrGZ 1s;animation:ActivitySider_slideInFromRight__2vrGZ 1s;transition:all .3s;border-left:1px solid #d9d9d9}.ActivitySider_routeTitleContainer__2-r22{display:flex;height:35px;padding:5px;border-bottom:1px solid #d9d9d9}.ActivitySider_routeTitle__3Hwlw{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.ActivitySider_nodeContainer__12-lI{height:calc(100% - 149px);margin-right:0}.ActivitySider_nodeContainer__12-lI .ActivitySider_nodeCardContainer__Ah2Pm{border-bottom:1px solid #d9d9d9}.ActivitySider_activityToggle__2OK9E{background:#fafafa;flex:0 0 15px;display:flex;border-left:1px solid #d9d9d9;cursor:pointer;align-items:center;z-index:0}.ActivitySider_activityToggle__2OK9E:hover{background:#eee}.ActivitySider_listViewContainer__1CVhT{overflow:auto!important}.ActivityCard_nodeCard__1Xrmq{margin:5px;border:none}.ActivityCard_nodeCard__1Xrmq .ActivityCard_ant-card-head-title__jCs9n{padding:5px!important;line-height:20px}.ActivityCard_nodeCard__1Xrmq svg{display:inline-block!important}.ActivityCard_statusChip__14mcF{margin-right:0;line-height:16px;font-size:11px;font-weight:700}.ActivityCard_jobCard__NvhYj:hover{background-color:#e6f7ff}.ActivityCard_jobRef__R-5_n{flex:1;max-width:73px;overflow:hidden;text-overflow:ellipsis;align-self:center}.ActivityViewer_activitySider__2ZmyY{-webkit-animation:ActivityViewer_slideInFromRight__32dX1 1s;animation:ActivityViewer_slideInFromRight__32dX1 1s;transition:all .3s;border-left:1px solid #d9d9d9}.ActivityViewer_tabPanel__ZelfD{height:100%}.ActivityViewer_activityViewerTitleContainer__sjgd7{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__3uKc0{padding:8px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__3uKc0 .ActivityViewer_breadCrumbIcon__2-dUj{padding-right:5px}.ActivityViewer_routeTitle__1MVXz{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.ActivityViewer_activityTabsContainer__3VLwr{height:100%;display:flex;flex-direction:column}.ActivityViewer_tableContainer__2pic2{border-radius:5px;margin-bottom:10px}.ActivityViewer_activityStatusBar__19Pdm{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_tabMainPanel__2Cy1U{overflow-y:auto;height:calc(100% - 21px);padding:10px}.ActivityViewer_nodeTable__3fslS td{padding:0!important;cursor:pointer}#loadingMainPanel .ant-table-row-expand-icon-cell{padding:0;width:0;min-width:0}#loadingMainPanel .ant-table-expand-icon-th{width:0;min-width:0}#loadingMainPanel .tableCentreAlign{text-align:center}#activitiesTitleBar{border-bottom:1px solid #d9d9d9}#activitiesTitleBar .borderedTitle{border:none;border-radius:0}#vehicleInspectionMainPanel .ant-card-head{min-height:0;padding:0 10px}#vehicleInspectionMainPanel .ant-card-head-title{padding:7px 0}#vehicleInspectionMainPanel .ant-card-body{padding:10px}#vehicleInspectionMainPanel .ant-descriptions-row>td,#vehicleInspectionMainPanel .ant-descriptions-row>th{padding-bottom:1px;height:30px}#vehicleInspectionMainPanel .ant-list-item{padding:5px 0}.tripCardBody{margin:15px 15px 0}.tripCardBody:last-child{margin-bottom:15px}.collapsibleContent{overflow-y:auto;height:calc(100% - 21px);padding:10px}.backOfficeContainer{display:flex;height:100%;flex-direction:column}.backOfficeContainer .backOfficeMessage{background-color:#fafafa;color:#575757;border:1px solid #e5e5e5;padding:5px;border-radius:4px;margin-top:5px}.backOfficeContainer .backOfficeInput{flex:0 1 0%;padding:15px;background:#f1f1f1;border-top:1px solid #d9d9d9}.tripCardHeader{margin:-8px 0;display:flex}.tripCardHeader .seq{margin-right:15px;border-right:1px solid #ddd;padding:5px 15px 5px 0}.nodeInfoContainer{display:flex}.nodeInfoContainer.space-around{justify-content:space-around}.JobTab_activitySider__2fr4q{-webkit-animation:JobTab_slideInFromRight__1jrL3 1s;animation:JobTab_slideInFromRight__1jrL3 1s;transition:all .3s;border-left:1px solid #d9d9d9}.JobTab_tabPanel__37IMq{height:100%}.JobTab_activityViewerTitleContainer__39OFO{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9}.JobTab_activityViewerBreadCrumbsContainer__3yDV4{padding:8px 10px;border-bottom:1px solid #d9d9d9}.JobTab_activityViewerBreadCrumbsContainer__3yDV4 .JobTab_breadCrumbIcon__JpRHx{padding-right:5px}.JobTab_routeTitle__3YxBF{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.JobTab_activityTabsContainer__2oA1l{height:100%;display:flex;flex-direction:column}.JobTab_tableContainer__UXG9Z{border-radius:5px;margin-bottom:10px}.JobTab_activityStatusBar__35Zjk{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.JobTab_tabMainPanel___XH_L{overflow-y:auto;height:calc(100% - 21px);padding:10px}.JobTab_nodeTable__3BW8W td{padding:0!important;cursor:pointer}.JobTab_noteMessage__1aC-v{padding:5px;border-radius:4px;display:flex;flex-direction:column;width:100%;border:1px solid #d9d9d9;margin-bottom:10px}.otherFields .ant-descriptions-item-content{word-break:break-all!important;width:275px!important}#SRLLightbox{z-index:999}.progressBar{position:relative;display:flex;width:100%}.bar{position:absolute;top:50%;background:#e5e5e5;width:100%;height:5px;border-radius:10px;overflow:hidden}.bar__fill{height:100%}.bullet_holder{display:flex;width:100%;z-index:1}.bullet{height:13px;width:13px;background:#e5e5e5;border-radius:50%;margin-top:5px;margin-left:-2px;display:block}.errorStatus,.warningStatus{color:#ffab40;vertical-align:sub;margin-left:3px;font-size:15px}.errorStatus{color:#ea5a5a}.levelIndicatorText{color:#a9a9a9;padding-top:2px}.showInFlex{display:flex}.showFlexInZero{flex:0 1 0%}.showFlexInOne{flex:1 1 0%}.DVManifestSider{border-left:1px solid #d9d9d9}.DVManifestSider.collapsed{font-family:"Segoe UI","Roboto",Helvetica,sans-serif}.DVManifestSider>div{display:flex;flex-direction:column}.DVManifestSider .manifestHeader{font-family:"Segoe UI","Roboto",Helvetica,sans-serif;border-bottom:1px solid #d9d9d9;font-weight:700;display:flex}.DVManifestSider .manifestHeader .options{border-top:1px solid #d9d9d9;padding:5px 6px;display:flex}.DVManifestSider .manifestHeader .options .rowData{display:flex;flex-direction:row;align-items:center;padding:1px 4px}.DVManifestSider .manifestHeader .options .rowData:hover{background:#f5f5f5}.DVManifestSider .manifestHeader .options .rowData .progressBar{height:5px;background:#ddd;border-radius:5px;overflow:hidden;flex:4}.DVManifestSider .manifestHeader .summaryRow{display:flex;border-top:1px solid #d9d9d9}.DVManifestSider .manifestHeader .summaryRow .manifestSummaryCol{padding:4px 6px;border-right:1px solid #ddd}.DVManifestSider .manifestHeader .summaryRow .manifestSummaryCol.noSidePadding{padding:4px 0}.DVManifestSider .manifestHeader .summaryRow .manifestSummaryCol:hover{background:#f5f5f5}.DVManifestSider .manifestHeader .summaryRow .manifestSummaryCol:last-child{border-right:none}.DVManifestSider .manifestHeader .headerRouteRef{color:#fff;padding:6px 2px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:110px!important;min-width:110px!important}.DVManifestSider .manifestHeader .headerRouteRef.collapsed{max-width:64px!important;min-width:64px!important}.DVManifestSider .manifestHeader .headerStatChip{border-right:1px solid #ddd;align-self:center;max-width:38px;width:38px;text-align:center}.DVManifestSider .manifestHeader .headerStatChip .chipTitle{font-size:9px;border-bottom:1px solid #ddd;padding:1px 3px;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.DVManifestSider .manifestHeader .headerStatChip .chipCount{font-size:10px;text-align:center}.DVManifestSider .manifestHeader .menuButton{padding:7px 6px;cursor:pointer;align-items:center;display:flex}.DVManifestSider .manifestHeader .menuButton:hover{background:#f5f5f5}.DVManifestSider .manifestSummary{font-family:"Segoe UI","Roboto",Helvetica,sans-serif}.DVManifestSider .manifestSummary .manifestSummaryRow{border-bottom:1px solid #d9d9d9;display:flex}.DVManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol{padding:5px;font-weight:700;border-right:1px solid #d9d9d9;text-align:center;cursor:default;position:relative;font-size:11px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1}.DVManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol .progressBar{background:#eee;height:3px;width:100%;position:absolute;bottom:0;left:0}.DVManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol .progressBar .filled{height:3px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.DVManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol.predictedEta{color:#fff}.DVManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol.predictedEta:hover{background:unset}.DVManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol.smallFlex{flex:0.25}.DVManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol:last-child{border-right:unset}.DVManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol:hover{background:#f5f5f5}.DVManifestSider .manifestTimeline{height:100%;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.DVManifestSider .manifestTimeline .hoveredNode{position:absolute;left:-271px}.DVTimelineCard{background:#fff;border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;flex-direction:column;cursor:pointer;z-index:99}.DVTimelineCard.replenish,.DVTimelineCard.replenish:hover{background:#eee}.DVTimelineCard.compactMode:hover{background:#e7f5ff}.DVTimelineCard.collapsed{border-top:none}.DVTimelineCard.collapsed .collapsedHeader{border-bottom:1px solid #ddd;display:flex;align-items:center;height:22px;overflow:hidden;background:#fff}.DVTimelineCard.collapsed .collapsedHeader .seq{border-right:1px solid #ddd;color:#fff;padding:3px 2px;width:30px;text-align:center;position:relative}.DVTimelineCard.collapsed .collapsedHeader .seq .modified{height:9px;width:7px;position:absolute;top:0;right:0;background:#ffc73b;border:1px solid #fff;border-top:none;border-right:none;border-bottom-left-radius:3px}.DVTimelineCard.collapsed .collapsedHeader .count{padding:3px 0;border-right:1px solid #ddd;background:#f5f5f5;width:20px;text-align:center}.DVTimelineCard.collapsed .collapsedHeader .count:last-child{border-right:none;background:none}.DVTimelineCard.collapsed .collapsedHeader .mapIcon{padding:6px 5px;border-right:1px solid #ddd}.DVTimelineCard.collapsed .collapsedBody{font-size:11px;position:relative}.DVTimelineCard.collapsed .collapsedBody .typeIndicator{display:flex;flex-direction:row;padding:3px 1px}.DVTimelineCard.collapsed .collapsedBody .typeIndicator .tripNo{background:#fff;position:absolute;right:0;top:0}.DVTimelineCard.collapsed .collapsedBody .typeIndicator .tripNo .item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;text-align:center;padding:0 4px;font-weight:700;font-size:10px}.DVTimelineCard.collapsed .collapsedBody .typeIndicator .tripNo .item:last-child{border-bottom-left-radius:4px}.DVTimelineCard.collapsed .collapsedBody .typeIndicator .indicator{height:5px;flex:1;margin:0 3px;border-radius:5px}.DVTimelineCard.collapsed .collapsedBody .rowData{display:flex;flex-direction:row;align-items:center;padding:1px 0 1px 1px}.DVTimelineCard.collapsed .collapsedBody .rowData .skillGroupRef{border-top:1px solid #ddd;border-left:1px solid #ddd;padding:0 4px;border-top-left-radius:4px;font-weight:700;font-size:10px;background:#f5f5f5;position:absolute;right:0;bottom:0}.DVTimelineCard.collapsed .statusRow{display:flex;flex-direction:column;height:12px}.DVTimelineCard.collapsed .statusRow .jobsStatus,.DVTimelineCard.collapsed .statusRow .stopsStatus{display:flex;flex:1;border-top:1px solid #ddd}.DVTimelineCard.collapsed .statusRow .jobsStatus .jobs,.DVTimelineCard.collapsed .statusRow .jobsStatus .stops,.DVTimelineCard.collapsed .statusRow .stopsStatus .jobs,.DVTimelineCard.collapsed .statusRow .stopsStatus .stops{border-right:1px solid #ddd;flex:1}.DVTimelineCard.collapsed .statusRow .jobsStatus .jobs:last-child,.DVTimelineCard.collapsed .statusRow .jobsStatus .stops:last-child,.DVTimelineCard.collapsed .statusRow .stopsStatus .jobs:last-child,.DVTimelineCard.collapsed .statusRow .stopsStatus .stops:last-child{border-right:none}.DVTimelineCard.collapsed:hover{background:#e7f5ff}.DVTimelineCard .mainCardContainer{display:flex;flex-direction:column;height:100%}.DVTimelineCard .violations{top:29px;width:24px;text-align:center;position:absolute;right:34px;border:1px solid #ddd;border-radius:5px;z-index:999;overflow:hidden;color:#e53e3e;background:#f5f5f5}.DVTimelineCard .violations div:last-child{border-bottom:unset}.DVTimelineCard .violations div{font-size:11px;padding-top:1px;border-bottom:1px solid #ddd}.DVTimelineCard .stopsAndJobs{top:29px;width:24px;text-align:center;position:absolute;right:5px;border:1px solid #ddd;border-radius:5px;z-index:999;overflow:hidden;background:#fff}.DVTimelineCard .stopsAndJobs div:first-child{border-bottom:1px solid #ddd;background:#f5f5f5}.DVTimelineCard .menu{border:1px solid #ddd;border-radius:5px;padding:2px 5px;position:absolute;top:5px;right:5px;z-index:999;background:#fff}.DVTimelineCard .menu svg{margin-right:0}.DVTimelineCard .menu:hover{background:#eee}.DVTimelineCard:hover .overlay{background:#e7f5ff}.DVTimelineCard .itemLine{position:absolute;top:0;left:12px;height:100%;width:2px;background:#ddd}.DVTimelineCard .timelineItem{display:flex;flex-direction:row}.DVTimelineCard .timelineItem .selected{width:13px;height:100%;background:#9aceff;margin-right:-13px;position:absolute;top:0;z-index:99}.DVTimelineCard .timelineItem .itemStory,.DVTimelineCard .timelineItem .nodeStory,.DVTimelineCard .timelineItem .nodeStoryItem{background:#fff;border:1px solid #ddd;border-radius:50%;margin-left:3px;align-self:center;width:20px;height:20px;text-align:center;line-height:17px;z-index:99}.DVTimelineCard .timelineItem .itemStory .replenishRegionHouse svg,.DVTimelineCard .timelineItem .nodeStory .replenishRegionHouse svg,.DVTimelineCard .timelineItem .nodeStoryItem .replenishRegionHouse svg{width:10px}.DVTimelineCard .timelineItem .nodeStory{margin-top:4px;align-self:unset;color:#fff;border:unset;line-height:18px;position:relative;font-size:10px}.DVTimelineCard .timelineItem .nodeStory .modified{height:12px;width:12px;position:absolute;top:-4px;right:-7px;background:#ffc73b;border-radius:50%;border:2px solid #fff}.DVTimelineCard .timelineItem .nodeStory .groupedNode{top:0;right:-15px;padding-right:4px;border-radius:10px;padding-left:14px;z-index:-5;height:15px;position:absolute}.DVTimelineCard .timelineItem .nodeStoryItem{border-radius:5px;margin-top:5px}.DVTimelineCard .timelineItem .itemDuration{position:absolute;display:flex;left:12px;margin-top:2px}.DVTimelineCard .timelineItem .itemDuration .durationPointer{height:2px;width:14px;background:#ddd;align-self:center;margin-right:3px}.DVTimelineCard .timelineItem .itemContent,.DVTimelineCard .timelineItem .nodeContent{margin-left:5px;align-self:center;flex:1}.DVTimelineCard .timelineItem .nodeContent{margin:12px 5px 0;align-self:unset}.DVTimelineCard .timelineItem .nodeContent.additional{align-self:center;margin:5px}.DVTimelineCard .timelineItem .nodeContent .tripCurrentStatus{border:1px solid #ddd;border-radius:5px;margin-right:40px;overflow:hidden;margin-top:3px}.DVTimelineCard .timelineItem .nodeContent .tripCurrentStatus b{padding:2px 5px;border-right:1px solid #ddd}.DVTimelineCard .timelineItem .nodeContent .tripCurrentStatus b:last-child{border-right:none}.DVTimelineCard .timelineItem .nodeContent .nodeStats{margin-top:3px;border-radius:5px;padding:0 5px;display:flex}.DVTimelineCard .timelineItem .nodeContent .nodeStats svg{margin-right:5px}.DVTimelineCard .timelineItem .nodeContent .nodeStats .address{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:196px}.DVTimelineCard .timelineItem .nodeContent .nodeStats div{display:flex;align-items:center;flex:1;padding:2px 0;text-align:center}.DVTimelineCard .timelineItem .nodeContent .stopsContainer:hover .nodeStops{position:relative}.DVTimelineCard .timelineItem .nodeContent .stopsContainer:hover .overlay{background:#fff}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer{border:1px solid #ddd;border-radius:5px;overflow:hidden;margin-top:3px;display:flex;margin-left:-3px}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops{border-left:1px solid #ddd;flex:1}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops:hover .nodeStops{position:relative}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops:hover .overlay{background:#e7f5ff}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle{display:flex;background:#f5f5f5}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle>div{padding:2px 5px}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle .activityStatus{flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer:hover .overlay{background:#fff}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs{border-top:1px solid #ddd}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .overlay{position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs:hover{background:#e7f5ff}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .multiLineTruncate{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .nodeJobTitle{padding:2px 5px;max-width:130px;flex:1}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .indicator{display:flex}.DVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .indicator>div{padding:2px 5px;border-left:1px solid #ddd;background:#fafafa}.DVTimelineCard .itemDriveTime{position:absolute;top:-10px;background:#fff;padding:0 5px;border:1px solid #ddd;border-radius:5px;left:50%;margin-left:-100px;width:200px;display:flex;z-index:999;background:#fafafa}.DVTimelineCard .itemDriveTime div{flex:1 1 0%;text-align:center}.DVTimelineCard.trip{background:#eee}.DVTimelineCard.trip.collapsed{border-top:none}.DVTimelineCard.trip.collapsed:hover{background:#eee}.DVTimelineCard.duty{background:#fafafa}.DVTimelineCard.duty .timelineItem{height:100%}.DVTimelineCard.duty.collapsed{border-top:none}.DVTimelineCard.duty.collapsed:hover{background:#fafafa}.DispatchMap_quickDragModePopup__3DIaX{position:absolute;width:91px;height:24px;line-height:24px;top:110px;left:0;right:0;margin-left:auto;margin-right:auto;z-index:2;background:#fff;text-align:center;border-radius:10px;font-weight:700;font-size:12px;box-shadow:0 2px 15px 0 rgba(0,0,0,.15);-webkit-animation:DispatchMap_pop-in__2jCv6 .3s;animation:DispatchMap_pop-in__2jCv6 .3s}.DispatchMap_quickDragModePopupOut__2LC7X{-webkit-animation:DispatchMap_pop-out__22DMu .3s;animation:DispatchMap_pop-out__22DMu .3s}@-webkit-keyframes DispatchMap_pop-in__2jCv6{0%{opacity:0;-webkit-transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes DispatchMap_pop-in__2jCv6{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes DispatchMap_pop-out__22DMu{0%{opacity:1;-webkit-transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5)}}@keyframes DispatchMap_pop-out__22DMu{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}.cellPath{display:flex}.cellPath .cellKey:hover{text-decoration:underline}.cellPath span{padding:0 3px}#DVMapComponent .mapTooltip{min-width:191px;-webkit-user-select:none;user-select:none}#DVMapComponent .mapTooltip .tooltipContent>div{display:flex;border-bottom:.1rem solid #e8e8e8}#DVMapComponent .mapTooltip .tooltipContent>div:last-child{border-bottom:none}#DVMapComponent .mapTooltip .tooltipContent .title{background:#fafafa;border-right:.1rem solid #e8e8e8;padding:3px 0 3px 8px;font-weight:400;flex:1}#DVMapComponent .mapTooltip .tooltipContent .title.alignCenter{display:flex;align-items:center}#DVMapComponent .mapTooltip .tooltipContent .subTitle{padding:3px 0 3px 8px;flex:1}#DVMapComponent .mapTooltip .tooltipContent .subTitle .truncate{max-width:110px}.siderTable .tableRow{padding:4px 5px;height:30px}.siderTable .tableRow.selected{background:rgba(44,144,255,.30196)}.siderTable .tableRow i{font-size:13px}.siderTable .-pagination .-center,.siderTable .-pagination .-next,.siderTable .-pagination .-previous{min-width:80px;flex:none!important}.siderTable .routeRefCell{display:inline-block;height:9px;width:9px;border-radius:3px;margin-right:5px}.siderTable .exceededValue{color:#ff332e;font-weight:700}.siderTable .warningValue{color:#ffa700;font-weight:700}.siderTable .selectedRow{padding:4px;border-right:1px solid #aadaff;height:30px;background:#aadaff}.siderTable .unselectedRow{padding:4px;border-right:1px solid rgba(0,0,0,.02);height:30px}.clientJobRefBadge{cursor:pointer;margin-right:5px;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;padding:0 5px}.clientJobRefBadge:hover{background:#e8e8e8}.routeRefBadge{color:#fff;display:inline-flex}.routeRefBadge .routeRefChip{padding:1px 10px;border-radius:4px;position:relative}.routeRefBadge .routeRefChip .redDot{width:6px;height:6px;background:#f5222d;border-radius:100%;box-shadow:0 0 0 1px #fff;position:absolute;top:-2px;left:-2px}.routeRefBadge .routeRefChip .routeRefIndicator{position:absolute;right:-7px;top:-5px;font-size:10px;border-radius:50%;background:#fff;height:16px;width:16px}.routeRefBadge .routeRefChip .routeRefIndicator i{margin:0;color:#4e4e4e}.routeFillContainer{width:100%}.routeFillContainer,.tableCellProgressBar>div,.tableCellProgressBar>div>div{height:10px;display:flex;align-items:center}.tableCellProgressBar>div>div{flex:2}.tableCellProgressBar>div>div .ant-progress-inner{background-color:#e8e8e8}.tableCellProgressBar>div span{color:unset;align-self:center;width:unset}.multiTripsCell{border-radius:10px;width:100%;border:1px solid #ddd;text-align:center}.multiTripsCell.violation{color:#f5222d;font-weight:700}.tableContextMenu{min-width:170px!important;max-width:170px!important}.ant-tabs-content{padding:0 10px}.routeChip{margin:5px 8px 0;flex:1 1;height:24px;max-height:24px;line-height:17px;font-weight:500;color:#fff;padding:3px;text-align:center;border-radius:5px;cursor:pointer;transition:opacity .1s ease-in-out;max-width:50px;font-size:12px}.routeChip:hover{opacity:.7}.pendingIcon{color:#838383;margin-right:8px;margin-top:2px;background:#fff;border-radius:50%}.driverMessages{margin:-12px -16px;width:300px;max-height:300px;overflow:auto}.driverMessages .messageItem{cursor:pointer}.driverMessages .messageItem:hover{background:#fafafa}.driverMessages .messageItem .listItem{margin-left:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.siderTable .rt-td{padding:0;line-height:20px;cursor:pointer}.tabBadgeCounter.alertsBadgeCounter{margin-top:-2px}.tabBadgeCounter.alertsBadgeCounter sup{top:5px}.statusInfo--container,.statusInfo--container .statsBarHolder{display:flex;flex-direction:column;height:100%}.statusInfo--container .statsBarHolder{overflow:hidden}.statusInfo--container .statsBarHolder .statsBarContainer{display:flex;border-bottom:1px solid #ddd;cursor:pointer}.statusInfo--container .statsBarHolder .statsBarContainer:last-child{border-bottom:none}.statusInfo--container .statsBarHolder .statsBarContainer .stopsJobsContainer{display:flex;width:100%;padding:5px}.statusInfo--container .statsBarHolder .statsBarContainer .routesContainer{width:100%;display:flex;flex-direction:column}.statusInfo--container .statsBarHolder .statsBarContainer .routesContainer .statusIndicator{width:10px;height:10px;background:#bdbbbb;border-radius:50%}.statusInfo--container .statsBarHolder .statsBarContainer .routesContainer .statusIndicator.live{background:#1890ff}.statusInfo--container .statsBarHolder .statsBarContainer .routesContainer .statusIndicator.finished{background:#52c41a}.statusInfo--container .statsBarHolder .statsBarContainer .routesContainer .startEndTime{font-weight:700;padding:0 17px;text-align:center}.statusInfo--container .statsBarHolder .statsBarContainer .routesContainer .routeProgress{width:100%;background:#f0f0f0;height:18px;border-radius:4px;position:relative;overflow:hidden;margin-left:8px;display:flex;align-items:center}.statusInfo--container .statsBarHolder .statsBarContainer .routesContainer .routeProgress .label{font-weight:700;margin:auto;position:relative;font-size:10px;z-index:4}.statusInfo--container .statsBarHolder .statsBarContainer .routesContainer .routeProgress .completed{position:absolute;width:0;left:0;height:100%}.statusInfo--container .statsBarHolder .statsBarContainer .statsBarRow{overflow:hidden;border-radius:5px;display:flex;height:18px;margin-left:8px;width:100%}.statusInfo--container .statsBarHolder .statsBarContainer .statsBarRow .statsBar{text-align:center;border-right:1px solid #fff;width:100%;background:#f0f0f0}.statusInfo--container .statsBarHolder .statsBarContainer .statsBarRow .statsBar b{color:#353535}.statusInfo--container .statsBarHolder .statsBarContainer .statsBarRow .statsBar span{color:#a1a1a1;font-size:10px}.statusInfo--container .statsBarHolder .statsBarContainer .statsBarRow .statsBar:hover{opacity:.8}.statusInfo--container .statsBarHolder .statsBarContainer .statsBarRow .statsBar:last-child{border-right:unset;border-radius:0 5px 5px 0}.statusInfo--container .statsBarHolder .statsBarContainer .statsBarRow .statsBar:first-child{border-radius:5px 0 0 5px}.statusInfo--container .statsBarHolder .statsBarContainer .statsBarRow .statsBar.selected{box-shadow:inset 0 0 0 2px #1890ff;margin:0 4px}.statusInfo--container .statsBarHolder .statsBarContainer:hover{background:#fafafa}.statusInfo--container .statsBarHolder .statsBarContainer.selected{background:#d1e9fc}.statusInfo--container .menuControls,.statusInfo--container .statsOptions{padding:5px 7px;display:flex;border-bottom:1px solid #ddd;align-items:center}.statusInfo--container .statsOptions{background:#f6f6f6}.statusInfo--container .statsOptions .dashboardPanel{flex:1;display:flex;flex-direction:column;text-align:center;padding:0 20px}.statusInfo--container .statsOptions .dashboardPanel .dbProgressBar .ant-progress-inner{background:#dedede}.statusInfo--container .statsOptions .dashboardMenuBnt{position:absolute;right:5px;top:5px}.statusInfo--container .sidePanelTabs .tabPanel{padding:0}.statusInfo--container .sidePanelTabs .ant-tabs-tab{padding:8px 16px}.moveNodeTripSlider{flex:1;margin-bottom:25px}.dispatchPopupModal{top:10%}.dispatchPopupModal .ant-modal-content{overflow:hidden}.dispatchPopupModal .header{display:flex;border-bottom:1px solid #ddd}.dispatchPopupModal .header .title{margin-right:10px;margin-left:7px;font-weight:700;font-size:17px}.dispatchPopupModal .header .headerActions{display:flex}.dispatchPopupModal .header .headerActions div{border-left:1px solid #ddd;padding:10px 15px;cursor:pointer}.dispatchPopupModal .header .headerActions div:hover{background:#f1f0f0}.dispatchPopupModal .header .headerActions div i{vertical-align:middle}.dispatchPopupModal .noViolations div,.dispatchPopupModal .noViolations span{color:#2faf21!important;border-color:#2faf21}.dispatchPopupModal .noViolations div:after,.dispatchPopupModal .noViolations span:after{background-color:#32b024!important}.dispatchPopupModal .preassigned{border:1px solid #ddd;border-radius:4px}.dispatchPopupModal .noData .ant-table-tbody{height:0!important}.dispatchPopupModal .contentHeader{display:flex;align-items:center;margin:10px 0}.dispatchPopupModal .contentHeader .driverTag,.dispatchPopupModal .contentHeader .vehicleTag{text-align:center;font-size:15px;padding:2px 0!important;flex:1 0 2%;margin-right:0!important;background-color:#eee;border:1px solid #ccc;color:#595959}.dispatchPopupModal .contentHeader .driverTitle,.dispatchPopupModal .contentHeader .vehicleTitle{flex:1 1 0%;font-weight:700;font-size:18px}.ReactVTable{position:relative;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1);min-height:0;height:100%}.ReactVTable .tableMenu{border-bottom:1px solid #e5e5e5;background:#fafafa;padding:5px;display:inline-flex}.ReactVTable .tableMenu .showFiltersToggle{margin-right:5px;border-radius:4px;width:24px;height:24px;border:1px solid #d9d9d9}.ReactVTable .tableMenu .showFiltersToggle:after,.ReactVTable .tableMenu .showFiltersToggle:before{top:2px;border-radius:4px}.ReactVTable .tableMenu .showFiltersToggle:after{left:2px}.ReactVTable .tableMenu .showFiltersToggle.ant-switch-checked:after{left:98%}.ReactVTable .tableFooter{background:#eee}.ReactVTable .tableFooter .footerTotals{border-top:1px solid #e5e5e5;display:flex}.ReactVTable .tableFooter .footerTotals .footerColumn{white-space:nowrap;border-right:1px solid #e5e5e5;text-align:right;padding:0 5px;overflow:hidden}.ReactVTable .tableFooter .footerStats{border-top:1px solid #e5e5e5;display:flex;height:29px}.ReactVTable .tableFooter .footerStats .leftAlign{position:absolute;float:left;display:flex}.ReactVTable .tableFooter .footerStats .rightAlign{padding:2px;right:0;position:absolute}.ReactVTable .VTable{overflow-y:hidden;overflow-x:auto;flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse}.ReactVTable .VTable .tableLoader{height:100%;position:absolute;z-index:999;background:hsla(0,0%,98%,.55);width:100%;display:flex;align-items:center;justify-content:center}.ReactVTable .VTable .tableHeader{box-shadow:0 1px 2px 0 rgba(0,0,0,.1);z-index:10}.ReactVTable .VTable .tableHeader.subHeader{background:#fafafa}.ReactVTable .VTable .tableHeader .tableColumn{white-space:nowrap;padding:5px;border-right:1px solid #f2f2f2;text-align:center}.ReactVTable .VTable .tableHeader .tableColumn .headerTitle{overflow:hidden}.ReactVTable .VTable .tableHeader .tableColumn.subColumn{padding:2px 5px;font-weight:700;overflow:hidden;border-right:1px solid #d9d9d9}.ReactVTable .VTable .tableHeader .tableColumn ::selection{background:none;color:unset}.ReactVTable .VTable .tableHeader .tableColumn .resizer{display:inline-block;background:transparent;width:4px;height:100%;position:absolute;right:0;top:0;-webkit-transform:translateX(50%);transform:translateX(50%);z-index:1;touch-action:none}.ReactVTable .VTable .tableHeader .tableColumn .resizer:hover{background:#ddd}.ReactVTable .VTable .tableHeader .tableColumn.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.ReactVTable .VTable .tableHeader .tableColumn.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.ReactVTable .VTable .tableHeader .tableFilter{white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;border-right:1px solid #f2f2f2;text-align:center}.ReactVTable .VTable .tableHeader .tableFilter .filterBadge{display:block}.ReactVTable .VTable .tableRowGroup{border-bottom:1px solid #ddd;cursor:pointer}.ReactVTable .VTable .tableRowGroup.odd{background:#fafafa}.ReactVTable .VTable .tableRowGroup:hover{background:#f2f2f2}.ReactVTable .VTable .tableRowGroup.selected{background:#9dd4ff}.ReactVTable .VTable .tableRowGroup.selected .cell{border-right:1px solid #9dd4ff}.ReactVTable .VTable .tableRowGroup.selected .cell.clickableCell:hover{background:#78b8ea}.ReactVTable .VTable .tableRowGroup.unavailable{opacity:.4}.ReactVTable .VTable .tableRowGroup.disabled{cursor:not-allowed;opacity:.4}.ReactVTable .VTable .tableRowGroup .cell{overflow:hidden;white-space:nowrap;padding:5px 5px 6px;border-right:1px solid #f2f2f2;text-align:center}.ReactVTable .VTable .tableRowGroup .cell .statusColor.err{color:#d62f1d}.ReactVTable .VTable .tableRowGroup .cell .statusColor.succ{color:#2faf21}.ReactVTable .VTable .tableRowGroup .cell .violation{color:#f5222d;font-weight:700}.ReactVTable .VTable .tableRowGroup .cell .warning{color:#ffa700;font-weight:700}.ReactVTable .VTable .tableRowGroup .cell.clickableCell{padding:0}.ReactVTable .VTable .tableRowGroup .cell.clickableCell>:first-child{padding:9px}.ReactVTable .VTable .tableRowGroup .cell.clickableCell:hover{background:#dadada}.ReactVTable.tableContextMenu{border:none;position:-webkit-sticky!important;position:sticky!important;-webkit-animation-name:fadeIn!important;animation-name:fadeIn!important;-webkit-animation-duration:.3s;animation-duration:.3s;z-index:10}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.generateBarcodeModal{top:10%}.generateBarcodeModal .ant-modal-content{overflow:hidden}.generateBarcodeModal .header{display:flex;border-bottom:1px solid #ddd}.generateBarcodeModal .header .title{margin-right:10px;margin-left:7px;font-weight:700;font-size:17px}.generateBarcodeModal .header .headerActions{display:flex}.generateBarcodeModal .header .headerActions div{border-left:1px solid #ddd;padding:10px 15px;cursor:pointer}.generateBarcodeModal .header .headerActions div:hover{background:#f1f0f0}.generateBarcodeModal .header .headerActions div i{vertical-align:middle}.generateBarcodeModal .noViolations div,.generateBarcodeModal .noViolations span{color:#2faf21!important;border-color:#2faf21}.generateBarcodeModal .noViolations div:after,.generateBarcodeModal .noViolations span:after{background-color:#32b024!important}.generateBarcodeModal .preassigned{border:1px solid #ddd;border-radius:4px}.generateBarcodeModal .noData .ant-table-tbody{height:0!important}.generateBarcodeModal .contentHeader{display:flex;align-items:center;margin:10px 0}.generateBarcodeModal .contentHeader .driverTag,.generateBarcodeModal .contentHeader .vehicleTag{text-align:center;font-size:15px;padding:2px 0!important;flex:1 0 2%;margin-right:0!important;background-color:#eee;border:1px solid #ccc;color:#595959}.generateBarcodeModal .contentHeader .driverTitle,.generateBarcodeModal .contentHeader .vehicleTitle{flex:1 1 0%;font-weight:700;font-size:18px}.deviceHistoryTrail .ant-descriptions-title{margin-bottom:8px}.deviceHistoryTrail .ant-timeline-item{padding:0 0 8px;cursor:pointer}.deviceHistoryTrail .ant-timeline-item:hover{background-color:#f7f7f7;border-radius:5px}.deviceHistoryTrail .selected-timeline-item{background-color:#f1f1f1;border-radius:5px}.deviceHistoryTrail .ant-descriptions-item-label{color:rgba(49,49,49,.85098);font-weight:700;margin-left:10px}.activityWobbleStyle{-webkit-animation:shake .25s cubic-bezier(.36,.07,.19,.97) both;animation:shake .25s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.noHistLoaded{height:100%;display:flex;align-items:center}.statsRow{margin:-1px -1px 15px 0}.statsRow td,.statsRow th{padding:10px 5px!important}.driverMessageDrawer .panelHeader{display:flex;padding:10px;border-bottom:1px solid #e8e8e8}.driverMessageDrawer .panelHeader .stats{flex:1;font-size:17px}.driverMessageDrawer .panelHeader .menuBtns{align-self:center;position:absolute;right:10px;top:10px}.driverMessageDrawer .flexElement{display:flex;flex-direction:column;height:100%}.driverMessageDrawer .flexElement .loadMore{width:50%;margin:20px auto}.driverMessageDrawer .textArea{display:flex;padding:10px;border-top:1px solid #e8e8e8}.bubble-container{margin-bottom:8px;display:flex;font-family:sans-serif;font-size:12px;align-items:center}.bubble-container.bubble-direction-reverse{flex-direction:row-reverse}.bubble-container .timeStamp{font-size:10px;flex:1;text-align:right}.bubble-container .bubble{border-radius:5px;display:block;padding:7px 10px;position:relative;vertical-align:top;color:#fff;word-wrap:break-word;font-weight:700;max-width:350px;margin:0 10px}.bubble-container .bubble.driver{background-color:#1890ff;margin-right:10px}.bubble-container .bubble.operator{background-color:#fafafa;color:#575757;border:1px solid #e5e5e5}.bubble-container .bubble.broadcast{background-color:#ff9f9f;color:#575757;border:1px solid #e5e5e5}.bubble-container .bubble.user{background-color:#e4f9e4;color:#575757;border:1px solid #e5e5e5}.messageDivider:after,.messageDivider:before{top:0!important}.messageDivider>span{border:2px solid #f4f4f4;border-radius:20px}.senderName{color:#8a8a8a;margin:5px 10px;text-transform:capitalize}.broadcastStatus{font-size:10px;font-style:italic;float:right;margin-top:-6px;margin-right:12px;margin-bottom:14px}.DVMessagesModal .ant-modal-body{text-align:center;height:400px;padding:5px 20px}.DVMessagesModal .sound-wave{width:100%;height:34px}.DVMessagesModal .sound-wave.hidden{width:0;height:0}.DVMessagesModal .btnNewMessage{margin-bottom:10px}.DVMessagesModal .resultLoadingContainer{position:relative;height:100%}.DVMessagesModal .resultLoadingContainer .resultLoading{width:50%;height:50%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.DVMessagesModal .newMessageModal .btnOpenAddressBook{float:right}.DVMessagesModal .newMessageModal .attachmentsButtons{padding-bottom:10px;display:flex}.DVMessagesModal .newMessageModal .attachmentsButtons .btnRecord{padding:0 10px}.DVMessagesModal .newMessageModal .ant-list-items{max-height:200px;overflow:auto}.DVMessagesModal .broadcastSummaryModal .ant-list-item-action{margin-left:20px}.DVMessagesModal .broadcastSummaryModal .ant-modal-body{text-align:center;height:400px;padding:5px 20px}.DVMessagesModal .broadcastSummaryModal .resultLoadingContainer{position:relative;height:100%}.DVMessagesModal .broadcastSummaryModal .resultLoadingContainer .resultLoading{width:50%;height:50%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.jobDrawer .ant-spin-container,.jobDrawer .ant-spin-nested-loading{height:100%}.jobDrawer .ant-drawer-header{border-bottom:none}.jobDrawer .ant-tabs-content{overflow-y:auto;height:calc(100% - 56px);padding:0}.jobDrawer .ant-drawer-close{line-height:40px;height:40px}.JobDrawer_snailTrailTabsContainer__1oKBN{height:100%}.JobDrawer_jobDrawer__20Uv6 .JobDrawer_ant-drawer-header__3vHXr{border-bottom:none}.dispatchView--container .resourceTemplateButton{border-radius:0 4px 4px 0;vertical-align:bottom;margin-left:-1px}.dispatchView--container .cloneScenarioField{border-radius:4px 0 0 4px}.dispatchView--container .inputCheckbox{align-self:center;margin-top:18px;margin-right:15px}.dispatchView--container .mapOverlay{position:absolute;height:210px;background:#fff;width:100%;z-index:9;opacity:.3}.dispatchView--container .addressTabs .ant-tabs-tab{transition:none!important;-webkit-animation:none!important;animation:none!important}.dispatchView--container .addressTabs .ant-tabs-content{padding:0}.dispatchView--container.drawerContainer .crudHeader{flex:1;font-size:16px;width:100%;padding:10px 16px;background:#fff;display:flex}.dispatchView--container.drawerContainer .crudFooter{border-top:1px solid #e9e9e9;padding:10px 16px;background:#fff;text-align:right;z-index:99;display:flex;align-items:center}.dispatchView--container.drawerContainer .ant-drawer-content,.dispatchView--container.drawerContainer .ant-drawer-wrapper-body{overflow:unset}.dispatchView--container .overrideIndicators{position:absolute;right:0;top:0;z-index:9}.dispatchView--container .overrideIndicators .overrides{display:block;padding-bottom:3px}.dispatchView--container .overrideIndicators .overrides sup{background-color:#52c41a}.dispatchView--container .overrideIndicators .overrides.matching sup{background-color:#1890ff}.dispatchView--container .overrideIndicators .currentChanges{display:block}.dispatchView--container .overrideIndicators .currentChanges sup{background-color:#faad14}.dispatchView--container .formContainer{padding:15px;overflow:auto;flex:1}.dispatchView--container .formFlexLayout{height:100%;display:flex;flex-direction:column}.DVImpactAssessment .impactAssessmentTable{margin-bottom:16px}.DVImpactAssessment .impactAssessmentTable .noViolation{color:#3f8600}.DVImpactAssessment .impactAssessmentTable .violation{color:#f5222d}.DVImpactAssessment .impactAssessmentTable .warning{color:#ffa700;font-weight:700}.DVImpactAssessment .impactAssessmentTable .ant-table-thead{background:#fafafa;border-right:1px solid #e8e8e8}.DVImpactAssessment .impactAssessmentTable .ant-table-body{margin:0!important}.DVImpactAssessment .impactAssessmentTable .tableRowHeader{font-weight:700}.DVImpactAssessment .impactAssessmentTable .totalsRow{background:#f2f2f2}.DVImpactAssessment .impactAssessmentTab .ant-descriptions-title{margin-bottom:0}.DVImpactAssessment .impactAssessmentTab .actionStats{display:flex;width:80%;margin:0 auto 10px}.DVImpactAssessment .failedAssessment{display:flex;align-items:center;justify-content:center;height:100%;width:100%;flex-direction:column;width:70%;margin:auto}.DVImpactAssessment .failedAssessment .warningIcon{font-size:18px;color:#faad14}.DVImpactAssessment .failedAssessment .errorMsg{font-size:14px;font-weight:700;text-align:center;margin:25px 0 0}.DVImpactAssessment .failedAssessment .impactedRoutes .routeRefBadge{margin:5px}.DVImpactAssessment .mapComponent{display:flex;flex-direction:column;overflow:hidden;flex:1;padding:0}.DVImpactAssessment .mapComponent .toolBar{display:flex;border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;padding:0 10px;height:45px}.DVImpactAssessment .mapComponent .toolBar .slider{flex:1 1;margin:auto 30px 23px}.DVImpactAssessment .mapComponent #impactAssessmentMap{border-left:1px solid #e8e8e8;height:100%;width:100%;flex:1}.DVImpactAssessment .mapComponent #impactAssessmentMap .gm-style-iw{padding:0!important;box-shadow:0 1px 2px 0 #b5b5b5!important}.DVImpactAssessment .mapComponent #impactAssessmentMap .gm-style-iw .gm-style-iw-d{overflow:auto!important}.w3wMapInfo{right:0;border-radius:5px 0 0 0}.distanceMessage,.w3wMapInfo{position:absolute;bottom:0;background:hsla(0,0%,100%,.67);padding:5px 10px}.distanceMessage{left:0;border-radius:0 5px 0 0}.nodeConfModal .ant-modal-content{overflow:hidden}.nodeConfModal .header{display:flex;border-bottom:1px solid #ddd}.nodeConfModal .header .title{margin-right:10px;margin-left:7px;font-weight:700;font-size:17px}.nodeConfModal .header .headerActions{display:flex}.nodeConfModal .header .headerActions div{border-left:1px solid #ddd;padding:10px 15px;cursor:pointer}.nodeConfModal .header .headerActions div:hover{background:#f1f0f0}.nodeConfModal .header .headerActions div i{vertical-align:middle}.nodeConfModal .jobTree .ant-tree-node-content-wrapper{height:unset}.DVModifyTrip .mapComponent{overflow:hidden;display:flex;flex-direction:column;flex:1;height:100%;padding:0}.DVModifyTrip .mapComponent #modifyTripMap{border-left:1px solid #e8e8e8;border-radius:4px;height:100%;width:100%;flex:1}.dvSkillCompatibilityModal .ant-modal-header{padding:0;overflow:hidden}.dvSkillCompatibilityModal .headerIcon{font-size:50px;border-right:1px solid #ddd;background:rgba(157,212,224,.74902);color:#4c4c4c}.dvVehicleCompatibilityModal .ant-modal-header{padding:0;overflow:hidden}.dvVehicleCompatibilityModal .headerIcon{font-size:50px;border-right:1px solid #ddd;background:rgba(179,224,157,.56078);color:#4c4c4c}.simulatorContainer{position:absolute;bottom:45px;right:20px;border-radius:5px;background:#fff;z-index:9;box-shadow:0 4px 12px rgba(0,0,0,.15);width:200px;transition:all .3s ease-in}.simulatorContainer .header{padding:5px 10px;border-bottom:1px solid #ddd;font-weight:700;display:flex}.simulatorContainer .body{padding:5px 10px}.simulatorContainer .body .sim{display:flex;flex-direction:column;margin-bottom:10px}.simulatorContainer .body .sim span{font-weight:700;margin-bottom:5px}.modalFooter{display:flex;align-items:center}.modalFooter b{padding:0 5px}.filterWarning{color:#d68118;font-weight:500}.filterLink{color:#4b99e0;cursor:pointer}.filterLink:hover{text-decoration:underline}.dvDepotCompatibilityModal .ant-modal-header{padding:0;overflow:hidden}.dvDepotCompatibilityModal .headerIcon{font-size:50px;border-right:1px solid #ddd;background:rgba(179,224,157,.56078);color:#4c4c4c}.OFModal{padding-bottom:0}.OFModal .ant-modal-content{overflow:hidden}.OFModal .ant-modal-header{padding:0}.OFModal .modalHeader{display:flex}.OFModal .modalHeader .title{flex:1;padding:10px}.OFModal .modalHeader .actionBtn{padding:10px 20px;border-left:1px solid #ddd;cursor:pointer}.OFModal .modalHeader .actionBtn.minimize:hover{background:#f9f9f9}.OFModal .modalHeader .actionBtn.close:hover{background:#ff4d4f;color:#fff}.OFModal .modalHeader .actionBtn.disabled{background:#eee;cursor:not-allowed}.OFModal .loadingModal{position:absolute;left:0;top:0;background:hsla(0,0%,100%,.5);height:100%;width:100%;z-index:99;display:flex;align-items:center}.OFModal .loadingModal .loadingIcon{margin:auto;display:flex;flex-direction:column}.OFModal .loadingModal .loadingIcon .title{font-size:20px;font-weight:600}.mapEditor--container .siderContents{display:flex;flex-direction:column;height:100%;background:#fff}.mapEditor--container .siderContents .sidePanelTabs{display:flex;flex-direction:column;flex:1;height:calc(100% - 37px)}.mapEditor--container .siderContents .sidePanelTabs .ant-tabs-content{display:flex;flex-direction:column;flex:1}.mapEditor--container .siderContents .sidePanelTabs .ant-tabs-tabpane-active.tabPanel{display:flex;flex-direction:column;height:100%;flex:1}.mapEditor--container .siderContents .sidePanelTabs .ant-tabs-tabpane-inactive.tabPanel{display:none}.mapEditor--container .siderContents .subTabContainer{margin:0 -10px;display:flex;height:100%}.mapEditor--container .collapsedSider{max-width:54px;border-right:1px solid #d3d3d3}.mapEditor--container .collapsedSider .ant-menu-item:hover{background-color:#e9f4ff}.mapEditor--container .collapsedSider .ant-menu-item{margin-top:0;padding:0 26px!important}.mapEditor--container .collapsedSider .ant-menu-item .anticon{margin-left:-9px}.mapEditor--container .collectionList_tableWrap{height:255px;display:flex;flex-direction:column;margin-bottom:10px}.mapEditor--container .allChangesList_tableWrap,.mapEditor--container .allClonesList_tableWrap,.mapEditor--container .bridgeBarrierList_tableWrap,.mapEditor--container .inactiveList_tableWrap,.mapEditor--container .timespanChangesList_tableWrap,.mapEditor--container .wizardButtonsList_tableWrap{height:100%;display:flex;flex-direction:column;margin-bottom:10px}.mapEditor--container .tabPanel .ant-card-body{height:calc(100% - 30px)}.mapEditor--container .ReactTable{position:relative;display:flex;flex:1;flex-direction:column;border:1px solid rgba(0,0,0,.1);min-height:0}.mapEditor--container .ReactTable *{box-sizing:border-box}.mapEditor--container .ReactTable .rt-table{flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.mapEditor--container .ReactTable .rt-thead{flex:1 0 auto;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.mapEditor--container .ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05)}.mapEditor--container .ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,.05)}.mapEditor--container .ReactTable .rt-thead.-filters input,.mapEditor--container .ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.mapEditor--container .ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02);outline:none}.mapEditor--container .ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,.15)}.mapEditor--container .ReactTable .rt-thead .rt-tr{text-align:center}.mapEditor--container .ReactTable .rt-thead .rt-td,.mapEditor--container .ReactTable .rt-thead .rt-th{padding:5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent}.mapEditor--container .ReactTable .rt-thead .rt-td.-sort-asc,.mapEditor--container .ReactTable .rt-thead .rt-th.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.mapEditor--container .ReactTable .rt-thead .rt-td.-sort-desc,.mapEditor--container .ReactTable .rt-thead .rt-th.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.mapEditor--container .ReactTable .rt-thead .rt-td.-cursor-pointer,.mapEditor--container .ReactTable .rt-thead .rt-th.-cursor-pointer{cursor:pointer;outline:none}.mapEditor--container .ReactTable .rt-thead .rt-td:last-child,.mapEditor--container .ReactTable .rt-thead .rt-th:last-child{border-right:0}.mapEditor--container .ReactTable .rt-thead .rt-resizable-header{overflow:visible;outline:none}.mapEditor--container .ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.mapEditor--container .ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis;font-weight:700}.mapEditor--container .ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.mapEditor--container .ReactTable .rt-thead .rt-header-pivot:after,.mapEditor--container .ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.mapEditor--container .ReactTable .rt-thead .rt-header-pivot:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:8px;margin-top:-8px}.mapEditor--container .ReactTable .rt-thead .rt-header-pivot:before{border-color:hsla(0,0%,40%,0) hsla(0,0%,40%,0) hsla(0,0%,40%,0) #f7f7f7;border-width:10px;margin-top:-10px}.mapEditor--container .ReactTable .rt-tbody{flex:99999 1 auto;display:flex;flex-direction:column;overflow:auto}.mapEditor--container .ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid rgba(0,0,0,.05)}.mapEditor--container .ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.mapEditor--container .ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.mapEditor--container .ReactTable .rt-tbody .rt-td:last-child{border-right:0}.mapEditor--container .ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.mapEditor--container .ReactTable .rt-tr-group{flex:1 0 auto;display:flex;flex-direction:column;align-items:stretch;cursor:pointer}.mapEditor--container .ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.mapEditor--container .ReactTable .rt-tr.active{background:#c6cacc!important}.mapEditor--container .ReactTable .rt-td,.mapEditor--container .ReactTable .rt-th{flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.mapEditor--container .ReactTable .rt-td.-hidden,.mapEditor--container .ReactTable .rt-th.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.mapEditor--container .ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.mapEditor--container .ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.mapEditor--container .ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.mapEditor--container .ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.mapEditor--container .ReactTable .rt-tfoot{flex:1 0 auto;display:flex;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.mapEditor--container .ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.mapEditor--container .ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.mapEditor--container .ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.mapEditor--container .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.mapEditor--container .ReactTable .-pagination{z-index:1;display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-top:2px solid rgba(0,0,0,.1)}.mapEditor--container .ReactTable .-pagination input,.mapEditor--container .ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.mapEditor--container .ReactTable .-pagination .-btn{-webkit-appearance:none;appearance:none;display:block;width:100px;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,.6);background:rgba(0,0,0,.1);transition:all .1s ease;cursor:pointer;outline:none}.mapEditor--container .ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.mapEditor--container .ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.mapEditor--container .ReactTable .-pagination .-next,.mapEditor--container .ReactTable .-pagination .-previous{flex:1;text-align:center;margin:auto}.mapEditor--container .ReactTable .-pagination .-previous button{float:right}.mapEditor--container .ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;text-align:center;margin-bottom:0;display:-ms-flexbox;display:inline;-webkit-box-orient:horizontal;-ms-flex-wrap:wrap;align-items:center;-ms-flex-pack:distribute}.mapEditor--container .ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.mapEditor--container .ReactTable .-pagination .-pageJump{display:inline-block}.mapEditor--container .ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.mapEditor--container .ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.mapEditor--container .ReactTable .rt-noData{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;padding:20px;color:rgba(0,0,0,.5)}.mapEditor--container .ReactTable .-loading,.mapEditor--container .ReactTable .rt-noData{display:block;position:absolute;background:hsla(0,0%,100%,.8);transition:all .3s ease;pointer-events:none}.mapEditor--container .ReactTable .-loading{left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0}.mapEditor--container .ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.mapEditor--container .ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.mapEditor--container .ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);transform:translateY(50%)}.mapEditor--container .ReactTable .rt-resizing .rt-td,.mapEditor--container .ReactTable .rt-resizing .rt-th{transition:none!important;cursor:col-resize;-webkit-user-select:none;user-select:none}.mapCustomControls .clusterControls{border-radius:4px;overflow:hidden;box-shadow:0 0 0 2px rgba(0,0,0,.07)}.mapCustomControls .controlCard .controlItem.streetView{padding:0;border:unset}.mapCustomControls .controlCard .controlItem .streetView{position:unset!important;background-color:unset!important;box-shadow:unset!important;width:100%!important;height:100%!important;padding:13px 0!important;outline:none}.mapCustomControls .controlCard .controlItem .streetView div{position:unset!important;border:none}.mapCustomControls.leftBottom,.mapCustomControls.rightBottom{bottom:0}#EditorMapComponent .gmnoprint{display:none}.mapCustomControls .controlCard .legendItem{padding:5px;border-right:4px solid #fff;border-left:4px solid #fff;width:168px}.mapEditorTitleBar{position:static;height:35px;padding:9px 13px;color:grey;border-bottom:1px solid #d3d3d3;font-size:14px;font-weight:700}.multipleFeatureCard{display:flex}#multiSelectedFeaturesCard .ant-card-body{height:100%}.mapEditorListContainer{margin:10px!important;border-radius:2px!important;padding:0 8px!important;width:calc(100% - 20px)}.collapseListContainer{margin:10px!important}.collapseListContainer .ant-collapse-content-box{padding:0}.mapEditor--mapHeader{display:flex;flex-direction:row;justify-content:space-between;padding:5px;background-color:#fff;border-bottom:1px solid #d3d3d3;height:"35px"}.colorSelectorContainer{height:200px;overflow:auto;margin:-12px -16px;padding:10px}.colorSelectorContainer .colorTab{width:25px;margin:2px;height:25px}.weightSelectorContainer{text-align:center}.mapEditor--container .delete-menu{position:absolute;background:#fff;padding:3px;color:#666;font-weight:700;border:1px solid #999;font-family:sans-serif;font-size:12px;box-shadow:1px 3px 3px rgba(0,0,0,.3);margin-top:-10px;margin-left:10px;cursor:pointer}.mapEditor--container .delete-menu:hover{background:#eee}.mapEditor--container .detailsPanel{height:calc(100% - 50px);overflow:auto}.mapEditor--container .statsRow td,.mapEditor--container .statsRow th{padding:2px 5px!important}.mapEditor--container .histAnalysis-statsRow td,.mapEditor--container .histAnalysis-statsRow th{padding:2px 5px!important;width:50%!important}.mapEditor--container .mapAddressSearch{width:193px;position:absolute;top:40px;z-index:10;left:4px}.mapEditor--container .map{height:calc(100% - 35px);width:100%}.mapEditor--container .MapEditorMapToolbar{padding:5px 0;background-color:#fff;border-bottom:1px solid #d3d3d3;display:flex;overflow-y:auto}.mapEditor--container .MapEditorMapToolbar .sidePanelBtn{display:flex;position:fixed;z-index:10;background:#fff;padding-left:5px}.mapEditor--container .MapEditorMapToolbar .sidePanelBtn .divider{display:flex;position:absolute;z-index:99;margin-left:40px;top:0}.mapEditor--container .MapEditorMapToolbar .sidePanelBtn .divider.alignMargin{margin-left:3px}.mapEditor--container .MapEditorMapToolbar .sidePanelBtn .fixedDivider{height:24px;margin:0 0 0 3px;top:0}.mapEditor--container .MapEditorMapToolbar .toolbarHolder{display:flex;margin-left:91px}.mapEditor--container .MapEditorMapToolbar button{min-width:32px;margin-right:5px}.mapEditor--container .MapEditorMapToolbar .divider{flex:none;height:100%;top:0}.mapEditor--container .MapEditorMapToolbar .divider.alignMargin{margin-left:3px}.mapEditor--container.planDateSelector{width:550px;margin:-9px -16px;cursor:pointer}.mapEditor--container.planDateSelector .cell{width:25px;height:25px;margin:auto;text-align:center;border-radius:4px;border:1px solid #fff;display:block;line-height:22px}.mapEditor--container.planDateSelector .cell:hover{background:#e6f7ff}.mapEditor--container.planDateSelector .cell.otherMonth{opacity:.4}.mapEditor--container.planDateSelector .cell.multiSelected{border:1px solid #00d200;background:#00d200;color:#fff}.mapEditor--container.planDateSelector .cell.selected{border:1px solid #1890ff;background:#1890ff;color:#fff}.mapEditor--container.planDateSelector .cell.selected.active{border:1px solid #00d200;background:#00d200}.mapEditor--container.planDateSelector .cell.disabled{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.mapEditor--container.planDateSelector .cell.disabled.clickable{cursor:pointer}.mapEditor--container.planDateSelector .dateFilters{display:flex}.mapEditor--container.planDateSelector .dateFilters .dateOption ul>:nth-child(2){width:0}.mapEditor--container .mapContainer{height:100%;display:flex;flex-direction:column;flex:1}.mapEditor--container.scenarioManager .cell{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;line-height:22px}.mapEditor--container.scenarioManager .ant-fullcalendar-calendar-body{height:390px}.mapEditor--container.scenarioManager .ant-fullcalendar-table{height:100%}.mapEditor--container .tableCheckbox .ant-checkbox{top:auto}.mapEditor--container.dateSelector{max-width:260px;min-width:260px}.mapEditor--container.drawerContainer>:first-child,.mapEditor--container.drawerContainer>:nth-child(2){transition:none;-webkit-animation:none;animation:none}.mapEditor--container.actionTable .ant-table-body{margin:0}.mapEditor--container.actionTable .ant-pagination{margin:10px 0 0}.mapEditor--container .mapLegendContainer{background:#fff;padding:5px;border-radius:4px;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);max-height:350px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:auto}.mapEditor--container .mapLegendContainer div{height:20px;margin-bottom:3px}.mapEditor--container .mapLegendContainer div:last-child{margin-bottom:0}.mapEditor--container .mapInfoContainer{position:absolute;z-index:1;bottom:300px;left:0;margin-left:-3px;height:0;display:inline-flex}.mapEditor--container .mapInfoContainer .clusterInfoContainer{height:115px;background:#fff;padding:5px;border-radius:4px;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);margin-bottom:5px;width:480px}.mapEditor--container .mapInfoContainer .clusterInfoContainer .clusterInfoStats span{display:inline}.mapEditor--container .mapInfoContainer .clusterInfoContainer .clusterInfoStats .ant-statistic-content-suffix{margin-left:2px;font-size:13px}.mapEditor--container .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.mapEditor--container .panelContainer .ant-layout-sider-children{padding-top:0;height:auto}.mapEditor--container .leftPanelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;flex-direction:column}.mapEditor--container .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.mapEditor--container .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.collapsedSider{max-width:54px;border-right:1px solid #d3d3d3}.collapsedSider .ant-menu-item:hover{background-color:#e9f4ff}.collapsedSider .ant-menu-item{margin-top:0;padding:0 26px!important}.collapsedSider .ant-menu-item .anticon{margin-left:-9px}.mpeditOFTitle{position:absolute;display:inline-flex;z-index:200;left:267px;top:8px;font-weight:700;color:#f7f7f8;cursor:pointer}.featureProps .ant-popover-inner-content{padding:0}.cloneDifference{background-color:#accbfc}.titleBar{display:flex;height:30px;font-size:12px;align-items:center}.depotDayDropup{margin:3px 5px 0 0;height:21px;width:160px;font-weight:700}.depotDayDropup .btn{width:160px}.depotDayDropup .show{top:-2px!important;width:160px}.depotDayDropupSelect .ant-select-selection--single{height:21px!important}.depotDayDropupSelect .ant-select-selection__rendered{line-height:19px!important}.CrudFormStyles_page__V9-b1{background-color:#eee;height:100%;width:100%}.CrudFormStyles_formContainer__214sD{display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;overflow-y:auto}.CrudFormStyles_formTitle__3aKYa{font-weight:500;margin-right:.75rem}.CrudFormStyles_form__1f4Jd{background-color:#fff;padding-top:5px;display:flex;flex-direction:column;height:100%}.CrudFormStyles_formGrid__NBl2w{display:flex;flex-wrap:wrap}.CrudFormStyles_formGrid__NBl2w .CrudFormStyles_formGridItem__1tNPO{display:flex;min-width:224px}.CrudFormStyles_formGrid__NBl2w .CrudFormStyles_formGridItem__1tNPO:nth-child(odd){padding-right:10px}.CrudFormStyles_formGrid__NBl2w.CrudFormStyles_scrollable__Ed4dw{margin-right:-10px;overflow-y:scroll}.CrudFormStyles_formGrid__NBl2w.CrudFormStyles_scrollable__Ed4dw .CrudFormStyles_formGridItem__1tNPO{display:flex;min-width:220px}.CrudFormStyles_formGrid__NBl2w.CrudFormStyles_scrollable__Ed4dw .CrudFormStyles_formGridItem__1tNPO:nth-child(odd){padding-right:10px}.CrudFormStyles_formGrid__NBl2w .CrudFormStyles_form-group__2Fq-B{width:100%}.CrudFormStyles_newSection__1yIlu{margin-top:5px;margin-bottom:10px;padding:5px 10px 10px;border-width:.5px;border-radius:4px;border-color:transparent}.CrudFormStyles_newRow__25y9k{margin-top:5px;justify-content:baseline;display:flex}.CrudFormStyles_newRow__25y9k .ant-form-item-label{line-height:unset}.CrudFormStyles_newRow__25y9k .avatar-uploader>.ant-upload{width:128px;height:128px}.CrudFormStyles_operationalDayItem__2MciO .ant-form-item-label{line-height:unset}.CrudFormStyles_createButton__2m01F{position:absolute;bottom:40px;right:20px}.CrudFormStyles_newSection__1yIlu:hover{border-color:#d3d3d3}.CrudFormStyles_submitButtonContainer__11ljd{display:flex;justify-content:flex-end;align-self:flex-end;height:100%}.CrudFormStyles_rightContent___G3MD{height:100%}.CrudFormStyles_imageContainer__3D7MQ,.CrudFormStyles_uploadIconOverlay__1pFsi{display:flex;align-items:center;justify-content:center}.CrudFormStyles_uploadIconOverlay__1pFsi{width:86px;height:86px;transition:.3s ease;opacity:0;position:absolute;background-color:hsla(0,0%,50.2%,.3)}.CrudFormStyles_uploadIconOverlay__1pFsi:hover{opacity:1}.CrudFormStyles_mapStyle__ERBIq{height:400px;width:100%;margin-bottom:10px}.CrudFormStyles_tableStyle__1r-Qf{height:100%}.CrudFormStyles_rctTable__UIT2y .-pagination{width:calc(100% - 180px)}.CrudFormStyles_deleteCheckboxContainer__1v29B .ant-checkbox-checked .ant-checkbox-inner{background-color:red;border-color:red}.CrudFormStyles_groupingHeader__3-TIJ{padding-bottom:8px;font-weight:500;font-size:14px;color:#999}.CrudFormStyles_headerInsight__1IEG9{background:azure;margin-left:20px;padding:1px 5px;border-radius:5px;font-size:10px}.fullscreen-modal{transition:width .5s}.fullscreen-modal .ant-modal-header{padding:0 0 4px 12px!important}.fullscreen-modal .modal-title #text{color:"black"}.fullscreen-modal.enabled{top:0;height:100vh}.fullscreen-modal.enabled .ant-modal-header{padding-bottom:0!important}.fullscreen-modal.enabled .ant-modal-content{height:100vh;display:flex;flex-direction:column}.fullscreen-modal .modal-icon{font-size:14px;color:rgba(0,0,0,.45);transition:color .3s;cursor:pointer}.fullscreen-modal .modal-icon:hover{color:rgba(0,0,0,.75)}.fullscreen-modal .fullscreen-modal-icons-container{display:flex;align-items:center;margin:0}.fullscreen-modal .fullscreen-modal-icons-container .modal-icon{padding:10px;border-left:1px solid #e8e8e8;cursor:pointer}.fullscreen-modal .fullscreen-modal-icons-container .modal-icon:hover{background:#f7f7f7}.fullscreen-modal .fullscreen-modal-icons-container .fullscreen-modal-close-icon:hover{background:#d54242;color:#fff;border-top-right-radius:3px}.containerLayout{height:100%;flex-direction:column;width:100%}.containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.fullscreen-modal .ant-modal-header{padding:8px 24px}.OFTransfer{display:flex;align-items:center}.OFTransfer .transferContainer{border:1px solid #d9d9d9;border-radius:4px;flex:1}.OFTransfer .transferContainer .containerHeader{display:flex;align-items:center;line-height:20px;padding:10px;border-bottom:1px solid #d9d9d9}.OFTransfer .transferContainer .searchContainer{padding:10px;border-bottom:1px solid #d9d9d9}.OFTransfer .transferContainer .containerBody .listRow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center}.OFTransfer .transferContainer .containerBody .listRow:hover{background:#fafafa}.OFTransfer .transferContainer .containerFooter{padding:5px;text-align:center;border-top:1px solid #d9d9d9}.OFTransfer .transferSwitches{display:flex;flex-direction:column;margin:20px}.OFTransfer .transferSwitches button:nth-child(2){margin-top:5px}.OFTransfer .vList .ReactVirtualized__Grid__innerScrollContainer{max-width:unset!important;width:100%!important}.nodeCard{border:none}.nodeCard .ant-card-head-title{padding:5px 5px 5px 3px!important;line-height:20px}.nodeCard .ant-card-small>.ant-card-head{padding:0}.nodeCard svg{display:inline-block}.nodeCard:hover{background:#e8e8e8}.wobbleStyle{-webkit-animation:shake .25s cubic-bezier(.36,.07,.19,.97) both;animation:shake .25s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(1px,0,0);transform:translate3d(1px,0,0)}40%,60%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(1px,0,0);transform:translate3d(1px,0,0)}40%,60%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}}.grid{padding-top:10px}.gridCell{display:inline-block;width:auto;margin-right:5px;margin-bottom:5px}.gridCell.hidden{display:none}.panel{flex:1;display:flex;flex-direction:column;position:relative;margin-bottom:0;padding-bottom:4px;background:#eee;overflow:hidden;height:100%}.Pane2{width:100%}.panelHead{flex:0 auto;display:flex;flex-direction:column;padding:0 10px;height:27px;background:#d3d3d3}.panelHead .panelRow{display:flex;flex-wrap:wrap;align-items:flex-start}.panelRow{flex:1;display:flex;flex-direction:row}.panelTitle{flex:1;display:flex;justify-content:flex-start;align-items:center;height:27px;padding-right:5px}.panelOptions{flex:1;display:flex;justify-content:flex-end;max-height:20px}.panelOptionsBar{flex:0;flex-direction:row;align-items:center;padding-left:5px;font-weight:700}.panelModes,.panelOptionsBar{display:flex;justify-content:flex-end}.panelModes{flex:0 auto;flex-direction:row}.panelSort{flex:0 20px;min-width:20px}.panelFilter,.panelSort{display:flex;justify-content:flex-end;align-items:center;position:relative}.panelFilter{flex:0 25px;min-width:25px;min-height:20px;margin:0 4px 0 0;background-color:rgba(0,0,0,.1)}.panelBody{flex:1;display:flex;flex-direction:column;padding:0 10px}.panelBody.scrollableY{overflow-y:auto}.searchToolbar{flex:1;display:flex;align-items:center}.searchToolbar .searchToolbarInput{width:150px;height:17px;margin:0 2px;padding:0 2px;border:1px solid #ccc;font-size:12px}.searchToolbar .searchToolbarButton{display:flex;min-width:20px;max-width:24px!important;height:17px;margin:0 2px;border-radius:3px;font-size:11px}.searchToolbar .searchToolbarButton span{margin:0;line-height:20px!important}.searchToolbar .searchStemSlider{z-index:0;width:150px}.searchToolbar .searchCoordinates{min-width:210px}.searchToolbar .searchSeparator{flex:1}.searchToolbar .searchSeparatorBar{flex:1;min-width:1px;max-width:1px;height:15px;margin:5px;background-color:#c8c8c8}.searchButton{width:30px;height:30px}.searchStyle{height:calc(100% - 25px);width:100%}.card{display:flex;flex-direction:column;position:relative;box-sizing:border-box;width:275px;min-height:20px;padding:2px 5px 0;background:#fff;border:1px solid #ccc;border-radius:3px;-webkit-user-select:none;user-select:none;overflow:hidden}.card.hoverable:hover{background:#fffde7}.card.hoverableChild:hover{background:#e1f5fe}.card.selectable{cursor:pointer}.card.disabled{color:#999!important;cursor:not-allowed!important}.card.selected{background-color:#ffffe0;border:1px solid red}.card.multiSelected{background-color:rgba(60,92,155,.2);border:1px dashed #3c5c9b}.card.committed{background-color:rgba(53,53,53,.2);cursor:no-drop}.card.hidden{display:none}.cardControls{flex:0 20px;display:flex;min-height:20px;margin-bottom:5px;padding-top:2px;padding-bottom:2px;border-bottom:.5px solid #d8d8d8}.cardTitle{flex:1!important;color:#777;-webkit-user-select:all;user-select:all;font-size:smaller}.cardRow{display:flex;flex-direction:row}.cardTitle{display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cardHead{flex:0 auto}.cardBody{flex:1;display:flex;flex-direction:column}.cardBody section:not(:last-child){margin-bottom:2px}.cardCrudGrid{flex:1;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.cardCrudGridCell{display:flex;justify-content:center;align-items:center;min-width:20px;margin-right:2px;margin-bottom:2px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mapCard{position:absolute!important;bottom:3px;height:250px;margin:8px;background-color:#fafafa!important;border:1px solid #ccc!important;border-radius:2px!important;box-shadow:0 1px 10px 0 rgba(0,0,0,.37);-webkit-user-select:text;user-select:text;transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden}.mapCard section:not(:last-child){margin-bottom:8px}.mapCardTabs{flex:0 auto;height:calc(100% - 40px)}.mapCardTabs .tab-content{height:100%;overflow-y:auto}.mapCardLabels{display:inline-block;width:70px}.mapCardFullScreen{z-index:99;right:0!important;bottom:0!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;box-shadow:none!important}.mapCardSideScreen{z-index:99;height:calc(100% - 45px)!important}.mapCardSideScreenIndented{right:290px!important}.divEditValues{height:32px}.divEditValues .dropup{max-width:150px}.divEditValues .dropup ul{max-height:200px;overflow:auto}.divEditValues .divEditValuesDropdown{position:fixed}.line-clamp1{-webkit-line-clamp:1}.line-clamp1,.line-clamp3{display:-webkit-box;-webkit-box-orient:vertical}.line-clamp3{-webkit-line-clamp:3}.mini{font-size:11px;line-height:0;vertical-align:middle;color:#808486}.small{font-size:12px}.small,.standard{color:#808486;vertical-align:text-top}.standard{font-size:14px}.deviceIcon{position:absolute;top:50%;right:5px;margin-top:-13px}.deviceIcon .device{font-size:16px;color:#7498a4;background:#f3f3f3;padding:5px;border-radius:50%;box-shadow:0 1px 0 #ddd}.btnIcon{display:block;font-size:16px}.btn-circle.btn-xl{width:70px;height:70px;padding:10px 16px;border-radius:50%;font-size:24px;line-height:1.33}.btn-circle{width:30px;height:30px;padding:6px 0;border-radius:50%;text-align:center;font-size:12px;line-height:1.42857}.chip{color:#fff;background:#009688;flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:2px;padding:0 3px;text-align:center;min-width:0}.chip .fontIcon.mini,.chip .span{vertical-align:middle}.chip .fontIcon.mini{font-size:11px;line-height:0}.chip .chipTitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.terminateButton{color:#fff;border:2px solid;padding:10px;cursor:pointer;margin-top:60px;background:grey}.Users_Main_Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%}.fullscreen-modal .warning-orange-btn{background-color:#faad14;border-color:#faad14;border-radius:4px}.fullscreen-modal .warning-orange-btn:focus,.fullscreen-modal .warning-orange-btn:hover{background-color:#ffc53d;border-color:#ffc53d}.fullscreen-modal .warning-orange-btn:disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.OFPaginatedListContainer{display:flex;align-items:center}.OFPaginatedListContainer button{border-radius:0 5px 5px 0}.OFVirtualizedDropDown input{cursor:pointer;font-weight:unset}.OFVirtualizedDropDown .inputArrow{color:rgba(0,0,0,.25);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.OFVirtualizedDropDown .inputArrow.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.OFPaginatedList{min-width:unset!important}.OFPaginatedList.readOnly input{background:#f5f5f5}.OFPaginatedList .inputSearch input{border-radius:5px 0 0 5px}.OFPaginatedList .dropDownOptions{background:#fff;border-bottom:1px solid #ddd;box-shadow:0 2px 8px rgba(0,0,0,.15);padding:7px 12px;position:relative;z-index:999;display:flex;align-items:center}.OFPaginatedList .virtualizedDropDownList{box-shadow:0 2px 8px rgba(0,0,0,.15);background:#fff;border-radius:0 0 4px 4px;z-index:999}.OFPaginatedList .virtualizedDropDownList .item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:unset;display:flex;align-items:center}.OFPaginatedList .virtualizedDropDownList .item span:first-child{margin-top:5px}.OFPaginatedList .virtualizedDropDownList .item:hover{background:#fafafa}.OFPaginatedList .virtualizedDropDownList .item.selected{font-weight:600;background-color:#d2e9ff}.OFPaginatedList .virtualizedDropDownMenu{min-width:unset!important}.OFPhoneInputContainer.inputGroup{margin-left:-1px;width:100%}.OFPhoneInputContainer .countrySelection{background:#fafafa;display:flex;align-items:center;padding:0 10px;border:1px solid #d9d9d9;cursor:pointer;border-radius:5px 0 0 5px;margin-right:-1px}.OFPhoneInputContainer .countrySelection.inputGroup{border-radius:0;z-index:2}.OFPhoneInputContainer .countrySelection .inputArrow{padding:0 5px;color:rgba(0,0,0,.25);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.OFPhoneInputContainer .countrySelection .inputArrow.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.OFPhoneInputContainer .phoneInput{top:0!important;z-index:3}.OFPhoneInputContainer .phoneInput.inputGroup{margin-right:-1px}.OFPhoneInputContainer .phoneInput.inputGroup span,.OFPhoneInputContainer .phoneInput input{border-radius:0}.OFPhoneInputContainer .OFPhoneInput.readOnly input{background:#f5f5f5}.OFPhoneInputContainer .OFPhoneInput .dropDownOptions{background:#fff;border-bottom:1px solid #ddd;box-shadow:0 -1px 3px rgba(0,0,0,.15);padding:7px 12px;position:relative;z-index:999;display:flex;align-items:center}.OFPhoneInputContainer .OFPhoneInput .virtualizedDropDownList{box-shadow:0 2px 8px rgba(0,0,0,.15);background:#fff;border-radius:0 0 4px 4px}.OFPhoneInputContainer .OFPhoneInput .virtualizedDropDownList .item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:unset;display:flex;align-items:center}.OFPhoneInputContainer .OFPhoneInput .virtualizedDropDownList .item span:first-child{margin-top:5px}.OFPhoneInputContainer .OFPhoneInput .virtualizedDropDownList .item.selected{font-weight:600;background-color:#fafafa}.OFPhoneInputContainer .OFPhoneInput .virtualizedDropDownList .item.hoverEffect{background:#e6f7ff}.OFPhoneInputContainer .OFPhoneInput .virtualizedDropDownList .item:hover{background:#fafafa}.OFPhoneInputContainer .OFPhoneInput .OFPhoneInputMenu{min-width:unset!important}.KnownLocations_Main_Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%;padding:10px}.contactCard{border:1px solid #ddd;width:100%;margin:10px;border-radius:4px}.contactCard .body{overflow:hidden;padding:10px;display:inline-block}.contactCard .controls{background:#f3f3f3;border-top:1px solid #ddd;padding:5px 10px;display:flex}.openHoursList{display:flex;border:1px solid #ddd;border-radius:4px;margin:auto;overflow:hidden}.openHoursList .dayOfWeek{padding:2px 0;border-right:1px solid #ddd;font-size:11px;width:20px;text-transform:capitalize}.openHoursList .dayOfWeek:hover{opacity:.8}.openHoursList .dayOfWeek:last-child{border-right:none}.openHoursList .dayOfWeek.available{background:#7ec75a;color:#fff}.ant-tabs-top-content,.formTabs{display:flex;flex-direction:column;height:100%}.ant-tabs-top-content{overflow:auto}.risks-list .ant-spin-nested-loading{display:none}.risks-list .ant-list-header{border-bottom:none}.KLadvancedSearchTooltip{width:300px}.KLadvancedSearchTooltip .formItem .ant-form-item-label{line-height:unset;font-weight:700}.Product--Main--Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%}.Product--Main--Container h4{font-weight:600;padding:5px}.Product--Main--Container .CatProductsContainer{flex:1 1 0%;display:flex;flex-direction:row;height:0;margin-bottom:2px}.Product--Main--Container .CatProductsContainer .bulkEditForm{height:100%;padding:10px;min-width:470px}.Product--Main--Container .CatProductsContainer .noSelection{height:100%;background:hsla(0,0%,98%,.55);width:100%;margin:0;display:flex;justify-content:center;flex-direction:column;padding:104px 0 0}.Product--Main--Container .CatProductsContainer .noSelection .customImage{font-size:70px;stroke:#d9d9d9;stroke-width:12px;color:#fafafa;margin-bottom:-34px}.Product--Main--Container .CatProductsContainer .noSelection .title{font-size:15px;color:rgba(0,0,0,.25)}.Product--Main--Container .CatProductsContainer .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.Product--Main--Container .CatProductsContainer .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.Product--Main--Container .CatProductsContainer .formContainer{position:relative;height:100%;display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.1)}.Product--Main--Container .CatProductsContainer .formContainer .ant-drawer-header{padding:5px}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer{display:flex;flex-direction:column;position:absolute;min-width:530px}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer *{transition:none}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer.none{height:0;margin-bottom:0}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer.half{height:50%;margin-bottom:53px}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer.full{height:calc(100% - 36px)}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer .ant-drawer-content,.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer .ant-drawer-wrapper-body{display:flex;flex-direction:column}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer .flowNode .flowHeader{left:0;width:100%;top:0;background:#aaa;padding:0 5px;color:#fff;position:absolute;display:flex;z-index:-1}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer .flowNode .flowHeader.selected{background:#ff0072}.Product--Main--Container .CatProductsContainer .formContainer .charDrawerContainer .flowNode .flowBody{padding-top:15px}.Product--Main--Container .CatProductsContainer .formContainer .formTabs{background:#fff;height:calc(100% - 36px);overflow:auto}.Product--Main--Container .CatProductsContainer .formContainer .formTabs .editIndicator{width:100%}.Product--Main--Container .CatProductsContainer .formContainer .formTabs.half{height:calc(50% - 36px)}.Product--Main--Container .CatProductsContainer .formTitle{font-weight:500;margin-right:5px}.Product--Main--Container .CatProductsContainer .formCheckbox{margin-top:31px;margin-right:10px}.Product--Main--Container .CatProductsContainer .formDivider{margin-top:30px;margin-bottom:15px}.Product--Main--Container .CatProductsContainer .formDivider:first-child{margin-top:0}.Product--Main--Container .CatProductsContainer .driversFormHeader{border-bottom:1px solid #ddd;background:#fff;height:38px;padding:0 10px;display:flex;align-items:center}.Product--Main--Container .CatProductsContainer .driversFormHeader .driversFormHeaderContainer{flex:1;width:-webkit-max-content;width:max-content;height:100%;display:flex;align-items:center}.Product--Main--Container .CatProductsContainer .driversFormHeader .driversFormHeaderContainer .infoChip{padding:1px 10px;border-radius:4px;border:1px solid #ccc;color:#6b6b6b;margin-right:10px;display:flex;align-items:center}.Product--Main--Container .CatProductsContainer .driversFormHeader .driversFormHeaderContainer .infoChip.linked{cursor:pointer}.Product--Main--Container .CatProductsContainer .driversFormHeader .driversFormHeaderContainer .infoChip.linked:hover{background:#ededed}.Product--Main--Container .CatProductsContainer .driversFormHeader .driversFormHeaderContainer .infoChip i{margin-top:-1px}.Product--Main--Container .CatProductsContainer .driversFormHeader .driversFormHeaderContainer .infoChip span{margin-left:5px}.Product--Main--Container .CatProductsContainer .productCatFormFooter{display:flex;padding:10px;background:#fff;border-top:1px solid #ddd}.disabled-information-field:hover{cursor:not-allowed}.productSkillMappings--Container{height:100%;display:flex;flex-direction:column}.productSkillMappings--Container h4{font-weight:600;padding-bottom:5px}.productSkillMappings--Container .containerLayout{height:100%;flex-direction:column;width:100%}.productSkillMappings--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;background:#fff}.productSkillMappings--Container .formPanel{height:100%;display:flex;flex-direction:column}.productSkillMappings--Container .formPanel .formBottomContainer{padding:10px;border-top:1px solid #d9d9d9;display:flex}.productSkillMappings--Container .formPanel .vList .ReactVirtualized__Grid__innerScrollContainer{width:100%!important;max-width:unset!important}.productSkillMappings--Container .formPanel .ant-transfer-list-body-customize-wrapper{padding:0}.productSkillMappings--Container .flexDisplay{height:100%;display:flex;flex-direction:column}.productSkillMappings--Container .divider{display:flex;align-items:center;margin:24px 0}.userRoles--container{height:0;margin-bottom:3px;display:flex;flex-direction:row}.userRoles--container .userRolesHeader{display:flex;padding:15px;border-bottom:1px solid #ddd;align-items:center;height:53px}.userRoles--container .userRoleSidePanel{border-right:1px solid #ddd;background:#fff;width:400px;display:flex;flex-direction:column}.userRoles--container .userRoleSidePanel .rolesPanel{display:flex;flex-direction:column;overflow:auto}.userRoles--container .userRoleSidePanel .rolesPanel .rolesRow{display:flex;align-items:center;border-bottom:1px solid #ddd;padding:5px;cursor:pointer}.userRoles--container .userRoleSidePanel .rolesPanel .rolesRow:hover{background:#e6f7ff}.userRoles--container .userRoleSidePanel .rolesPanel .rolesRow.selected{background:#1890ff;color:#fff}.userRoles--container .userRolesCard{background:#fff;padding:5px;border:1px solid #d9d9d9;border-radius:4px}.userRoles--container .userRolesTable{background:#fff;border:1px solid #ddd;margin:10px;cursor:pointer;border-radius:4px}.userRoles--container .userRolesTable .cardHeader{border-bottom:1px solid #ddd;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:999;display:flex}.userRoles--container .userRolesTable .cardHeader .cell{display:flex;align-items:center;font-size:13px}.userRoles--container .userRolesTable .cardRow{display:flex;border-bottom:1px solid #ddd}.userRoles--container .userRolesTable .cardRow .isNew,.userRoles--container .userRolesTable .cardRow .isUpdated{font-size:8px;position:absolute;color:#1976d2;top:0;font-weight:700}.userRoles--container .userRolesTable .cardRow:last-child{border-bottom:none}.userRoles--container .userRolesTable .cardRow:hover{background:#e6f7ff}.userRoles--container .userRolesTable .cell{padding:5px;border-right:1px solid #ddd;width:80px;position:relative;display:flex;overflow:auto}.userRoles--container .userRolesTable .cell .btn{border:1px solid #ddd;border-radius:4px}.userRoles--container .userRolesTable .cell .btn:hover{background:#f4f4f4}.userRoles--container .userRolesTable .cell:last-child{border-right:none;flex:1;overflow:auto;white-space:nowrap}#of-popover-transfer-wrapper{display:flex;align-items:center;border:1px solid #ccc;border-radius:3px;width:100%;height:32px!important;padding:6px;overflow-x:auto;overflow-y:hidden}#of-popover-transfer-wrapper .arrow-icon-suffix{margin-left:auto;margin-right:4px;color:#bfbfbf}#of-popover-transfer-wrapper:hover{border-color:#40a9ff;border-right-width:1px!important}.depot--settings--container,.depot--settings--container .assetsModule{display:flex;flex-direction:column;height:100%}.depot--settings--container .operationalDaysModule{display:flex;flex-direction:column;overflow:auto}.depot--settings--container .operationalDaysModule .odCard{margin:0 10px 10px!important;border:1px solid #ddd;border-radius:4px;align-items:center;display:flex;padding:7px}.depot--settings--container .flexContainer{display:flex;flex-direction:column;height:100%}.Overlay_mainOverlay__20yhn{display:flex;position:absolute;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);top:0;left:0;right:0;bottom:30px;z-index:25;cursor:pointer}.Overlay_containerOverlay__32UdT{font-weight:700;text-align:center;width:650px;margin-left:-325px;margin-top:-100px;display:block;color:#2376d2}.Overlay_containerOverlayDesc__3kJfQ{font-size:18px;margin-bottom:7px}.Overlay_containerOverlaySubDesc__1nvK4{font-size:12px;margin-bottom:7px;color:#3071b9}.Overlay_containerOverlayProgress__3XIG8,.Overlay_containerOverlaySpin__1UgcM{width:300px;margin:auto auto 15px}.Overlay_containerOverlaySubSubDesc__2OfND{font-size:10px;color:#848484;margin-bottom:15px}.Overlay_innerOverlayCard__1LihE{border:1px solid #ccc;background:#fff;margin-bottom:10px;border-radius:4px}.Overlay_innerOverlayCard__1LihE:last-child{margin-bottom:0}.Overlay_innerOverlayCardHeader__2RDkB{color:#6f6f6f;text-align:left;border-bottom:1px solid #ccc;display:flex;align-items:center}.Overlay_innerOverlayCardProgress__2Vd-M{margin-bottom:0;width:100%;margin-top:-3px}.Overlay_innerOverlayCardProgressTitle__3GY7e{font-size:12px;padding-left:5px;width:75px}.Overlay_innerOverlayCardProgressDescription__2rptB{font-size:11px;padding-bottom:7px;color:#929292}.Overlay_innerOverlayCardButton__1SO0C{padding:.75rem;border-left:1px solid #ccc;color:#fff}.Overlay_apiBreakDownContainer__1Q5ic{flex-direction:column;padding:25px 0;display:flex;align-items:center}.RC--Main--Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%}.RC--Main--Container h4{font-weight:600;padding:5px}.RC--Main--Container .RCContainer{flex:1 1 0%;display:flex;flex-direction:row;height:0;margin-bottom:2px}.RC--Main--Container .RCContainer .bulkEditForm{height:100%;padding:10px;min-width:470px}.RC--Main--Container .RCContainer .noSelection{height:100%;background:hsla(0,0%,98%,.55);width:100%;margin:0;display:flex;justify-content:center;flex-direction:column;padding:104px 0 0}.RC--Main--Container .RCContainer .noSelection .customImage{font-size:70px;stroke:#d9d9d9;stroke-width:12px;color:#fafafa;margin-bottom:-34px}.RC--Main--Container .RCContainer .noSelection .title{font-size:15px;color:rgba(0,0,0,.25)}.RC--Main--Container .RCContainer .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.RC--Main--Container .RCContainer .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.RC--Main--Container .RCContainer .formContainer{position:relative;height:100%;display:flex;flex-direction:column}.RC--Main--Container .RCContainer .formContainer .ant-drawer-header{padding:5px}.RC--Main--Container .RCContainer .formContainer .mapDrawerContainer{display:flex;flex-direction:column;position:absolute;min-width:530px}.RC--Main--Container .RCContainer .formContainer .mapDrawerContainer *{transition:none}.RC--Main--Container .RCContainer .formContainer .mapDrawerContainer.none{height:0}.RC--Main--Container .RCContainer .formContainer .mapDrawerContainer.half{height:50%}.RC--Main--Container .RCContainer .formContainer .mapDrawerContainer.full{height:calc(100% - 36px)}.RC--Main--Container .RCContainer .formContainer .mapDrawerContainer .ant-drawer-content,.RC--Main--Container .RCContainer .formContainer .mapDrawerContainer .ant-drawer-wrapper-body{display:flex;flex-direction:column}.RC--Main--Container .RCContainer .formContainer .formTabs{background:#fff;height:100%}.RC--Main--Container .RCContainer .formContainer .formTabs .editIndicator{width:100%}.RC--Main--Container .RCContainer .formContainer .formTabs .ant-tabs-content{padding:0;height:calc(100% - 36px);overflow:auto}.RC--Main--Container .RCContainer .formContainer .formTabs.half .ant-tabs-content{height:calc(50% - 28px)}.RC--Main--Container .RCContainer .formTitle{font-weight:500}.RC--Main--Container .RCContainer .formCheckbox{margin-top:31px;margin-right:10px}.RC--Main--Container .RCContainer .formDivider{margin-bottom:15px}.RC--Main--Container .RCContainer .formDivider:first-child{margin-top:0}.RC--Main--Container .RCContainer .rcFormHeader{border-bottom:1px solid #ddd;background:#fff}.RC--Main--Container .RCContainer .rcFormHeader .RPWarning{padding:6px;border-radius:0;border:unset;border-top:1px solid #ddd}.RC--Main--Container .RCContainer .rcFormHeader .rcFormHeaderContainer{padding:6px;display:flex;align-items:center;width:-webkit-max-content;width:max-content}.RC--Main--Container .RCContainer .rcFormHeader .rcFormHeaderContainer .infoChip{padding:2px 10px;border-radius:4px;border:1px solid #ccc;color:#6b6b6b;margin-left:10px;display:flex;align-items:center}.RC--Main--Container .RCContainer .rcFormHeader .rcFormHeaderContainer .infoChip i{margin-top:-1px}.RC--Main--Container .RCContainer .rcFormHeader .rcFormHeaderContainer .infoChip span{margin-left:5px}.RC--Main--Container .RCContainer .rcFormFooter{display:flex;padding:10px;background:#fff;border-top:1px solid #ddd}.RC--Main--Container .RCContainer .ant-spin-blur{overflow:unset}.vehicles-breadcrumbs-depots-selector .virtualizedDropDown{min-width:250px}.vehicles-breadcrumbs-depots-selector .virtualizedDropDown>input{font-size:1.14em;color:#343a40;text-overflow:ellipsis;background-color:initial;border-color:transparent;min-width:250px}.vehicles-breadcrumbs-depots-selector .anticon{opacity:0}.vehicles-breadcrumbs-depots-selector .virtualizedDropDown:hover .anticon{opacity:1;transition:opacity .3s linear}.rcs-breadcrumbs-depots-selector .virtualizedDropDown{min-width:250px}.rcs-breadcrumbs-depots-selector .virtualizedDropDown>input{font-size:1.14em;color:#343a40;text-overflow:ellipsis;background-color:initial;border-color:transparent;min-width:250px}.rcs-breadcrumbs-depots-selector .anticon{opacity:0}.rcs-breadcrumbs-depots-selector .virtualizedDropDown:hover .anticon{opacity:1;transition:opacity .3s linear}.rcs-form-header-info-chip{display:inline-block;margin-left:8px;padding:1px 8px;max-width:300px;vertical-align:bottom;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;color:#6b6b6b;align-items:center}.rcs-form-header-info-chip i{margin-top:-1px}.rcs-form-header-info-chip span{margin-left:4px}.depot-settings-container{padding:10px;flex:1 1 0%;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.depot-settings-container .depot-settings-header{display:flex;border:1px solid #ccc;border-radius:6px;margin:10px 0;align-items:center;flex-direction:row}.depot-settings-container .depot-settings-header div{flex-shrink:0!important}.depot-settings-container .depot-settings-header ::-webkit-input-placeholder{color:rgba(0,0,0,.65)!important}.depot-settings-container .depot-settings-header ::placeholder{color:rgba(0,0,0,.65)!important}.depot-settings-container #depot-settings-blocks-dashboard{margin-top:10px;margin-bottom:10px;-webkit-column-count:4;column-count:4;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.depot-settings-container .masonry-block{-webkit-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;margin-bottom:15px;transition:box-shadow .3s ease-in-out}.depot-settings-container .masonry-block .ant-collapse-header{cursor:default!important}.depot-settings-container .masonry-block:hover{box-shadow:0 0 15px 0 hsla(0,0%,74.9%,.75);-webkit-box-shadow:0 0 15px 0 hsla(0,0%,74.9%,.75);-moz-box-shadow:0 0 15px 0 hsla(0,0%,74.9%,.75)}.depot-settings-container .icon-wrapper{position:relative;padding:0 30px}.depot-settings-container .icon-wrapper .slider-icon{position:absolute;top:-2px;width:16px;height:16px;line-height:1;font-size:16px;color:rgba(0,0,0,.25)}.depot-settings-container .icon-wrapper .slider-icon:first-child{left:0}.depot-settings-container .icon-wrapper .slider-icon:last-child{right:0}.depot-settings-container #depot-settings-list-dashboard{padding:12px 20px;background-color:#fafafa;height:100%;overflow:auto}.depot-settings-container #depot-settings-list-dashboard .access-edit-form-btn{margin-top:2px;margin-left:10px;opacity:0;transition:opacity .1s linear}.depot-settings-container #depot-settings-list-dashboard .list-module-title{display:flex;align-items:center;margin-top:15px;color:#1890ff;max-width:300px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.depot-settings-container #depot-settings-list-dashboard .list-module-title:hover .access-edit-form-btn{opacity:1}.depot-settings-container #depot-settings-list-dashboard .list-section-title{font-size:1.3em;font-weight:500;color:rgba(0,0,0,.85098)}.depot-settings-container #depot-settings-list-dashboard .list-field-label{border:1px solid #ccc;border-top-left-radius:4px;border-bottom-left-radius:4px;padding-left:12px;margin:0;line-height:30px;vertical-align:middle;background-color:#f5f5f5}.depot-settings-container #depot-settings-list-dashboard .list-field-value{border:1px solid #ccc;border-top-right-radius:4px;border-bottom-right-radius:4px;padding-left:8px;font-size:1.2em;margin:0;line-height:30px;vertical-align:middle;background-color:#fdfdff}.depot-settings-container #depot-settings-list-dashboard .faded-row{opacity:.5}.depot-settings-container #depot-settings-list-dashboard .highlight-row{background-color:#bae7ff}.depot-settings-container #depot-settings-list-dashboard .highlight-row .list-field-label,.depot-settings-container #depot-settings-list-dashboard .highlight-row .list-field-value{background-color:#bae7ff!important}.depot-settings-container #depot-settings-list-dashboard .ant-switch-small{margin-top:0}.depot-settings-container .depot-settings-list-sider-link-container{display:flex;align-items:center}.depot-settings-container .access-edit-form-btn{margin-top:2px;margin-left:8px;opacity:0;transition:opacity .1s linear}.depot-settings-container .depot-settings-list-sider-link-container:hover .access-edit-form-btn{opacity:1}.depot-settings-container .depot-name-compare-mode{width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:999}.depot-settings-container .depot-name-compare-mode .ant-tag{margin-right:0;float:right;max-width:300px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.depot-settings-container-form-modal .ant-form-item-label{line-height:24px}.depot-settings-container-form-modal .icon-wrapper{position:relative;padding:0 30px}.depot-settings-container-form-modal .icon-wrapper .slider-icon{position:absolute;top:-2px;width:16px;height:16px;line-height:1;font-size:16px;color:rgba(0,0,0,.25)}.depot-settings-container-form-modal .icon-wrapper .slider-icon:first-child{left:0}.depot-settings-container-form-modal .icon-wrapper .slider-icon:last-child{right:0}.depot-settings-container-form-modal ::-webkit-input-placeholder{color:rgba(0,0,0,.65)!important;opacity:1!important}.depot-settings-container-form-modal ::placeholder{color:rgba(0,0,0,.65)!important;opacity:1!important}.depot-settings-container-form-modal .operational-days-form-row{margin-top:12px;padding:2px 4px 6px;border:1px solid #ddd;border-radius:6px}.depot-settings-container-form-modal .operational-days-form-row:nth-child(odd){background-color:#fafafa}.depot-settings-container-form-modal .operational-days-form-row:nth-child(2n){background-color:#fff}.depot-settings-container-form-modal .operational-days-form-row:hover{background-color:#f3f3f3}.client-settings-json-viewer-alert-message{margin-top:10px;margin-right:20px;font-weight:400}.cardContainer{display:inline-block;width:220px;margin-right:5px}.nodeListContainer{margin:10px!important;border-radius:2px!important;padding:0 8px!important}.nodeList{margin-bottom:0!important;border-right:0!important}.mapHeader{padding:5px;background-color:#fff;border-bottom:1px solid #d3d3d3;height:"35px"}.windowContainer{border:1px solid #d9d9d9;border-radius:4px;padding:2px 10px;margin-bottom:10px;width:100%}.nodeListItem{border:1px solid #eee!important;border-radius:4px!important;text-align:center!important;line-height:25px!important;height:25px!important}.gridLoading{text-align:center;width:100%;margin-top:100px;color:#666}.leftContent{background-color:#d3d3d3}.leftContent,.leftContentRow{flex:1;display:flex;flex-direction:column}.leftContentRow:first-child{overflow-y:scroll}.editorContainer{margin:10px;background-color:#fff;border:1px solid #ccc;border-radius:2px;padding:5px 10px}.editorContainer .newZoneBtn{box-shadow:none;width:100%;height:auto;line-height:0}.editorContainer .newZoneBtn span{line-height:0;padding:8px;margin-top:2px}.editorContainer .zonesBtn{margin-bottom:5px;width:80%;min-width:0;cursor:pointer;flex:1 0 0%;border-radius:4px 0 0 4px}.editorContainer .deleteZoneBtn{width:28px;border:1px solid #f56262;margin-left:-1px;margin-bottom:5px;background:#f56262;color:#fff;border-radius:0 4px 4px 0;cursor:pointer}.editorContainer .deleteZoneBtn span{font-size:16px;text-align:center;width:100%;line-height:18px}.editorContainer .card.selected{border:1px solid #f56262}.scenarioToolbar{flex:0 1 30px;display:flex;align-items:center;padding-left:15px}.scenarioToolbar .dropdown .dropdown-menu{position:fixed;left:68px;width:100px}.scenarioToolbar .scenarioEdit{height:20px;padding-right:5px}.scenarioToolbar .scenarioControl{flex:1;display:flex;flex-direction:row;align-items:center;height:100%}.scenarioToolbar .scenarioControl button{display:flex;min-width:35px;max-width:35px;height:80%;margin:2px;font-size:18px}.scenarioToolbar .scenarioControl button span{margin:0 3px}.scenarioToolbar .sliderOptions{flex:0 1 90px;display:flex;justify-content:flex-end;align-items:center;height:100%}.scenarioSeparator{flex:1;display:flex;justify-content:center;align-content:center;align-items:center;width:15px;max-width:15px;height:80%}.scenarioSeparator .scenarioSeparatorBar{width:1px;height:100%;background-color:#b1b1b1}.drawContainer{position:absolute;top:10px;right:50px;z-index:5;background-color:#fff;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);width:120px;padding:8px}.drawContainer .menuItem{font-size:11px;font-weight:700;margin-bottom:5px}.drawContainer .menuItemHolder{display:inline-flex;margin-left:10px;margin-bottom:2px}.drawContainer .menuItemLabel{margin-left:10px;font-size:10px;margin-top:-1px}.drawContainer .deleteBtn{width:100%;height:20px;border-radius:3px;margin-top:10px}.radio{position:relative;margin:0 1px 0 0!important;cursor:pointer}.radio:before{transition:.4s cubic-bezier(.45,1.8,.5,.75);-webkit-transform:scale(0);transform:scale(0);content:"";position:absolute;top:0;left:0;z-index:1;width:10px;height:10px;background:#2196f3;border-radius:50%}.radio:checked:before{-webkit-transform:scale(1);transform:scale(1)}.radio:after{content:"";top:-3px;left:-3px;width:16px;height:16px;border:1px solid #bebebe;border-radius:50%}.loadingBar,.radio:after{position:absolute;background:#fff}.loadingBar{height:100%;width:100%;z-index:999}.loadingBar div:first-child{height:3px;top:50%}.selectAllButton{float:right;cursor:pointer}.selectAllButton:hover{text-decoration:underline}.geofenceGroupHolder{max-height:150px;overflow-y:auto}.geofenceGroupHolder.overflow{padding-right:5px}.Resizer{opacity:1}.Resizer.vertical{cursor:default;width:0;min-width:0;margin:0}.Resizer.vertical,.Resizer.vertical:hover{border-left:1px solid #ddd;border-right:none}.Resizer.vertical:hover{transition:none}.formSubmitBtn{background:#fff;border:1px solid #ccc;position:-webkit-sticky;position:sticky;bottom:0;margin:-16px 10px 0;text-align:right;border-top:0;padding:0 10px 10px}.fieldGroupBorder{border:1px solid #d3d3d3;padding:0 10px;margin-bottom:15px}.mapToolbar{flex:1;display:flex;align-items:center;max-height:25px;padding:0 5px;background-color:#fff;border-bottom:1px solid #d3d3d3}.mapToolbar .mapToolbarButton{display:flex;min-width:20px;height:19px;margin:2px;border-radius:3px;font-size:11px}.mapToolbar .mapToolbarButton span{margin:0;line-height:20px!important}.mapToolbar .mapStemSlider{z-index:0;width:150px}.mapToolbar .mapCoordinates{min-width:210px}.mapToolbar .mapSeparator{flex:1}.mapToolbar .mapSeparatorBar{flex:1;min-width:1px;max-width:1px;height:15px;margin:5px;background-color:#c8c8c8}.customScroll{color:#969696;line-height:20px}.customScroll.active{overflow-y:scroll;margin-right:-8px;height:70px}.calendarButtons{margin-right:10px;box-shadow:none;border-radius:3px;height:100%;line-height:21px;min-width:0;vertical-align:bottom}.calendarButtons:hover{opacity:.8}[disabled].calendarButtons{background:rgba(0,0,0,.12)!important;box-shadow:none}.calendarToolbar{flex:1;display:flex;align-items:center;max-height:25px;padding:0 5px;background-color:#fff;border-bottom:1px solid #d3d3d3;width:350px;margin-bottom:20px}.calendarToolbar .calendarToolbarButton{display:flex;min-width:20px;height:19px;margin:2px;border-radius:3px;font-size:11px}.calendarToolbar .calendarToolbarButton span{margin:0;line-height:20px!important}.calendarToolbar .calendarToolbarButton2{display:flex;min-width:20px;height:19px;margin:2px;border-radius:3px;font-size:11px}.calendarToolbar .calendarToolbarButton2 span{margin:0;line-height:20px!important}.calendarToolbar2{flex:1;display:flex;align-items:center;max-height:25px;padding:0 5px;width:100%;margin-bottom:20px}.calendarToolbar2 .calendarToolbarButton2{display:flex;min-width:20px;width:200px;height:19px;margin:0;border-radius:0;font-size:11px}.calendarToolbar2 .calendarToolbarButton2 span{margin:0;line-height:20px!important}.calendarToolbar2 .calendarToolbarButton3{display:flex;min-width:20px;width:50px;height:19px;margin:10px;border-radius:3px;font-size:11px}.calendarToolbar2 .calendarToolbarButton3 span{margin:0;line-height:20px!important}.calendarToolbar2 .calendarToolbarButton4{display:flex;min-width:20px;width:50px;height:19px;margin:10px;border-radius:3px;font-size:11px;padding-left:600px;padding-right:40px}.calendarToolbar2 .calendarToolbarButton4 span{margin:0;line-height:20px!important}.calendarToolbar2 .calendarToolbarButton5{display:flex;min-width:20px;width:50px;height:19px;margin:10px;border-radius:3px;font-size:11px}.calendarToolbar2 .calendarToolbarButton5 span{margin:0;line-height:20px!important}.calendarToolbar2 .revertButton{display:flex;min-width:10px;height:19px;margin:2px;border-radius:3px;font-size:11px}.calendarToolbar2 .revertButton span{margin:0;line-height:20px!important}.mapButton{width:30px;height:30px}.mapStyle{height:100%;width:100%}.RCT--Main--Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%}.RCT--Main--Container h4{font-weight:600;padding:5px}.RCT--Main--Container .DriversContainer{flex:1 1 0%;display:flex;flex-direction:row;height:0;margin-bottom:2px}.RCT--Main--Container .DriversContainer .bulkEditForm{height:100%;padding:10px;min-width:470px}.RCT--Main--Container .DriversContainer .noSelection{height:100%;background:hsla(0,0%,98%,.55);width:100%;margin:0;display:flex;justify-content:center;flex-direction:column;padding:104px 0 0}.RCT--Main--Container .DriversContainer .noSelection .customImage{font-size:70px;stroke:#d9d9d9;stroke-width:12px;color:#fafafa;margin-bottom:-34px}.RCT--Main--Container .DriversContainer .noSelection .title{font-size:15px;color:rgba(0,0,0,.25)}.RCT--Main--Container .DriversContainer .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.RCT--Main--Container .DriversContainer .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.RCT--Main--Container .DriversContainer .formContainer{position:relative;height:100%;display:flex;flex-direction:column}.RCT--Main--Container .DriversContainer .formContainer .ant-drawer-header{padding:5px}.RCT--Main--Container .DriversContainer .formContainer .mapDrawerContainer{display:flex;flex-direction:column;position:absolute;min-width:530px}.RCT--Main--Container .DriversContainer .formContainer .mapDrawerContainer *{transition:none}.RCT--Main--Container .DriversContainer .formContainer .mapDrawerContainer.none{height:0}.RCT--Main--Container .DriversContainer .formContainer .mapDrawerContainer.half{height:50%}.RCT--Main--Container .DriversContainer .formContainer .mapDrawerContainer.full{height:calc(100% - 36px)}.RCT--Main--Container .DriversContainer .formContainer .mapDrawerContainer .ant-drawer-content,.RCT--Main--Container .DriversContainer .formContainer .mapDrawerContainer .ant-drawer-wrapper-body{display:flex;flex-direction:column}.RCT--Main--Container .DriversContainer .formContainer .formTabs{background:#fff;height:calc(100% - 36px);overflow:auto}.RCT--Main--Container .DriversContainer .formContainer .formTabs .editIndicator{width:100%}.RCT--Main--Container .DriversContainer .formContainer .formTabs .ant-tabs-content{padding:0}.RCT--Main--Container .DriversContainer .formContainer .formTabs.half{height:calc(50% - 36px)}.RCT--Main--Container .DriversContainer .formTitle{font-weight:500}.RCT--Main--Container .DriversContainer .formCheckbox{margin-top:31px;margin-right:10px}.RCT--Main--Container .DriversContainer .formDivider{margin-top:30px;margin-bottom:15px}.RCT--Main--Container .DriversContainer .formDivider:first-child{margin-top:0}.RCT--Main--Container .DriversContainer .RCTFormHeader{border-bottom:1px solid #ddd;background:#fff;height:35px}.RCT--Main--Container .DriversContainer .RCTFormHeader .RCTFormHeaderContainer{padding:9px;display:flex;align-items:center;width:-webkit-max-content;width:max-content}.RCT--Main--Container .DriversContainer .RCTFormHeader .RCTFormHeaderContainer .infoChip{padding:1px 10px;border-radius:4px;border:1px solid #ccc;color:#6b6b6b;margin-right:10px;display:flex;align-items:center}.RCT--Main--Container .DriversContainer .RCTFormHeader .RCTFormHeaderContainer .infoChip i{margin-top:-1px}.RCT--Main--Container .DriversContainer .RCTFormHeader .RCTFormHeaderContainer .infoChip span{margin-left:5px}.RCT--Main--Container .DriversContainer .RCTFormFooter{display:flex;padding:10px;background:#fff;border-top:1px solid #ddd}.Drivers--Main--Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%}.Drivers--Main--Container h4{font-weight:600;padding:5px}.Drivers--Main--Container .DriversContainer{flex:1 1 0%;display:flex;flex-direction:row;height:0;margin-bottom:2px}.Drivers--Main--Container .DriversContainer .bulkEditForm{height:100%;padding:10px;min-width:470px}.Drivers--Main--Container .DriversContainer .noSelection{height:100%;background:hsla(0,0%,98%,.55);width:100%;margin:0;display:flex;justify-content:center;flex-direction:column;padding:104px 0 0}.Drivers--Main--Container .DriversContainer .noSelection .customImage{font-size:70px;stroke:#d9d9d9;stroke-width:12px;color:#fafafa;margin-bottom:-34px}.Drivers--Main--Container .DriversContainer .noSelection .title{font-size:15px;color:rgba(0,0,0,.25)}.Drivers--Main--Container .DriversContainer .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.Drivers--Main--Container .DriversContainer .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.Drivers--Main--Container .DriversContainer .formContainer{position:relative;height:100%;display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.1)}.Drivers--Main--Container .DriversContainer .formContainer .ant-drawer-header{padding:5px}.Drivers--Main--Container .DriversContainer .formContainer .mapDrawerContainer{display:flex;flex-direction:column;position:absolute;min-width:530px}.Drivers--Main--Container .DriversContainer .formContainer .mapDrawerContainer *{transition:none}.Drivers--Main--Container .DriversContainer .formContainer .mapDrawerContainer.none{height:0}.Drivers--Main--Container .DriversContainer .formContainer .mapDrawerContainer.half{height:50%}.Drivers--Main--Container .DriversContainer .formContainer .mapDrawerContainer.full{height:calc(100% - 36px)}.Drivers--Main--Container .DriversContainer .formContainer .mapDrawerContainer .ant-drawer-content,.Drivers--Main--Container .DriversContainer .formContainer .mapDrawerContainer .ant-drawer-wrapper-body{display:flex;flex-direction:column}.Drivers--Main--Container .DriversContainer .formContainer .formTabs{background:#fff;height:calc(100% - 36px);overflow:auto}.Drivers--Main--Container .DriversContainer .formContainer .formTabs .editIndicator{width:100%}.Drivers--Main--Container .DriversContainer .formContainer .formTabs.half{height:calc(50% - 36px)}.Drivers--Main--Container .DriversContainer .formTitle{font-weight:500}.Drivers--Main--Container .DriversContainer .formCheckbox{margin-top:31px;margin-right:10px}.Drivers--Main--Container .DriversContainer .formDivider{margin-bottom:15px}.Drivers--Main--Container .DriversContainer .formDivider:first-child{margin-top:0}.Drivers--Main--Container .DriversContainer .driversFormHeader{border-bottom:1px solid #ddd;background:#fff;height:35px}.Drivers--Main--Container .DriversContainer .driversFormHeader .driversFormHeaderContainer{padding:9px;display:flex;align-items:center;width:-webkit-max-content;width:max-content}.Drivers--Main--Container .DriversContainer .driversFormHeader .driversFormHeaderContainer .infoChip{padding:1px 10px;border-radius:4px;border:1px solid #ccc;color:#6b6b6b;margin-right:10px;display:flex;align-items:center}.Drivers--Main--Container .DriversContainer .driversFormHeader .driversFormHeaderContainer .infoChip i{margin-top:-1px}.Drivers--Main--Container .DriversContainer .driversFormHeader .driversFormHeaderContainer .infoChip span{margin-left:5px}.Drivers--Main--Container .DriversContainer .driversFormFooter{display:flex;padding:10px;background:#fff;border-top:1px solid #ddd}.Drivers--Main--Container .DriversContainer .ant-spin-blur{overflow:unset}.Drivers--Main--Container .ant-tabs-content{padding:0}.Drivers--Main--Container .driversBreadcrumbsDepotsSelector .virtualizedDropDown{min-width:250px}.Drivers--Main--Container .driversBreadcrumbsDepotsSelector .virtualizedDropDown>input{font-size:1.14em;color:#343a40;text-overflow:ellipsis;background-color:initial;border-color:transparent;min-width:250px}.Drivers--Main--Container .driversBreadcrumbsDepotsSelector .anticon{opacity:0}.Drivers--Main--Container .driversBreadcrumbsDepotsSelector .virtualizedDropDown:hover .anticon{opacity:1;transition:opacity .3s linear}.devices-breadcrumbs-depots-selector .virtualizedDropDown{min-width:250px}.devices-breadcrumbs-depots-selector .virtualizedDropDown>input{font-size:1.14em;color:#343a40;text-overflow:ellipsis;background-color:initial;border-color:transparent;min-width:250px}.devices-breadcrumbs-depots-selector .anticon{opacity:0}.devices-breadcrumbs-depots-selector .virtualizedDropDown:hover .anticon{opacity:1;transition:opacity .3s linear}.device-users-breadcrumbs-depots-selector .virtualizedDropDown{min-width:250px}.device-users-breadcrumbs-depots-selector .virtualizedDropDown>input{font-size:1.14em;color:#343a40;text-overflow:ellipsis;background-color:initial;border-color:transparent;min-width:250px}.device-users-breadcrumbs-depots-selector .anticon{opacity:0}.device-users-breadcrumbs-depots-selector .virtualizedDropDown:hover .anticon{opacity:1;transition:opacity .3s linear}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.permissions--container{height:0;margin-bottom:3px;display:flex;flex-direction:row}.permissions--container .permissionsHeader{display:flex;padding:15px;border-bottom:1px solid #ddd;align-items:center}.permissions--container .permissionSidePanel{border-right:1px solid #ddd;background:#fff;width:400px;display:flex;flex-direction:column}.permissions--container .permissionSidePanel .rolesPanel{display:flex;flex-direction:column;overflow:auto}.permissions--container .permissionSidePanel .rolesPanel .rolesRow{display:flex;align-items:center;border-bottom:1px solid #ddd;padding:5px;cursor:pointer}.permissions--container .permissionSidePanel .rolesPanel .rolesRow:hover{background:#e6f7ff}.permissions--container .permissionSidePanel .rolesPanel .rolesRow.selected{background:#1890ff;color:#fff}.permissions--container .permissionsCard{background:#fff;padding:5px;border:1px solid #d9d9d9;border-radius:4px}.permissions--container .userRolesTable{background:#fff;border:1px solid #ddd;margin:10px;cursor:pointer;border-radius:4px}.permissions--container .userRolesTable .cardHeader{border-bottom:1px solid #ddd;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:999;display:flex}.permissions--container .userRolesTable .cardHeader .cell{display:flex;align-items:center;font-size:13px}.permissions--container .userRolesTable .cardRow{display:flex;border-bottom:1px solid #ddd}.permissions--container .userRolesTable .cardRow .isNew,.permissions--container .userRolesTable .cardRow .isUpdated{font-size:8px;position:absolute;color:#1976d2;margin-left:3px;font-weight:700}.permissions--container .userRolesTable .cardRow:last-child{border-bottom:none}.permissions--container .userRolesTable .cardRow:hover{background:#e6f7ff}.permissions--container .userRolesTable .cell{padding:5px;border-right:1px solid #ddd;width:80px;position:relative;overflow:hidden}.permissions--container .userRolesTable .cell:last-child{border-right:none;flex:1;overflow:auto;white-space:nowrap}.titleBar{padding:8px 13px}.geoFencesListContainer{margin:10px!important;border-radius:2px!important;padding:0 8px!important}.timeContainer{border:1px solid #d9d9d9;border-radius:4px;padding:2px 10px;margin-bottom:10px;width:100%}.geoFences--mapHeader{display:flex;flex-direction:row;justify-content:space-between;padding:5px;background-color:#fff;border-bottom:1px solid #d3d3d3;height:"35px"}.routeReports--Container{padding:10px;height:calc(100% - 80px)}.routeReports--Container .activityTabsContainer,.routeReports--Container .activityTabsContainer .ant-tabs,.routeReports--Container .activityTabsContainer .ant-tabs .ant-tabs-content{height:100%;display:flex;flex-direction:column}.routeReports--Container .activityTabsContainer .ant-tabs .ant-tabs-content .tabPanel{display:flex;flex-direction:column;padding:0}.routeReports--Container .activityTabsContainer .ant-tabs .ant-tabs-content .tabPanel .routeReportsCard{height:100%;display:flex;flex-direction:column}.routeReports--Container .activityTabsContainer .ant-tabs .ant-tabs-content .tabPanel .routeReportsCard .cardsHeader{padding-left:10px;padding-right:10px;border-bottom:1px solid #ddd;align-items:center;display:flex;flex-direction:row;height:38px;font-weight:700}.routeReports--Container .activityTabsContainer .ant-tabs .ant-tabs-bottom-bar{margin-top:unset}.titleBar{position:static;height:35px;padding:5px 13px;color:grey;border-bottom:1px solid #d3d3d3;font-size:14px;text-align:center}.roadNetworksListContainer{margin:10px!important;border-radius:2px!important;padding:0 8px!important}.roadNetworks--mapHeader{display:flex;flex-direction:row;justify-content:space-between;padding:5px;background-color:#fff;border-bottom:1px solid #d3d3d3;height:"35px"}.twcrContainer{padding:10px;flex:1 1 0%;display:flex;flex-direction:column}.twcrContainer .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;flex-direction:column}.twcrContainer .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.twcrContainer .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.twcrContainer .filters{display:flex;border:1px solid #ccc;border-radius:6px;margin:5px 0;align-items:center;flex-direction:row;overflow:hidden}.twcrContainer .jobStatus{overflow:hidden;color:#fff;padding:2px 5px;border-radius:4px}.ActivityViewer_activitySider__3Vb8G{-webkit-animation:ActivityViewer_slideInFromRight__2cm_B 1s;animation:ActivityViewer_slideInFromRight__2cm_B 1s;transition:all .3s;border-left:1px solid #d9d9d9}.ActivityViewer_tabPanel__1hYcx{height:100%}.ActivityViewer_activityViewerTitleContainer__3ldKd{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__3gUcS{padding:8px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__3gUcS .ActivityViewer_breadCrumbIcon__1ZNoR{padding-right:5px}.ActivityViewer_routeTitle__15Gzw{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.ActivityViewer_activityTabsContainer__CV6jU{height:calc(100% - 45px);display:flex;flex-direction:column}.ActivityViewer_tableContainer__1ERto{border-radius:5px;margin-bottom:10px}.ActivityViewer_activityStatusBar__ac6i4{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_tabMainPanel__3cM1I{overflow-y:auto;height:100%;padding:10px}.ActivityViewer_nodeTable__1SAmQ td{padding:0!important;cursor:pointer}.ActivityViewer_activityToggle__2KVnt{background:#fafafa;flex:0 0 15px;display:flex;border-left:1px solid #d9d9d9;cursor:pointer;align-items:center;z-index:1}.ActivityViewer_activityToggle__2KVnt:hover{background:#eee}.ActivityViewer_activitySider__mWCVm{-webkit-animation:ActivityViewer_slideInFromRight__3OswC 1s;animation:ActivityViewer_slideInFromRight__3OswC 1s;transition:all .3s;border-left:1px solid #d9d9d9}.ActivityViewer_tabPanel__3Eky0{height:100%}.ActivityViewer_activityViewerTitleContainer__24bsf{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__kpCMz{padding:8px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__kpCMz .ActivityViewer_breadCrumbIcon__2cOKH{padding-right:5px}.ActivityViewer_routeTitle__1KruM{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.ActivityViewer_activityTabsContainer__26UBh{height:calc(100% - 45px);display:flex;flex-direction:column}.ActivityViewer_tableContainer__1CVtC{border-radius:5px;margin-bottom:10px}.ActivityViewer_activityStatusBar__1EDUj{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_tabMainPanel__3lMCZ{overflow-y:auto;height:100%;padding:10px}.ActivityViewer_nodeTable__32CgR td{padding:0!important;cursor:pointer}.ActivityViewer_activityToggle__2mRfa{background:#fafafa;flex:0 0 15px;display:flex;border-left:1px solid #d9d9d9;cursor:pointer;align-items:center;z-index:1}.ActivityViewer_activityToggle__2mRfa:hover{background:#eee}.ActivityViewer_activitySider__3aP5Z{-webkit-animation:ActivityViewer_slideInFromRight__22u9J 1s;animation:ActivityViewer_slideInFromRight__22u9J 1s;transition:all .3s;border-left:1px solid #d9d9d9}.ActivityViewer_tabPanel__3k-uc{height:100%}.ActivityViewer_activityViewerTitleContainer__3vLyv{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__2LoMs{padding:8px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__2LoMs .ActivityViewer_breadCrumbIcon__1YidW{padding-right:5px}.ActivityViewer_routeTitle__2iiqP{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.ActivityViewer_activityTabsContainer__2MKEQ{height:calc(100% - 45px);display:flex;flex-direction:column}.ActivityViewer_tableContainer__1HySJ{border-radius:5px;margin-bottom:10px}.ActivityViewer_activityStatusBar__2RIFp{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_tabMainPanel__1iADB{overflow-y:auto;height:100%;padding:10px}.ActivityViewer_nodeTable__3e424 td{padding:0!important;cursor:pointer}.ActivityViewer_activityToggle__1tfNd{background:#fafafa;flex:0 0 15px;display:flex;border-left:1px solid #d9d9d9;cursor:pointer;align-items:center;z-index:1}.ActivityViewer_activityToggle__1tfNd:hover{background:#eee}.reportContainer .undated-routes-report-breadcrumbs>span:hover{color:#1890ff;cursor:pointer}.reportContainer .undated-routes-report-active-breadcrumb{font-weight:600!important;color:rgba(0,0,0,.7)!important}.serviceDesk--container .jobItemsStyle .jobItemExpandButton{background-color:#009688;border-color:#009688}.serviceDesk--container .jobItemsStyle .jobItemExpandButton:hover{background-color:#1890ff;border-color:#1890ff}.serviceDesk--container .jobItemsStyle .jobItem .ant-descriptions-title{color:#fff!important;background-color:#009688!important}.serviceDesk--container .jobItemsStyle .otherFields .ant-descriptions-title{color:#fff!important;background-color:#2980b9!important}.serviceDesk--container .jobItemsStyle .otherFields .ant-descriptions-item-content{word-break:break-all!important;width:275px!important}.serviceDesk--container .jobItemsStyle .operation .ant-descriptions-title{color:#fff!important;background-color:#009688!important}.serviceDesk--container .jobItemsStyle .jobItemStatusIcon{font-size:14px;background:#fff;margin-left:5px}.serviceDesk--container #jobInfoMainPanel .tableCentreAlign{text-align:center}.serviceDesk--container .statusPopover tr{cursor:pointer}.serviceDesk--container .tabPanel{height:100%}.serviceDesk--container .activityViewerTitleContainer{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9}.serviceDesk--container .activityTabsContainer{height:100%;display:flex;flex-direction:column}.serviceDesk--container .tableContainer{border-radius:5px;margin-bottom:10px}.serviceDesk--container .activityStatusBar{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.serviceDesk--container .tabMainPanel{overflow-y:auto;padding:10px}.serviceDesk--container #scannedByDescription table{border-collapse:collapse!important}.serviceTemplateNotDefined .ant-result .ant-result-icon{margin-bottom:0}.serviceTemplateNotDefined .ant-result .ant-result-icon i{font-size:45px}.serviceTemplateNotDefined .ant-result .ant-result-title{color:#767676;font-size:16px}.statsRow{margin:0;width:100%}.statsRow>div{border-radius:4px!important}.statsRow th{font-weight:500}.statsRow td,.statsRow th{padding:2px 5px!important}.createJobModal .ant-form-item-control{line-height:0;margin-bottom:10px}.createJobModal.fullScreen{height:100%!important;width:100%!important;max-width:unset!important}.createJobModal .loadingApis{background:#fff;height:100%;width:100%;position:absolute;z-index:9;display:flex}.createJobModal .loadingApis .loadingApisTitle{padding:10px;font-size:20px;font-weight:700}.createJobModal .ant-modal-header{padding:0;overflow:hidden}.createJobModal .createJobModalHeader{display:flex;align-items:center}.createJobModal .createJobModalHeader .closeBtn,.createJobModal .createJobModalHeader .maximizeBtn{padding:10px;border-left:1px solid #e8e8e8;cursor:pointer}.createJobModal .createJobModalHeader .closeBtn:hover,.createJobModal .createJobModalHeader .maximizeBtn:hover{background:#f7f7f7}.createJobModal .createJobForm{display:flex;flex-direction:column}.createJobModal .createJobForm .createJobFormItem .ant-form-item-label{line-height:unset;margin-bottom:5px}.createJobModal .createJobForm .createJobFormRow{margin-left:0!important;margin-right:0!important;margin-bottom:15px}.createJobModal .createJobForm .createJobContactCard{border:1px solid #ddd;border-radius:4px}.createJobModal .createJobForm .createJobContactCard .createJobBody{width:100%;padding:10px;display:inline-block}.createJobModal .createJobForm .createJobContactCard .createJobControls{background:#f3f3f3;border-top:1px solid #ddd;padding:5px 10px;display:flex}.ReactVTable.tableContextMenu{z-index:9999}.advancedSearchTooltip{width:500px}.advancedSearchTooltip .formItem .ant-form-item-label{line-height:unset;font-weight:700}.darContainer{padding:10px;flex:1 1 0%;display:flex;flex-direction:column}.darContainer .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;flex-direction:column}.darContainer .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.darContainer .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.darContainer .filters{display:flex;border:1px solid #ccc;border-radius:6px;margin:5px 0;align-items:center;flex-direction:row;overflow:hidden}.darContainer .jobStatus{overflow:hidden;color:#fff;padding:2px 5px;border-radius:4px}.report--container .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.report--container .panelContainer .ant-layout-sider-children{padding-top:0;height:auto}.report--container .siderContents{display:flex;flex-direction:column;height:100%;background:#fff}.report--container .siderContents .sidePanelTabs{display:flex;flex-direction:column;flex:1;height:calc(100% - 37px)}.report--container .siderContents .sidePanelTabs .ant-tabs-content{display:flex;flex-direction:column;flex:1}.report--container .siderContents .sidePanelTabs .ant-tabs-tabpane-active.tabPanel{display:flex;flex-direction:column;height:100%;flex:1}.report--container .siderContents .sidePanelTabs .ant-tabs-tabpane-inactive.tabPanel{display:none}.report--container .siderContents .subTabContainer{margin:0 -10px;display:flex;height:100%}.report--container .collapsedSider{max-width:54px;border-right:1px solid #d3d3d3}.report--container .collapsedSider .ant-menu-item:hover{background-color:#e9f4ff}.report--container .collapsedSider .ant-menu-item{margin-top:0;padding:0 26px!important}.report--container .collapsedSider .ant-menu-item .anticon{margin-left:-9px}.report--container .collectionList_tableWrap,.report--container .detailsList_tableWrap{height:100%;display:flex;flex-direction:column;margin-bottom:15px}.report--container .inactiveList_tableWrap{height:calc(100% - 37px);display:flex;flex-direction:column}.report--container .ReactTable{position:relative;display:flex;flex:1;flex-direction:column;border:1px solid rgba(0,0,0,.1);min-height:0}.report--container .ReactTable *{box-sizing:border-box}.report--container .ReactTable .rt-table{flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.report--container .ReactTable .rt-thead{flex:1 0 auto;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.report--container .ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05)}.report--container .ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,.05)}.report--container .ReactTable .rt-thead.-filters input,.report--container .ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.report--container .ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02);outline:none}.report--container .ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,.15)}.report--container .ReactTable .rt-thead .rt-tr{text-align:center}.report--container .ReactTable .rt-thead .rt-td,.report--container .ReactTable .rt-thead .rt-th{padding:5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent}.report--container .ReactTable .rt-thead .rt-td.-sort-asc,.report--container .ReactTable .rt-thead .rt-th.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.report--container .ReactTable .rt-thead .rt-td.-sort-desc,.report--container .ReactTable .rt-thead .rt-th.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.report--container .ReactTable .rt-thead .rt-td.-cursor-pointer,.report--container .ReactTable .rt-thead .rt-th.-cursor-pointer{cursor:pointer;outline:none}.report--container .ReactTable .rt-thead .rt-td:last-child,.report--container .ReactTable .rt-thead .rt-th:last-child{border-right:0}.report--container .ReactTable .rt-thead .rt-resizable-header{overflow:visible;outline:none}.report--container .ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.report--container .ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis;font-weight:700}.report--container .ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.report--container .ReactTable .rt-thead .rt-header-pivot:after,.report--container .ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.report--container .ReactTable .rt-thead .rt-header-pivot:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:8px;margin-top:-8px}.report--container .ReactTable .rt-thead .rt-header-pivot:before{border-color:hsla(0,0%,40%,0) hsla(0,0%,40%,0) hsla(0,0%,40%,0) #f7f7f7;border-width:10px;margin-top:-10px}.report--container .ReactTable .rt-tbody{flex:99999 1 auto;display:flex;flex-direction:column;overflow:auto}.report--container .ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid rgba(0,0,0,.05)}.report--container .ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.report--container .ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.report--container .ReactTable .rt-tbody .rt-td:last-child{border-right:0}.report--container .ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.report--container .ReactTable .rt-tr-group{flex:1 0 auto;display:flex;flex-direction:column;align-items:stretch;cursor:pointer}.report--container .ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.report--container .ReactTable .rt-tr.active{background:#c6cacc!important}.report--container .ReactTable .rt-td,.report--container .ReactTable .rt-th{flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.report--container .ReactTable .rt-td.-hidden,.report--container .ReactTable .rt-th.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.report--container .ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.report--container .ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.report--container .ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.report--container .ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.report--container .ReactTable .rt-tfoot{flex:1 0 auto;display:flex;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.report--container .ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.report--container .ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.report--container .ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.report--container .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.report--container .ReactTable .-pagination{z-index:1;display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-top:2px solid rgba(0,0,0,.1)}.report--container .ReactTable .-pagination input,.report--container .ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.report--container .ReactTable .-pagination .-btn{-webkit-appearance:none;appearance:none;display:block;width:100px;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,.6);background:rgba(0,0,0,.1);transition:all .1s ease;cursor:pointer;outline:none}.report--container .ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.report--container .ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.report--container .ReactTable .-pagination .-next,.report--container .ReactTable .-pagination .-previous{flex:1;text-align:center;margin:auto}.report--container .ReactTable .-pagination .-previous button{float:right}.report--container .ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;text-align:center;margin-bottom:0;display:-ms-flexbox;display:inline;-webkit-box-orient:horizontal;-ms-flex-wrap:wrap;align-items:center;-ms-flex-pack:distribute}.report--container .ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.report--container .ReactTable .-pagination .-pageJump{display:inline-block}.report--container .ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.report--container .ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.report--container .ReactTable .rt-noData{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;padding:20px;color:rgba(0,0,0,.5)}.report--container .ReactTable .-loading,.report--container .ReactTable .rt-noData{display:block;position:absolute;background:hsla(0,0%,100%,.8);transition:all .3s ease;pointer-events:none}.report--container .ReactTable .-loading{left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0}.report--container .ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.report--container .ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.report--container .ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);transform:translateY(50%)}.report--container .ReactTable .rt-resizing .rt-td,.report--container .ReactTable .rt-resizing .rt-th{transition:none!important;cursor:col-resize;-webkit-user-select:none;user-select:none}.customPagination{padding:5px;border-top:1px solid #d9d9d9;text-align:center}#SRLLightbox{z-index:1500}.workTypes--Container{height:100%;display:flex;flex-direction:column}.workTypes--Container h4{font-weight:600;padding-bottom:5px}.workTypes--Container .containerLayout{height:100%;flex-direction:column;width:100%}.workTypes--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;background:#fff}.workTypes--Container .formPanel{height:100%;display:flex;flex-direction:column}.workTypes--Container .formPanel .formBottomContainer{padding:8px 10px 10px;border-top:1px solid #d9d9d9;display:flex}.workTypes--Container .formPanel .formBottomContainer .ant-btn-primary{margin-left:auto}.workTypes--Container .formPanel .vList .ReactVirtualized__Grid__innerScrollContainer{width:100%!important;max-width:unset!important}.workTypes--Container .formPanel .ant-transfer-list-body-customize-wrapper{padding:0}.workTypes--Container .flexDisplay{height:100%;display:flex;flex-direction:column}.workTypes--Container .divider{display:flex;align-items:center;margin:24px 0}#historical-jobs-importer-container #historical-jobs-auto-updater-container{display:flex;align-items:center;margin-left:auto}#historical-jobs-importer-container #historical-jobs-auto-updater-container .autoUpdateTimer{position:absolute;top:0;left:0;width:100%;height:2px;background:#1890ff;transition:width .5s}#historical-jobs-importer-container .tableMenu{display:flex;align-items:center;padding:10px;overflow-x:auto}#historical-jobs-importer-container .progressContainer{height:12px}#historical-jobs-importer-container .queuedProgress .ant-progress-bg{height:12px!important}#pending-imports-popover #historical-jobs-file{display:inline-flex;align-items:center;margin-right:8px}#pending-imports-popover #historical-jobs-file code{height:25px;line-height:25px;padding-left:6px;padding-right:6px;border:1px solid #bfbfbf;border-top-left-radius:3px;border-bottom-left-radius:3px;background-color:hsla(0,0%,58.8%,.10196);color:rgba(0,0,0,.87843)}#pending-imports-popover #historical-jobs-file button#remove-from-list{height:25px;border-radius:0;border-color:#bfbfbf transparent;border-style:solid;border-width:1px 0}#pending-imports-popover #historical-jobs-file button#process-and-import-file{height:25px;border-radius:0 3px 3px 0}#pending-imports-popover #historical-jobs-file #historical-jobs-file-kilobytes{margin-left:3px;margin-right:0;color:rgba(0,0,0,.45)}#pending-imports-popover li:not(:last-child){margin-bottom:12px}.pulse .ant-badge-count{-webkit-animation:pulse-animation;animation:pulse-animation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-delay:5s;animation-delay:5s}@-webkit-keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}to{box-shadow:0 0 0 20px transparent}}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}to{box-shadow:0 0 0 20px transparent}}.ImportMappingContainer{width:100%;height:100%;display:flex;flex-direction:column}.ImportMappingContainer .mapControls{display:flex}.ImportMappingContainer .tableContainer{margin-top:10px;display:flex;height:100%}.ImportMappingContainer .tableContainer .leftTable{flex:1}.ImportMappingContainer .tableContainer .rightTable{flex:2}.ImportMappingContainer .tableContainer .leftTable{margin-right:10px}.ImportMappingContainer .tableContainer .rightTable{margin-left:10px}.ImportMappingContainer .mappedToCell{display:flex;margin-left:5px}.ImportMappingContainer .mappedToCell .tag{display:flex;border-radius:5px 0 0 5px;padding:2px 5px;background:#fafafa;border:1px solid #d9d9d9}.ImportMappingContainer .mappedToCell .closeBtn{display:flex;border-radius:0 5px 5px 0;padding:0 7px;background:#f65861;border:1px solid #f5222d;color:#fff;align-items:center;font-size:10px}.ImportMappingContainer .mappedToCell .closeBtn:hover{background:#f5222d}.RouteManifest--Style .selectAllButton{float:right;cursor:pointer}.RouteManifest--Style .selectAllButton:hover{text-decoration:underline}.RouteManifest--Style .ReactTable{position:relative;display:flex;flex:1;flex-direction:column;border:1px solid rgba(0,0,0,.1);min-height:0}.RouteManifest--Style .ReactTable *{box-sizing:border-box}.RouteManifest--Style .ReactTable .rt-table{flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.RouteManifest--Style .ReactTable .rt-thead{flex:1 0 auto;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.RouteManifest--Style .ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05)}.RouteManifest--Style .ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,.05)}.RouteManifest--Style .ReactTable .rt-thead.-filters input,.RouteManifest--Style .ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.RouteManifest--Style .ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02);outline:none}.RouteManifest--Style .ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,.15)}.RouteManifest--Style .ReactTable .rt-thead .rt-tr{text-align:center}.RouteManifest--Style .ReactTable .rt-thead .rt-td,.RouteManifest--Style .ReactTable .rt-thead .rt-th{padding:5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent}.RouteManifest--Style .ReactTable .rt-thead .rt-td.-sort-asc,.RouteManifest--Style .ReactTable .rt-thead .rt-th.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.RouteManifest--Style .ReactTable .rt-thead .rt-td.-sort-desc,.RouteManifest--Style .ReactTable .rt-thead .rt-th.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.RouteManifest--Style .ReactTable .rt-thead .rt-td.-cursor-pointer,.RouteManifest--Style .ReactTable .rt-thead .rt-th.-cursor-pointer{cursor:pointer;outline:none}.RouteManifest--Style .ReactTable .rt-thead .rt-td:last-child,.RouteManifest--Style .ReactTable .rt-thead .rt-th:last-child{border-right:0}.RouteManifest--Style .ReactTable .rt-thead .rt-resizable-header{overflow:visible;outline:none}.RouteManifest--Style .ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.RouteManifest--Style .ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis;font-weight:700}.RouteManifest--Style .ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.RouteManifest--Style .ReactTable .rt-thead .rt-header-pivot:after,.RouteManifest--Style .ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.RouteManifest--Style .ReactTable .rt-thead .rt-header-pivot:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:8px;margin-top:-8px}.RouteManifest--Style .ReactTable .rt-thead .rt-header-pivot:before{border-color:hsla(0,0%,40%,0) hsla(0,0%,40%,0) hsla(0,0%,40%,0) #f7f7f7;border-width:10px;margin-top:-10px}.RouteManifest--Style .ReactTable .rt-tbody{flex:99999 1 auto;display:flex;flex-direction:column;overflow:auto}.RouteManifest--Style .ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid rgba(0,0,0,.05)}.RouteManifest--Style .ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.RouteManifest--Style .ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.RouteManifest--Style .ReactTable .rt-tbody .rt-td:last-child{border-right:0}.RouteManifest--Style .ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.RouteManifest--Style .ReactTable .rt-tr-group{flex:1 0 auto;display:flex;flex-direction:column;align-items:stretch;cursor:pointer}.RouteManifest--Style .ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.RouteManifest--Style .ReactTable .rt-tr.active{background:#c6cacc!important}.RouteManifest--Style .ReactTable .rt-td,.RouteManifest--Style .ReactTable .rt-th{flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.RouteManifest--Style .ReactTable .rt-td.-hidden,.RouteManifest--Style .ReactTable .rt-th.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.RouteManifest--Style .ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.RouteManifest--Style .ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.RouteManifest--Style .ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.RouteManifest--Style .ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.RouteManifest--Style .ReactTable .rt-tfoot{flex:1 0 auto;display:flex;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.RouteManifest--Style .ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.RouteManifest--Style .ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.RouteManifest--Style .ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.RouteManifest--Style .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.RouteManifest--Style .ReactTable .-pagination{z-index:1;display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-top:2px solid rgba(0,0,0,.1)}.RouteManifest--Style .ReactTable .-pagination input,.RouteManifest--Style .ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.RouteManifest--Style .ReactTable .-pagination .-btn{-webkit-appearance:none;appearance:none;display:block;width:100px;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,.6);background:rgba(0,0,0,.1);transition:all .1s ease;cursor:pointer;outline:none}.RouteManifest--Style .ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.RouteManifest--Style .ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.RouteManifest--Style .ReactTable .-pagination .-next,.RouteManifest--Style .ReactTable .-pagination .-previous{flex:1;text-align:center;margin:auto}.RouteManifest--Style .ReactTable .-pagination .-previous button{float:right}.RouteManifest--Style .ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;text-align:center;margin-bottom:0;display:-ms-flexbox;display:inline;-webkit-box-orient:horizontal;-ms-flex-wrap:wrap;align-items:center;-ms-flex-pack:distribute}.RouteManifest--Style .ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.RouteManifest--Style .ReactTable .-pagination .-pageJump{display:inline-block}.RouteManifest--Style .ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.RouteManifest--Style .ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.RouteManifest--Style .ReactTable .rt-noData{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;padding:20px;color:rgba(0,0,0,.5)}.RouteManifest--Style .ReactTable .-loading,.RouteManifest--Style .ReactTable .rt-noData{display:block;position:absolute;background:hsla(0,0%,100%,.8);transition:all .3s ease;pointer-events:none}.RouteManifest--Style .ReactTable .-loading{left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0}.RouteManifest--Style .ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.RouteManifest--Style .ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.RouteManifest--Style .ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);transform:translateY(50%)}.RouteManifest--Style .ReactTable .rt-resizing .rt-td,.RouteManifest--Style .ReactTable .rt-resizing .rt-th{transition:none!important;cursor:col-resize;-webkit-user-select:none;user-select:none}.RouteManifest--Style .trackingButton{width:100%;background:#2980b9;height:21px;min-width:auto}.RouteManifest--Style .trackingButton:hover{background:#2980b9!important;opacity:.8}.RouteManifest--Style .trackingButton span{line-height:22px!important;color:#fff;margin-right:auto!important}.RouteManifest--Style .formColumn .dropdown-menu{max-height:255px!important}.jobsReceived--Container{padding:10px;height:calc(100% - 80px)}.jobsReceived--Container .activityTabsContainer,.jobsReceived--Container .activityTabsContainer .ant-tabs,.jobsReceived--Container .activityTabsContainer .ant-tabs .ant-tabs-content{height:100%;display:flex;flex-direction:column}.jobsReceived--Container .activityTabsContainer .ant-tabs .ant-tabs-content .tabPanel{display:flex;flex-direction:column;padding:0}.jobsReceived--Container .activityTabsContainer .ant-tabs .ant-tabs-content .tabPanel .jobsReceivedCard{height:100%;display:flex;flex-direction:column}.jobsReceived--Container .activityTabsContainer .ant-tabs .ant-tabs-content .tabPanel .jobsReceivedCard .cardsHeader{padding-left:10px;padding-right:10px;border-bottom:1px solid #ddd;align-items:center;display:flex;flex-direction:row;height:38px;font-weight:700}.jobsReceived--Container .activityTabsContainer .ant-tabs .ant-tabs-bottom-bar{margin-top:unset}.messagesModal .ant-modal-body{text-align:center;height:400px;padding:5px 20px}.messagesModal .btnNewMessage{margin-bottom:10px}.messagesModal .resultLoadingContainer{position:relative;height:100%}.messagesModal .resultLoadingContainer .resultLoading{width:50%;height:50%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.newMessageModal .btnOpenAddressBook{float:right}.newMessageModal .attachmentsButtons{padding-bottom:10px;display:flex}.newMessageModal .attachmentsButtons .btnRecord{padding:0 10px}.newMessageModal .ant-list-items{max-height:200px;overflow:auto}.broadcastSummaryModal .ant-list-item-action{margin-left:20px}.broadcastSummaryModal .ant-modal-body{text-align:center;height:400px;padding:5px 20px}.broadcastSummaryModal .resultLoadingContainer{position:relative;height:100%}.broadcastSummaryModal .resultLoadingContainer .resultLoading{width:50%;height:50%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.recipientVirtualSelect{width:100%;margin-right:10px;height:21px;font-weight:700}.recipientVirtualSelect>div{height:21px!important}.recipientVirtualSelect>div>div{line-height:19px!important}.recipientLabel{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-left:10px;height:32px;display:flex;align-items:center}.sound-wave{width:100%;height:34px}.sound-wave .disable{opacity:.1}.errorTitle{font-size:50px;color:#75787a;text-align:center}.errorTitle b{font-size:80px}.logo{background:url(/images/logo_100x100.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:100px;height:100px}.onlineLogin--container{background-color:#fff;display:block;margin:auto;text-align:center;padding:20px 30px;width:500px;border-radius:2px;box-shadow:0 0 1px rgba(0,0,0,.4)}.onlineLogin--container .logo{background:url(/images/logo_100x100.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:100%;height:70px}.onlineLogin--container .loginForm{margin-bottom:10px}.onlineSignUp--container{background-color:#fff;display:block;margin:auto;text-align:center;padding:20px 30px;width:500px;border-radius:2px;box-shadow:0 0 1px rgba(0,0,0,.4)}.onlineSignUp--container .logo{background:url(/images/logo_100x100.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:100%;height:70px}.onlineSignUp--container .loginForm{margin-bottom:10px}.onlineSignUp--container .ant-carousel .slick-slide{height:100%;overflow:hidden}.onlineSignUp--container .stepsBar{text-align:left}.onlineSignUp--container .errorMessage{color:red}.onlineSignUp--container .link{text-decoration:underline;color:#1890ff;cursor:pointer}.onlineSignUp--container .titleMessage{margin-top:5px}.onlineSignUp--container .secondaryMessage{font-weight:700;font-size:14px}.onlineForgot--container{background-color:#fff;display:block;margin:auto;text-align:center;padding:20px 30px;width:500px;border-radius:2px;box-shadow:0 0 1px rgba(0,0,0,.4)}.onlineForgot--container .logo{background:url(/images/logo_100x100.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:100%;height:70px}.onlineForgot--container .errorMessage{color:red}.onlineForgot--container .loginForm{margin-bottom:10px}.setupWizard--container{background-color:#fff;display:flex;flex-direction:column;height:0;position:relative;flex:1}.setupWizard--container .logo{background:url(/images/logo_100x100.png);background-size:contain;background-repeat:no-repeat;width:30px;height:30px;margin-left:5px}.setupWizard--container .header{text-align:left;display:flex;padding:10px 0;border-bottom:1px solid #eee}.setupWizard--container .setupWizard--mainContentContainer{height:100%;display:flex;flex-direction:column;padding:10px 15px}.setupWizard--container .steps--counter{border-bottom:1px solid #eee;padding:20px}.setupWizard--container .setupWizard--footer{margin-top:10px;padding:10px 30px;background:#fff;border-top:1px solid #eee}.emailVerification--container{background-color:#fff;display:block;margin:auto;text-align:center;padding:20px 30px;width:500px;border-radius:2px;box-shadow:0 0 1px rgba(0,0,0,.4)}.emailVerification--container .logo{background:url(/images/logo_100x100.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:100%;height:70px}.emailVerification--container .verified button{margin:2.5px 0}.AddressForm_page__2GhKp{background-color:#eee;height:100%;width:100%}.AddressForm_formContainer__3zBcb{display:flex;flex-direction:column;justify-content:center;height:75vh;overflow-y:auto}.AddressForm_form__1ef9I{background-color:#fff;padding:20px!important;display:flex;flex-direction:column;height:100%}.AddressForm_newSection__1K8Gd{margin-top:5px;margin-bottom:10px;padding:5px 10px 10px;border-width:.5px;border-radius:4px;border-color:transparent}.AddressForm_newRow__pKDmP{margin-top:5px;justify-content:baseline;display:flex}.AddressForm_newRow__pKDmP .ant-form-item-label{line-height:unset}.AddressForm_newRow__pKDmP .avatar-uploader>.ant-upload{width:128px;height:128px}.AddressForm_createButton__2njAR{position:absolute;bottom:40px;right:20px}.AddressForm_borderSection__1Zedm,.AddressForm_newSection__1K8Gd:hover{border-color:#d3d3d3}.AddressForm_submitButtonContainer__FfL0V{display:flex;justify-content:flex-end;align-self:flex-end;height:100%}.AddressForm_rightContent__2nFMC{height:100%}.AddressForm_imageContainer__3AEwp,.AddressForm_uploadIconOverlay__RB_dg{display:flex;align-items:center;justify-content:center}.AddressForm_uploadIconOverlay__RB_dg{width:86px;height:86px;transition:.3s ease;opacity:0;position:absolute;background-color:hsla(0,0%,50.2%,.3)}.AddressForm_uploadIconOverlay__RB_dg:hover{opacity:1}.AddressForm_mapStyle__2VVgs{height:400px;width:100%;margin-bottom:10px}.AddressForm_tableStyle__1_y17{height:100%}.AddressForm_rctTable__3CXqV .-pagination{width:calc(100% - 180px)}.AddressForm_deleteCheckboxContainer__DSI9o .ant-checkbox-checked .ant-checkbox-inner{background-color:red;border-color:red}.AddressForm_groupingHeader__1Ik7-{padding-bottom:8px;font-weight:500;font-size:14px;color:#999}.dateRangeSelector{background:#fff;border-radius:4px}.dateRangeSelector .cell{width:25px;height:25px;margin:auto;text-align:center;border-radius:4px;border:1px solid #fff;display:block;line-height:22px}.dateRangeSelector .cell:hover{background:#e6f7ff;cursor:pointer}.dateRangeSelector .cell.otherMonth{opacity:.4}.dateRangeSelector .cell.multiSelected{border:1px solid #00d200;background:#00d200;color:#fff}.dateRangeSelector .cell.selected{border:1px solid #1890ff;background:#1890ff;color:#fff}.dateRangeSelector .cell.selected.active{border:1px solid #00d200;background:#00d200}.dateRangeSelector .cell.disabled{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.dateRangeSelector .cell.disabled.clickable{cursor:pointer}.createJob--container{display:block;margin:auto;background:#fff;width:600px;height:300px;border-radius:4px;box-shadow:0 0 1px rgba(0,0,0,.4)}.createJob--container .option{height:100%;width:50%;display:inline-block;text-align:center;margin:auto;transition:box-shadow .3s;cursor:pointer}.createJob--container .option:hover{box-shadow:0 0 11px rgba(33,33,33,.2)}.createJob--container .iconContainer{width:100%;height:70%;font-size:120px;padding-top:30px}.createJob--container .infoContainer{width:100%;height:30%;padding-top:5px}.inputJob--container{height:100%;display:block;background:#fff;margin:20px}.inputJob--container .header{padding:10px 5px;border-bottom:1px solid #eee}.inputJob--container .footer{position:relative;left:0;bottom:0;width:100%;background-color:red;color:#fff;text-align:center}.inputJob--container .collapsePanel{margin-right:-20px;margin-left:-20px;background:#fff;border-top:1px solid #d9d9d9}.inputJob--container .jobItemCard{height:40px;background:#f5f5f5;border-radius:5px;padding:0 10px;margin-bottom:5px;-webkit-animation:slide-up .2s ease-in;animation:slide-up .2s ease-in;line-height:40px}@-webkit-keyframes slide-up{0%{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.modal-dialog .ant-modal-content{height:100%}.uploadJob--container{height:100%;display:flex;flex-direction:column}.uploadJob--container .progressBar{position:absolute;top:40%;left:5%;text-align:center;width:90%}.uploadJob--container .progressBar .icon{font-size:30px;margin-bottom:10px;color:#1890ff}.uploadJob--container .progressBar .statusInfo{font-size:18px;font-weight:600;margin-top:10px;color:#1890ff}.uploadJob--container .logContainer{max-height:200px;overflow:auto}.uploadJob--container .logContainer .log{height:40px;line-height:40px;background:#fff;border:1px solid #eee;padding-left:10px;margin-bottom:5px}.shapefileStyles_sfTitle__1dGG-{position:absolute;display:inline-flex;z-index:200;left:267px;top:8px;font-weight:700;color:#f7f7f8;cursor:pointer}.sideMenu{display:flex;height:100%;background:#fff;flex-direction:column}.sideMenu .panelContainer{height:100%;overflow-x:hidden;flex-direction:column}.sideMenu .panelContainer.vertical .gutter{cursor:row-resize;background-color:#e8e8e8}.sideMenu .panelContainer.horizontal .gutter{cursor:col-resize;background-color:#e8e8e8}.sideMenu .badgeView{flex-direction:column;height:100%;overflow:auto}.sideMenu .badgeView div{width:100%}.sideMenu .ant-tabs-top-content,.sideMenu .sidePanelTabs,.sideMenu .tabPanel{display:flex;flex-direction:column;height:100%;padding:0}.sideMenu .tabPanel{padding:5px}.sideMenu .tabBadgeCounter{margin-top:-14px}.sideMenu .tabBadgeCounter sup{height:16px;line-height:16px;padding:0 4px;min-width:16px;font-size:11px;font-weight:700}.sideMenu .ant-layout-sider-children{overflow-y:auto;padding-bottom:7px;border-right:1px solid #ddd}.sideMenu .rt-tr-group{max-height:30px}.sideMenu .sidePanelTabs .ant-tabs-bar{padding:1px 0;margin:0}.sideMenu .sidePanelTabs .ant-tabs-content{display:flex;flex-direction:column;flex:1}.sideMenu .sidePanelTabs .ant-tabs-extra-content{line-height:32px}.sideMenu .sidePanelTabs .ant-tabs-tabpane-active.tabPanel{height:0;flex:1}.sideMenu .sidePanelTabs .ant-tabs-tabpane-inactive.tabPanel{display:none}@-webkit-keyframes nodeFilterPulse{0%{box-shadow:0 0 0 0 rgba(24,144,255,.7)}70%{box-shadow:0 0 0 2px #1890ff}to{box-shadow:0 0 0 0 #1890ff}}@keyframes nodeFilterPulse{0%{box-shadow:0 0 0 0 rgba(24,144,255,.7)}70%{box-shadow:0 0 0 2px #1890ff}to{box-shadow:0 0 0 0 #1890ff}}.histActiveButton{box-shadow:0 0 0 0 #1890ff;-webkit-transform:scale(1);transform:scale(1);border-radius:4px;-webkit-animation:nodeFilterPulse 1.5s infinite;animation:nodeFilterPulse 1.5s infinite}.histNodeFilterPanel .ant-collapse-content{overflow:unset}.shapefileManager-actionBar{-ms-overflow-style:none;scrollbar-width:none;display:inline-flex;margin-top:10px;overflow-x:auto;width:100%}.shapefileManager-actionBar::-webkit-scrollbar{display:none}.manageClusters--container{display:flex;flex-direction:column;overflow-x:hidden}.manageClusters--container .manageClusters--clusterAction{height:35px;line-height:35px;border:1px solid #eee;padding:0 10px;margin-bottom:5px;border-radius:5px}.manageClusters--container .manageClusters--clusterSelector{display:flex}.manageClusters--container .manageClusters--clusterSelector .ant-select-selection--single{border-top-right-radius:0;border-bottom-right-radius:0}.manageClusters--container .manageClusters--clusterSelector .editBtn{border-radius:0;width:30px}.manageClusters--container .manageClusters--clusterSelector .clusterInput{border-top-right-radius:0;border-bottom-right-radius:0}.manageClusters--container .manageClusters--clusterSelector .deleteBtn{width:30px;border-top-left-radius:0;border-bottom-left-radius:0}.splitClusterContainer{height:150px;margin:5px;border:2px solid #eee;border-radius:5px}.splitClusterContainer .splitClusterHeader{border-bottom:1px solid #eee;padding:10px}.splitClusterContainer .splitClusterContent{padding:10px}.splitClusterContainer .splitClusterContent .ant-form-item-label{line-height:unset;font-weight:700}.sfMapToolbar{background-color:#fff;border-bottom:1px solid #d3d3d3;display:flex;width:100%;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.sfMapToolbar::-webkit-scrollbar{display:none}.mapContainer{height:100%;display:flex;flex-direction:column;flex:1}.mapContainer .gm-style-iw{padding:0!important;box-shadow:0 1px 2px 0 #b5b5b5!important}.mapContainer .gm-style-iw .gm-style-iw-chr{display:none}.mapContainer .gm-style-iw .gm-style-iw-d{overflow:auto!important}.clusterEditingContainer{position:absolute;width:450px;bottom:20px;right:10px;z-index:999;background-color:#fafafa;border-radius:5px;border:1px solid #e8e8e8;display:flex;flex-direction:column}.clusterEditingContainer .inputWarning{border-color:orange;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(255,165,0,.5)}.clusterEditingContainer .clusterEditingHeader{width:100%;border-bottom:1px solid #eee;height:30px;line-height:30px;padding:0 7px;font-size:14px;font-weight:600}.clusterEditingContainer .clusterEditingContent{padding:5px;flex:1}.clusterEditingContainer .clusterEditingContent .selectWarning .ant-select-selection{border-color:orange;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(255,165,0,.5)}.clusterEditingContainer .clusterEditingFooter{height:35px;border-top:1px solid #eee;padding:5px;width:100%}.clusterImpactContainer{position:absolute;width:250px;bottom:20px;left:10px;z-index:999;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;display:flex;flex-direction:column}.clusterImpactContainer .clusterImpactHeader{width:100%;border-bottom:1px solid #eee;height:35px;background-color:#fafafa;line-height:35px;padding:0 7px;font-size:15px;font-weight:600}.clusterImpactContainer .clusterImpactContent{padding:10px}.ActivityViewer_activitySider__Qj5Nn{-webkit-animation:ActivityViewer_slideInFromRight__2wO99 1s;animation:ActivityViewer_slideInFromRight__2wO99 1s;transition:all .3s;border-left:1px solid #d9d9d9}.ActivityViewer_tabPanel__2Sn7W{height:100%}.ActivityViewer_activityViewerCloseButton__9F_kK{height:35px;cursor:pointer;transition:box-shadow .3s;line-height:35px;border-right:1px solid #d9d9d9;padding:0 10px;margin-top:-5px;margin-left:-10px;margin-right:5px}.ActivityViewer_activityViewerCloseButton__9F_kK:hover{box-shadow:5px 0 5px -2px rgba(33,33,33,.2)}.ActivityViewer_activityViewerTitleContainer__2X6gZ{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9;overflow-x:auto}.ActivityViewer_activityViewerBreadCrumbsContainer__3YCKA{padding:8px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_activityViewerBreadCrumbsContainer__3YCKA .ActivityViewer_breadCrumbIcon__Cxk-P{padding-right:5px}.ActivityViewer_routeTitle__31p2n{font-size:14px;font-weight:500;line-height:23px;padding-left:7px;padding-right:7px}.ActivityViewer_activityTabsContainer__3dB_Q{height:100%;display:flex;flex-direction:column}.ActivityViewer_tableContainer__1aFid{border-radius:5px;margin-bottom:10px}.ActivityViewer_activityStatusBar__3ucSu{width:100%;padding:5px 10px;border-bottom:1px solid #d9d9d9}.ActivityViewer_tabMainPanel__1dSm2{overflow-y:auto;height:100%;padding:10px}.ActivityViewer_nodeTable__b9_64 td{padding:0!important;cursor:pointer}.ActivityViewer_activityToggle__WpRri{background:#fafafa;flex:0 0 15px;display:flex;border-left:1px solid #d9d9d9;cursor:pointer;align-items:center;z-index:1}.ActivityViewer_activityToggle__WpRri:hover{background:#eee}.jobItemsStyle .jobItemExpandButton{background-color:#009688;border-color:#009688}.jobItemsStyle .jobItemExpandButton:hover{background-color:#1890ff;border-color:#1890ff}.jobItemsStyle .jobItemExpandButton_OtherFields{background-color:#2980b9;border-color:#2980b9}.jobItemsStyle .jobItemExpandButton_OtherFields:hover{background-color:#1890ff;border-color:#1890ff}.jobItemsStyle .jobItem .ant-descriptions-title{color:#fff!important;background-color:#009688!important}.jobItemsStyle .otherFields .ant-descriptions-title{color:#fff!important;background-color:#2980b9!important}.jobItemsStyle .operationD .ant-descriptions-title{color:#fff!important;background-color:#27ae60!important}.jobItemsStyle .operationC .ant-descriptions-title{color:#fff!important;background-color:#2980b9!important}.jobItemsStyle .operationS .ant-descriptions-title{color:#fff!important;background-color:#e74c3c!important}.jobItemsStyle .operationW .ant-descriptions-title{color:#fff!important;background-color:#ef6c00!important}.jobItemsStyle .operationf .ant-descriptions-title{color:#fff!important;background-color:#f00000!important}.jobItemsStyle .operationp .ant-descriptions-title{color:#fff!important;background-color:#ef6c00!important}.jobItemsStyle .operationn .ant-descriptions-title{color:#fff!important;background-color:#666!important}.jobItemsStyle .operations .ant-descriptions-title{color:#fff!important;background-color:green!important}.jobItemsStyle .operation .ant-descriptions-title{color:#fff!important;background-color:#009688!important}.jobItemsStyle .jobItemStatusIcon{font-size:14px;background:#fff;margin-left:5px}#jobInfoMainPanel .tableCentreAlign{text-align:center}.JobSubItemTable .ant-empty-normal{margin:0}#scannedByDescription table{border-collapse:collapse!important}.statusPopover tr{cursor:pointer}.activityViewer{border-left:1px solid #d9d9d9}.activityViewer .ant-spin-nested-loading{height:100%}.activityViewer .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.clusterEditingHelpContainer{position:absolute;width:375px;top:10px;left:10px;z-index:20;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;display:flex;flex-direction:column}.clusterEditingHelpContainer .clusterEditingHelpHeader{width:100%;border-bottom:1px solid #eee;height:35px;background-color:#fafafa;line-height:35px;padding:0 7px;font-size:15px;font-weight:600}.clusterEditingHelpContainer .clusterEditingHelpContent{padding:5px}.depotAreaStatus{position:relative;top:0;background:#fff;margin:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:9;border-radius:5px;display:flex;overflow:hidden;box-shadow:0 1px 2px #c1c1c1}.depotAreaStatus.done{background-color:#008300;color:#fff}.depotAreaStatus.failed{color:#fff;background-color:#f4b300}.depotAreaStatus .title{flex:1;padding:13px}.depotAreaStatus .actionBtn{padding:13px;border-left:1px solid #ddd;cursor:pointer}.depotAreaStatus .actionBtn:hover{background:#f9f9f9}.clusterContextMenu{z-index:1000;min-width:190px!important;max-width:190px!important}.filterContainer{display:flex;flex-direction:column;border:1px solid #ccc;border-radius:6px;margin:5px 0}.filterContainer .autoUpdateTimer{position:absolute;top:0;left:0;width:100%;height:2px;background:#1890ff;transition:width .5s}.dropdownItem{display:flex;align-items:center}.dropdownItem.selected{background:#e6f7ff}.depotVirtualSelect{width:160px;margin:3px 5px 0 0;height:21px;font-weight:700}.depotVirtualSelect>div{height:21px!important}.depotVirtualSelect>div>div{line-height:19px!important}.depotLabel{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-left:10px;height:32px;display:flex;align-items:center}.dropdownItem:hover{background-color:#e6f7ff;cursor:pointer}.fixedRoutes--Container{height:calc(100% - 37px)}.fixedRoutes--Container h4{font-weight:600;padding-bottom:5px}.fixedRoutes--Container .containerLayout{height:100%;flex-direction:column;width:100%}.fixedRoutes--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.fixedRoutes--Container .containerLayout .depotSelector{position:absolute;z-index:999;bottom:4px}.fixedRoutes--Container .containerLayout .depotSelector button{height:21px;padding:0 20px}.fixedRoutes--Container .nodeListPanel{border:1px solid #e5e5e5;width:100%;height:100%;background:#fff;display:flex;flex-direction:column}.fixedRoutes--Container .nodeListPanel .panelItemHeader>div{padding:10px 30px 10px 40px}.fixedRoutes--Container .nodeListPanel .moveNodeArrows{display:flex;flex-direction:column;position:absolute;right:0;border-left:1px solid #ddd}.fixedRoutes--Container .nodeListPanel .moveNodeArrows div{padding:0 5px;border-bottom:1px solid #ddd}.fixedRoutes--Container .nodeListPanel .moveNodeArrows div:hover{background:#e8e8e8}.fixedRoutes--Container .nodeListPanel .listHeader{display:flex;padding:10px 30px 10px 10px;background:#eee;border-bottom:1px solid #d9d9d9}.fixedRoutes--Container .nodeListPanel .listHeader>div:first-child{display:flex;flex:1;margin-left:32px;min-width:500px}.fixedRoutes--Container .nodeListPanel .listFooter{padding:5px;display:flex;background:#eee;border-top:1px solid #d9d9d9}.fixedRoutes--Container .listLoader,.fixedRoutes--Container .listLoader .ant-spin-container{display:flex;flex-direction:column;height:100%}.fixedRoutes--Container .invalidNode,.fixedRoutes--Container .pendingEdit{color:orange;margin-right:20px;font-size:18px;text-align:right}.subcontractor--Container{height:100%;display:flex;flex-direction:column}.subcontractor--Container h4{font-weight:600;padding-bottom:5px}.subcontractor--Container .containerLayout{height:100%;flex-direction:column;width:100%}.subcontractor--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;background:#fff}.subcontractor--Container .formPanel{height:100%;display:flex;flex-direction:column}.subcontractor--Container .formPanel .formBottomContainer{padding:10px;border-top:1px solid #d9d9d9;text-align:right}.subcontractor--Container .formPanel .vList .ReactVirtualized__Grid__innerScrollContainer{width:100%!important;max-width:unset!important}.subcontractor--Container .formPanel .ant-transfer-list-body-customize-wrapper{padding:0}.subcontractor--Container .flexDisplay{height:100%;display:flex;flex-direction:column}.subcontractor--Container .divider{display:flex;align-items:center;margin:24px 0}.subcontractorDepot--Container{height:100%;display:flex;flex-direction:column}.subcontractorDepot--Container h4{font-weight:600;padding-bottom:5px}.subcontractorDepot--Container .containerLayout{height:100%;flex-direction:column;width:100%}.subcontractorDepot--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;background:#fff}.subcontractorDepot--Container .containerLayout .panelContainer .contractCard{margin-bottom:20px;border:1px solid #ddd;padding:10px;border-radius:5px;background:#fafafa}.subcontractorDepot--Container .containerLayout .panelContainer .contractCard .dailyRoutesContainer{margin-top:10px}.subcontractorDepot--Container .containerLayout .panelContainer .contractCard .dailyRoutesContainer .infoText{width:100%;display:block;text-align:right;margin-top:5px}.subcontractorDepot--Container .containerLayout .panelContainer .contractCard .dailyRoutesContainer .dayInput{margin-right:3px;flex:1;display:flex;align-items:center;-webkit-user-select:none;user-select:none}.subcontractorDepot--Container .containerLayout .panelContainer .contractCard .dailyRoutesContainer .dayInput:last-child{margin-right:0}.subcontractorDepot--Container .formPanel{height:100%;display:flex;flex-direction:column}.subcontractorDepot--Container .formPanel .formBottomContainer{padding:10px;border-top:1px solid #d9d9d9;text-align:right}.subcontractorDepot--Container .formPanel .vList .ReactVirtualized__Grid__innerScrollContainer{width:100%!important;max-width:unset!important}.subcontractorDepot--Container .formPanel .ant-transfer-list-body-customize-wrapper{padding:0}.subcontractorDepot--Container .flexDisplay{height:100%;display:flex;flex-direction:column}.subcontractorDepot--Container .divider{display:flex;align-items:center;margin:24px 0}.subcontractors--Container{height:100%;display:flex;flex-direction:column}.subcontractors--Container h4{font-weight:600;padding-bottom:5px}.subcontractors--Container .containerLayout{height:100%;flex-direction:column;width:100%}.subcontractors--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;background:#fff}.subcontractors--Container .formPanel{height:100%;display:flex;flex-direction:column}.subcontractors--Container .formPanel .formBottomContainer{padding:10px;border-top:1px solid #d9d9d9;text-align:right}.subcontractors--Container .formPanel .vList .ReactVirtualized__Grid__innerScrollContainer{width:100%!important;max-width:unset!important}.subcontractors--Container .formPanel .ant-transfer-list-body-customize-wrapper{padding:0}.subcontractors--Container .flexDisplay{height:100%;display:flex;flex-direction:column}.subcontractors--Container .divider{display:flex;align-items:center;margin:24px 0}.crewPersonnel--Container{height:100%;display:flex;flex-direction:column}.crewPersonnel--Container h4{font-weight:600;padding-bottom:5px}.crewPersonnel--Container .containerLayout{height:100%;flex-direction:column;width:100%}.crewPersonnel--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;background:#fff}.crewPersonnel--Container .formPanel{height:100%;display:flex;flex-direction:column}.crewPersonnel--Container .formPanel .formBottomContainer{display:flex;align-items:center;padding:10px;border-top:1px solid #d9d9d9;text-align:right}.crewPersonnel--Container .formPanel .vList .ReactVirtualized__Grid__innerScrollContainer{width:100%!important;max-width:unset!important}.crewPersonnel--Container .formPanel .ant-transfer-list-body-customize-wrapper{padding:0}.crewPersonnel--Container .flexDisplay{height:100%;display:flex;flex-direction:column}.crewPersonnel--Container .divider{display:flex;align-items:center;margin:24px 0}.timePicker ul{padding:0}.AssetMovements_Main_Container{height:100%}.OutboundRepairs_Main_Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%}.AssetMovements_OutboundRepairs_Modal .ant-modal-header{padding:4px 0 4px 12px!important}.AssetMovements_OutboundRepairs_Modal .ant-modal-close-x{display:flex;align-items:center;justify-items:center;width:36px;height:31px;padding-left:10px;border-left:1px solid #e8e8e8;cursor:pointer}.AssetMovements_OutboundRepairs_Modal .ant-modal-close-x:hover{background:#d54242;color:#fff;border-top-right-radius:3px}.reportPriorityBtns{display:flex}.reportPriorityBtns .priorityBtn{flex:1;text-align:center}.ant-upload-select-picture-card{width:104px!important}.strategic--container .siderContents{display:flex;flex-direction:column;height:100%;background:#fff}.strategic--container .siderContents .sidePanelTabs{display:flex;flex-direction:column;flex:1}.strategic--container .siderContents .sidePanelTabs .tabPanel{padding:5px}.strategic--container .siderContents .sidePanelTabs .ant-tabs-content{display:flex;flex-direction:column;flex:1;height:0}.strategic--container .siderContents .sidePanelTabs .ant-tabs-tabpane-active.tabPanel{display:flex;flex-direction:column;height:100%;flex:1;height:0}.strategic--container .siderContents .sidePanelTabs .ant-tabs-tabpane-inactive.tabPanel{display:none}.strategic--container .siderContents .subTabContainer{display:flex;height:100%}.strategic--container .collapsedSider{max-width:54px;border-right:1px solid #d3d3d3}.strategic--container .collapsedSider .ant-menu-item:hover{background-color:#e9f4ff}.strategic--container .collapsedSider .ant-menu-item{margin-top:0;padding:0 26px!important}.strategic--container .collapsedSider .ant-menu-item .anticon{margin-left:-9px}.strategic--container .colorSelectorContainer{height:200px;overflow:auto;margin:-12px -16px;padding:10px}.strategic--container .colorSelectorContainer .colorTab{width:25px;margin:2px;height:25px}.strategic--container .tableWrap{height:100%;display:flex;flex-direction:column}.sectorOverlapPanel{width:275px;max-height:221px;position:absolute;background-color:#fff;margin-left:10px;bottom:40px;border:1px solid #ddd;font-weight:400;z-index:10;cursor:pointer;overflow:hidden}.mapCustomControls{position:absolute;margin:10px;align-items:flex-end;display:flex;flex-direction:column}.mapCustomControls .controlCard{background:#fff;margin-bottom:10px;cursor:pointer;border-radius:4px;overflow:hidden;box-shadow:0 0 0 2px rgba(0,0,0,.07)}.mapCustomControls .controlCard .coordInput{width:30px;transition:width .3s;display:flex}.mapCustomControls .controlCard .coordInput form{width:100%;border-left:1px solid #ddd}.mapCustomControls .controlCard .coordInput input{height:100%;width:100%;padding-left:7px}.mapCustomControls .controlCard .coordInput.expanded{width:200px}.mapCustomControls .controlCard .searchInput{width:30px;transition:width .3s;display:flex}.mapCustomControls .controlCard .searchInput.expanded{width:300px}.mapCustomControls .controlCard .controlItem{padding:5px;border-right:4px solid #fff;border-left:4px solid #fff;width:30px}.mapCustomControls .controlCard .controlItem:hover{background:#ddd;border-right:4px solid #ddd;border-left:4px solid #ddd}.mapCustomControls .controlCard .controlItem.active{border-left:4px solid #1890ff}.mapCustomControls .controlCard .controlItem.locked{background:#f5f5f5;color:#b8b8b8;border-right:4px solid #f5f5f5;border-left:4px solid #f5f5f5}.mapCustomControls .controlCard div:nth-child(2){border-top:1px solid #ddd}.mapCustomControls.rightTop{right:0}.mapCustomControls.leftTop{left:0}.mapCustomControls.rightMid{right:0;top:50%;margin-top:-91.5px}.mapCustomControls.leftMid{left:0;top:50%;margin-top:-91.5px}.mapCustomControls.rightBottom{right:0;bottom:20px}.mapCustomControls.leftBottom{left:0;bottom:20px}.formContainer{overflow:auto;flex:1 1}.crudFooter{display:flex;border-top:1px solid #e9e9e9;padding:10px 16px;background:#fff;text-align:right;z-index:99;align-items:center}.formFlexLayout{height:100%;display:flex;flex-direction:column}.vehicleTypeItemContainer{height:40px;display:flex;border-bottom:1px solid #eee}.vehicleTypeItemContainer .vtIcon{font-size:26px;width:45px;border-right:1px solid #eee;text-align:center}.vehicleTypeItemContainer .vtIcon:hover{background-color:#f5f5f5}.vehicleTypeItemContainer .vtMainText{line-height:40px;font-weight:600;border-right:1px solid #eee;text-overflow:ellipsis;flex:1 1;white-space:nowrap;overflow:hidden;text-align:center}.vehicleTypeItemContainer .vtMainText:hover{background-color:#f5f5f5}.vehicleTypeItemContainer .vtCurrencyContainer{display:flex;border-right:1px solid #eee;text-align:center;flex:1 1}.vehicleTypeItemContainer .vtCurrencyContainer:hover{background-color:#f5f5f5}.vehicleTypeItemContainer .vtCurrencyContainer .vtCurrencyIcon{font-size:20px;padding:5px;text-align:center}.vehicleTypeItemContainer .vtCurrencyContainer .vtCurrency{text-overflow:ellipsis;overflow:hidden;flex:1 1;height:50%;white-space:nowrap}.driverTypeItemContainer{height:40px;display:flex;border-bottom:1px solid #eee}.driverTypeItemContainer .dtMainText{line-height:40px;font-weight:600;border-right:1px solid #eee;text-overflow:ellipsis;flex:1 1;white-space:nowrap;overflow:hidden;text-align:center}.driverTypeItemContainer .dtMainText:hover{background-color:#f5f5f5}.driverTypeItemContainer .dtTimeContainer{display:flex;border-right:1px solid #eee;text-align:center;flex:1 1}.driverTypeItemContainer .dtTimeContainer:hover{background-color:#f5f5f5}.driverTypeItemContainer .dtTimeContainer .dtTimeIcon{font-size:20px;padding:5px;text-align:center}.driverTypeItemContainer .dtTimeContainer .dtTime{text-overflow:ellipsis;overflow:hidden;flex:1 1;height:50%;white-space:nowrap}.resourceSettingsContainer{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;margin-top:-15px}.resourceSettingsContainer .resourceHeader{margin-bottom:5px}.resourceSettingsContainer .ant-collapse-header{padding:0 25px!important}.resourceSettingsContainer .ant-collapse-header .ant-collapse-arrow{left:5px!important}.resourceSettingsContainer .vehicleTypeList .ant-list-item-meta-title{margin-bottom:0;font-weight:700}.resourceSettingsContainer .vehicleTypeContainer{border-radius:6px;border:1px solid #eee;width:100%;height:250px;margin-top:10px}.resourceSettingsContainer .driverCostsEditor .ant-form-item-label{line-height:15px}.resourceSettingsContainer .driverCostsListContainer{border-radius:6px;border:1px solid #eee;width:100%;height:250px;margin-top:10px}.resourceSettingsContainer .driverCostsList .ant-list-item-meta-title{margin-bottom:0;font-weight:700}.networkSettings--container{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.networkSettings--container .inputCheckbox{align-self:center;margin-top:18px;margin-right:15px}.networkSettings--container .networkSettings-mainContainer{flex:1;padding-bottom:5px}.networkSettings--container .networkSettings-mainContainer .networkSettings--row{margin-top:5px;margin-bottom:5px}.networkSettings--container .networkSettings-mainContainer .networkSettings--header{margin-bottom:5px}.networkSettings--container .networkSettings-mainContainer .ant-collapse-header{padding:0 25px}.networkSettings--container .networkSettings-mainContainer .ant-collapse-header .ant-collapse-arrow{left:5px}.networkSettings--container .saveChangesFooter{padding:5px;border-top:1px solid #e8e8e8}.networkSettings--container .vehicleTypeList .ant-list-item-meta-title{margin-bottom:0;font-weight:700}.networkSettings--container .linehaulContainer,.networkSettings--container .vehicleTypeContainer{border-radius:6px;border:1px solid #eee;width:100%;height:250px;margin-top:10px}.networkSettings--container .linehaulContainer .linehaulListItem{height:40px;border-bottom:1px solid #e8e8e8;transition:box-shadow .15s;display:flex}.networkSettings--container .linehaulContainer .linehaulListItem .linehaulInfo{padding:10px;border-left:1px solid #e8e8e8}.networkSettings--container .linehaulContainer .linehaulListItem .linehaulInfo.capacity{width:80px}.networkSettings--container .linehaulContainer .linehaulListItem .linehaulBtns{margin-left:auto;padding:7px}.networkSettings--container .linehaulContainer .linehaulListItem:hover{box-shadow:0 0 11px rgba(33,33,33,.2)}.networkSettings--container .driverCostsEditor .ant-form-item-label{line-height:15px}.networkSettings--container .driverCostsListContainer{border-radius:6px;border:1px solid #eee;width:100%;height:250px;margin-top:10px}.networkSettings--container .driverCostsList .ant-list-item-meta-title{margin-bottom:0;font-weight:700}.networkSettings--container .effortRatingSettingsContainer .ant-form-item-label{padding:0}.hist-day-week{display:flex;flex-direction:column;width:100%;height:100%}.hist-day-week .rectangle{display:table-cell;width:100%;height:0;text-align:center;padding-bottom:100%;z-index:2}.hist-day-week .rectangle .indicator-icon svg{width:95%;height:95%}.planSelectorContainer{position:absolute;padding:3px;z-index:9999999999;bottom:0;left:5px;display:inline-flex;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}.planSelectorContainer .depotSelector{margin:3px 10px 0 0;width:160px;font-weight:700}.calendarDatePopover .ant-popover-title{padding:3px 5px}.calendarDatePopover .ant-popover-inner-content{padding:0}.planPopover{width:100px}.planPopover button{border:none;border-radius:0}.planPopover button:focus,.planPopover button:hover{background-color:#dbecf9}.containerBtn{margin-left:10px;font-weight:700;height:24px}.containerBtn,.containerBtn button{min-width:35px}.splits-selector{display:inline-block}.splits-selector .ant-select-selection{border-top-right-radius:0;border-bottom-right-radius:0}.planSelectorMenuGroup{max-height:250px;overflow:auto}.planSelectorMenuGroup>div:first-child{display:none}.planSelectorMenuGroup .planSelectorItem button{border:none;border-radius:0;display:flex;align-items:center}.planSelectorMenuGroup .planSelectorItem button span{flex:1;text-align:left}.planSelectorMenuGroup .planSelectorItem button:focus,.planSelectorMenuGroup .planSelectorItem button:hover{background-color:#dbecf9}.planSelectorMenuGroup ul{margin:0}.calendarPlan{padding:0 2px 0 25px}.calendarPlan i{top:3px;left:7px}.calendarContainer{display:flex;flex-direction:column;height:100%}.calendarContainer .calendarHeader{display:flex;margin-bottom:20px;line-height:25px;flex-wrap:wrap}.viewModeSelector--switch{margin-left:5px;margin-right:5px;bottom:1px;background-color:#1890ff}.strategic--container{margin-bottom:3px}.strategic--container .statsRow td,.strategic--container .statsRow th{padding:2px 5px!important}.strategic--container .histAnalysis-statsRow td,.strategic--container .histAnalysis-statsRow th{padding:2px 5px!important;width:50%!important}.strategic--container .mapAddressSearch{width:193px;position:absolute;top:40px;z-index:10;left:4px}.strategic--container .map{height:calc(100% - 35px);width:100%}.strategic--container .tacticalMapToolbar{padding:5px;background-color:#fff;border-bottom:1px solid #d3d3d3;display:flex;overflow-y:auto;height:35px}.strategic--container .tacticalMapToolbar .fixedDivider{height:20px;margin:0 0 0 3px;top:0}.strategic--container .tacticalMapToolbar .toolbarHolder{display:flex;margin-left:91px}.strategic--container .tacticalMapToolbar button{min-width:32px;margin-right:5px}.strategic--container .tacticalMapToolbar .divider{flex:none;height:100%;top:0}.strategic--container .tacticalMapToolbar .divider.alignMargin{margin-left:3px}.strategic--container.planDateSelector{width:550px;margin:-9px -16px;cursor:pointer}.strategic--container.planDateSelector .cell{width:25px;height:25px;margin:auto;text-align:center;border-radius:4px;border:1px solid #fff;display:block;line-height:22px}.strategic--container.planDateSelector .cell:hover{background:#e6f7ff}.strategic--container.planDateSelector .cell.otherMonth{opacity:.4}.strategic--container.planDateSelector .cell.multiSelected{border:1px solid #00d200;background:#00d200;color:#fff}.strategic--container.planDateSelector .cell.bulk-active{border:3px solid #00d200}.strategic--container.planDateSelector .cell.bulk-inactive{border:3px solid #1890ff}.strategic--container.planDateSelector .cell.selected{border:1px solid #1890ff;background:#1890ff;color:#fff}.strategic--container.planDateSelector .cell.selected.active{border:1px solid #00d200;background:#00d200}.strategic--container.planDateSelector .cell.disabled{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.strategic--container.planDateSelector .cell.disabled.currentDate{border:1px solid #1890ff}.strategic--container.planDateSelector .cell.disabled.clickable{cursor:pointer}.strategic--container.planDateSelector .dateFilters{display:flex}.strategic--container.planDateSelector .dateFilters .dateOption ul>:nth-child(2){width:0}.strategic--container .mapContainer{height:100%;display:flex;flex-direction:column;flex:1}.strategic--container .mapContainer .gm-style-iw{padding:0!important;box-shadow:0 1px 2px 0 #b5b5b5!important}.strategic--container .mapContainer .gm-style-iw .gm-style-iw-d{overflow:auto!important}.strategic--container.scenarioManager{display:flex;height:500px}.strategic--container.scenarioManager .cell{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;line-height:22px}.strategic--container.scenarioManager .ant-fullcalendar-calendar-body{height:430px}.strategic--container.scenarioManager .ant-fullcalendar-table{height:100%}.strategic--container .tableCheckbox .ant-checkbox{top:auto}.strategic--container.dateSelector{max-width:260px;min-width:260px}.strategic--container.drawerContainer>:first-child,.strategic--container.drawerContainer>:nth-child(2){transition:none;-webkit-animation:none;animation:none}.strategic--container.actionTable .ant-table-body{margin:0}.strategic--container.actionTable .ant-pagination{margin:10px 0 0}.strategic--container .heatmapControls{position:absolute;z-index:1;bottom:25px;left:10px}.strategic--container .heatmapControls .heatmapContainer{width:200px;background-color:#fff;border-radius:5px;border:1px solid #eee}.strategic--container .heatmapControls .heatmapContainer .heatmapHeader{border-bottom:1px solid #eee;height:25px;line-height:25px;padding-left:5px}.strategic--container .heatmapControls .heatmapContainer .heatmapContent{padding:5px 10px}.strategic--container .moveSectorControls{position:absolute;z-index:1;bottom:25px;left:10px}.strategic--container .moveSectorControls .moveSectorContainer{width:250px;background-color:#fff;border-radius:5px;border:1px solid #eee}.strategic--container .moveSectorControls .moveSectorContainer .moveSectorHeader{border-bottom:1px solid #eee;height:25px;line-height:25px;padding-left:5px}.strategic--container .moveSectorControls .moveSectorContainer .moveSectorContent{padding:5px 10px}.strategic--container .moveSectorControls .moveSectorContainer .moveSectorFooter{border-top:1px solid #eee;padding:5px}.strategic--container .mapLegendContainer{background:#fff;padding:5px;border-radius:4px;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);max-height:350px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:auto}.strategic--container .mapLegendContainer div{height:20px;margin-bottom:3px}.strategic--container .mapLegendContainer div:last-child{margin-bottom:0}.strategic--container .mapInfoContainer{position:absolute;z-index:1;bottom:250px;left:10px;margin-left:-3px;height:0;display:inline-flex}.strategic--container .mapInfoContainer .clusterInfoContainer{height:115px;background:#fff;padding:5px;border-radius:4px;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);margin-bottom:5px;width:480px}.strategic--container .mapInfoContainer .clusterInfoContainer .clusterInfoStats span{display:inline}.strategic--container .mapInfoContainer .clusterInfoContainer .clusterInfoStats .ant-statistic-content-suffix{margin-left:2px;font-size:13px}.strategic--container .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.strategicActionList .ant-popover-inner-content{padding:0}.strategicActionList .overrideActionsList{height:200px;margin-left:-10px}.sitingDrawer{border-left:1px solid #d9d9d9;display:flex;flex-direction:column}.sitingDrawer .ant-spin-container,.sitingDrawer .ant-spin-nested-loading{display:flex;flex:1;flex-direction:column}.sitingDrawer .ant-layout-sider-children{display:flex;flex-direction:column}.sitingDrawer .sitingDrawerTitleContainer{display:flex;height:35px;padding:5px 10px;border-bottom:1px solid #d9d9d9;overflow-x:auto}.sitingDrawer .sitingDrawerContainer{padding:15px;display:flex;flex-direction:column;flex:1}.sitingDrawer .colorMapSquare{width:25px;height:25px;margin-right:2px;border-radius:5px;margin-top:5px}.sitingDrawer .sitingDrawerFooterContainer{display:flex;height:45px;padding:5px 10px;border-top:1px solid #d9d9d9;overflow-x:auto}.routeManifestSider{border-left:1px solid #d9d9d9}.routeManifestSider.collapsed{font-family:"Segoe UI","Roboto",Helvetica,sans-serif}.routeManifestSider>div{display:flex;flex-direction:column}.routeManifestSider .manifestHeader{font-family:"Segoe UI","Roboto",Helvetica,sans-serif;border-bottom:1px solid #d9d9d9;font-weight:700;display:flex}.routeManifestSider .manifestHeader .options{border-top:1px solid #d9d9d9;padding:5px 6px;display:flex}.routeManifestSider .manifestHeader .options .rowData{display:flex;flex-direction:row;align-items:center;padding:1px 4px}.routeManifestSider .manifestHeader .options .rowData:hover{background:#f5f5f5}.routeManifestSider .manifestHeader .options .rowData .progressBar{height:5px;background:#ddd;border-radius:5px;overflow:hidden;flex:4}.routeManifestSider .manifestHeader .summaryRow{display:flex;border-top:1px solid #d9d9d9}.routeManifestSider .manifestHeader .summaryRow .manifestSummaryCol{padding:4px 6px;border-right:1px solid #ddd}.routeManifestSider .manifestHeader .summaryRow .manifestSummaryCol.noSidePadding{padding:4px 0}.routeManifestSider .manifestHeader .summaryRow .manifestSummaryCol:hover{background:#f5f5f5}.routeManifestSider .manifestHeader .summaryRow .manifestSummaryCol:last-child{border-right:none}.routeManifestSider .manifestHeader .headerRouteRef{color:#fff;padding:6px 2px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:110px!important;min-width:110px!important}.routeManifestSider .manifestHeader .headerRouteRef.collapsed{max-width:64px!important;min-width:64px!important}.routeManifestSider .manifestHeader .headerStatChip{border-right:1px solid #ddd;align-self:center;max-width:38px}.routeManifestSider .manifestHeader .headerStatChip .chipTitle{font-size:9px;border-bottom:1px solid #ddd;padding:1px 3px;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.routeManifestSider .manifestHeader .headerStatChip .chipCount{font-size:10px;text-align:center}.routeManifestSider .manifestHeader .menuButton{padding:7px 6px;cursor:pointer;align-items:center;display:flex}.routeManifestSider .manifestHeader .menuButton:hover{background:#f5f5f5}.routeManifestSider .manifestSummary{font-family:"Segoe UI","Roboto",Helvetica,sans-serif}.routeManifestSider .manifestSummary .manifestSummaryRow{border-bottom:1px solid #d9d9d9;display:flex}.routeManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol{padding:5px;font-weight:700;border-right:1px solid #d9d9d9;text-align:center;cursor:default;position:relative;font-size:11px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1}.routeManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol .progressBar{background:#eee;height:3px;width:100%;position:absolute;bottom:0;left:0}.routeManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol .progressBar .filled{height:3px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.routeManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol.smallFlex{flex:0.25}.routeManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol:last-child{border-right:unset}.routeManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol:hover{background:#f5f5f5}.routeManifestSider .manifestTimeline{height:100%;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.routeManifestSider .manifestTimeline .hoveredNode{position:absolute;left:-261px}.RVTimelineCard{background:#fff;border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;flex-direction:column;cursor:pointer;z-index:99}.RVTimelineCard.replenish,.RVTimelineCard.replenish:hover{background:#eee}.RVTimelineCard.compactMode:hover{background:#e7f5ff}.RVTimelineCard.collapsed{border-top:none}.RVTimelineCard.collapsed:hover{background:#e7f5ff}.RVTimelineCard .collapsedHeader{border-bottom:1px solid #ddd;display:flex;align-items:center;height:22px;overflow:hidden;background:#fff}.RVTimelineCard .collapsedHeader .seq{border-right:1px solid #ddd;color:#fff;padding:3px 2px;width:30px;text-align:center;position:relative}.RVTimelineCard .collapsedHeader .seq .modified{height:9px;width:7px;position:absolute;top:0;right:0;background:#ffc73b;border:1px solid #fff;border-top:none;border-right:none;border-bottom-left-radius:3px}.RVTimelineCard .collapsedHeader .count{padding:3px 0;border-right:1px solid #ddd;background:#f5f5f5;width:20px;text-align:center}.RVTimelineCard .collapsedHeader .count:last-child{border-right:none;background:none}.RVTimelineCard .collapsedHeader .mapIcon{padding:6px 5px;border-right:1px solid #ddd}.RVTimelineCard .collapsedBody{font-size:11px;position:relative}.RVTimelineCard .collapsedBody .typeIndicator{display:flex;flex-direction:row;padding:3px 1px}.RVTimelineCard .collapsedBody .typeIndicator .tripNo{background:#fff;position:absolute;right:0;top:0}.RVTimelineCard .collapsedBody .typeIndicator .tripNo .item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;text-align:center;padding:0 4px;font-weight:700;font-size:10px}.RVTimelineCard .collapsedBody .typeIndicator .tripNo .item:last-child{border-bottom-left-radius:4px}.RVTimelineCard .collapsedBody .typeIndicator .indicator{height:5px;flex:1;margin:0 3px;border-radius:5px}.RVTimelineCard .collapsedBody .rowData{display:flex;flex-direction:row;align-items:center;padding:1px 0 1px 1px}.RVTimelineCard .collapsedBody .rowData .skillGroupRef{border-top:1px solid #ddd;border-left:1px solid #ddd;padding:0 4px;border-top-left-radius:4px;font-weight:700;font-size:10px;background:#f5f5f5;position:absolute;right:0;bottom:0}.RVTimelineCard .mainCardContainer{display:flex;flex-direction:column;height:100%}.RVTimelineCard .violations{top:29px;width:24px;text-align:center;position:absolute;right:34px;border:1px solid #ddd;border-radius:5px;z-index:999;overflow:hidden;color:#e53e3e;background:#f5f5f5}.RVTimelineCard .violations div:nth-child(2){border-top:1px solid #ddd}.RVTimelineCard .violations div{font-size:11px;padding-top:1px}.RVTimelineCard .stopsAndJobs{top:29px;width:24px;text-align:center;position:absolute;right:5px;border:1px solid #ddd;border-radius:5px;z-index:999;overflow:hidden;background:#fff}.RVTimelineCard .stopsAndJobs div:first-child{border-bottom:1px solid #ddd;background:#f5f5f5}.RVTimelineCard .menu{border:1px solid #ddd;border-radius:5px;padding:2px 5px;position:absolute;top:5px;right:5px;z-index:999;background:#fff}.RVTimelineCard .menu svg{margin-right:0}.RVTimelineCard .menu:hover{background:#eee}.RVTimelineCard:hover .overlay{background:#e7f5ff}.RVTimelineCard .itemLine{position:absolute;top:0;left:12px;height:100%;width:2px;background:#ddd}.RVTimelineCard .timelineItem{display:flex;flex-direction:row}.RVTimelineCard .timelineItem .selected{width:13px;height:100%;background:#9aceff;margin-right:-13px;position:absolute;top:0;z-index:99}.RVTimelineCard .timelineItem .selected.cluster{background:#d1e8fe}.RVTimelineCard .timelineItem .itemStory,.RVTimelineCard .timelineItem .nodeStory,.RVTimelineCard .timelineItem .nodeStoryItem{background:#fff;border:1px solid #ddd;border-radius:50%;margin-left:3px;align-self:center;width:20px;height:20px;text-align:center;line-height:17px;z-index:99}.RVTimelineCard .timelineItem .nodeStory{margin-top:4px;align-self:unset;color:#fff;border:unset;line-height:18px;position:relative}.RVTimelineCard .timelineItem .nodeStory .modified{height:12px;width:12px;position:absolute;top:-4px;right:-7px;background:#ffc73b;border-radius:50%;border:2px solid #fff}.RVTimelineCard .timelineItem .nodeStory .groupedNode{top:0;right:-15px;padding-right:4px;border-radius:10px;padding-left:14px;z-index:-5;height:15px;position:absolute}.RVTimelineCard .timelineItem .nodeStoryItem{border-radius:5px;margin-top:5px}.RVTimelineCard .timelineItem .itemDuration{position:absolute;display:flex;left:12px;margin-top:2px}.RVTimelineCard .timelineItem .itemDuration .durationPointer{height:2px;width:14px;background:#ddd;align-self:center;margin-right:3px}.RVTimelineCard .timelineItem .itemContent,.RVTimelineCard .timelineItem .nodeContent{margin-left:5px;align-self:center;flex:1}.RVTimelineCard .timelineItem .nodeContent{margin:12px 5px 0;align-self:unset}.RVTimelineCard .timelineItem .nodeContent.additional{align-self:center;margin:5px}.RVTimelineCard .timelineItem .nodeContent .tripCurrentStatus{border:1px solid #ddd;border-radius:5px;margin-right:40px;overflow:hidden;margin-top:3px}.RVTimelineCard .timelineItem .nodeContent .tripCurrentStatus b{padding:2px 5px}.RVTimelineCard .timelineItem .nodeContent .nodeStats{margin-top:3px;border-radius:5px;padding:0 5px;display:flex;height:20px}.RVTimelineCard .timelineItem .nodeContent .nodeStats svg{margin-right:5px}.RVTimelineCard .timelineItem .nodeContent .nodeStats .address{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:196px}.RVTimelineCard .timelineItem .nodeContent .nodeStats div{display:flex;align-items:center;flex:1;padding:2px 0;text-align:center}.RVTimelineCard .timelineItem .nodeContent .stopsContainer:hover .nodeStops{position:relative}.RVTimelineCard .timelineItem .nodeContent .stopsContainer:hover .overlay{background:#fff}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer{border:1px solid #ddd;border-radius:5px;overflow:hidden;margin-top:3px;margin-left:-3px}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops:hover .nodeStops{position:relative}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops:hover .overlay{background:#e7f5ff}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle{display:flex;background:#f5f5f5;border-radius:5px 0}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle>div{padding:2px 5px}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer:hover .overlay{background:#fff}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs{border-top:1px solid #ddd}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .overlay{position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs:hover{background:#e7f5ff}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .multiLineTruncate{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .nodeJobTitle{padding:2px 5px;max-width:155px;flex:1}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .indicator{display:flex}.RVTimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .indicator>div{padding:2px 5px;border-left:1px solid #ddd;background:#fafafa}.RVTimelineCard .itemDriveTime{position:absolute;top:-10px;background:#fff;padding:0 5px;border:1px solid #ddd;border-radius:5px;left:50%;margin-left:-80px;width:160px;display:flex;z-index:999;background:#fafafa}.RVTimelineCard .itemDriveTime div{flex:1 1 0%;text-align:center}.RVTimelineCard.trip{background:#eee}.RVTimelineCard.trip.collapsed{border-top:none}.RVTimelineCard.trip.collapsed:hover{background:#eee}.RVTimelineCard.duty{background:#fafafa}.RVTimelineCard.duty .timelineItem{height:100%}.RVTimelineCard.duty.collapsed{border-top:none}.RVTimelineCard.duty.collapsed:hover{background:#fafafa}.impactTable{border:1px solid #e5e5e5;display:flex}.impactTable .impactItem{padding:5px;border-right:1px solid #ddd}.impactTable .impactItem .violation{color:#f5222d;font-weight:700}.impactTable .impactItem:nth-child(odd){background:#fafafa}.impactTable .impactItem:last-child{border-right:none}.studyKpiModal .comparisonContainer{height:650px}.studyKpiModal .comparisonContainer .ant-spin-spinning{width:100%}.studyKpiModal .comparisonContainer .ant-form-item-label{line-height:1.5}.studyKpiModal .multiViewCard{width:100%;border:1px solid #eee;border-radius:5px;height:300px;margin:2.5px 0}.studyKpiModal .multiViewCard .multiViewHeader{padding-left:5px;border-bottom:1px solid #eee;text-overflow:ellipsis;overflow:hidden;font-weight:600;height:35px;line-height:35px}.studyKpiModal .multiViewCard .multiViewGraph{height:275px}.overwriteModal .duplicateContainer{height:125px;background-color:#fff;border:1px solid #eee;border-radius:5px;overflow-y:scroll;padding:5px 2px}.overwriteModal .duplicateContainer .duplicateCol{height:25px;line-height:25px;border:1px solid #cfcfcf;border-radius:5px;background-color:#eee;padding:0 2px}.overwriteModal .duplicateContainer .duplicateCol.selected{background-color:#9dd4ff}.reportContainer{padding:10px;flex:1 1 0%;display:flex;flex-direction:column}.reportContainer .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;flex-direction:column}.reportContainer .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.reportContainer .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.reportContainer .filters{display:flex;border:1px solid #ccc;border-radius:6px;margin:5px 0;align-items:center;flex-direction:row;overflow:hidden}.reportContainer .filters .badgeIndicator{margin-bottom:4px;display:flex}.reportContainer .filters .badgeIndicator sup{position:relative}.reportContainer .jobStatus{overflow:hidden;color:#fff;padding:2px 5px;border-radius:4px}.activityItemFragments .imageContainer{padding:0;text-align:center}.activityItemFragments .imageContainer img{width:600px;margin:15px 0 15px 15px}.activityItemFragments .imageContainer img:last-child{margin-right:15px}.mapTooltip{min-width:191px;-webkit-user-select:none;user-select:none}.mapTooltip .tooltipContent>div{display:flex;border-bottom:.1rem solid #e8e8e8}.mapTooltip .tooltipContent>div:last-child{border-bottom:none}.mapTooltip .tooltipContent .title{background:#fafafa;border-right:.1rem solid #e8e8e8;padding:5px 1px 5px 8px;font-weight:400;flex:1}.mapTooltip .tooltipContent .title.alignCenter{display:flex;align-items:center}.mapTooltip .tooltipContent .subTitle{padding:5px 1px 5px 8px;flex:1}.mapTooltip .tooltipContent .subTitle .truncate{max-width:110px}.mapContextMenu{z-index:1000;min-width:170px!important;max-width:170px!important}.panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.panelContainer .ant-tabs-top-content,.panelContainer .sidePanelTabs,.panelContainer .tabPanel{display:flex;flex-direction:column;height:100%;padding:0}.panelContainer .tabPanel{padding:5px}.panelContainer .siderContents{display:flex;flex-direction:column;background:#fff;height:100%}.panelContainer .siderContents .sidePanelTabs{display:flex;flex-direction:column;flex:1 1}.panelContainer .siderContents .sidePanelTabs .tabPanel{display:flex;flex-direction:column}.panelContainer .siderContents .sidePanelTabs .tabPanel .ant-tabs-content{display:flex;flex-direction:column;flex:1 1;height:0}.panelContainer .siderContents .sidePanelTabs .tabPanel .ant-tabs-tabpane-active.tabPanel{display:flex;flex-direction:column;height:100%;flex:1 1;height:0}.panelContainer .siderContents .sidePanelTabs .tabPanel .ant-tabs-tabpane-inactive.tabPanel{display:none}.panelContainer .depotSectorSelector{position:absolute;bottom:3px;z-index:1}.panelContainer .depotSectorSelector .planSelect{width:200px}.panelContainer .depotSectorSelector .planSelect .ant-select-selection--single{border-radius:4px 0 0 4px}.sidePanelContainer{padding:10px;display:flex;flex-direction:column;height:100%}.sidePanelContainer .sidePanelTable{flex-grow:1}.sidePanelContainer .depotSectorSelector{position:absolute;bottom:3px;z-index:1}.sidePanelContainer .depotSectorSelector .planSelect{width:200px}.sidePanelContainer .depotSectorSelector .planSelect .ant-select-selection--single{border-radius:4px 0 0 4px}.sidePanelContainer .sidePanelTabs{display:flex;flex-direction:column;flex:1 1}.sidePanelContainer .sidePanelTabs .ant-tabs-content{display:flex;flex-direction:column;flex:1 1;height:0}.sidePanelContainer .sidePanelTabs .ant-tabs-tabpane-active.tabPanel{display:flex;flex-direction:column;height:100%;flex:1 1;height:0}.sidePanelContainer .sidePanelTabs .ant-tabs-tabpane-inactive.tabPanel{display:none}.actionListPopover .badgeCounter sup{height:16px;line-height:16px;padding:0 4px;min-width:16px;font-size:10px}.clusterGeneration-mapToolbar{background:#fff;padding:5px 0;border-bottom:1px solid #e5e5e5;display:flex;overflow-x:auto;overflow-y:hidden;height:35px}.clusterGeneration-mapToolbar .fixedDivider{height:20px;top:2px;margin:0 4px 0 0}.sectorFileUploadContainer .sectorTitle{font-weight:600;display:block}.sectorFileUploadContainer .sectorRow{margin-top:5px;display:flex}.sectorFileUploadContainer .setSelect{width:200px}.sectorFileUploadContainer .setSelect .ant-select-selection--single{border-radius:4px 0 0 4px}.sectorFileUploadContainer .clusterFileSelector{border-radius:4px 0 0 4px;max-width:140px;overflow:hidden;display:inline!important}.sectorFileUploadContainer .clusterFileSelector button{border-radius:4px 0 0 4px;max-width:140px;margin-top:1px;overflow:hidden}.sectorFileUploadContainer .clusterRemoveButton{border-radius:unset!important;margin-left:-1px}.sectorFileUploadContainer .sectorPropertyInput{border-radius:0;width:200px;margin-top:1px}.sectorFileUploadContainer .sectorDeleteBtn{border-radius:0;margin-top:1px}.quickDragModePopup{position:absolute;width:91px;height:35px;line-height:24px;top:70px;left:0;right:0;margin-left:auto;margin-right:auto;z-index:2;background:#fff;text-align:center;border-radius:10px;font-weight:700;font-size:12px;box-shadow:0 2px 15px 0 rgba(0,0,0,.15);-webkit-animation:pop-in .3s;animation:pop-in .3s}.clustersAffected{margin:-10px}.quickDragModePopupOut{-webkit-animation:pop-out .3s;animation:pop-out .3s}@-webkit-keyframes pop-in{0%{opacity:0;-webkit-transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes pop-in{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes pop-out{0%{opacity:1;-webkit-transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5)}}@keyframes pop-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}.csdStatusIndicator{position:absolute;top:0;background:#fff;margin:10px;z-index:9;border-radius:5px;display:flex;overflow:hidden;box-shadow:0 1px 2px #c1c1c1}.csdStatusIndicator.done{background-color:#008300;color:#fff}.csdStatusIndicator .title{flex:1;padding:13px}.csdStatusIndicator .actionBtn{padding:13px;border-left:1px solid #ddd;cursor:pointer}.csdStatusIndicator .actionBtn:hover{background:#f9f9f9}.assetReport-reportContainer{padding:10px;flex:1 1 0%;display:flex;flex-direction:column}.assetReport-reportContainer .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;flex-direction:column}.assetReport-reportContainer .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.assetReport-reportContainer .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.assetReport-reportContainer .filters{display:flex;border:1px solid #ccc;border-radius:6px;margin:5px 0;align-items:center;flex-direction:row;overflow:hidden}.assetReport-reportContainer .jobStatus{overflow:hidden;color:#fff;padding:2px 5px;border-radius:4px}.assetReport-reportContainer .progressStats{width:100%;margin-right:10px;display:flex;align-items:center}.assetReport-reportContainer .progressStats .ant-progress-inner{border:1px solid #d9d9d9}.assetReport-reportContainer .advancedSearchTooltip{width:400px}.assetReport-reportContainer .advancedSearchTooltip .formItem .ant-form-item-label{line-height:unset;font-weight:700}.MapBoxGL_Container{height:100%}.MapBoxGL_Container .mapContainer{position:relative;width:100%;height:100%;display:flex}.MapBoxGL_Container .mapContainer .actionButtons{display:flex;position:absolute;margin:10px;z-index:9}.MapBoxGL_Container .mapContainer .mapLegendsContainer{position:absolute;margin:10px;bottom:0;z-index:9}.MapBoxGL_Container .mapContainer .mapLegendsContainer .mapLegends{background:#fff;display:flex;flex-direction:column;margin-bottom:10px}.MapBoxGL_Container .mapContainer .mapLegendsContainer .mapLegends span{font-weight:700;border-bottom:1px solid #ddd;padding:5px}.MapBoxGL_Container .mapContainer .mapLegendsContainer .mapLegends .color{padding:10px;border-radius:5px;margin-bottom:5px}.MapBoxGL_Container .mapContainer .contextMenu{width:180;cursor:pointer;background:#fff;padding:4px;position:absolute;opacity:0;box-shadow:0 1px 2px #8e8e8e;border-radius:4px;border:1px solid #ececec;transition:opacity .3s}.MapBoxGL_Container .mapContainer .contextMenu .item{padding:5px;display:flex;align-items:center}.MapBoxGL_Container .mapContainer .contextMenu .item:hover{background:#f2f4f5}.MapBoxGL_Container .mapContainer #mapBoxGL{height:100%;width:100%}.MapBoxGL_Container .mainContainer{display:flex;flex-direction:row;height:100%}.clientApiIntegration--container .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.clientApiIntegration--container .panelContainer .ant-layout-sider-children{padding-top:0;height:auto}.clientApiIntegration--container .panelContainer .clientApiIntegrationJson,.clientApiIntegration--container .panelContainer .clientApiIntegrationJson .tabs{height:100%;display:flex;flex-direction:column}.clientApiIntegration--container .panelContainer .clientApiIntegrationJson .tabs .title{border-bottom:1px solid #e5e5e5;background:#fafafa;padding:5px;display:flex;align-items:center}.clientApiIntegration--container .panelContainer .clientApiIntegrationJson .ant-tabs-tabpane-inactive{height:0}.clientApiIntegration--container .panelContainer .clientApiIntegrationJson .ant-tabs-content{height:100%;display:flex;flex-direction:column;padding:0}.resourcePlanner--Container{height:100%;display:flex;flex-direction:column}.resourcePlanner--Container h4{font-weight:600;padding-bottom:5px}.resourcePlanner--Container .containerLayout{height:100%;flex-direction:column;width:100%}.resourcePlanner--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;flex-direction:column}.resourcePlanner--Container .containerLayout .panelContainer .gutter-vertical{width:100%;height:5px;cursor:row-resize;background-color:#e8e8e8}.resourcePlanner--Container .formPanel{height:100%;display:flex;flex-direction:column}.resourcePlanner--Container .formPanel .formBottomContainer{padding:10px;border-top:1px solid #d9d9d9;text-align:right}.resourcePlanner--Container .formPanel .vList .ReactVirtualized__Grid__innerScrollContainer{width:100%!important;max-width:unset!important}.resourcePlanner--Container .formPanel .ant-transfer-list-body-customize-wrapper{padding:0}.resourcePlanner--Container .flexDisplay{height:100%;display:flex;flex-direction:column}.resourcePlanner--Container .divider{display:flex;align-items:center;margin:24px 0}.OFModal .timeSheetListRow{border-bottom:1px solid #ddd;padding:7px;cursor:pointer;flex:1}.OFModal .timeSheetListRow:hover{background:#f8f8f8}.OFModal .timeSheetListRow.selected{background:#9dd4ff}.OFModal .timeSheetListRow .delete{position:absolute}.OFModal .formCheckbox{margin-top:31px;margin-right:10px}.Translation--Manager--Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%}.Translation--Manager--Container .keyCell{display:flex;align-items:center}.Translation--Manager--Container .keyCell .icon{color:#7fb1e0;margin-right:5px}.Translation--Manager--Container .keyCell .icon:hover{color:#1890ff}.ofTextWrapper{display:flex;align-items:center}.ofTextWrapper .fullText{color:#1976d2;cursor:pointer;margin-left:5px}.ofTextWrapper .fullText .showFullBtn{height:20px;width:20px;padding:0;display:flex;align-items:center}.Cluster--Set--Importer--Container{flex:1 1 0%;display:flex;flex-direction:column;height:100%}.Cluster--Set--Importer--Container .ant-upload.ant-upload-drag{height:100px}.Cluster--Set--Importer--Container .ant-upload.ant-upload-drag .ant-upload-drag-container .fa-file-upload{font-size:20px;margin-bottom:2px}.Cluster--Set--Importer--Container .ant-upload.ant-upload-drag .ant-upload-drag-container .ant-upload-text{font-size:12px;margin-bottom:0}.Cluster--Set--Importer--Container .ant-upload.ant-upload-drag .ant-upload-drag-container .ant-upload-hint{font-size:10px}.Cluster--Set--Importer--Container .modalContext{display:flex;flex-direction:column;height:100%;padding:0 20px 20px;overflow-y:auto}.Cluster--Set--Importer--Container #cluster-set-importer-auto-updater-container{display:flex;align-items:center;position:fixed;right:10px}.Cluster--Set--Importer--Container #cluster-set-importer-auto-updater-container .autoUpdateTimer{position:absolute;top:0;left:0;width:100%;height:2px;background:#1890ff;transition:width .5s}.Cluster--Set--Importer--Container .tableMenu{display:flex;align-items:center;padding:10px}.Cluster--Set--Importer--Container .progressContainer{height:12px}.ClusterMappingContainer{width:100%;height:100%;display:flex;flex-direction:column;flex:2}.ClusterMappingContainer .mapControls{display:flex}.ClusterMappingContainer .tableContainer{display:flex;height:100%}.ClusterMappingContainer .tableContainer .leftTable{display:flex;height:100%;flex:1;margin-right:10px}.ClusterMappingContainer .tableContainer .rightTable{display:flex;height:100%;flex:2;margin-left:10px}.ClusterMappingContainer .mappedToCell{display:flex;margin-left:5px}.ClusterMappingContainer .mappedToCell .tag{display:flex;border-radius:5px 0 0 5px;padding:2px 5px;background:#fafafa;border:1px solid #d9d9d9}.ClusterMappingContainer .mappedToCell .closeBtn{display:flex;border-radius:0 5px 5px 0;padding:0 7px;background:#f65861;border:1px solid #f5222d;color:#fff;align-items:center;font-size:10px}.ClusterMappingContainer .mappedToCell .closeBtn:hover{background:#f5222d}.RAManifestSider{border-left:1px solid #d9d9d9}.RAManifestSider.collapsed{font-family:"Segoe UI","Roboto",Helvetica,sans-serif}.RAManifestSider>div{display:flex;flex-direction:column}.RAManifestSider .manifestHeader{font-family:"Segoe UI","Roboto",Helvetica,sans-serif;border-bottom:1px solid #d9d9d9;font-weight:700;display:flex}.RAManifestSider .manifestHeader .options{border-top:1px solid #d9d9d9;padding:5px 6px;display:flex}.RAManifestSider .manifestHeader .options .rowData{display:flex;flex-direction:row;align-items:center;padding:1px 4px}.RAManifestSider .manifestHeader .options .rowData:hover{background:#f5f5f5}.RAManifestSider .manifestHeader .options .rowData .progressBar{height:5px;background:#ddd;border-radius:5px;overflow:hidden;flex:4}.RAManifestSider .manifestHeader .summaryRow{display:flex;border-top:1px solid #d9d9d9}.RAManifestSider .manifestHeader .summaryRow .manifestSummaryCol{padding:4px 6px;border-right:1px solid #ddd}.RAManifestSider .manifestHeader .summaryRow .manifestSummaryCol.noSidePadding{padding:4px 0}.RAManifestSider .manifestHeader .summaryRow .manifestSummaryCol:hover{background:#f5f5f5}.RAManifestSider .manifestHeader .summaryRow .manifestSummaryCol:last-child{border-right:none}.RAManifestSider .manifestHeader .headerRouteRef{color:#fff;padding:6px 2px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:140px!important;min-width:140px!important}.RAManifestSider .manifestHeader .headerRouteRef.collapsed{max-width:64px!important;min-width:64px!important}.RAManifestSider .manifestHeader .headerStatChip{border-right:1px solid #ddd;align-self:center;max-width:38px;width:38px;text-align:center}.RAManifestSider .manifestHeader .headerStatChip .chipTitle{font-size:9px;border-bottom:1px solid #ddd;padding:1px 3px;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.RAManifestSider .manifestHeader .headerStatChip .chipCount{font-size:10px;text-align:center}.RAManifestSider .manifestHeader .menuButton{padding:7px 6px;cursor:pointer;align-items:center;display:flex}.RAManifestSider .manifestHeader .menuButton:hover{background:#f5f5f5}.RAManifestSider .manifestSummary{font-family:"Segoe UI","Roboto",Helvetica,sans-serif}.RAManifestSider .manifestSummary .manifestSummaryRow{border-bottom:1px solid #d9d9d9;display:flex}.RAManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol{padding:5px;font-weight:700;border-right:1px solid #d9d9d9;text-align:center;cursor:default;position:relative;font-size:11px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1}.RAManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol .progressBar{background:#eee;height:3px;width:100%;position:absolute;bottom:0;left:0}.RAManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol .progressBar .filled{height:3px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.RAManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol.smallFlex{flex:0.25}.RAManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol:last-child{border-right:unset}.RAManifestSider .manifestSummary .manifestSummaryRow .manifestSummaryCol:hover{background:#f5f5f5}.RAManifestSider .manifestTimeline{height:100%;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.RAManifestSider .manifestTimeline .hoveredNode{position:absolute;left:-261px}.tripSummaryPopover{font-weight:700;cursor:default;position:relative;padding-bottom:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1}.tripSummaryPopover .progressBar{background:#eee;height:3px;width:100%;position:absolute;bottom:0;left:0}.tripSummaryPopover .progressBar .filled{height:3px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.RATimelineCard{background:#fff;border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;flex-direction:column;cursor:pointer;z-index:99}.RATimelineCard.replenish,.RATimelineCard.replenish:hover{background:#eee}.RATimelineCard.compactMode:hover{background:#e7f5ff}.RATimelineCard.collapsed{border-top:none}.RATimelineCard.collapsed:hover{background:#e7f5ff}.RATimelineCard .collapsedHeader{border-bottom:1px solid #ddd;display:flex;align-items:center;height:22px;overflow:hidden;background:#fff}.RATimelineCard .collapsedHeader .seq{border-right:1px solid #ddd;color:#fff;padding:3px 2px;width:30px;text-align:center;position:relative}.RATimelineCard .collapsedHeader .seq .modified{height:9px;width:7px;position:absolute;top:0;right:0;background:#ffc73b;border:1px solid #fff;border-top:none;border-right:none;border-bottom-left-radius:3px}.RATimelineCard .collapsedHeader .count{padding:3px 0;border-right:1px solid #ddd;background:#f5f5f5;width:20px;text-align:center}.RATimelineCard .collapsedHeader .count:last-child{border-right:none;background:none}.RATimelineCard .collapsedHeader .mapIcon{padding:6px 5px;border-right:1px solid #ddd}.RATimelineCard .collapsedBody{font-size:11px;position:relative}.RATimelineCard .collapsedBody .typeIndicator{display:flex;flex-direction:row;padding:3px 1px}.RATimelineCard .collapsedBody .typeIndicator .tripNo{background:#fff;position:absolute;right:0;top:0}.RATimelineCard .collapsedBody .typeIndicator .tripNo .item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;text-align:center;padding:0 4px;font-weight:700;font-size:10px}.RATimelineCard .collapsedBody .typeIndicator .tripNo .item:last-child{border-bottom-left-radius:4px}.RATimelineCard .collapsedBody .typeIndicator .indicator{height:5px;flex:1;margin:0 3px;border-radius:5px}.RATimelineCard .collapsedBody .rowData{display:flex;flex-direction:row;align-items:center;padding:1px 0 1px 1px}.RATimelineCard .collapsedBody .rowData .skillGroupRef{border-top:1px solid #ddd;border-left:1px solid #ddd;padding:0 4px;border-top-left-radius:4px;font-weight:700;font-size:10px;background:#f5f5f5;position:absolute;right:0;bottom:0}.RATimelineCard .mainCardContainer{display:flex;flex-direction:column;height:100%}.RATimelineCard .violations{top:5px;width:24px;text-align:center;position:absolute;right:34px;border:1px solid #ddd;border-radius:5px;z-index:999;overflow:hidden;color:#e53e3e;background:#f5f5f5}.RATimelineCard .violations div:nth-child(2){border-top:1px solid #ddd}.RATimelineCard .violations div{font-size:11px;padding-top:1px}.RATimelineCard .stopsAndJobs{top:5px;width:24px;text-align:center;position:absolute;right:5px;border:1px solid #ddd;border-radius:5px;z-index:999;overflow:hidden;background:#fff}.RATimelineCard .stopsAndJobs div:first-child{border-bottom:1px solid #ddd;background:#f5f5f5}.RATimelineCard .menu{border:1px solid #ddd;border-radius:5px;padding:2px 5px;position:absolute;top:5px;right:5px;z-index:999;background:#fff}.RATimelineCard .menu svg{margin-right:0}.RATimelineCard .menu:hover{background:#eee}.RATimelineCard:hover .overlay{background:#e7f5ff}.RATimelineCard .itemLine{position:absolute;top:0;left:12px;height:100%;width:2px;background:#ddd}.RATimelineCard .timelineItem{display:flex;flex-direction:row}.RATimelineCard .timelineItem .selected{width:13px;height:100%;background:#9aceff;margin-right:-13px;position:absolute;top:0;z-index:99}.RATimelineCard .timelineItem .selected.cluster{background:#d1e8fe}.RATimelineCard .timelineItem .itemStory,.RATimelineCard .timelineItem .nodeStory,.RATimelineCard .timelineItem .nodeStoryItem{background:#fff;border:1px solid #ddd;border-radius:50%;margin-left:3px;align-self:center;width:20px;height:20px;text-align:center;line-height:17px;z-index:99}.RATimelineCard .timelineItem .nodeStory{margin-top:4px;align-self:unset;color:#fff;border:unset;line-height:18px;position:relative;font-size:10px}.RATimelineCard .timelineItem .nodeStory .modified{height:12px;width:12px;position:absolute;top:-4px;right:-7px;background:#ffc73b;border-radius:50%;border:2px solid #fff}.RATimelineCard .timelineItem .nodeStory .groupedNode{top:0;right:-15px;padding-right:4px;border-radius:10px;padding-left:14px;z-index:-5;height:15px;position:absolute}.RATimelineCard .timelineItem .nodeStoryItem{border-radius:5px;margin-top:5px}.RATimelineCard .timelineItem .itemDuration{position:absolute;display:flex;left:12px;margin-top:2px}.RATimelineCard .timelineItem .itemDuration .durationPointer{height:2px;width:14px;background:#ddd;align-self:center;margin-right:3px}.RATimelineCard .timelineItem .itemContent,.RATimelineCard .timelineItem .nodeContent{margin-left:5px;align-self:center;flex:1}.RATimelineCard .timelineItem .nodeContent{margin:12px 5px 0;align-self:unset}.RATimelineCard .timelineItem .nodeContent.additional{align-self:center;margin:5px}.RATimelineCard .timelineItem .nodeContent .tripCurrentStatus{border:1px solid #ddd;border-radius:5px;margin-right:40px;overflow:hidden;margin-top:3px}.RATimelineCard .timelineItem .nodeContent .tripCurrentStatus b{padding:2px 5px}.RATimelineCard .timelineItem .nodeContent .nodeStats{margin-top:3px;border-radius:5px;padding:0 5px;display:flex;height:20px}.RATimelineCard .timelineItem .nodeContent .nodeStats svg{margin-right:5px}.RATimelineCard .timelineItem .nodeContent .nodeStats .address{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:196px}.RATimelineCard .timelineItem .nodeContent .nodeStats div{display:flex;align-items:center;flex:1;padding:2px 0;text-align:center}.RATimelineCard .timelineItem .nodeContent .stopsContainer:hover .nodeStops{position:relative}.RATimelineCard .timelineItem .nodeContent .stopsContainer:hover .overlay{background:#fff}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer{border:1px solid #ddd;border-radius:5px;overflow:hidden;margin-top:3px;margin-left:-3px}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops:hover .nodeStops{position:relative}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops:hover .overlay{background:#e7f5ff}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle{display:flex;background:#f5f5f5;border-radius:5px 0}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .nodeStopTitle>div{padding:2px 5px}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer:hover .overlay{background:#fff}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs{border-top:1px solid #ddd}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .overlay{position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs:hover{background:#e7f5ff}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .multiLineTruncate{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .nodeJobTitle{padding:2px 5px;max-width:155px;flex:1}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .indicator{display:flex}.RATimelineCard .timelineItem .nodeContent .stopsContainer .nodeStopsContainer .nodeStops .jobsContainer .nodeJobs .indicator>div{padding:2px 5px;border-left:1px solid #ddd;background:#fafafa}.RATimelineCard .itemDriveTime{position:absolute;top:-10px;background:#fff;padding:0 5px;border:1px solid #ddd;border-radius:5px;left:50%;margin-left:-80px;width:160px;display:flex;z-index:999;background:#fafafa}.RATimelineCard .itemDriveTime div{flex:1 1 0%;text-align:center}.RATimelineCard.trip{background:#eee}.RATimelineCard.trip.collapsed{border-top:none}.RATimelineCard.trip.collapsed:hover{background:#eee}.RATimelineCard.duty{background:#fafafa}.RATimelineCard.duty .timelineItem{height:100%}.RATimelineCard.duty.collapsed{border-top:none}.RATimelineCard.duty.collapsed:hover{background:#fafafa}.routePathTooltip{position:fixed;display:flex;min-width:110px}.routePathTooltip .content{background:#fff;border-radius:5px;box-shadow:0 1px 2px #ababab}.routePathTooltip .content .title{padding:5px;border-bottom:1px solid #ddd;font-weight:700;text-transform:capitalize}.routePathTooltip .content .body{padding:5px}.engines-request-viewer-container .gm-style-iw{padding:0!important;box-shadow:0 1px 2px 0 #b5b5b5!important}.engines-request-viewer-container .gm-style-iw .gm-style-iw-d{overflow:auto!important}.engines-request-viewer-container .nodeSwitchBtns{position:absolute;margin:15px;right:0;bottom:0;display:flex}.engines-request-viewer-container .nodeSwitchBtns .switchBtn{background:#fff;padding:8px;border-radius:4px;box-shadow:0 1px 2px #ababab}.engines-request-viewer-container .nodeSwitchBtns .switchBtn:hover{opacity:.8}.engines-request-viewer-container .nodeSwitchBtns .switchBtn:first-child{margin-right:10px}.engines-request-viewer-container .mapToolbarPanel{background:#fff;min-height:34px}.engines-request-viewer-container .kpiPanel,.engines-request-viewer-container .mapToolbarPanel{overflow-x:auto;overflow-y:hidden;overflow:auto hidden;display:flex;border-bottom:1px solid #e5e5e5;padding:6px;align-items:center}.engines-request-viewer-container .kpiPanel{min-height:35px;background:#fafafa}.engines-request-viewer-container .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.engines-request-viewer-container .panelContainer .tabPanel{padding:0}.engines-request-viewer-container .panelContainer .loadingOverlay{position:absolute;height:100%;width:100%;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center}.engines-request-viewer-container .panelContainer .loadingOverlay .overlayItems{margin:auto;display:flex;flex-direction:column}.engines-request-viewer-container .panelContainer .loadingOverlay .overlayItems .message{font-weight:700;font-size:20px;max-width:450px;text-align:center}.engines-request-viewer-container .compareControls{padding:5px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid #d9d9d9}.engines-request-viewer-container .compareControls .sharedControls{background:#fff;position:absolute;padding:5px;z-index:99;border:1px solid #ddd;display:flex}.engines-request-viewer-container .sideMenu{display:flex;height:100%;background:#fff;flex-direction:column}.engines-request-viewer-container .compareStatsTable .compareStatsRow td,.engines-request-viewer-container .compareStatsTable th{padding:4px!important}.engines-request-viewer-container .compareStatsTable .compareStatsRow.totals{background:#f2f2f2}.engines-request-viewer-container .mapTooltip{min-width:191px;-webkit-user-select:none;user-select:none}.engines-request-viewer-container .mapTooltip .tooltipContent>div{display:flex;border-bottom:.1rem solid #e8e8e8}.engines-request-viewer-container .mapTooltip .tooltipContent>div:last-child{border-bottom:none}.engines-request-viewer-container .mapTooltip .tooltipContent .title{background:#fafafa;border-right:.1rem solid #e8e8e8;padding:3px 0 3px 8px;font-weight:400;flex:1}.engines-request-viewer-container .mapTooltip .tooltipContent .title.alignCenter{display:flex;align-items:center}.engines-request-viewer-container .mapTooltip .tooltipContent .subTitle{padding:3px 0 3px 8px;flex:1}.engines-request-viewer-container .mapTooltip .tooltipContent .subTitle .truncate{max-width:110px}.engines-request-viewer-container .mapCustomControls{position:absolute;margin:10px;align-items:flex-end;display:flex;flex-direction:column}.engines-request-viewer-container .mapCustomControls .clusterControls,.engines-request-viewer-container .mapCustomControls .controlCard{border-radius:4px;overflow:hidden;box-shadow:0 0 0 2px rgba(0,0,0,.07)}.engines-request-viewer-container .mapCustomControls .controlCard{background:#fff;margin-bottom:10px;cursor:pointer}.engines-request-viewer-container .mapCustomControls .controlCard .coordInput{width:30px;transition:width .3s;display:flex}.engines-request-viewer-container .mapCustomControls .controlCard .coordInput form{width:100%;border-left:1px solid #ddd}.engines-request-viewer-container .mapCustomControls .controlCard .coordInput input{height:100%;width:100%;padding-left:7px}.engines-request-viewer-container .mapCustomControls .controlCard .coordInput.expanded{width:200px}.engines-request-viewer-container .mapCustomControls .controlCard .searchInput{width:30px;transition:width .3s;display:flex}.engines-request-viewer-container .mapCustomControls .controlCard .searchInput.expanded{width:300px}.engines-request-viewer-container .mapCustomControls .controlCard .controlItem{padding:5px;border-right:4px solid #fff;border-left:4px solid #fff;width:30px}.engines-request-viewer-container .mapCustomControls .controlCard .controlItem.streetView{padding:0;border:unset}.engines-request-viewer-container .mapCustomControls .controlCard .controlItem .streetView{position:unset!important;background-color:unset!important;box-shadow:unset!important;width:100%!important;height:100%!important;padding:13px 0!important;outline:none}.engines-request-viewer-container .mapCustomControls .controlCard .controlItem .streetView div{position:unset!important;border:none}.engines-request-viewer-container .mapCustomControls .controlCard .controlItem:hover{background:#ddd;border-right:4px solid #ddd;border-left:4px solid #ddd}.engines-request-viewer-container .mapCustomControls .controlCard .controlItem.active{border-left:4px solid #1890ff}.engines-request-viewer-container .mapCustomControls .controlCard .controlItem.locked{background:#f5f5f5;color:#b8b8b8;border-right:4px solid #f5f5f5;border-left:4px solid #f5f5f5}.engines-request-viewer-container .mapCustomControls .controlCard div:nth-child(2){border-top:1px solid #ddd}.engines-request-viewer-container .mapCustomControls.rightTop{right:0}.engines-request-viewer-container .mapCustomControls.leftTop{left:0}.engines-request-viewer-container .mapCustomControls.rightBottom{right:0;bottom:0}.engines-request-viewer-container .mapCustomControls.leftBottom{left:0;bottom:0}#engines-monitor-container #engines-monitor-auto-updater-container{display:flex;align-items:center;position:fixed;right:10px}#engines-monitor-container #engines-monitor-auto-updater-container .autoUpdateTimer{position:absolute;top:0;left:0;height:2px;background:#1890ff;transition:width .5s}#engines-monitor-container .tableMenu{display:flex;align-items:center;padding:10px}#cluster-set-kpi-container #generate-new-report-view-container{display:"flex";width:100%;height:100%}#cluster-set-kpi-container #generate-new-report-view-container .panelContainer{height:100%;width:100%;display:flex;flex-direction:column;background-color:#fff;overflow-x:hidden}#cluster-set-kpi-container #generate-new-report-view-container .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}#cluster-set-kpi-container #cluster-set-kpi-header{width:100%!important;display:flex;align-items:center;flex-direction:row}#cluster-set-kpi-container #cluster-set-kpi-header #cluster-set-kpi-view-switch{display:flex;margin:5px;overflow-x:auto;overflow-y:hidden;align-items:center}#cluster-set-kpi-container #cluster-set-kpi-header #cluster-set-auto-updater-container{display:flex;align-items:center;position:fixed;right:15px}#cluster-set-kpi-container #cluster-set-kpi-header #cluster-set-auto-updater-container .autoUpdateTimer{position:absolute;top:0;left:0;width:100%;height:2px;background:#1890ff;transition:width .5s}#cluster-set-kpi-container #cluster-set-kpi-header #cluster-set-kpi-depot-selector{display:flex;align-items:center}#cluster-set-kpi-container #cluster-set-kpi-header #cluster-set-kpi-compare-btn{margin-right:5px}#tactical-plan-kpi-container #generate-new-report-view-container{display:"flex";width:100%;height:100%}#tactical-plan-kpi-container #tactical-plan-kpi-header{width:100%!important;display:flex;align-items:center;flex-direction:row}#tactical-plan-kpi-container #tactical-plan-kpi-header #tactical-plan-kpi-view-switch{display:flex;margin:5px;overflow-x:auto;overflow-y:hidden;align-items:center}#tactical-plan-kpi-container #tactical-plan-kpi-header #tactical-plan-kpi-auto-updater-container{display:flex;align-items:center;position:fixed;right:15px}#tactical-plan-kpi-container #tactical-plan-kpi-header #tactical-plan-kpi-auto-updater-container .autoUpdateTimer{position:absolute;top:0;left:0;width:100%;height:2px;background:#1890ff;transition:width .5s}#tactical-plan-kpi-container #tactical-plan-kpi-header #tactical-plan-kpi-depots-selector{display:flex;align-items:center}#tactical-plan-kpi-container #tactical-plan-kpi-header #tactical-plan-kpi-depots-selector .OFMultiSelect>.ant-input{border-top-right-radius:0;border-bottom-right-radius:0}#tactical-plan-kpi-container #tactical-plan-kpi-header #tactical-plan-kpi-depots-selector #depots-selector-load-btn{padding-left:10px;padding-right:10px;margin-left:0;margin-right:15px;border-top-left-radius:0;border-bottom-left-radius:0}#tactical-plan-kpi-container #tactical-plan-kpi-header #tactical-plan-kpi-export-btns{display:flex}#depot-day-routing-kpi-container #generate-new-report-view-container{display:"flex";width:100%;height:100%}#depot-day-routing-kpi-container .depot-day-routing-kpi-header{width:100%;display:flex;align-items:center}#depot-day-routing-kpi-container .depot-day-routing-kpi-header #depot-day-routing-kpi-view-switch{display:flex;margin:5px;overflow-x:auto;overflow-y:hidden;align-items:center}#depot-day-routing-kpi-container .depot-day-routing-kpi-header #depot-day-routing-kpi-auto-updater-container{display:flex;align-items:center;position:fixed;right:15px}#depot-day-routing-kpi-container .depot-day-routing-kpi-header #depot-day-routing-kpi-auto-updater-container .autoUpdateTimer{position:absolute;top:0;left:0;width:100%;height:2px;background:#1890ff;transition:width .5s}#depot-day-routing-kpi-container .depot-day-routing-kpi-header #depot-day-routing-kpi-selectors-wrapper{display:inline-flex;grid-gap:10px;gap:10px;height:32px;margin:8px 0 8px auto;padding:0 10px;align-items:center;flex-direction:row;overflow:hidden;border:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}#depot-day-routing-kpi-container .depot-day-routing-kpi-header #depots-selector-load-btn{height:32px;padding-left:10px;padding-right:10px;margin-left:-1px;margin-right:10px;border-top-left-radius:0;border-bottom-left-radius:0}#billing-report-container .billing-report-header{width:100%;display:flex;align-items:center}#billing-report-container .billing-report-header #billing-report-selectors-wrapper{display:inline-flex;grid-gap:10px;gap:10px;height:32px;margin:8px 0 8px auto;padding:0 10px;align-items:center;flex-direction:row;overflow:hidden;border:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}#billing-report-container .billing-report-header #dates-selector-load-btn{height:32px;margin-left:-1px;margin-right:10px;border-top-left-radius:0;border-bottom-left-radius:0}.geocodingKpi-Container{flex:1 1 0%;display:flex;flex-direction:column}.geocodingKpi-Container .containerHeader{padding:6px 13px;font-weight:600;border-bottom:1px solid #d3d3d3}.geocodingKpi-Container .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;flex-direction:column}.geocodingKpi-Container .gutter-vertical{background-color:#e8e8e8;cursor:row-resize}.geocodingKpi-Container .gutter-horizontal{background-color:#e8e8e8;cursor:col-resize}.geocodingKpi-Container .filtersContainer{margin-left:auto;display:flex;align-items:center;padding:3px 0}.geocodingKpi-Container .filtersContainer .filters{display:flex;border:1px solid #ccc;margin:5px 0;align-items:center;flex-direction:row;overflow:hidden;padding:0 10px;height:32px;border-top-left-radius:6px;border-bottom-left-radius:6px}.geocodingKpi-Container .filtersContainer .loadKpiBtn{height:32px;padding-left:10px;padding-right:10px;margin-left:-1px;margin-right:10px;border-top-left-radius:0;border-bottom-left-radius:0}#route-summary-kpi-container #route-summary-kpi-header{width:100%;display:flex;align-items:center}#route-summary-kpi-container #route-summary-kpi-header #route-summary-kpi-header-wrapper{display:flex;align-items:center;margin-left:auto}#route-summary-kpi-container #route-summary-kpi-header #route-summary-kpi-selectors-wrapper{display:inline-flex;grid-gap:10px;gap:10px;height:32px;margin:8px 0;padding:0 10px;align-items:center;flex-direction:row;overflow:hidden;border:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}#route-summary-kpi-container #route-summary-kpi-header #route-summary-kpi-load-btn{height:32px;padding-left:10px;padding-right:10px;margin-left:-1px;margin-right:10px;border-top-left-radius:0;border-bottom-left-radius:0}#route-summary-kpi-container #route-summary-kpi-header #route-summary-kpi-export-btn{display:flex;align-items:center;margin-left:auto}.__OFDrawer{z-index:999}.__OFDrawer .ant-drawer-wrapper-body{overflow:hidden;display:flex;flex-direction:column;position:relative}.__OFDrawer .loadingIndicator{height:100%;position:absolute;width:100%;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;font-weight:700}.__OFDrawer .drawersHeader{display:flex;padding:5px 15px;align-items:center;color:#1f2937}.__OFDrawer .drawersHeader .drawerCloseBtn{border:1px solid #ddd;border-radius:50px;padding:8px 15px;line-height:13px;cursor:pointer;display:flex}.__OFDrawer .drawersHeader .drawerCloseBtn .shortcut{margin-right:6px;font-size:12px;font-weight:400}.__OFDrawer .drawersHeader .drawerCloseBtn:hover{background:#f3f4f6}.__OFDrawer .alertMessage{background:#fffbe6;border-bottom:1px solid #e8e8e8;padding:15px;text-align:center}.__OFDrawer .drawerBody{background:#f3f4f6;height:100%;display:flex;flex-direction:column;padding:8px;overflow:auto;flex:1}.__OFDrawer .drawerBody .loadingDrawer{position:absolute;height:100%;width:100%;z-index:9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;top:0;left:0}.__OFDrawer .drawerBody .drawerCard{background:#fff;padding:10px;box-shadow:0 0 transparent,0 0 transparent,0 1px 2px 0 rgba(0,0,0,.05);border-radius:10px;margin-bottom:10px}.__OFDrawer .drawerBody .drawerCard .virtualizedList{border:1px solid #ddd;border-radius:5px}.__OFDrawer .drawerBody .drawerCard .virtualizedList .virtualizedItem{cursor:pointer;display:flex;align-items:center}.__OFDrawer .drawerBody .drawerCard .virtualizedList .virtualizedItem:hover{background:#f3f4f6}.__OFDrawer .drawerBody .drawerCard .virtualizedList .virtualizedItem.selected{box-shadow:inset 4px 0 0 #1890ff;background:rgba(24,144,255,.1)}.__OFDrawer .drawerBody .drawerCard .rowItem{width:100%;padding:3px;display:flex;flex-direction:column;border-radius:4px;margin:2px 0}.__OFDrawer .drawerBody .drawerCard .rowItem .label{margin-bottom:5px;font-size:12px;font-weight:400;display:flex}.__OFDrawer .drawerBody .drawerCard .rowItem .label .required{height:5px;width:5px;background:#f5222d;border-radius:50%}.__OFDrawer .drawerBody .drawerCard .rowItem:last-child{margin-bottom:0}.__OFDrawer .drawerBody .drawerCard .rowItem.compared{background:#feeac1}.__OFDrawer .drawerBody .drawerCard .gridContainer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 5px;gap:0 5px}.__OFDrawer .drawerBody .drawerCard:last-child{margin-bottom:0}.__OFDrawer .drawerBody .drawerCard .title{margin-bottom:10px;font-weight:500;font-size:13px}.__OFDrawer .drawerBody .drawerCard .menus{display:flex;align-items:flex-end;height:30px}.__OFDrawer .drawerBody .drawerCard .menus .controlsBtn{cursor:pointer;padding:5px;border:1px solid #e5e7eb;border-radius:5px;min-width:35px;text-align:center;margin-right:10px;box-shadow:inset 0 -3px 0 #d7dae0}.__OFDrawer .drawerBody .drawerCard .menus .controlsBtn.active{box-shadow:inset 0 -3px 0 #359eff}.__OFDrawer .drawerBody .drawerCard .menus .controlsBtn:active{height:26px;box-shadow:unset}.__OFDrawer .drawerBody .drawerCard .menus .controlsBtn.disabled{height:30px;background:#eee;color:#959595;cursor:not-allowed;box-shadow:inset 0 -3px 0 #d7dae0}.__OFDrawer .drawerBody .drawerCard .menus .controlsBtn.disabled:hover{background:#eee}.__OFDrawer .drawerBody .drawerCard .menus .controlsBtn:hover{background:#f3f4f6}.__OFDrawer .drawerBody .drawerCard .item{cursor:pointer;padding:5px;border-radius:7px}.__OFDrawer .drawerBody .drawerCard .item.selected{box-shadow:inset 0 0 0 1px #359eff}.__OFDrawer .drawerBody .drawerCard .item:hover{background:#f3f4f6}.__OFDrawer .drawerFooter{padding:10px;text-align:right;border-top:1px solid #e8e8e8}.OFTomTomMapContainer{height:100%;width:100%;position:relative;display:flex}.OFTomTomMapContainer .controlCard{background:#fff;margin-bottom:10px;cursor:pointer;border-radius:4px;overflow:hidden;box-shadow:0 0 0 2px rgba(0,0,0,.07)}.OFTomTomMapContainer .controlCard .controlItem{padding:5px;border-right:4px solid #fff;border-left:4px solid #fff;width:30px;border-top:1px solid #ddd}.OFTomTomMapContainer .controlCard .controlItem.streetView{padding:0;border:unset}.OFTomTomMapContainer .controlCard .controlItem .streetView{position:unset!important;background-color:unset!important;box-shadow:unset!important;width:100%!important;height:100%!important;padding:13px 0!important;outline:none}.OFTomTomMapContainer .controlCard .controlItem .streetView div{position:unset!important;border:none}.OFTomTomMapContainer .controlCard .controlItem:hover{background:#ddd;border-right:4px solid #ddd;border-left:4px solid #ddd}.OFTomTomMapContainer .controlCard .controlItem.active{border-left:4px solid #1890ff}.OFTomTomMapContainer .controlCard .controlItem.locked{background:#f5f5f5;color:#b8b8b8;border-right:4px solid #f5f5f5;border-left:4px solid #f5f5f5}.OFTomTomMapContainer .controlCard .controlItem:first-child{border-top:unset}.OFTomTomMapContainer .mapBoxTooltip{background:#fff;padding:8px;border-radius:5px;box-shadow:0 1px 3px #707070;display:flex;width:-webkit-max-content;width:max-content}.OFTomTomMapContainer .mapLoader{position:absolute;height:100%;width:100%;display:flex;opacity:.7;z-index:10;background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:ant-skeleton-loading 1.4s ease infinite;animation:ant-skeleton-loading 1.4s ease infinite}.OFTomTomMapContainer .mapLoader .title{margin:auto;font-size:24px}.OFTomTomMapContainer .contextMenu{min-width:150px;cursor:pointer;background:#fff;position:absolute;box-shadow:0 1px 2px #8e8e8e;border-radius:4px;border:1px solid #ececec}.OFTomTomMapContainer .contextMenu .title{padding:5px;display:flex;font-weight:700;align-items:center;background:#eee;border-bottom:1px solid #ddd;cursor:default}.OFTomTomMapContainer .contextMenu.show{-webkit-animation:slide-in .5s cubic-bezier(.075,.82,.165,1) both;animation:slide-in .5s cubic-bezier(.075,.82,.165,1) both}.OFTomTomMapContainer .contextMenu.hide{-webkit-animation:slide-out .5s cubic-bezier(.075,.82,.165,1) both;animation:slide-out .5s cubic-bezier(.075,.82,.165,1) both}.OFTomTomMapContainer .contextMenu .noItems{padding:8px;text-align:center}.OFTomTomMapContainer .contextMenu .item{padding:8px;display:flex;align-items:center}.OFTomTomMapContainer .contextMenu .item svg{width:20px}.OFTomTomMapContainer .contextMenu .item:hover{background:#f2f4f5}.OFTomTomMapContainer .contextMenu .item.disabled{cursor:not-allowed;background:#f5f5f5;opacity:.7}.OFTomTomMapContainer .contextMenu .divider{width:100%;height:1px;background:#ddd}.OFTomTomMapContainer .customMarker{background:#359eff;border-radius:50%;cursor:pointer;-webkit-animation:bounce-in-top .5s ease-out forwards;animation:bounce-in-top .5s ease-out forwards;width:20px;height:20px;border:3px solid #fff}.OFTomTomMapContainer .customMarker:before{content:"";background-image:linear-gradient(rgba(85,156,248,.5),hsla(0,0%,80%,0));-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%);width:60px;height:60px;position:absolute;bottom:5px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%) rotate(180deg)}.OFTomTomMapContainer .mapCustomControls{position:absolute;margin:10px;align-items:flex-end;display:flex;flex-direction:column;z-index:1}.OFTomTomMapContainer .mapCustomControls .controlCard{background:#fff;margin-bottom:10px;cursor:pointer;border-radius:4px;overflow:hidden;box-shadow:0 0 0 2px rgba(0,0,0,.07)}.OFTomTomMapContainer .mapCustomControls .controlCard .searchInput{width:30px;transition:width .3s;display:flex}.OFTomTomMapContainer .mapCustomControls .controlCard .searchInput.expanded{width:300px}.OFTomTomMapContainer .mapCustomControls .controlCard .controlItem{padding:5px;border-right:4px solid #fff;border-left:4px solid #fff;width:30px}.OFTomTomMapContainer .mapCustomControls .controlCard .controlItem:hover{background:#ddd;border-right:4px solid #ddd;border-left:4px solid #ddd}.OFTomTomMapContainer .mapCustomControls .controlCard .controlItem.active{border-left:4px solid #1890ff}.OFTomTomMapContainer .mapCustomControls .controlCard .controlItem.locked{background:#f5f5f5;color:#b8b8b8;border-right:4px solid #f5f5f5;border-left:4px solid #f5f5f5}.OFTomTomMapContainer .mapCustomControls .controlCard .controlItem.disabled{background:#eee;color:#959595;border-right:4px solid #eee;border-left:4px solid #eee;cursor:not-allowed}.OFTomTomMapContainer .mapCustomControls .controlCard .legendItem{padding:5px;border-right:4px solid #fff;border-left:4px solid #fff;width:168px}.OFTomTomMapContainer .mapCustomControls .controlCard div:nth-child(2){border-top:1px solid #ddd}.OFTomTomMapContainer .mapCustomControls.rightTop{right:0}.OFTomTomMapContainer .mapCustomControls.leftTop{left:0}.OFTomTomMapContainer .mapCustomControls.rightMid{right:0;top:50%;margin-top:-91.5px}.OFTomTomMapContainer .mapCustomControls.leftMid{left:0;top:50%;margin-top:-91.5px}.OFTomTomMapContainer .mapCustomControls.rightBottom{right:0;bottom:20px}.OFTomTomMapContainer .mapCustomControls.leftBottom{left:0;bottom:20px}@-webkit-keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@-webkit-keyframes slide-in{0%{-webkit-transform:translateX(-10px);transform:translateX(-10px);opacity:0;display:none}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in{0%{-webkit-transform:translateX(-10px);transform:translateX(-10px);opacity:0;display:none}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{display:none;opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{display:none;opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}}.MapEditor_Container{height:100%}.MapEditor_Container .splitContainer{width:100%;height:100%;display:flex;flex-direction:row}.MapEditor_Container .splitContainer .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden}.MapEditor_Container .splitContainer .panelContainer .roadsEditsPanel{flex-direction:column}.MapEditor_Container .mapContainer{position:relative;width:100%;height:100%;display:flex}.MapEditor_Container .mapContainer .bulkSelect{position:absolute;z-index:10;display:flex;box-shadow:0 1px 2px #8e8e8e;background:#fff;flex-direction:column;border-radius:4px;left:50%;top:70px;padding:10px;font-weight:700;margin-left:-70px;display:none}.MapEditor_Container .lineTooltip div{display:flex;align-items:center}.MapEditor_Container .lineTooltip .header{font-weight:700;border-bottom:1px solid #ddd;padding-bottom:5px;margin-bottom:5px}.MapEditor_Container .lineTooltip .title{font-weight:700;margin-right:5px}.MapEditor_Container .lineTooltip .line{width:30px;height:8px;border-radius:5px;margin-right:5px}.MapEditor_Container .fixedBtnsContainer{position:absolute;left:5px;bottom:3px;display:flex;align-items:center}.MapEditor_Container .readOnlyContainer{padding:5px;background:#fdf2c7;border-bottom:1px solid #e5b96d;text-align:center;font-weight:700;color:#bb8a35}.MapEditor_Container .editingTools{position:absolute;z-index:10;display:flex;-webkit-user-select:none;user-select:none;align-items:baseline}.MapEditor_Container .editingTools.mapLegends{position:absolute;bottom:0;left:0}.MapEditor_Container .editingTools .editingActions{cursor:pointer;box-shadow:0 1px 2px #8e8e8e;background:#fff;display:flex;flex-direction:column;border-radius:4px;overflow:hidden;margin:10px 0 10px 10px}.MapEditor_Container .editingTools .editingActions .pendingRequests{display:flex;align-items:center;padding:3px 8px;height:28px}.MapEditor_Container .editingTools .editingActions .legends{display:flex;align-items:center;padding:5px}.MapEditor_Container .editingTools .editingActions .legends .line{width:30px;height:8px;border-radius:5px;margin-right:10px;display:flex}.MapEditor_Container .editingTools .editingActions .badge{padding:2px 6px;background:#f5222d;border-radius:8px;color:#fff;margin-left:5px}.MapEditor_Container .editingTools .editingActions .controlsTitle{display:block;border-bottom:1px solid #ddd;font-weight:700;text-align:center;padding:2px 5px}.MapEditor_Container .editingTools .editingActions .controlsTitle span{text-transform:uppercase;font-size:10px}.MapEditor_Container .editingTools .editingActions .titles{padding:6px;display:flex;flex-direction:column}.MapEditor_Container .editingTools .editingActions .controlsBtn{padding:8px;border-left:1px solid #ddd;display:flex;min-width:35px;height:30px}.MapEditor_Container .editingTools .editingActions .controlsBtn.save{color:#63bc63}.MapEditor_Container .editingTools .editingActions .controlsBtn.discard{color:#ed6262}.MapEditor_Container .editingTools .editingActions .controlsBtn.active{box-shadow:inset 0 -4px 0 #359eff}.MapEditor_Container .editingTools .editingActions .controlsBtn.disabled{background:#eee;color:#959595;cursor:not-allowed}.MapEditor_Container .editingTools .editingActions .controlsBtn.disabled:hover{background:#eee}.MapEditor_Container .editingTools .editingActions .controlsBtn:first-child{border-left:none}.MapEditor_Container .editingTools .editingActions .controlsBtn:hover{background:#f2f4f5}.MapEditor_Container .editingTools .editingActions .controlsAction{padding:7px;border-left:1px solid #ddd;display:flex}.MapEditor_Container .editingTools .editingActions .controlsAction:first-child{border-left:none}.MapEditor_Container .editingTools .editingActions .controlsAction:hover{background:#f2f4f5}.MapEditor_Container .navPathContainer{height:100%;display:flex;width:100%}.MapEditor_Container .navPathContainer .manifest{display:flex;flex-direction:column;width:400px}.MapEditor_Container .navPathContainer .manifest .header{padding:15px;border-bottom:1px solid #ddd}.MapEditor_Container .navPathContainer .manifest .header b{margin-right:5px}.MapEditor_Container .navPathContainer .manifest .manifestBody{overflow:auto}.MapEditor_Container .navPathContainer .manifest .manifestBody .item{position:relative;padding:10px;display:flex;align-items:center;cursor:pointer;border-bottom:1px solid #ddd}.MapEditor_Container .navPathContainer .manifest .manifestBody .item .contents{margin-left:30px;width:100%}.MapEditor_Container .navPathContainer .manifest .manifestBody .item .contents .info{margin-bottom:5px}.MapEditor_Container .navPathContainer .manifest .manifestBody .item .contents .info b{margin-right:5px}.MapEditor_Container .navPathContainer .manifest .manifestBody .item .contents .info:last-child{margin-bottom:unset}.MapEditor_Container .navPathContainer .manifest .manifestBody .item .dot{height:100%;width:30px;position:absolute;display:flex;top:0;left:0;border-right:1px solid #ddd}.MapEditor_Container .navPathContainer .manifest .manifestBody .item.between{background:#f4f4f4}.MapEditor_Container .navPathContainer .manifest .manifestBody .item.between:hover{box-shadow:unset}.MapEditor_Container .navPathContainer .manifest .manifestBody .item.selected,.MapEditor_Container .navPathContainer .manifest .manifestBody .item:hover{box-shadow:inset 4px 0 0 #1890ff}.MapEditor_Container .roadEditsTableRadioButtons{padding:10px;background:#fff;border-bottom:1px solid #ddd}.interventionsContainer .ant-popover-inner-content{padding:0;max-height:400px;overflow:auto}.interventionsContainer .ant-popover-inner-content .intervention{padding:10px;border-top:1px solid #ddd;min-width:200px}.interventionsContainer .ant-popover-inner-content .intervention:first-child{border-top:none}.kbdShortcut{display:inline-block;border-radius:3px;padding:0 4px;box-shadow:1px 1px 1px #777;margin-left:3px;background:#eee;font-weight:500;color:#555;-webkit-font-feature-settings:"smcp";font-feature-settings:"smcp";font-variant:small-caps;font-weight:600;letter-spacing:1px}.MEScheduler--Container{flex:1 1 0%;display:flex;height:100%;flex-direction:column;overflow:hidden}.MEScheduler--Container .scheduler-container{display:flex;height:100%;position:relative;overflow:hidden}.MEScheduler--Container .scheduler-container .scheduler{width:100%;min-width:800px}.MEScheduler--Container .side-panel{background:#fff;position:absolute;right:0;height:calc(100% - 3px);border-left:1px solid #e8e8e8;display:flex;flex-direction:column;z-index:999}.MEScheduler--Container .side-panel .loadingIndicator{height:100%;position:absolute;width:100%;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;font-weight:700}.MEScheduler--Container .side-panel .header{border-bottom:1px solid #e8e8e8;align-items:center;display:flex;padding:10px;font-weight:700}.MEScheduler--Container .side-panel .body,.OFScheduler{height:100%;display:flex;flex-direction:column;position:relative}.OFScheduler{width:100%;background:#fff;margin-bottom:3px}.OFScheduler .loader{position:absolute;height:100%;width:100%;z-index:9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;top:0;left:0}.OFScheduler .eventTooltip{padding:10px}.OFScheduler .schedulerView{display:flex;flex-direction:row;height:100%;overflow:hidden}.OFScheduler .schedulerView .dayView{width:100%;display:flex;flex-direction:column;border-right:1px solid #e8e8e8}.OFScheduler .schedulerView .dayView .dayHours{overflow:hidden;position:relative}.OFScheduler .schedulerView .dayView .dayHours .dayRow{display:flex;border-bottom:1px solid #e8e8e8;height:30px;position:relative}.OFScheduler .schedulerView .dayView .dayHours .dayRow:nth-child(2n){border-bottom:1px dashed #e8e8e8}.OFScheduler .schedulerView .dayView .dayHours .dayRow .hours{width:40px;border-right:1px solid #e8e8e8;text-align:center;font-weight:700;padding:7px}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event{position:absolute;background:rgba(185,221,255,.5);border-radius:5px;overflow:hidden;box-shadow:inset 0 0 0 1px #6b6b6b;z-index:8;text-wrap:nowrap;cursor:pointer}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event.hover{box-shadow:inset 0 0 0 2px #6b6b6b}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event.start{height:30px;border-radius:5px 5px 0 0}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event.mid{height:30px;border-radius:0}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event.last{border-radius:0 0 5px 5px}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event .minHeightHandler{background:#777e85;position:absolute;opacity:.3;width:100%;height:100%}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event .eventState{position:absolute;width:5px;background:#1890ff;height:100%;top:0}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event .eventState.start{left:0}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event .eventState.mid{background:unset!important}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event .eventState.last{right:0}.OFScheduler .schedulerView .dayView .dayHours .dayRow .event .eventTitle{overflow:hidden;margin-left:10px}.OFScheduler .schedulerView .weekView{width:100%;display:flex;position:relative;flex-direction:column}.OFScheduler .schedulerView .weekView .dateHeader{display:flex;padding-left:39px;padding-right:8px;border-bottom:1px solid #e8e8e8}.OFScheduler .schedulerView .weekView .dateHeader .daysTitle{height:30px;border-right:1px solid #e8e8e8;padding:6px;text-align:center;font-weight:700;width:100%}.OFScheduler .schedulerView .weekView .dateHeader .daysTitle:last-child{border-right:none}.OFScheduler .schedulerView .weekView .dateHeader .daysTitle:first-child{border-left:1px solid #e8e8e8}.OFScheduler .schedulerView .weekView .singleDate{width:100%}.OFScheduler .schedulerView .weekView .hoursTimeline{display:flex;border-bottom:1px solid #e8e8e8;flex-direction:column}.OFScheduler .schedulerView .weekView .hoursTimeline .hours{min-height:30px;width:40px;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;text-align:center;font-weight:700;padding:7px}.OFScheduler .schedulerView .weekView .hoursTimeline .hours:nth-child(2n){border-bottom:1px dashed #e8e8e8}.OFScheduler .schedulerView .monthView{display:flex;flex-direction:column;height:100%}.OFScheduler .schedulerView .monthView .weekdays{display:flex;border-bottom:1px solid #e8e8e8}.OFScheduler .schedulerView .monthView .weekdays .weekDay{flex:1;padding:5px;border-right:1px solid #e8e8e8}.OFScheduler .schedulerView .monthView .week{display:flex;width:100%;border-bottom:1px solid #e8e8e8;background:#bebebe;height:100%;overflow:hidden}.OFScheduler .schedulerView .monthView .week:last-child{border-bottom:none}.OFScheduler .schedulerView .monthView .week .day{flex:1;height:100%;border-right:1px solid #e8e8e8;background:#fff;display:flex;flex-direction:column;overflow:hidden}.OFScheduler .schedulerView .monthView .week .day .eventsContainer{overflow:hidden}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .additional{margin:5px;padding:5px;background:rgba(75,81,87,.3);border-radius:5px;overflow:hidden;text-wrap:nowrap;position:relative;min-height:26px}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .additional:hover{background:rgba(75,81,87,.5)}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event{margin:5px 5px 0;padding:5px;background:rgba(24,144,255,.3);border-radius:5px;overflow:hidden;text-wrap:nowrap;position:relative;min-height:26px;box-shadow:inset 0 0 0 1px #6b6b6b;cursor:pointer}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event.hover{box-shadow:inset 0 0 0 2px #6b6b6b}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event.start{width:100%;border-radius:5px 0 0 5px}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event.mid{margin:5px 0 0;border-radius:0}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event.last{margin:5px 5px 0 0;border-radius:0 5px 5px 0}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event .eventState{position:absolute;width:5px;background:#1890ff;height:100%;top:0}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event .eventState.start{left:0}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event .eventState.mid{background:unset!important}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event .eventState.last{right:0}.OFScheduler .schedulerView .monthView .week .day .eventsContainer .event .eventTitle{overflow:hidden;margin-left:5px}.OFScheduler .schedulerView .monthView .week .day .dayNo{padding:5px;display:flex}.OFScheduler .schedulerView .monthView .week .day .dayNo .number{border-radius:50%;padding:3px 4px}.OFScheduler .schedulerView .monthView .week .day .dayNo .number.today{background:#1890ff;border-radius:6px;color:#fff}.OFScheduler .schedulerView .monthView .week .day.otherMonth{background:hsla(0,0%,100%,.9)}.OFScheduler .schedulerView .monthView .week .day.selected{box-shadow:inset 0 0 0 1px #1890ff}.OFScheduler .schedulerView .monthView .week .day:hover{background:hsla(0,0%,100%,.95)}.OFScheduler .schedulerView .currentTime{position:absolute;width:calc(100% - 38px);height:1px;background:#1890ff;right:0;z-index:10}.OFScheduler .schedulerView .currentTime .tail{background:#1890ff;position:absolute;left:-5px;height:9px;width:9px;border-radius:50%;top:-4px}.OFScheduler .schedulerView .detailView{width:25%;height:100%;display:flex;flex-direction:column}.OFScheduler .schedulerView .detailView .title{padding:5px;border-bottom:1px solid #e8e8e8;text-align:center;font-weight:700}.OFScheduler .schedulerView .detailView .detailEvent{position:relative;padding:5px;margin:5px;border-radius:5px;overflow:hidden;background:hsla(0,0%,92.9%,.3);border:1px solid #ddd}.OFScheduler .schedulerView .detailView .detailEvent.hover{background:hsla(0,0%,92.9%,.8)}.OFScheduler .schedulerView .detailView .detailEvent .detailState{position:absolute;left:0;width:5px;background:#1890ff;height:100%;top:0}.OFScheduler .scheduleHeader{align-items:center;display:flex;padding:10px;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8}.OFScheduler .scheduleHeader .detailsBtn{background:#fff;display:flex;align-items:center;padding:5px;cursor:pointer;height:32px;margin-right:unset}.OFSchedulerContextMenu{border:none;position:-webkit-sticky!important;position:sticky!important;-webkit-animation-name:fadeIn!important;animation-name:fadeIn!important;-webkit-animation-duration:.3s;animation-duration:.3s;z-index:9999}.OFSchedulerContextMenu .dropDown{padding:0;overflow:auto}.OFSchedulerContextMenu .dropDown .ant-dropdown-menu-item:hover{background-color:#e6f7ff!important}.tacticalAdmin--Container{height:100%;display:flex;flex-direction:column}.tacticalAdmin--Container h4{font-weight:600;padding-bottom:5px}.tacticalAdmin--Container .containerLayout{height:100%;flex-direction:column;width:100%}.tacticalAdmin--Container .containerLayout .panelContainer{height:100%;display:flex;width:100%;overflow-x:hidden;background:#fff}.tacticalAdmin--Container .formPanel{height:100%;display:flex;flex-direction:column}.tacticalAdmin--Container .formPanel .formBottomContainer{padding:8px 10px 10px;border-top:1px solid #d9d9d9;display:flex}.tacticalAdmin--Container .formPanel .formBottomContainer .ant-btn-primary{margin-left:auto}.tacticalAdmin--Container .formPanel .vList .ReactVirtualized__Grid__innerScrollContainer{width:100%!important;max-width:unset!important}.tacticalAdmin--Container .formPanel .ant-transfer-list-body-customize-wrapper{padding:0}.tacticalAdmin--Container .flexDisplay{height:100%;display:flex;flex-direction:column}.tacticalAdmin--Container .divider{display:flex;align-items:center;margin:24px 0}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{font-family:sans-serif}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background:transparent;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}*,:after,:before{border:0 solid #e2e8f0}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.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}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.appearance-none{-webkit-appearance:none;appearance:none}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-transparent{background-color:initial}.bg-black{background-color:#000}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f7fafc}.bg-gray-200{background-color:#edf2f7}.bg-gray-300{background-color:#e2e8f0}.bg-gray-400{background-color:#cbd5e0}.bg-gray-500{background-color:#a0aec0}.bg-gray-600{background-color:#718096}.bg-gray-700{background-color:#4a5568}.bg-gray-800{background-color:#2d3748}.bg-gray-900{background-color:#1a202c}.bg-red-100{background-color:#fff5f5}.bg-red-200{background-color:#fed7d7}.bg-red-300{background-color:#feb2b2}.bg-red-400{background-color:#fc8181}.bg-red-500{background-color:#f56565}.bg-red-600{background-color:#e53e3e}.bg-red-700{background-color:#c53030}.bg-red-800{background-color:#9b2c2c}.bg-red-900{background-color:#742a2a}.bg-orange-100{background-color:#fffaf0}.bg-orange-200{background-color:#feebc8}.bg-orange-300{background-color:#fbd38d}.bg-orange-400{background-color:#f6ad55}.bg-orange-500{background-color:#ed8936}.bg-orange-600{background-color:#dd6b20}.bg-orange-700{background-color:#c05621}.bg-orange-800{background-color:#9c4221}.bg-orange-900{background-color:#7b341e}.bg-yellow-100{background-color:ivory}.bg-yellow-200{background-color:#fefcbf}.bg-yellow-300{background-color:#faf089}.bg-yellow-400{background-color:#f6e05e}.bg-yellow-500{background-color:#ecc94b}.bg-yellow-600{background-color:#d69e2e}.bg-yellow-700{background-color:#b7791f}.bg-yellow-800{background-color:#975a16}.bg-yellow-900{background-color:#744210}.bg-green-100{background-color:#f0fff4}.bg-green-200{background-color:#c6f6d5}.bg-green-300{background-color:#9ae6b4}.bg-green-400{background-color:#68d391}.bg-green-500{background-color:#48bb78}.bg-green-600{background-color:#38a169}.bg-green-700{background-color:#2f855a}.bg-green-800{background-color:#276749}.bg-green-900{background-color:#22543d}.bg-teal-100{background-color:#e6fffa}.bg-teal-200{background-color:#b2f5ea}.bg-teal-300{background-color:#81e6d9}.bg-teal-400{background-color:#4fd1c5}.bg-teal-500{background-color:#38b2ac}.bg-teal-600{background-color:#319795}.bg-teal-700{background-color:#2c7a7b}.bg-teal-800{background-color:#285e61}.bg-teal-900{background-color:#234e52}.bg-blue-100{background-color:#ebf8ff}.bg-blue-200{background-color:#bee3f8}.bg-blue-300{background-color:#90cdf4}.bg-blue-400{background-color:#63b3ed}.bg-blue-500{background-color:#4299e1}.bg-blue-600{background-color:#3182ce}.bg-blue-700{background-color:#2b6cb0}.bg-blue-800{background-color:#2c5282}.bg-blue-900{background-color:#2a4365}.bg-indigo-100{background-color:#ebf4ff}.bg-indigo-200{background-color:#c3dafe}.bg-indigo-300{background-color:#a3bffa}.bg-indigo-400{background-color:#7f9cf5}.bg-indigo-500{background-color:#667eea}.bg-indigo-600{background-color:#5a67d8}.bg-indigo-700{background-color:#4c51bf}.bg-indigo-800{background-color:#434190}.bg-indigo-900{background-color:#3c366b}.bg-purple-100{background-color:#faf5ff}.bg-purple-200{background-color:#e9d8fd}.bg-purple-300{background-color:#d6bcfa}.bg-purple-400{background-color:#b794f4}.bg-purple-500{background-color:#9f7aea}.bg-purple-600{background-color:#805ad5}.bg-purple-700{background-color:#6b46c1}.bg-purple-800{background-color:#553c9a}.bg-purple-900{background-color:#44337a}.bg-pink-100{background-color:#fff5f7}.bg-pink-200{background-color:#fed7e2}.bg-pink-300{background-color:#fbb6ce}.bg-pink-400{background-color:#f687b3}.bg-pink-500{background-color:#ed64a6}.bg-pink-600{background-color:#d53f8c}.bg-pink-700{background-color:#b83280}.bg-pink-800{background-color:#97266d}.bg-pink-900{background-color:#702459}.bg-regal-blue{background-color:#243c5a}.bg-selection-blue{background-color:#aadaff}.bg-fill-gray{background-color:#e2e2e2}.bg-outline-gray{background-color:#d0d0d0}.bg-disabled-red{background-color:#ecc9c9}.bg-violated-red{background-color:#ff7b7b}.bg-modified-yellow{background-color:#fce869}.hover\:bg-transparent:hover{background-color:initial}.hover\:bg-black:hover{background-color:#000}.hover\:bg-white:hover{background-color:#fff}.hover\:bg-gray-100:hover{background-color:#f7fafc}.hover\:bg-gray-200:hover{background-color:#edf2f7}.hover\:bg-gray-300:hover{background-color:#e2e8f0}.hover\:bg-gray-400:hover{background-color:#cbd5e0}.hover\:bg-gray-500:hover{background-color:#a0aec0}.hover\:bg-gray-600:hover{background-color:#718096}.hover\:bg-gray-700:hover{background-color:#4a5568}.hover\:bg-gray-800:hover{background-color:#2d3748}.hover\:bg-gray-900:hover{background-color:#1a202c}.hover\:bg-red-100:hover{background-color:#fff5f5}.hover\:bg-red-200:hover{background-color:#fed7d7}.hover\:bg-red-300:hover{background-color:#feb2b2}.hover\:bg-red-400:hover{background-color:#fc8181}.hover\:bg-red-500:hover{background-color:#f56565}.hover\:bg-red-600:hover{background-color:#e53e3e}.hover\:bg-red-700:hover{background-color:#c53030}.hover\:bg-red-800:hover{background-color:#9b2c2c}.hover\:bg-red-900:hover{background-color:#742a2a}.hover\:bg-orange-100:hover{background-color:#fffaf0}.hover\:bg-orange-200:hover{background-color:#feebc8}.hover\:bg-orange-300:hover{background-color:#fbd38d}.hover\:bg-orange-400:hover{background-color:#f6ad55}.hover\:bg-orange-500:hover{background-color:#ed8936}.hover\:bg-orange-600:hover{background-color:#dd6b20}.hover\:bg-orange-700:hover{background-color:#c05621}.hover\:bg-orange-800:hover{background-color:#9c4221}.hover\:bg-orange-900:hover{background-color:#7b341e}.hover\:bg-yellow-100:hover{background-color:ivory}.hover\:bg-yellow-200:hover{background-color:#fefcbf}.hover\:bg-yellow-300:hover{background-color:#faf089}.hover\:bg-yellow-400:hover{background-color:#f6e05e}.hover\:bg-yellow-500:hover{background-color:#ecc94b}.hover\:bg-yellow-600:hover{background-color:#d69e2e}.hover\:bg-yellow-700:hover{background-color:#b7791f}.hover\:bg-yellow-800:hover{background-color:#975a16}.hover\:bg-yellow-900:hover{background-color:#744210}.hover\:bg-green-100:hover{background-color:#f0fff4}.hover\:bg-green-200:hover{background-color:#c6f6d5}.hover\:bg-green-300:hover{background-color:#9ae6b4}.hover\:bg-green-400:hover{background-color:#68d391}.hover\:bg-green-500:hover{background-color:#48bb78}.hover\:bg-green-600:hover{background-color:#38a169}.hover\:bg-green-700:hover{background-color:#2f855a}.hover\:bg-green-800:hover{background-color:#276749}.hover\:bg-green-900:hover{background-color:#22543d}.hover\:bg-teal-100:hover{background-color:#e6fffa}.hover\:bg-teal-200:hover{background-color:#b2f5ea}.hover\:bg-teal-300:hover{background-color:#81e6d9}.hover\:bg-teal-400:hover{background-color:#4fd1c5}.hover\:bg-teal-500:hover{background-color:#38b2ac}.hover\:bg-teal-600:hover{background-color:#319795}.hover\:bg-teal-700:hover{background-color:#2c7a7b}.hover\:bg-teal-800:hover{background-color:#285e61}.hover\:bg-teal-900:hover{background-color:#234e52}.hover\:bg-blue-100:hover{background-color:#ebf8ff}.hover\:bg-blue-200:hover{background-color:#bee3f8}.hover\:bg-blue-300:hover{background-color:#90cdf4}.hover\:bg-blue-400:hover{background-color:#63b3ed}.hover\:bg-blue-500:hover{background-color:#4299e1}.hover\:bg-blue-600:hover{background-color:#3182ce}.hover\:bg-blue-700:hover{background-color:#2b6cb0}.hover\:bg-blue-800:hover{background-color:#2c5282}.hover\:bg-blue-900:hover{background-color:#2a4365}.hover\:bg-indigo-100:hover{background-color:#ebf4ff}.hover\:bg-indigo-200:hover{background-color:#c3dafe}.hover\:bg-indigo-300:hover{background-color:#a3bffa}.hover\:bg-indigo-400:hover{background-color:#7f9cf5}.hover\:bg-indigo-500:hover{background-color:#667eea}.hover\:bg-indigo-600:hover{background-color:#5a67d8}.hover\:bg-indigo-700:hover{background-color:#4c51bf}.hover\:bg-indigo-800:hover{background-color:#434190}.hover\:bg-indigo-900:hover{background-color:#3c366b}.hover\:bg-purple-100:hover{background-color:#faf5ff}.hover\:bg-purple-200:hover{background-color:#e9d8fd}.hover\:bg-purple-300:hover{background-color:#d6bcfa}.hover\:bg-purple-400:hover{background-color:#b794f4}.hover\:bg-purple-500:hover{background-color:#9f7aea}.hover\:bg-purple-600:hover{background-color:#805ad5}.hover\:bg-purple-700:hover{background-color:#6b46c1}.hover\:bg-purple-800:hover{background-color:#553c9a}.hover\:bg-purple-900:hover{background-color:#44337a}.hover\:bg-pink-100:hover{background-color:#fff5f7}.hover\:bg-pink-200:hover{background-color:#fed7e2}.hover\:bg-pink-300:hover{background-color:#fbb6ce}.hover\:bg-pink-400:hover{background-color:#f687b3}.hover\:bg-pink-500:hover{background-color:#ed64a6}.hover\:bg-pink-600:hover{background-color:#d53f8c}.hover\:bg-pink-700:hover{background-color:#b83280}.hover\:bg-pink-800:hover{background-color:#97266d}.hover\:bg-pink-900:hover{background-color:#702459}.hover\:bg-regal-blue:hover{background-color:#243c5a}.hover\:bg-selection-blue:hover{background-color:#aadaff}.hover\:bg-fill-gray:hover{background-color:#e2e2e2}.hover\:bg-outline-gray:hover{background-color:#d0d0d0}.hover\:bg-disabled-red:hover{background-color:#ecc9c9}.hover\:bg-violated-red:hover{background-color:#ff7b7b}.hover\:bg-modified-yellow:hover{background-color:#fce869}.focus\:bg-transparent:focus{background-color:initial}.focus\:bg-black:focus{background-color:#000}.focus\:bg-white:focus{background-color:#fff}.focus\:bg-gray-100:focus{background-color:#f7fafc}.focus\:bg-gray-200:focus{background-color:#edf2f7}.focus\:bg-gray-300:focus{background-color:#e2e8f0}.focus\:bg-gray-400:focus{background-color:#cbd5e0}.focus\:bg-gray-500:focus{background-color:#a0aec0}.focus\:bg-gray-600:focus{background-color:#718096}.focus\:bg-gray-700:focus{background-color:#4a5568}.focus\:bg-gray-800:focus{background-color:#2d3748}.focus\:bg-gray-900:focus{background-color:#1a202c}.focus\:bg-red-100:focus{background-color:#fff5f5}.focus\:bg-red-200:focus{background-color:#fed7d7}.focus\:bg-red-300:focus{background-color:#feb2b2}.focus\:bg-red-400:focus{background-color:#fc8181}.focus\:bg-red-500:focus{background-color:#f56565}.focus\:bg-red-600:focus{background-color:#e53e3e}.focus\:bg-red-700:focus{background-color:#c53030}.focus\:bg-red-800:focus{background-color:#9b2c2c}.focus\:bg-red-900:focus{background-color:#742a2a}.focus\:bg-orange-100:focus{background-color:#fffaf0}.focus\:bg-orange-200:focus{background-color:#feebc8}.focus\:bg-orange-300:focus{background-color:#fbd38d}.focus\:bg-orange-400:focus{background-color:#f6ad55}.focus\:bg-orange-500:focus{background-color:#ed8936}.focus\:bg-orange-600:focus{background-color:#dd6b20}.focus\:bg-orange-700:focus{background-color:#c05621}.focus\:bg-orange-800:focus{background-color:#9c4221}.focus\:bg-orange-900:focus{background-color:#7b341e}.focus\:bg-yellow-100:focus{background-color:ivory}.focus\:bg-yellow-200:focus{background-color:#fefcbf}.focus\:bg-yellow-300:focus{background-color:#faf089}.focus\:bg-yellow-400:focus{background-color:#f6e05e}.focus\:bg-yellow-500:focus{background-color:#ecc94b}.focus\:bg-yellow-600:focus{background-color:#d69e2e}.focus\:bg-yellow-700:focus{background-color:#b7791f}.focus\:bg-yellow-800:focus{background-color:#975a16}.focus\:bg-yellow-900:focus{background-color:#744210}.focus\:bg-green-100:focus{background-color:#f0fff4}.focus\:bg-green-200:focus{background-color:#c6f6d5}.focus\:bg-green-300:focus{background-color:#9ae6b4}.focus\:bg-green-400:focus{background-color:#68d391}.focus\:bg-green-500:focus{background-color:#48bb78}.focus\:bg-green-600:focus{background-color:#38a169}.focus\:bg-green-700:focus{background-color:#2f855a}.focus\:bg-green-800:focus{background-color:#276749}.focus\:bg-green-900:focus{background-color:#22543d}.focus\:bg-teal-100:focus{background-color:#e6fffa}.focus\:bg-teal-200:focus{background-color:#b2f5ea}.focus\:bg-teal-300:focus{background-color:#81e6d9}.focus\:bg-teal-400:focus{background-color:#4fd1c5}.focus\:bg-teal-500:focus{background-color:#38b2ac}.focus\:bg-teal-600:focus{background-color:#319795}.focus\:bg-teal-700:focus{background-color:#2c7a7b}.focus\:bg-teal-800:focus{background-color:#285e61}.focus\:bg-teal-900:focus{background-color:#234e52}.focus\:bg-blue-100:focus{background-color:#ebf8ff}.focus\:bg-blue-200:focus{background-color:#bee3f8}.focus\:bg-blue-300:focus{background-color:#90cdf4}.focus\:bg-blue-400:focus{background-color:#63b3ed}.focus\:bg-blue-500:focus{background-color:#4299e1}.focus\:bg-blue-600:focus{background-color:#3182ce}.focus\:bg-blue-700:focus{background-color:#2b6cb0}.focus\:bg-blue-800:focus{background-color:#2c5282}.focus\:bg-blue-900:focus{background-color:#2a4365}.focus\:bg-indigo-100:focus{background-color:#ebf4ff}.focus\:bg-indigo-200:focus{background-color:#c3dafe}.focus\:bg-indigo-300:focus{background-color:#a3bffa}.focus\:bg-indigo-400:focus{background-color:#7f9cf5}.focus\:bg-indigo-500:focus{background-color:#667eea}.focus\:bg-indigo-600:focus{background-color:#5a67d8}.focus\:bg-indigo-700:focus{background-color:#4c51bf}.focus\:bg-indigo-800:focus{background-color:#434190}.focus\:bg-indigo-900:focus{background-color:#3c366b}.focus\:bg-purple-100:focus{background-color:#faf5ff}.focus\:bg-purple-200:focus{background-color:#e9d8fd}.focus\:bg-purple-300:focus{background-color:#d6bcfa}.focus\:bg-purple-400:focus{background-color:#b794f4}.focus\:bg-purple-500:focus{background-color:#9f7aea}.focus\:bg-purple-600:focus{background-color:#805ad5}.focus\:bg-purple-700:focus{background-color:#6b46c1}.focus\:bg-purple-800:focus{background-color:#553c9a}.focus\:bg-purple-900:focus{background-color:#44337a}.focus\:bg-pink-100:focus{background-color:#fff5f7}.focus\:bg-pink-200:focus{background-color:#fed7e2}.focus\:bg-pink-300:focus{background-color:#fbb6ce}.focus\:bg-pink-400:focus{background-color:#f687b3}.focus\:bg-pink-500:focus{background-color:#ed64a6}.focus\:bg-pink-600:focus{background-color:#d53f8c}.focus\:bg-pink-700:focus{background-color:#b83280}.focus\:bg-pink-800:focus{background-color:#97266d}.focus\:bg-pink-900:focus{background-color:#702459}.focus\:bg-regal-blue:focus{background-color:#243c5a}.focus\:bg-selection-blue:focus{background-color:#aadaff}.focus\:bg-fill-gray:focus{background-color:#e2e2e2}.focus\:bg-outline-gray:focus{background-color:#d0d0d0}.focus\:bg-disabled-red:focus{background-color:#ecc9c9}.focus\:bg-violated-red:focus{background-color:#ff7b7b}.focus\:bg-modified-yellow:focus{background-color:#fce869}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-left{background-position:0}.bg-left-bottom{background-position:0 100%}.bg-left-top{background-position:0 0}.bg-right{background-position:100%}.bg-right-bottom{background-position:100% 100%}.bg-right-top{background-position:100% 0}.bg-top{background-position:top}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-auto{background-size:auto}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:initial}.border-transparent{border-color:transparent}.border-black{border-color:#000}.border-white{border-color:#fff}.border-gray-100{border-color:#f7fafc}.border-gray-200{border-color:#edf2f7}.border-gray-300{border-color:#e2e8f0}.border-gray-400{border-color:#cbd5e0}.border-gray-500{border-color:#a0aec0}.border-gray-600{border-color:#718096}.border-gray-700{border-color:#4a5568}.border-gray-800{border-color:#2d3748}.border-gray-900{border-color:#1a202c}.border-red-100{border-color:#fff5f5}.border-red-200{border-color:#fed7d7}.border-red-300{border-color:#feb2b2}.border-red-400{border-color:#fc8181}.border-red-500{border-color:#f56565}.border-red-600{border-color:#e53e3e}.border-red-700{border-color:#c53030}.border-red-800{border-color:#9b2c2c}.border-red-900{border-color:#742a2a}.border-orange-100{border-color:#fffaf0}.border-orange-200{border-color:#feebc8}.border-orange-300{border-color:#fbd38d}.border-orange-400{border-color:#f6ad55}.border-orange-500{border-color:#ed8936}.border-orange-600{border-color:#dd6b20}.border-orange-700{border-color:#c05621}.border-orange-800{border-color:#9c4221}.border-orange-900{border-color:#7b341e}.border-yellow-100{border-color:ivory}.border-yellow-200{border-color:#fefcbf}.border-yellow-300{border-color:#faf089}.border-yellow-400{border-color:#f6e05e}.border-yellow-500{border-color:#ecc94b}.border-yellow-600{border-color:#d69e2e}.border-yellow-700{border-color:#b7791f}.border-yellow-800{border-color:#975a16}.border-yellow-900{border-color:#744210}.border-green-100{border-color:#f0fff4}.border-green-200{border-color:#c6f6d5}.border-green-300{border-color:#9ae6b4}.border-green-400{border-color:#68d391}.border-green-500{border-color:#48bb78}.border-green-600{border-color:#38a169}.border-green-700{border-color:#2f855a}.border-green-800{border-color:#276749}.border-green-900{border-color:#22543d}.border-teal-100{border-color:#e6fffa}.border-teal-200{border-color:#b2f5ea}.border-teal-300{border-color:#81e6d9}.border-teal-400{border-color:#4fd1c5}.border-teal-500{border-color:#38b2ac}.border-teal-600{border-color:#319795}.border-teal-700{border-color:#2c7a7b}.border-teal-800{border-color:#285e61}.border-teal-900{border-color:#234e52}.border-blue-100{border-color:#ebf8ff}.border-blue-200{border-color:#bee3f8}.border-blue-300{border-color:#90cdf4}.border-blue-400{border-color:#63b3ed}.border-blue-500{border-color:#4299e1}.border-blue-600{border-color:#3182ce}.border-blue-700{border-color:#2b6cb0}.border-blue-800{border-color:#2c5282}.border-blue-900{border-color:#2a4365}.border-indigo-100{border-color:#ebf4ff}.border-indigo-200{border-color:#c3dafe}.border-indigo-300{border-color:#a3bffa}.border-indigo-400{border-color:#7f9cf5}.border-indigo-500{border-color:#667eea}.border-indigo-600{border-color:#5a67d8}.border-indigo-700{border-color:#4c51bf}.border-indigo-800{border-color:#434190}.border-indigo-900{border-color:#3c366b}.border-purple-100{border-color:#faf5ff}.border-purple-200{border-color:#e9d8fd}.border-purple-300{border-color:#d6bcfa}.border-purple-400{border-color:#b794f4}.border-purple-500{border-color:#9f7aea}.border-purple-600{border-color:#805ad5}.border-purple-700{border-color:#6b46c1}.border-purple-800{border-color:#553c9a}.border-purple-900{border-color:#44337a}.border-pink-100{border-color:#fff5f7}.border-pink-200{border-color:#fed7e2}.border-pink-300{border-color:#fbb6ce}.border-pink-400{border-color:#f687b3}.border-pink-500{border-color:#ed64a6}.border-pink-600{border-color:#d53f8c}.border-pink-700{border-color:#b83280}.border-pink-800{border-color:#97266d}.border-pink-900{border-color:#702459}.border-regal-blue{border-color:#243c5a}.border-selection-blue{border-color:#aadaff}.border-fill-gray{border-color:#e2e2e2}.border-outline-gray{border-color:#d0d0d0}.border-disabled-red{border-color:#ecc9c9}.border-violated-red{border-color:#ff7b7b}.border-modified-yellow{border-color:#fce869}.hover\:border-transparent:hover{border-color:transparent}.hover\:border-black:hover{border-color:#000}.hover\:border-white:hover{border-color:#fff}.hover\:border-gray-100:hover{border-color:#f7fafc}.hover\:border-gray-200:hover{border-color:#edf2f7}.hover\:border-gray-300:hover{border-color:#e2e8f0}.hover\:border-gray-400:hover{border-color:#cbd5e0}.hover\:border-gray-500:hover{border-color:#a0aec0}.hover\:border-gray-600:hover{border-color:#718096}.hover\:border-gray-700:hover{border-color:#4a5568}.hover\:border-gray-800:hover{border-color:#2d3748}.hover\:border-gray-900:hover{border-color:#1a202c}.hover\:border-red-100:hover{border-color:#fff5f5}.hover\:border-red-200:hover{border-color:#fed7d7}.hover\:border-red-300:hover{border-color:#feb2b2}.hover\:border-red-400:hover{border-color:#fc8181}.hover\:border-red-500:hover{border-color:#f56565}.hover\:border-red-600:hover{border-color:#e53e3e}.hover\:border-red-700:hover{border-color:#c53030}.hover\:border-red-800:hover{border-color:#9b2c2c}.hover\:border-red-900:hover{border-color:#742a2a}.hover\:border-orange-100:hover{border-color:#fffaf0}.hover\:border-orange-200:hover{border-color:#feebc8}.hover\:border-orange-300:hover{border-color:#fbd38d}.hover\:border-orange-400:hover{border-color:#f6ad55}.hover\:border-orange-500:hover{border-color:#ed8936}.hover\:border-orange-600:hover{border-color:#dd6b20}.hover\:border-orange-700:hover{border-color:#c05621}.hover\:border-orange-800:hover{border-color:#9c4221}.hover\:border-orange-900:hover{border-color:#7b341e}.hover\:border-yellow-100:hover{border-color:ivory}.hover\:border-yellow-200:hover{border-color:#fefcbf}.hover\:border-yellow-300:hover{border-color:#faf089}.hover\:border-yellow-400:hover{border-color:#f6e05e}.hover\:border-yellow-500:hover{border-color:#ecc94b}.hover\:border-yellow-600:hover{border-color:#d69e2e}.hover\:border-yellow-700:hover{border-color:#b7791f}.hover\:border-yellow-800:hover{border-color:#975a16}.hover\:border-yellow-900:hover{border-color:#744210}.hover\:border-green-100:hover{border-color:#f0fff4}.hover\:border-green-200:hover{border-color:#c6f6d5}.hover\:border-green-300:hover{border-color:#9ae6b4}.hover\:border-green-400:hover{border-color:#68d391}.hover\:border-green-500:hover{border-color:#48bb78}.hover\:border-green-600:hover{border-color:#38a169}.hover\:border-green-700:hover{border-color:#2f855a}.hover\:border-green-800:hover{border-color:#276749}.hover\:border-green-900:hover{border-color:#22543d}.hover\:border-teal-100:hover{border-color:#e6fffa}.hover\:border-teal-200:hover{border-color:#b2f5ea}.hover\:border-teal-300:hover{border-color:#81e6d9}.hover\:border-teal-400:hover{border-color:#4fd1c5}.hover\:border-teal-500:hover{border-color:#38b2ac}.hover\:border-teal-600:hover{border-color:#319795}.hover\:border-teal-700:hover{border-color:#2c7a7b}.hover\:border-teal-800:hover{border-color:#285e61}.hover\:border-teal-900:hover{border-color:#234e52}.hover\:border-blue-100:hover{border-color:#ebf8ff}.hover\:border-blue-200:hover{border-color:#bee3f8}.hover\:border-blue-300:hover{border-color:#90cdf4}.hover\:border-blue-400:hover{border-color:#63b3ed}.hover\:border-blue-500:hover{border-color:#4299e1}.hover\:border-blue-600:hover{border-color:#3182ce}.hover\:border-blue-700:hover{border-color:#2b6cb0}.hover\:border-blue-800:hover{border-color:#2c5282}.hover\:border-blue-900:hover{border-color:#2a4365}.hover\:border-indigo-100:hover{border-color:#ebf4ff}.hover\:border-indigo-200:hover{border-color:#c3dafe}.hover\:border-indigo-300:hover{border-color:#a3bffa}.hover\:border-indigo-400:hover{border-color:#7f9cf5}.hover\:border-indigo-500:hover{border-color:#667eea}.hover\:border-indigo-600:hover{border-color:#5a67d8}.hover\:border-indigo-700:hover{border-color:#4c51bf}.hover\:border-indigo-800:hover{border-color:#434190}.hover\:border-indigo-900:hover{border-color:#3c366b}.hover\:border-purple-100:hover{border-color:#faf5ff}.hover\:border-purple-200:hover{border-color:#e9d8fd}.hover\:border-purple-300:hover{border-color:#d6bcfa}.hover\:border-purple-400:hover{border-color:#b794f4}.hover\:border-purple-500:hover{border-color:#9f7aea}.hover\:border-purple-600:hover{border-color:#805ad5}.hover\:border-purple-700:hover{border-color:#6b46c1}.hover\:border-purple-800:hover{border-color:#553c9a}.hover\:border-purple-900:hover{border-color:#44337a}.hover\:border-pink-100:hover{border-color:#fff5f7}.hover\:border-pink-200:hover{border-color:#fed7e2}.hover\:border-pink-300:hover{border-color:#fbb6ce}.hover\:border-pink-400:hover{border-color:#f687b3}.hover\:border-pink-500:hover{border-color:#ed64a6}.hover\:border-pink-600:hover{border-color:#d53f8c}.hover\:border-pink-700:hover{border-color:#b83280}.hover\:border-pink-800:hover{border-color:#97266d}.hover\:border-pink-900:hover{border-color:#702459}.hover\:border-regal-blue:hover{border-color:#243c5a}.hover\:border-selection-blue:hover{border-color:#aadaff}.hover\:border-fill-gray:hover{border-color:#e2e2e2}.hover\:border-outline-gray:hover{border-color:#d0d0d0}.hover\:border-disabled-red:hover{border-color:#ecc9c9}.hover\:border-violated-red:hover{border-color:#ff7b7b}.hover\:border-modified-yellow:hover{border-color:#fce869}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-black:focus{border-color:#000}.focus\:border-white:focus{border-color:#fff}.focus\:border-gray-100:focus{border-color:#f7fafc}.focus\:border-gray-200:focus{border-color:#edf2f7}.focus\:border-gray-300:focus{border-color:#e2e8f0}.focus\:border-gray-400:focus{border-color:#cbd5e0}.focus\:border-gray-500:focus{border-color:#a0aec0}.focus\:border-gray-600:focus{border-color:#718096}.focus\:border-gray-700:focus{border-color:#4a5568}.focus\:border-gray-800:focus{border-color:#2d3748}.focus\:border-gray-900:focus{border-color:#1a202c}.focus\:border-red-100:focus{border-color:#fff5f5}.focus\:border-red-200:focus{border-color:#fed7d7}.focus\:border-red-300:focus{border-color:#feb2b2}.focus\:border-red-400:focus{border-color:#fc8181}.focus\:border-red-500:focus{border-color:#f56565}.focus\:border-red-600:focus{border-color:#e53e3e}.focus\:border-red-700:focus{border-color:#c53030}.focus\:border-red-800:focus{border-color:#9b2c2c}.focus\:border-red-900:focus{border-color:#742a2a}.focus\:border-orange-100:focus{border-color:#fffaf0}.focus\:border-orange-200:focus{border-color:#feebc8}.focus\:border-orange-300:focus{border-color:#fbd38d}.focus\:border-orange-400:focus{border-color:#f6ad55}.focus\:border-orange-500:focus{border-color:#ed8936}.focus\:border-orange-600:focus{border-color:#dd6b20}.focus\:border-orange-700:focus{border-color:#c05621}.focus\:border-orange-800:focus{border-color:#9c4221}.focus\:border-orange-900:focus{border-color:#7b341e}.focus\:border-yellow-100:focus{border-color:ivory}.focus\:border-yellow-200:focus{border-color:#fefcbf}.focus\:border-yellow-300:focus{border-color:#faf089}.focus\:border-yellow-400:focus{border-color:#f6e05e}.focus\:border-yellow-500:focus{border-color:#ecc94b}.focus\:border-yellow-600:focus{border-color:#d69e2e}.focus\:border-yellow-700:focus{border-color:#b7791f}.focus\:border-yellow-800:focus{border-color:#975a16}.focus\:border-yellow-900:focus{border-color:#744210}.focus\:border-green-100:focus{border-color:#f0fff4}.focus\:border-green-200:focus{border-color:#c6f6d5}.focus\:border-green-300:focus{border-color:#9ae6b4}.focus\:border-green-400:focus{border-color:#68d391}.focus\:border-green-500:focus{border-color:#48bb78}.focus\:border-green-600:focus{border-color:#38a169}.focus\:border-green-700:focus{border-color:#2f855a}.focus\:border-green-800:focus{border-color:#276749}.focus\:border-green-900:focus{border-color:#22543d}.focus\:border-teal-100:focus{border-color:#e6fffa}.focus\:border-teal-200:focus{border-color:#b2f5ea}.focus\:border-teal-300:focus{border-color:#81e6d9}.focus\:border-teal-400:focus{border-color:#4fd1c5}.focus\:border-teal-500:focus{border-color:#38b2ac}.focus\:border-teal-600:focus{border-color:#319795}.focus\:border-teal-700:focus{border-color:#2c7a7b}.focus\:border-teal-800:focus{border-color:#285e61}.focus\:border-teal-900:focus{border-color:#234e52}.focus\:border-blue-100:focus{border-color:#ebf8ff}.focus\:border-blue-200:focus{border-color:#bee3f8}.focus\:border-blue-300:focus{border-color:#90cdf4}.focus\:border-blue-400:focus{border-color:#63b3ed}.focus\:border-blue-500:focus{border-color:#4299e1}.focus\:border-blue-600:focus{border-color:#3182ce}.focus\:border-blue-700:focus{border-color:#2b6cb0}.focus\:border-blue-800:focus{border-color:#2c5282}.focus\:border-blue-900:focus{border-color:#2a4365}.focus\:border-indigo-100:focus{border-color:#ebf4ff}.focus\:border-indigo-200:focus{border-color:#c3dafe}.focus\:border-indigo-300:focus{border-color:#a3bffa}.focus\:border-indigo-400:focus{border-color:#7f9cf5}.focus\:border-indigo-500:focus{border-color:#667eea}.focus\:border-indigo-600:focus{border-color:#5a67d8}.focus\:border-indigo-700:focus{border-color:#4c51bf}.focus\:border-indigo-800:focus{border-color:#434190}.focus\:border-indigo-900:focus{border-color:#3c366b}.focus\:border-purple-100:focus{border-color:#faf5ff}.focus\:border-purple-200:focus{border-color:#e9d8fd}.focus\:border-purple-300:focus{border-color:#d6bcfa}.focus\:border-purple-400:focus{border-color:#b794f4}.focus\:border-purple-500:focus{border-color:#9f7aea}.focus\:border-purple-600:focus{border-color:#805ad5}.focus\:border-purple-700:focus{border-color:#6b46c1}.focus\:border-purple-800:focus{border-color:#553c9a}.focus\:border-purple-900:focus{border-color:#44337a}.focus\:border-pink-100:focus{border-color:#fff5f7}.focus\:border-pink-200:focus{border-color:#fed7e2}.focus\:border-pink-300:focus{border-color:#fbb6ce}.focus\:border-pink-400:focus{border-color:#f687b3}.focus\:border-pink-500:focus{border-color:#ed64a6}.focus\:border-pink-600:focus{border-color:#d53f8c}.focus\:border-pink-700:focus{border-color:#b83280}.focus\:border-pink-800:focus{border-color:#97266d}.focus\:border-pink-900:focus{border-color:#702459}.focus\:border-regal-blue:focus{border-color:#243c5a}.focus\:border-selection-blue:focus{border-color:#aadaff}.focus\:border-fill-gray:focus{border-color:#e2e2e2}.focus\:border-outline-gray:focus{border-color:#d0d0d0}.focus\:border-disabled-red:focus{border-color:#ecc9c9}.focus\:border-violated-red:focus{border-color:#ff7b7b}.focus\:border-modified-yellow:focus{border-color:#fce869}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:1rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-t-sm{border-top-left-radius:.125rem}.rounded-r-sm,.rounded-t-sm{border-top-right-radius:.125rem}.rounded-b-sm,.rounded-r-sm{border-bottom-right-radius:.125rem}.rounded-b-sm,.rounded-l-sm{border-bottom-left-radius:.125rem}.rounded-l-sm{border-top-left-radius:.125rem}.rounded-t{border-top-left-radius:.25rem}.rounded-r,.rounded-t{border-top-right-radius:.25rem}.rounded-b,.rounded-r{border-bottom-right-radius:.25rem}.rounded-b,.rounded-l{border-bottom-left-radius:.25rem}.rounded-l{border-top-left-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem}.rounded-r-lg,.rounded-t-lg{border-top-right-radius:.5rem}.rounded-b-lg,.rounded-r-lg{border-bottom-right-radius:.5rem}.rounded-b-lg,.rounded-l-lg{border-bottom-left-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-r-full{border-top-right-radius:9999px}.rounded-b-full,.rounded-r-full{border-bottom-right-radius:9999px}.rounded-b-full,.rounded-l-full{border-bottom-left-radius:9999px}.rounded-l-full{border-top-left-radius:9999px}.rounded-t-xl{border-top-left-radius:1rem}.rounded-r-xl,.rounded-t-xl{border-top-right-radius:1rem}.rounded-b-xl,.rounded-r-xl{border-bottom-right-radius:1rem}.rounded-b-xl,.rounded-l-xl{border-bottom-left-radius:1rem}.rounded-l-xl{border-top-left-radius:1rem}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-none{border-top-right-radius:0}.rounded-br-none{border-bottom-right-radius:0}.rounded-bl-none{border-bottom-left-radius:0}.rounded-tl-sm{border-top-left-radius:.125rem}.rounded-tr-sm{border-top-right-radius:.125rem}.rounded-br-sm{border-bottom-right-radius:.125rem}.rounded-bl-sm{border-bottom-left-radius:.125rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-tl-full{border-top-left-radius:9999px}.rounded-tr-full{border-top-right-radius:9999px}.rounded-br-full{border-bottom-right-radius:9999px}.rounded-bl-full{border-bottom-left-radius:9999px}.rounded-tl-xl{border-top-left-radius:1rem}.rounded-tr-xl{border-top-right-radius:1rem}.rounded-br-xl{border-bottom-right-radius:1rem}.rounded-bl-xl{border-bottom-left-radius:1rem}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-double{border-style:double}.border-none{border-style:none}.border-0{border-width:0}.border-1{border-width:1px}.border-2{border-width:2px}.border-3{border-width:3px}.border-4{border-width:4px}.border-8{border-width:8px}.border{border-width:1px}.border-t-0{border-top-width:0}.border-r-0{border-right-width:0}.border-b-0{border-bottom-width:0}.border-l-0{border-left-width:0}.border-t-1{border-top-width:1px}.border-r-1{border-right-width:1px}.border-b-1{border-bottom-width:1px}.border-l-1{border-left-width:1px}.border-t-2{border-top-width:2px}.border-r-2{border-right-width:2px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-t-3{border-top-width:3px}.border-r-3{border-right-width:3px}.border-b-3{border-bottom-width:3px}.border-l-3{border-left-width:3px}.border-t-4{border-top-width:4px}.border-r-4{border-right-width:4px}.border-b-4{border-bottom-width:4px}.border-l-4{border-left-width:4px}.border-t-8{border-top-width:8px}.border-r-8{border-right-width:8px}.border-b-8{border-bottom-width:8px}.border-l-8{border-left-width:8px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.table-cell{display:table-cell}.hidden{display:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-no-wrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.float-right{float:right}.float-left{float:left}.float-none{float:none}.clearfix:after{content:"";display:table;clear:both}.font-sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.font-serif{font-family:Georgia,Cambria,"Times New Roman",Times,serif}.font-mono{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.font-hairline{font-weight:100}.font-thin{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.hover\:font-hairline:hover{font-weight:100}.hover\:font-thin:hover{font-weight:200}.hover\:font-light:hover{font-weight:300}.hover\:font-normal:hover{font-weight:400}.hover\:font-medium:hover{font-weight:500}.hover\:font-semibold:hover{font-weight:600}.hover\:font-bold:hover{font-weight:700}.hover\:font-extrabold:hover{font-weight:800}.hover\:font-black:hover{font-weight:900}.focus\:font-hairline:focus{font-weight:100}.focus\:font-thin:focus{font-weight:200}.focus\:font-light:focus{font-weight:300}.focus\:font-normal:focus{font-weight:400}.focus\:font-medium:focus{font-weight:500}.focus\:font-semibold:focus{font-weight:600}.focus\:font-bold:focus{font-weight:700}.focus\:font-extrabold:focus{font-weight:800}.focus\:font-black:focus{font-weight:900}.h-0{height:0}.h-1{height:.25rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-40{height:10rem}.h-48{height:12rem}.h-56{height:14rem}.h-64{height:16rem}.h-auto{height:auto}.h-px{height:1px}.h-full{height:100%}.h-screen{height:100vh}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-none{list-style-type:none}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.m-10{margin:2.5rem}.m-12{margin:3rem}.m-16{margin:4rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-32{margin:8rem}.m-40{margin:10rem}.m-48{margin:12rem}.m-56{margin:14rem}.m-64{margin:16rem}.m-auto{margin:auto}.m-px{margin:1px}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.-m-3{margin:-.75rem}.-m-4{margin:-1rem}.-m-5{margin:-1.25rem}.-m-6{margin:-1.5rem}.-m-8{margin:-2rem}.-m-10{margin:-2.5rem}.-m-12{margin:-3rem}.-m-16{margin:-4rem}.-m-20{margin:-5rem}.-m-24{margin:-6rem}.-m-32{margin:-8rem}.-m-40{margin:-10rem}.-m-48{margin:-12rem}.-m-56{margin:-14rem}.-m-64{margin:-16rem}.-m-px{margin:-1px}.my-0{margin-top:0;margin-bottom:0}.mx-0{margin-left:0;margin-right:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.mx-12{margin-left:3rem;margin-right:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.mx-16{margin-left:4rem;margin-right:4rem}.my-20{margin-top:5rem;margin-bottom:5rem}.mx-20{margin-left:5rem;margin-right:5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.mx-24{margin-left:6rem;margin-right:6rem}.my-32{margin-top:8rem;margin-bottom:8rem}.mx-32{margin-left:8rem;margin-right:8rem}.my-40{margin-top:10rem;margin-bottom:10rem}.mx-40{margin-left:10rem;margin-right:10rem}.my-48{margin-top:12rem;margin-bottom:12rem}.mx-48{margin-left:12rem;margin-right:12rem}.my-56{margin-top:14rem;margin-bottom:14rem}.mx-56{margin-left:14rem;margin-right:14rem}.my-64{margin-top:16rem;margin-bottom:16rem}.mx-64{margin-left:16rem;margin-right:16rem}.my-auto{margin-top:auto;margin-bottom:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-px{margin-top:1px;margin-bottom:1px}.mx-px{margin-left:1px;margin-right:1px}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-my-8{margin-top:-2rem;margin-bottom:-2rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.-my-12{margin-top:-3rem;margin-bottom:-3rem}.-mx-12{margin-left:-3rem;margin-right:-3rem}.-my-16{margin-top:-4rem;margin-bottom:-4rem}.-mx-16{margin-left:-4rem;margin-right:-4rem}.-my-20{margin-top:-5rem;margin-bottom:-5rem}.-mx-20{margin-left:-5rem;margin-right:-5rem}.-my-24{margin-top:-6rem;margin-bottom:-6rem}.-mx-24{margin-left:-6rem;margin-right:-6rem}.-my-32{margin-top:-8rem;margin-bottom:-8rem}.-mx-32{margin-left:-8rem;margin-right:-8rem}.-my-40{margin-top:-10rem;margin-bottom:-10rem}.-mx-40{margin-left:-10rem;margin-right:-10rem}.-my-48{margin-top:-12rem;margin-bottom:-12rem}.-mx-48{margin-left:-12rem;margin-right:-12rem}.-my-56{margin-top:-14rem;margin-bottom:-14rem}.-mx-56{margin-left:-14rem;margin-right:-14rem}.-my-64{margin-top:-16rem;margin-bottom:-16rem}.-mx-64{margin-left:-16rem;margin-right:-16rem}.-my-px{margin-top:-1px;margin-bottom:-1px}.-mx-px{margin-left:-1px;margin-right:-1px}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mt-12{margin-top:3rem}.mr-12{margin-right:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mt-16{margin-top:4rem}.mr-16{margin-right:4rem}.mb-16{margin-bottom:4rem}.ml-16{margin-left:4rem}.mt-20{margin-top:5rem}.mr-20{margin-right:5rem}.mb-20{margin-bottom:5rem}.ml-20{margin-left:5rem}.mt-24{margin-top:6rem}.mr-24{margin-right:6rem}.mb-24{margin-bottom:6rem}.ml-24{margin-left:6rem}.mt-32{margin-top:8rem}.mr-32{margin-right:8rem}.mb-32{margin-bottom:8rem}.ml-32{margin-left:8rem}.mt-40{margin-top:10rem}.mr-40{margin-right:10rem}.mb-40{margin-bottom:10rem}.ml-40{margin-left:10rem}.mt-48{margin-top:12rem}.mr-48{margin-right:12rem}.mb-48{margin-bottom:12rem}.ml-48{margin-left:12rem}.mt-56{margin-top:14rem}.mr-56{margin-right:14rem}.mb-56{margin-bottom:14rem}.ml-56{margin-left:14rem}.mt-64{margin-top:16rem}.mr-64{margin-right:16rem}.mb-64{margin-bottom:16rem}.ml-64{margin-left:16rem}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mt-px{margin-top:1px}.mr-px{margin-right:1px}.mb-px{margin-bottom:1px}.ml-px{margin-left:1px}.-mt-1{margin-top:-.25rem}.-mr-1{margin-right:-.25rem}.-mb-1{margin-bottom:-.25rem}.-ml-1{margin-left:-.25rem}.-mt-2{margin-top:-.5rem}.-mr-2{margin-right:-.5rem}.-mb-2{margin-bottom:-.5rem}.-ml-2{margin-left:-.5rem}.-mt-3{margin-top:-.75rem}.-mr-3{margin-right:-.75rem}.-mb-3{margin-bottom:-.75rem}.-ml-3{margin-left:-.75rem}.-mt-4{margin-top:-1rem}.-mr-4{margin-right:-1rem}.-mb-4{margin-bottom:-1rem}.-ml-4{margin-left:-1rem}.-mt-5{margin-top:-1.25rem}.-mr-5{margin-right:-1.25rem}.-mb-5{margin-bottom:-1.25rem}.-ml-5{margin-left:-1.25rem}.-mt-6{margin-top:-1.5rem}.-mr-6{margin-right:-1.5rem}.-mb-6{margin-bottom:-1.5rem}.-ml-6{margin-left:-1.5rem}.-mt-8{margin-top:-2rem}.-mr-8{margin-right:-2rem}.-mb-8{margin-bottom:-2rem}.-ml-8{margin-left:-2rem}.-mt-10{margin-top:-2.5rem}.-mr-10{margin-right:-2.5rem}.-mb-10{margin-bottom:-2.5rem}.-ml-10{margin-left:-2.5rem}.-mt-12{margin-top:-3rem}.-mr-12{margin-right:-3rem}.-mb-12{margin-bottom:-3rem}.-ml-12{margin-left:-3rem}.-mt-16{margin-top:-4rem}.-mr-16{margin-right:-4rem}.-mb-16{margin-bottom:-4rem}.-ml-16{margin-left:-4rem}.-mt-20{margin-top:-5rem}.-mr-20{margin-right:-5rem}.-mb-20{margin-bottom:-5rem}.-ml-20{margin-left:-5rem}.-mt-24{margin-top:-6rem}.-mr-24{margin-right:-6rem}.-mb-24{margin-bottom:-6rem}.-ml-24{margin-left:-6rem}.-mt-32{margin-top:-8rem}.-mr-32{margin-right:-8rem}.-mb-32{margin-bottom:-8rem}.-ml-32{margin-left:-8rem}.-mt-40{margin-top:-10rem}.-mr-40{margin-right:-10rem}.-mb-40{margin-bottom:-10rem}.-ml-40{margin-left:-10rem}.-mt-48{margin-top:-12rem}.-mr-48{margin-right:-12rem}.-mb-48{margin-bottom:-12rem}.-ml-48{margin-left:-12rem}.-mt-56{margin-top:-14rem}.-mr-56{margin-right:-14rem}.-mb-56{margin-bottom:-14rem}.-ml-56{margin-left:-14rem}.-mt-64{margin-top:-16rem}.-mr-64{margin-right:-16rem}.-mb-64{margin-bottom:-16rem}.-ml-64{margin-left:-16rem}.-mt-px{margin-top:-1px}.-mr-px{margin-right:-1px}.-mb-px{margin-bottom:-1px}.-ml-px{margin-left:-1px}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-full{max-width:100%}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.min-w-full{min-width:100%}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.object-bottom{object-position:bottom}.object-center{object-position:center}.object-left{object-position:left}.object-left-bottom{object-position:left bottom}.object-left-top{object-position:left top}.object-right{object-position:right}.object-right-bottom{object-position:right bottom}.object-right-top{object-position:right top}.object-top{object-position:top}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.hover\:opacity-0:hover{opacity:0}.hover\:opacity-25:hover{opacity:.25}.hover\:opacity-50:hover{opacity:.5}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-100:hover{opacity:1}.focus\:opacity-0:focus{opacity:0}.focus\:opacity-25:focus{opacity:.25}.focus\:opacity-50:focus{opacity:.5}.focus\:opacity-75:focus{opacity:.75}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus,.outline-none{outline:0}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-visible{overflow-x:visible}.overflow-y-visible{overflow-y:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.scrolling-touch{-webkit-overflow-scrolling:touch}.scrolling-auto{-webkit-overflow-scrolling:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-32{padding:8rem}.p-40{padding:10rem}.p-48{padding:12rem}.p-56{padding:14rem}.p-64{padding:16rem}.p-px{padding:1px}.py-0{padding-top:0;padding-bottom:0}.px-0{padding-left:0;padding-right:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.px-16{padding-left:4rem;padding-right:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.px-20{padding-left:5rem;padding-right:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-24{padding-left:6rem;padding-right:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}.px-32{padding-left:8rem;padding-right:8rem}.py-40{padding-top:10rem;padding-bottom:10rem}.px-40{padding-left:10rem;padding-right:10rem}.py-48{padding-top:12rem;padding-bottom:12rem}.px-48{padding-left:12rem;padding-right:12rem}.py-56{padding-top:14rem;padding-bottom:14rem}.px-56{padding-left:14rem;padding-right:14rem}.py-64{padding-top:16rem;padding-bottom:16rem}.px-64{padding-left:16rem;padding-right:16rem}.py-px{padding-top:1px;padding-bottom:1px}.px-px{padding-left:1px;padding-right:1px}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pt-5{padding-top:1.25rem}.pr-5{padding-right:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-8{padding-top:2rem}.pr-8{padding-right:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pt-10{padding-top:2.5rem}.pr-10{padding-right:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pt-12{padding-top:3rem}.pr-12{padding-right:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pt-16{padding-top:4rem}.pr-16{padding-right:4rem}.pb-16{padding-bottom:4rem}.pl-16{padding-left:4rem}.pt-20{padding-top:5rem}.pr-20{padding-right:5rem}.pb-20{padding-bottom:5rem}.pl-20{padding-left:5rem}.pt-24{padding-top:6rem}.pr-24{padding-right:6rem}.pb-24{padding-bottom:6rem}.pl-24{padding-left:6rem}.pt-32{padding-top:8rem}.pr-32{padding-right:8rem}.pb-32{padding-bottom:8rem}.pl-32{padding-left:8rem}.pt-40{padding-top:10rem}.pr-40{padding-right:10rem}.pb-40{padding-bottom:10rem}.pl-40{padding-left:10rem}.pt-48{padding-top:12rem}.pr-48{padding-right:12rem}.pb-48{padding-bottom:12rem}.pl-48{padding-left:12rem}.pt-56{padding-top:14rem}.pr-56{padding-right:14rem}.pb-56{padding-bottom:14rem}.pl-56{padding-left:14rem}.pt-64{padding-top:16rem}.pr-64{padding-right:16rem}.pb-64{padding-bottom:16rem}.pl-64{padding-left:16rem}.pt-px{padding-top:1px}.pr-px{padding-right:1px}.pb-px{padding-bottom:1px}.pl-px{padding-left:1px}.placeholder-transparent::-webkit-input-placeholder{color:transparent}.placeholder-transparent::placeholder{color:transparent}.placeholder-black::-webkit-input-placeholder{color:#000}.placeholder-black::placeholder{color:#000}.placeholder-white::-webkit-input-placeholder{color:#fff}.placeholder-white::placeholder{color:#fff}.placeholder-gray-100::-webkit-input-placeholder{color:#f7fafc}.placeholder-gray-100::placeholder{color:#f7fafc}.placeholder-gray-200::-webkit-input-placeholder{color:#edf2f7}.placeholder-gray-200::placeholder{color:#edf2f7}.placeholder-gray-300::-webkit-input-placeholder{color:#e2e8f0}.placeholder-gray-300::placeholder{color:#e2e8f0}.placeholder-gray-400::-webkit-input-placeholder{color:#cbd5e0}.placeholder-gray-400::placeholder{color:#cbd5e0}.placeholder-gray-500::-webkit-input-placeholder{color:#a0aec0}.placeholder-gray-500::placeholder{color:#a0aec0}.placeholder-gray-600::-webkit-input-placeholder{color:#718096}.placeholder-gray-600::placeholder{color:#718096}.placeholder-gray-700::-webkit-input-placeholder{color:#4a5568}.placeholder-gray-700::placeholder{color:#4a5568}.placeholder-gray-800::-webkit-input-placeholder{color:#2d3748}.placeholder-gray-800::placeholder{color:#2d3748}.placeholder-gray-900::-webkit-input-placeholder{color:#1a202c}.placeholder-gray-900::placeholder{color:#1a202c}.placeholder-red-100::-webkit-input-placeholder{color:#fff5f5}.placeholder-red-100::placeholder{color:#fff5f5}.placeholder-red-200::-webkit-input-placeholder{color:#fed7d7}.placeholder-red-200::placeholder{color:#fed7d7}.placeholder-red-300::-webkit-input-placeholder{color:#feb2b2}.placeholder-red-300::placeholder{color:#feb2b2}.placeholder-red-400::-webkit-input-placeholder{color:#fc8181}.placeholder-red-400::placeholder{color:#fc8181}.placeholder-red-500::-webkit-input-placeholder{color:#f56565}.placeholder-red-500::placeholder{color:#f56565}.placeholder-red-600::-webkit-input-placeholder{color:#e53e3e}.placeholder-red-600::placeholder{color:#e53e3e}.placeholder-red-700::-webkit-input-placeholder{color:#c53030}.placeholder-red-700::placeholder{color:#c53030}.placeholder-red-800::-webkit-input-placeholder{color:#9b2c2c}.placeholder-red-800::placeholder{color:#9b2c2c}.placeholder-red-900::-webkit-input-placeholder{color:#742a2a}.placeholder-red-900::placeholder{color:#742a2a}.placeholder-orange-100::-webkit-input-placeholder{color:#fffaf0}.placeholder-orange-100::placeholder{color:#fffaf0}.placeholder-orange-200::-webkit-input-placeholder{color:#feebc8}.placeholder-orange-200::placeholder{color:#feebc8}.placeholder-orange-300::-webkit-input-placeholder{color:#fbd38d}.placeholder-orange-300::placeholder{color:#fbd38d}.placeholder-orange-400::-webkit-input-placeholder{color:#f6ad55}.placeholder-orange-400::placeholder{color:#f6ad55}.placeholder-orange-500::-webkit-input-placeholder{color:#ed8936}.placeholder-orange-500::placeholder{color:#ed8936}.placeholder-orange-600::-webkit-input-placeholder{color:#dd6b20}.placeholder-orange-600::placeholder{color:#dd6b20}.placeholder-orange-700::-webkit-input-placeholder{color:#c05621}.placeholder-orange-700::placeholder{color:#c05621}.placeholder-orange-800::-webkit-input-placeholder{color:#9c4221}.placeholder-orange-800::placeholder{color:#9c4221}.placeholder-orange-900::-webkit-input-placeholder{color:#7b341e}.placeholder-orange-900::placeholder{color:#7b341e}.placeholder-yellow-100::-webkit-input-placeholder{color:ivory}.placeholder-yellow-100::placeholder{color:ivory}.placeholder-yellow-200::-webkit-input-placeholder{color:#fefcbf}.placeholder-yellow-200::placeholder{color:#fefcbf}.placeholder-yellow-300::-webkit-input-placeholder{color:#faf089}.placeholder-yellow-300::placeholder{color:#faf089}.placeholder-yellow-400::-webkit-input-placeholder{color:#f6e05e}.placeholder-yellow-400::placeholder{color:#f6e05e}.placeholder-yellow-500::-webkit-input-placeholder{color:#ecc94b}.placeholder-yellow-500::placeholder{color:#ecc94b}.placeholder-yellow-600::-webkit-input-placeholder{color:#d69e2e}.placeholder-yellow-600::placeholder{color:#d69e2e}.placeholder-yellow-700::-webkit-input-placeholder{color:#b7791f}.placeholder-yellow-700::placeholder{color:#b7791f}.placeholder-yellow-800::-webkit-input-placeholder{color:#975a16}.placeholder-yellow-800::placeholder{color:#975a16}.placeholder-yellow-900::-webkit-input-placeholder{color:#744210}.placeholder-yellow-900::placeholder{color:#744210}.placeholder-green-100::-webkit-input-placeholder{color:#f0fff4}.placeholder-green-100::placeholder{color:#f0fff4}.placeholder-green-200::-webkit-input-placeholder{color:#c6f6d5}.placeholder-green-200::placeholder{color:#c6f6d5}.placeholder-green-300::-webkit-input-placeholder{color:#9ae6b4}.placeholder-green-300::placeholder{color:#9ae6b4}.placeholder-green-400::-webkit-input-placeholder{color:#68d391}.placeholder-green-400::placeholder{color:#68d391}.placeholder-green-500::-webkit-input-placeholder{color:#48bb78}.placeholder-green-500::placeholder{color:#48bb78}.placeholder-green-600::-webkit-input-placeholder{color:#38a169}.placeholder-green-600::placeholder{color:#38a169}.placeholder-green-700::-webkit-input-placeholder{color:#2f855a}.placeholder-green-700::placeholder{color:#2f855a}.placeholder-green-800::-webkit-input-placeholder{color:#276749}.placeholder-green-800::placeholder{color:#276749}.placeholder-green-900::-webkit-input-placeholder{color:#22543d}.placeholder-green-900::placeholder{color:#22543d}.placeholder-teal-100::-webkit-input-placeholder{color:#e6fffa}.placeholder-teal-100::placeholder{color:#e6fffa}.placeholder-teal-200::-webkit-input-placeholder{color:#b2f5ea}.placeholder-teal-200::placeholder{color:#b2f5ea}.placeholder-teal-300::-webkit-input-placeholder{color:#81e6d9}.placeholder-teal-300::placeholder{color:#81e6d9}.placeholder-teal-400::-webkit-input-placeholder{color:#4fd1c5}.placeholder-teal-400::placeholder{color:#4fd1c5}.placeholder-teal-500::-webkit-input-placeholder{color:#38b2ac}.placeholder-teal-500::placeholder{color:#38b2ac}.placeholder-teal-600::-webkit-input-placeholder{color:#319795}.placeholder-teal-600::placeholder{color:#319795}.placeholder-teal-700::-webkit-input-placeholder{color:#2c7a7b}.placeholder-teal-700::placeholder{color:#2c7a7b}.placeholder-teal-800::-webkit-input-placeholder{color:#285e61}.placeholder-teal-800::placeholder{color:#285e61}.placeholder-teal-900::-webkit-input-placeholder{color:#234e52}.placeholder-teal-900::placeholder{color:#234e52}.placeholder-blue-100::-webkit-input-placeholder{color:#ebf8ff}.placeholder-blue-100::placeholder{color:#ebf8ff}.placeholder-blue-200::-webkit-input-placeholder{color:#bee3f8}.placeholder-blue-200::placeholder{color:#bee3f8}.placeholder-blue-300::-webkit-input-placeholder{color:#90cdf4}.placeholder-blue-300::placeholder{color:#90cdf4}.placeholder-blue-400::-webkit-input-placeholder{color:#63b3ed}.placeholder-blue-400::placeholder{color:#63b3ed}.placeholder-blue-500::-webkit-input-placeholder{color:#4299e1}.placeholder-blue-500::placeholder{color:#4299e1}.placeholder-blue-600::-webkit-input-placeholder{color:#3182ce}.placeholder-blue-600::placeholder{color:#3182ce}.placeholder-blue-700::-webkit-input-placeholder{color:#2b6cb0}.placeholder-blue-700::placeholder{color:#2b6cb0}.placeholder-blue-800::-webkit-input-placeholder{color:#2c5282}.placeholder-blue-800::placeholder{color:#2c5282}.placeholder-blue-900::-webkit-input-placeholder{color:#2a4365}.placeholder-blue-900::placeholder{color:#2a4365}.placeholder-indigo-100::-webkit-input-placeholder{color:#ebf4ff}.placeholder-indigo-100::placeholder{color:#ebf4ff}.placeholder-indigo-200::-webkit-input-placeholder{color:#c3dafe}.placeholder-indigo-200::placeholder{color:#c3dafe}.placeholder-indigo-300::-webkit-input-placeholder{color:#a3bffa}.placeholder-indigo-300::placeholder{color:#a3bffa}.placeholder-indigo-400::-webkit-input-placeholder{color:#7f9cf5}.placeholder-indigo-400::placeholder{color:#7f9cf5}.placeholder-indigo-500::-webkit-input-placeholder{color:#667eea}.placeholder-indigo-500::placeholder{color:#667eea}.placeholder-indigo-600::-webkit-input-placeholder{color:#5a67d8}.placeholder-indigo-600::placeholder{color:#5a67d8}.placeholder-indigo-700::-webkit-input-placeholder{color:#4c51bf}.placeholder-indigo-700::placeholder{color:#4c51bf}.placeholder-indigo-800::-webkit-input-placeholder{color:#434190}.placeholder-indigo-800::placeholder{color:#434190}.placeholder-indigo-900::-webkit-input-placeholder{color:#3c366b}.placeholder-indigo-900::placeholder{color:#3c366b}.placeholder-purple-100::-webkit-input-placeholder{color:#faf5ff}.placeholder-purple-100::placeholder{color:#faf5ff}.placeholder-purple-200::-webkit-input-placeholder{color:#e9d8fd}.placeholder-purple-200::placeholder{color:#e9d8fd}.placeholder-purple-300::-webkit-input-placeholder{color:#d6bcfa}.placeholder-purple-300::placeholder{color:#d6bcfa}.placeholder-purple-400::-webkit-input-placeholder{color:#b794f4}.placeholder-purple-400::placeholder{color:#b794f4}.placeholder-purple-500::-webkit-input-placeholder{color:#9f7aea}.placeholder-purple-500::placeholder{color:#9f7aea}.placeholder-purple-600::-webkit-input-placeholder{color:#805ad5}.placeholder-purple-600::placeholder{color:#805ad5}.placeholder-purple-700::-webkit-input-placeholder{color:#6b46c1}.placeholder-purple-700::placeholder{color:#6b46c1}.placeholder-purple-800::-webkit-input-placeholder{color:#553c9a}.placeholder-purple-800::placeholder{color:#553c9a}.placeholder-purple-900::-webkit-input-placeholder{color:#44337a}.placeholder-purple-900::placeholder{color:#44337a}.placeholder-pink-100::-webkit-input-placeholder{color:#fff5f7}.placeholder-pink-100::placeholder{color:#fff5f7}.placeholder-pink-200::-webkit-input-placeholder{color:#fed7e2}.placeholder-pink-200::placeholder{color:#fed7e2}.placeholder-pink-300::-webkit-input-placeholder{color:#fbb6ce}.placeholder-pink-300::placeholder{color:#fbb6ce}.placeholder-pink-400::-webkit-input-placeholder{color:#f687b3}.placeholder-pink-400::placeholder{color:#f687b3}.placeholder-pink-500::-webkit-input-placeholder{color:#ed64a6}.placeholder-pink-500::placeholder{color:#ed64a6}.placeholder-pink-600::-webkit-input-placeholder{color:#d53f8c}.placeholder-pink-600::placeholder{color:#d53f8c}.placeholder-pink-700::-webkit-input-placeholder{color:#b83280}.placeholder-pink-700::placeholder{color:#b83280}.placeholder-pink-800::-webkit-input-placeholder{color:#97266d}.placeholder-pink-800::placeholder{color:#97266d}.placeholder-pink-900::-webkit-input-placeholder{color:#702459}.placeholder-pink-900::placeholder{color:#702459}.placeholder-regal-blue::-webkit-input-placeholder{color:#243c5a}.placeholder-regal-blue::placeholder{color:#243c5a}.placeholder-selection-blue::-webkit-input-placeholder{color:#aadaff}.placeholder-selection-blue::placeholder{color:#aadaff}.placeholder-fill-gray::-webkit-input-placeholder{color:#e2e2e2}.placeholder-fill-gray::placeholder{color:#e2e2e2}.placeholder-outline-gray::-webkit-input-placeholder{color:#d0d0d0}.placeholder-outline-gray::placeholder{color:#d0d0d0}.placeholder-disabled-red::-webkit-input-placeholder{color:#ecc9c9}.placeholder-disabled-red::placeholder{color:#ecc9c9}.placeholder-violated-red::-webkit-input-placeholder{color:#ff7b7b}.placeholder-violated-red::placeholder{color:#ff7b7b}.placeholder-modified-yellow::-webkit-input-placeholder{color:#fce869}.placeholder-modified-yellow::placeholder{color:#fce869}.focus\:placeholder-transparent:focus::-webkit-input-placeholder{color:transparent}.focus\:placeholder-transparent:focus::placeholder{color:transparent}.focus\:placeholder-black:focus::-webkit-input-placeholder{color:#000}.focus\:placeholder-black:focus::placeholder{color:#000}.focus\:placeholder-white:focus::-webkit-input-placeholder{color:#fff}.focus\:placeholder-white:focus::placeholder{color:#fff}.focus\:placeholder-gray-100:focus::-webkit-input-placeholder{color:#f7fafc}.focus\:placeholder-gray-100:focus::placeholder{color:#f7fafc}.focus\:placeholder-gray-200:focus::-webkit-input-placeholder{color:#edf2f7}.focus\:placeholder-gray-200:focus::placeholder{color:#edf2f7}.focus\:placeholder-gray-300:focus::-webkit-input-placeholder{color:#e2e8f0}.focus\:placeholder-gray-300:focus::placeholder{color:#e2e8f0}.focus\:placeholder-gray-400:focus::-webkit-input-placeholder{color:#cbd5e0}.focus\:placeholder-gray-400:focus::placeholder{color:#cbd5e0}.focus\:placeholder-gray-500:focus::-webkit-input-placeholder{color:#a0aec0}.focus\:placeholder-gray-500:focus::placeholder{color:#a0aec0}.focus\:placeholder-gray-600:focus::-webkit-input-placeholder{color:#718096}.focus\:placeholder-gray-600:focus::placeholder{color:#718096}.focus\:placeholder-gray-700:focus::-webkit-input-placeholder{color:#4a5568}.focus\:placeholder-gray-700:focus::placeholder{color:#4a5568}.focus\:placeholder-gray-800:focus::-webkit-input-placeholder{color:#2d3748}.focus\:placeholder-gray-800:focus::placeholder{color:#2d3748}.focus\:placeholder-gray-900:focus::-webkit-input-placeholder{color:#1a202c}.focus\:placeholder-gray-900:focus::placeholder{color:#1a202c}.focus\:placeholder-red-100:focus::-webkit-input-placeholder{color:#fff5f5}.focus\:placeholder-red-100:focus::placeholder{color:#fff5f5}.focus\:placeholder-red-200:focus::-webkit-input-placeholder{color:#fed7d7}.focus\:placeholder-red-200:focus::placeholder{color:#fed7d7}.focus\:placeholder-red-300:focus::-webkit-input-placeholder{color:#feb2b2}.focus\:placeholder-red-300:focus::placeholder{color:#feb2b2}.focus\:placeholder-red-400:focus::-webkit-input-placeholder{color:#fc8181}.focus\:placeholder-red-400:focus::placeholder{color:#fc8181}.focus\:placeholder-red-500:focus::-webkit-input-placeholder{color:#f56565}.focus\:placeholder-red-500:focus::placeholder{color:#f56565}.focus\:placeholder-red-600:focus::-webkit-input-placeholder{color:#e53e3e}.focus\:placeholder-red-600:focus::placeholder{color:#e53e3e}.focus\:placeholder-red-700:focus::-webkit-input-placeholder{color:#c53030}.focus\:placeholder-red-700:focus::placeholder{color:#c53030}.focus\:placeholder-red-800:focus::-webkit-input-placeholder{color:#9b2c2c}.focus\:placeholder-red-800:focus::placeholder{color:#9b2c2c}.focus\:placeholder-red-900:focus::-webkit-input-placeholder{color:#742a2a}.focus\:placeholder-red-900:focus::placeholder{color:#742a2a}.focus\:placeholder-orange-100:focus::-webkit-input-placeholder{color:#fffaf0}.focus\:placeholder-orange-100:focus::placeholder{color:#fffaf0}.focus\:placeholder-orange-200:focus::-webkit-input-placeholder{color:#feebc8}.focus\:placeholder-orange-200:focus::placeholder{color:#feebc8}.focus\:placeholder-orange-300:focus::-webkit-input-placeholder{color:#fbd38d}.focus\:placeholder-orange-300:focus::placeholder{color:#fbd38d}.focus\:placeholder-orange-400:focus::-webkit-input-placeholder{color:#f6ad55}.focus\:placeholder-orange-400:focus::placeholder{color:#f6ad55}.focus\:placeholder-orange-500:focus::-webkit-input-placeholder{color:#ed8936}.focus\:placeholder-orange-500:focus::placeholder{color:#ed8936}.focus\:placeholder-orange-600:focus::-webkit-input-placeholder{color:#dd6b20}.focus\:placeholder-orange-600:focus::placeholder{color:#dd6b20}.focus\:placeholder-orange-700:focus::-webkit-input-placeholder{color:#c05621}.focus\:placeholder-orange-700:focus::placeholder{color:#c05621}.focus\:placeholder-orange-800:focus::-webkit-input-placeholder{color:#9c4221}.focus\:placeholder-orange-800:focus::placeholder{color:#9c4221}.focus\:placeholder-orange-900:focus::-webkit-input-placeholder{color:#7b341e}.focus\:placeholder-orange-900:focus::placeholder{color:#7b341e}.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{color:ivory}.focus\:placeholder-yellow-100:focus::placeholder{color:ivory}.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{color:#fefcbf}.focus\:placeholder-yellow-200:focus::placeholder{color:#fefcbf}.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{color:#faf089}.focus\:placeholder-yellow-300:focus::placeholder{color:#faf089}.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{color:#f6e05e}.focus\:placeholder-yellow-400:focus::placeholder{color:#f6e05e}.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{color:#ecc94b}.focus\:placeholder-yellow-500:focus::placeholder{color:#ecc94b}.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{color:#d69e2e}.focus\:placeholder-yellow-600:focus::placeholder{color:#d69e2e}.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{color:#b7791f}.focus\:placeholder-yellow-700:focus::placeholder{color:#b7791f}.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{color:#975a16}.focus\:placeholder-yellow-800:focus::placeholder{color:#975a16}.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{color:#744210}.focus\:placeholder-yellow-900:focus::placeholder{color:#744210}.focus\:placeholder-green-100:focus::-webkit-input-placeholder{color:#f0fff4}.focus\:placeholder-green-100:focus::placeholder{color:#f0fff4}.focus\:placeholder-green-200:focus::-webkit-input-placeholder{color:#c6f6d5}.focus\:placeholder-green-200:focus::placeholder{color:#c6f6d5}.focus\:placeholder-green-300:focus::-webkit-input-placeholder{color:#9ae6b4}.focus\:placeholder-green-300:focus::placeholder{color:#9ae6b4}.focus\:placeholder-green-400:focus::-webkit-input-placeholder{color:#68d391}.focus\:placeholder-green-400:focus::placeholder{color:#68d391}.focus\:placeholder-green-500:focus::-webkit-input-placeholder{color:#48bb78}.focus\:placeholder-green-500:focus::placeholder{color:#48bb78}.focus\:placeholder-green-600:focus::-webkit-input-placeholder{color:#38a169}.focus\:placeholder-green-600:focus::placeholder{color:#38a169}.focus\:placeholder-green-700:focus::-webkit-input-placeholder{color:#2f855a}.focus\:placeholder-green-700:focus::placeholder{color:#2f855a}.focus\:placeholder-green-800:focus::-webkit-input-placeholder{color:#276749}.focus\:placeholder-green-800:focus::placeholder{color:#276749}.focus\:placeholder-green-900:focus::-webkit-input-placeholder{color:#22543d}.focus\:placeholder-green-900:focus::placeholder{color:#22543d}.focus\:placeholder-teal-100:focus::-webkit-input-placeholder{color:#e6fffa}.focus\:placeholder-teal-100:focus::placeholder{color:#e6fffa}.focus\:placeholder-teal-200:focus::-webkit-input-placeholder{color:#b2f5ea}.focus\:placeholder-teal-200:focus::placeholder{color:#b2f5ea}.focus\:placeholder-teal-300:focus::-webkit-input-placeholder{color:#81e6d9}.focus\:placeholder-teal-300:focus::placeholder{color:#81e6d9}.focus\:placeholder-teal-400:focus::-webkit-input-placeholder{color:#4fd1c5}.focus\:placeholder-teal-400:focus::placeholder{color:#4fd1c5}.focus\:placeholder-teal-500:focus::-webkit-input-placeholder{color:#38b2ac}.focus\:placeholder-teal-500:focus::placeholder{color:#38b2ac}.focus\:placeholder-teal-600:focus::-webkit-input-placeholder{color:#319795}.focus\:placeholder-teal-600:focus::placeholder{color:#319795}.focus\:placeholder-teal-700:focus::-webkit-input-placeholder{color:#2c7a7b}.focus\:placeholder-teal-700:focus::placeholder{color:#2c7a7b}.focus\:placeholder-teal-800:focus::-webkit-input-placeholder{color:#285e61}.focus\:placeholder-teal-800:focus::placeholder{color:#285e61}.focus\:placeholder-teal-900:focus::-webkit-input-placeholder{color:#234e52}.focus\:placeholder-teal-900:focus::placeholder{color:#234e52}.focus\:placeholder-blue-100:focus::-webkit-input-placeholder{color:#ebf8ff}.focus\:placeholder-blue-100:focus::placeholder{color:#ebf8ff}.focus\:placeholder-blue-200:focus::-webkit-input-placeholder{color:#bee3f8}.focus\:placeholder-blue-200:focus::placeholder{color:#bee3f8}.focus\:placeholder-blue-300:focus::-webkit-input-placeholder{color:#90cdf4}.focus\:placeholder-blue-300:focus::placeholder{color:#90cdf4}.focus\:placeholder-blue-400:focus::-webkit-input-placeholder{color:#63b3ed}.focus\:placeholder-blue-400:focus::placeholder{color:#63b3ed}.focus\:placeholder-blue-500:focus::-webkit-input-placeholder{color:#4299e1}.focus\:placeholder-blue-500:focus::placeholder{color:#4299e1}.focus\:placeholder-blue-600:focus::-webkit-input-placeholder{color:#3182ce}.focus\:placeholder-blue-600:focus::placeholder{color:#3182ce}.focus\:placeholder-blue-700:focus::-webkit-input-placeholder{color:#2b6cb0}.focus\:placeholder-blue-700:focus::placeholder{color:#2b6cb0}.focus\:placeholder-blue-800:focus::-webkit-input-placeholder{color:#2c5282}.focus\:placeholder-blue-800:focus::placeholder{color:#2c5282}.focus\:placeholder-blue-900:focus::-webkit-input-placeholder{color:#2a4365}.focus\:placeholder-blue-900:focus::placeholder{color:#2a4365}.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{color:#ebf4ff}.focus\:placeholder-indigo-100:focus::placeholder{color:#ebf4ff}.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{color:#c3dafe}.focus\:placeholder-indigo-200:focus::placeholder{color:#c3dafe}.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{color:#a3bffa}.focus\:placeholder-indigo-300:focus::placeholder{color:#a3bffa}.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{color:#7f9cf5}.focus\:placeholder-indigo-400:focus::placeholder{color:#7f9cf5}.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{color:#667eea}.focus\:placeholder-indigo-500:focus::placeholder{color:#667eea}.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{color:#5a67d8}.focus\:placeholder-indigo-600:focus::placeholder{color:#5a67d8}.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{color:#4c51bf}.focus\:placeholder-indigo-700:focus::placeholder{color:#4c51bf}.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{color:#434190}.focus\:placeholder-indigo-800:focus::placeholder{color:#434190}.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{color:#3c366b}.focus\:placeholder-indigo-900:focus::placeholder{color:#3c366b}.focus\:placeholder-purple-100:focus::-webkit-input-placeholder{color:#faf5ff}.focus\:placeholder-purple-100:focus::placeholder{color:#faf5ff}.focus\:placeholder-purple-200:focus::-webkit-input-placeholder{color:#e9d8fd}.focus\:placeholder-purple-200:focus::placeholder{color:#e9d8fd}.focus\:placeholder-purple-300:focus::-webkit-input-placeholder{color:#d6bcfa}.focus\:placeholder-purple-300:focus::placeholder{color:#d6bcfa}.focus\:placeholder-purple-400:focus::-webkit-input-placeholder{color:#b794f4}.focus\:placeholder-purple-400:focus::placeholder{color:#b794f4}.focus\:placeholder-purple-500:focus::-webkit-input-placeholder{color:#9f7aea}.focus\:placeholder-purple-500:focus::placeholder{color:#9f7aea}.focus\:placeholder-purple-600:focus::-webkit-input-placeholder{color:#805ad5}.focus\:placeholder-purple-600:focus::placeholder{color:#805ad5}.focus\:placeholder-purple-700:focus::-webkit-input-placeholder{color:#6b46c1}.focus\:placeholder-purple-700:focus::placeholder{color:#6b46c1}.focus\:placeholder-purple-800:focus::-webkit-input-placeholder{color:#553c9a}.focus\:placeholder-purple-800:focus::placeholder{color:#553c9a}.focus\:placeholder-purple-900:focus::-webkit-input-placeholder{color:#44337a}.focus\:placeholder-purple-900:focus::placeholder{color:#44337a}.focus\:placeholder-pink-100:focus::-webkit-input-placeholder{color:#fff5f7}.focus\:placeholder-pink-100:focus::placeholder{color:#fff5f7}.focus\:placeholder-pink-200:focus::-webkit-input-placeholder{color:#fed7e2}.focus\:placeholder-pink-200:focus::placeholder{color:#fed7e2}.focus\:placeholder-pink-300:focus::-webkit-input-placeholder{color:#fbb6ce}.focus\:placeholder-pink-300:focus::placeholder{color:#fbb6ce}.focus\:placeholder-pink-400:focus::-webkit-input-placeholder{color:#f687b3}.focus\:placeholder-pink-400:focus::placeholder{color:#f687b3}.focus\:placeholder-pink-500:focus::-webkit-input-placeholder{color:#ed64a6}.focus\:placeholder-pink-500:focus::placeholder{color:#ed64a6}.focus\:placeholder-pink-600:focus::-webkit-input-placeholder{color:#d53f8c}.focus\:placeholder-pink-600:focus::placeholder{color:#d53f8c}.focus\:placeholder-pink-700:focus::-webkit-input-placeholder{color:#b83280}.focus\:placeholder-pink-700:focus::placeholder{color:#b83280}.focus\:placeholder-pink-800:focus::-webkit-input-placeholder{color:#97266d}.focus\:placeholder-pink-800:focus::placeholder{color:#97266d}.focus\:placeholder-pink-900:focus::-webkit-input-placeholder{color:#702459}.focus\:placeholder-pink-900:focus::placeholder{color:#702459}.focus\:placeholder-regal-blue:focus::-webkit-input-placeholder{color:#243c5a}.focus\:placeholder-regal-blue:focus::placeholder{color:#243c5a}.focus\:placeholder-selection-blue:focus::-webkit-input-placeholder{color:#aadaff}.focus\:placeholder-selection-blue:focus::placeholder{color:#aadaff}.focus\:placeholder-fill-gray:focus::-webkit-input-placeholder{color:#e2e2e2}.focus\:placeholder-fill-gray:focus::placeholder{color:#e2e2e2}.focus\:placeholder-outline-gray:focus::-webkit-input-placeholder{color:#d0d0d0}.focus\:placeholder-outline-gray:focus::placeholder{color:#d0d0d0}.focus\:placeholder-disabled-red:focus::-webkit-input-placeholder{color:#ecc9c9}.focus\:placeholder-disabled-red:focus::placeholder{color:#ecc9c9}.focus\:placeholder-violated-red:focus::-webkit-input-placeholder{color:#ff7b7b}.focus\:placeholder-violated-red:focus::placeholder{color:#ff7b7b}.focus\:placeholder-modified-yellow:focus::-webkit-input-placeholder{color:#fce869}.focus\:placeholder-modified-yellow:focus::placeholder{color:#fce869}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-auto{top:auto;right:auto;bottom:auto;left:auto}.inset-y-0{top:0;bottom:0}.inset-x-0{right:0;left:0}.inset-y-auto{top:auto;bottom:auto}.inset-x-auto{right:auto;left:auto}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-auto{top:auto}.right-auto{right:auto}.bottom-auto{bottom:auto}.left-auto{left:auto}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.shadow-outline{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.shadow-none{box-shadow:none}.hover\:shadow:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.hover\:shadow-inner:hover{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.hover\:shadow-outline:hover{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.hover\:shadow-none:hover{box-shadow:none}.focus\:shadow:focus{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.focus\:shadow-md:focus{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.focus\:shadow-lg:focus{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.focus\:shadow-xl:focus{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.focus\:shadow-2xl:focus{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.focus\:shadow-inner:focus{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.focus\:shadow-none:focus{box-shadow:none}.fill-current{fill:currentColor}.stroke-current{stroke:currentColor}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-transparent{color:transparent}.text-black{color:#000}.text-white{color:#fff}.text-gray-100{color:#f7fafc}.text-gray-200{color:#edf2f7}.text-gray-300{color:#e2e8f0}.text-gray-400{color:#cbd5e0}.text-gray-500{color:#a0aec0}.text-gray-600{color:#718096}.text-gray-700{color:#4a5568}.text-gray-800{color:#2d3748}.text-gray-900{color:#1a202c}.text-red-100{color:#fff5f5}.text-red-200{color:#fed7d7}.text-red-300{color:#feb2b2}.text-red-400{color:#fc8181}.text-red-500{color:#f56565}.text-red-600{color:#e53e3e}.text-red-700{color:#c53030}.text-red-800{color:#9b2c2c}.text-red-900{color:#742a2a}.text-orange-100{color:#fffaf0}.text-orange-200{color:#feebc8}.text-orange-300{color:#fbd38d}.text-orange-400{color:#f6ad55}.text-orange-500{color:#ed8936}.text-orange-600{color:#dd6b20}.text-orange-700{color:#c05621}.text-orange-800{color:#9c4221}.text-orange-900{color:#7b341e}.text-yellow-100{color:ivory}.text-yellow-200{color:#fefcbf}.text-yellow-300{color:#faf089}.text-yellow-400{color:#f6e05e}.text-yellow-500{color:#ecc94b}.text-yellow-600{color:#d69e2e}.text-yellow-700{color:#b7791f}.text-yellow-800{color:#975a16}.text-yellow-900{color:#744210}.text-green-100{color:#f0fff4}.text-green-200{color:#c6f6d5}.text-green-300{color:#9ae6b4}.text-green-400{color:#68d391}.text-green-500{color:#48bb78}.text-green-600{color:#38a169}.text-green-700{color:#2f855a}.text-green-800{color:#276749}.text-green-900{color:#22543d}.text-teal-100{color:#e6fffa}.text-teal-200{color:#b2f5ea}.text-teal-300{color:#81e6d9}.text-teal-400{color:#4fd1c5}.text-teal-500{color:#38b2ac}.text-teal-600{color:#319795}.text-teal-700{color:#2c7a7b}.text-teal-800{color:#285e61}.text-teal-900{color:#234e52}.text-blue-100{color:#ebf8ff}.text-blue-200{color:#bee3f8}.text-blue-300{color:#90cdf4}.text-blue-400{color:#63b3ed}.text-blue-500{color:#4299e1}.text-blue-600{color:#3182ce}.text-blue-700{color:#2b6cb0}.text-blue-800{color:#2c5282}.text-blue-900{color:#2a4365}.text-indigo-100{color:#ebf4ff}.text-indigo-200{color:#c3dafe}.text-indigo-300{color:#a3bffa}.text-indigo-400{color:#7f9cf5}.text-indigo-500{color:#667eea}.text-indigo-600{color:#5a67d8}.text-indigo-700{color:#4c51bf}.text-indigo-800{color:#434190}.text-indigo-900{color:#3c366b}.text-purple-100{color:#faf5ff}.text-purple-200{color:#e9d8fd}.text-purple-300{color:#d6bcfa}.text-purple-400{color:#b794f4}.text-purple-500{color:#9f7aea}.text-purple-600{color:#805ad5}.text-purple-700{color:#6b46c1}.text-purple-800{color:#553c9a}.text-purple-900{color:#44337a}.text-pink-100{color:#fff5f7}.text-pink-200{color:#fed7e2}.text-pink-300{color:#fbb6ce}.text-pink-400{color:#f687b3}.text-pink-500{color:#ed64a6}.text-pink-600{color:#d53f8c}.text-pink-700{color:#b83280}.text-pink-800{color:#97266d}.text-pink-900{color:#702459}.text-regal-blue{color:#243c5a}.text-selection-blue{color:#aadaff}.text-fill-gray{color:#e2e2e2}.text-outline-gray{color:#d0d0d0}.text-disabled-red{color:#ecc9c9}.text-violated-red{color:#ff7b7b}.text-modified-yellow{color:#fce869}.hover\:text-transparent:hover{color:transparent}.hover\:text-black:hover{color:#000}.hover\:text-white:hover{color:#fff}.hover\:text-gray-100:hover{color:#f7fafc}.hover\:text-gray-200:hover{color:#edf2f7}.hover\:text-gray-300:hover{color:#e2e8f0}.hover\:text-gray-400:hover{color:#cbd5e0}.hover\:text-gray-500:hover{color:#a0aec0}.hover\:text-gray-600:hover{color:#718096}.hover\:text-gray-700:hover{color:#4a5568}.hover\:text-gray-800:hover{color:#2d3748}.hover\:text-gray-900:hover{color:#1a202c}.hover\:text-red-100:hover{color:#fff5f5}.hover\:text-red-200:hover{color:#fed7d7}.hover\:text-red-300:hover{color:#feb2b2}.hover\:text-red-400:hover{color:#fc8181}.hover\:text-red-500:hover{color:#f56565}.hover\:text-red-600:hover{color:#e53e3e}.hover\:text-red-700:hover{color:#c53030}.hover\:text-red-800:hover{color:#9b2c2c}.hover\:text-red-900:hover{color:#742a2a}.hover\:text-orange-100:hover{color:#fffaf0}.hover\:text-orange-200:hover{color:#feebc8}.hover\:text-orange-300:hover{color:#fbd38d}.hover\:text-orange-400:hover{color:#f6ad55}.hover\:text-orange-500:hover{color:#ed8936}.hover\:text-orange-600:hover{color:#dd6b20}.hover\:text-orange-700:hover{color:#c05621}.hover\:text-orange-800:hover{color:#9c4221}.hover\:text-orange-900:hover{color:#7b341e}.hover\:text-yellow-100:hover{color:ivory}.hover\:text-yellow-200:hover{color:#fefcbf}.hover\:text-yellow-300:hover{color:#faf089}.hover\:text-yellow-400:hover{color:#f6e05e}.hover\:text-yellow-500:hover{color:#ecc94b}.hover\:text-yellow-600:hover{color:#d69e2e}.hover\:text-yellow-700:hover{color:#b7791f}.hover\:text-yellow-800:hover{color:#975a16}.hover\:text-yellow-900:hover{color:#744210}.hover\:text-green-100:hover{color:#f0fff4}.hover\:text-green-200:hover{color:#c6f6d5}.hover\:text-green-300:hover{color:#9ae6b4}.hover\:text-green-400:hover{color:#68d391}.hover\:text-green-500:hover{color:#48bb78}.hover\:text-green-600:hover{color:#38a169}.hover\:text-green-700:hover{color:#2f855a}.hover\:text-green-800:hover{color:#276749}.hover\:text-green-900:hover{color:#22543d}.hover\:text-teal-100:hover{color:#e6fffa}.hover\:text-teal-200:hover{color:#b2f5ea}.hover\:text-teal-300:hover{color:#81e6d9}.hover\:text-teal-400:hover{color:#4fd1c5}.hover\:text-teal-500:hover{color:#38b2ac}.hover\:text-teal-600:hover{color:#319795}.hover\:text-teal-700:hover{color:#2c7a7b}.hover\:text-teal-800:hover{color:#285e61}.hover\:text-teal-900:hover{color:#234e52}.hover\:text-blue-100:hover{color:#ebf8ff}.hover\:text-blue-200:hover{color:#bee3f8}.hover\:text-blue-300:hover{color:#90cdf4}.hover\:text-blue-400:hover{color:#63b3ed}.hover\:text-blue-500:hover{color:#4299e1}.hover\:text-blue-600:hover{color:#3182ce}.hover\:text-blue-700:hover{color:#2b6cb0}.hover\:text-blue-800:hover{color:#2c5282}.hover\:text-blue-900:hover{color:#2a4365}.hover\:text-indigo-100:hover{color:#ebf4ff}.hover\:text-indigo-200:hover{color:#c3dafe}.hover\:text-indigo-300:hover{color:#a3bffa}.hover\:text-indigo-400:hover{color:#7f9cf5}.hover\:text-indigo-500:hover{color:#667eea}.hover\:text-indigo-600:hover{color:#5a67d8}.hover\:text-indigo-700:hover{color:#4c51bf}.hover\:text-indigo-800:hover{color:#434190}.hover\:text-indigo-900:hover{color:#3c366b}.hover\:text-purple-100:hover{color:#faf5ff}.hover\:text-purple-200:hover{color:#e9d8fd}.hover\:text-purple-300:hover{color:#d6bcfa}.hover\:text-purple-400:hover{color:#b794f4}.hover\:text-purple-500:hover{color:#9f7aea}.hover\:text-purple-600:hover{color:#805ad5}.hover\:text-purple-700:hover{color:#6b46c1}.hover\:text-purple-800:hover{color:#553c9a}.hover\:text-purple-900:hover{color:#44337a}.hover\:text-pink-100:hover{color:#fff5f7}.hover\:text-pink-200:hover{color:#fed7e2}.hover\:text-pink-300:hover{color:#fbb6ce}.hover\:text-pink-400:hover{color:#f687b3}.hover\:text-pink-500:hover{color:#ed64a6}.hover\:text-pink-600:hover{color:#d53f8c}.hover\:text-pink-700:hover{color:#b83280}.hover\:text-pink-800:hover{color:#97266d}.hover\:text-pink-900:hover{color:#702459}.hover\:text-regal-blue:hover{color:#243c5a}.hover\:text-selection-blue:hover{color:#aadaff}.hover\:text-fill-gray:hover{color:#e2e2e2}.hover\:text-outline-gray:hover{color:#d0d0d0}.hover\:text-disabled-red:hover{color:#ecc9c9}.hover\:text-violated-red:hover{color:#ff7b7b}.hover\:text-modified-yellow:hover{color:#fce869}.focus\:text-transparent:focus{color:transparent}.focus\:text-black:focus{color:#000}.focus\:text-white:focus{color:#fff}.focus\:text-gray-100:focus{color:#f7fafc}.focus\:text-gray-200:focus{color:#edf2f7}.focus\:text-gray-300:focus{color:#e2e8f0}.focus\:text-gray-400:focus{color:#cbd5e0}.focus\:text-gray-500:focus{color:#a0aec0}.focus\:text-gray-600:focus{color:#718096}.focus\:text-gray-700:focus{color:#4a5568}.focus\:text-gray-800:focus{color:#2d3748}.focus\:text-gray-900:focus{color:#1a202c}.focus\:text-red-100:focus{color:#fff5f5}.focus\:text-red-200:focus{color:#fed7d7}.focus\:text-red-300:focus{color:#feb2b2}.focus\:text-red-400:focus{color:#fc8181}.focus\:text-red-500:focus{color:#f56565}.focus\:text-red-600:focus{color:#e53e3e}.focus\:text-red-700:focus{color:#c53030}.focus\:text-red-800:focus{color:#9b2c2c}.focus\:text-red-900:focus{color:#742a2a}.focus\:text-orange-100:focus{color:#fffaf0}.focus\:text-orange-200:focus{color:#feebc8}.focus\:text-orange-300:focus{color:#fbd38d}.focus\:text-orange-400:focus{color:#f6ad55}.focus\:text-orange-500:focus{color:#ed8936}.focus\:text-orange-600:focus{color:#dd6b20}.focus\:text-orange-700:focus{color:#c05621}.focus\:text-orange-800:focus{color:#9c4221}.focus\:text-orange-900:focus{color:#7b341e}.focus\:text-yellow-100:focus{color:ivory}.focus\:text-yellow-200:focus{color:#fefcbf}.focus\:text-yellow-300:focus{color:#faf089}.focus\:text-yellow-400:focus{color:#f6e05e}.focus\:text-yellow-500:focus{color:#ecc94b}.focus\:text-yellow-600:focus{color:#d69e2e}.focus\:text-yellow-700:focus{color:#b7791f}.focus\:text-yellow-800:focus{color:#975a16}.focus\:text-yellow-900:focus{color:#744210}.focus\:text-green-100:focus{color:#f0fff4}.focus\:text-green-200:focus{color:#c6f6d5}.focus\:text-green-300:focus{color:#9ae6b4}.focus\:text-green-400:focus{color:#68d391}.focus\:text-green-500:focus{color:#48bb78}.focus\:text-green-600:focus{color:#38a169}.focus\:text-green-700:focus{color:#2f855a}.focus\:text-green-800:focus{color:#276749}.focus\:text-green-900:focus{color:#22543d}.focus\:text-teal-100:focus{color:#e6fffa}.focus\:text-teal-200:focus{color:#b2f5ea}.focus\:text-teal-300:focus{color:#81e6d9}.focus\:text-teal-400:focus{color:#4fd1c5}.focus\:text-teal-500:focus{color:#38b2ac}.focus\:text-teal-600:focus{color:#319795}.focus\:text-teal-700:focus{color:#2c7a7b}.focus\:text-teal-800:focus{color:#285e61}.focus\:text-teal-900:focus{color:#234e52}.focus\:text-blue-100:focus{color:#ebf8ff}.focus\:text-blue-200:focus{color:#bee3f8}.focus\:text-blue-300:focus{color:#90cdf4}.focus\:text-blue-400:focus{color:#63b3ed}.focus\:text-blue-500:focus{color:#4299e1}.focus\:text-blue-600:focus{color:#3182ce}.focus\:text-blue-700:focus{color:#2b6cb0}.focus\:text-blue-800:focus{color:#2c5282}.focus\:text-blue-900:focus{color:#2a4365}.focus\:text-indigo-100:focus{color:#ebf4ff}.focus\:text-indigo-200:focus{color:#c3dafe}.focus\:text-indigo-300:focus{color:#a3bffa}.focus\:text-indigo-400:focus{color:#7f9cf5}.focus\:text-indigo-500:focus{color:#667eea}.focus\:text-indigo-600:focus{color:#5a67d8}.focus\:text-indigo-700:focus{color:#4c51bf}.focus\:text-indigo-800:focus{color:#434190}.focus\:text-indigo-900:focus{color:#3c366b}.focus\:text-purple-100:focus{color:#faf5ff}.focus\:text-purple-200:focus{color:#e9d8fd}.focus\:text-purple-300:focus{color:#d6bcfa}.focus\:text-purple-400:focus{color:#b794f4}.focus\:text-purple-500:focus{color:#9f7aea}.focus\:text-purple-600:focus{color:#805ad5}.focus\:text-purple-700:focus{color:#6b46c1}.focus\:text-purple-800:focus{color:#553c9a}.focus\:text-purple-900:focus{color:#44337a}.focus\:text-pink-100:focus{color:#fff5f7}.focus\:text-pink-200:focus{color:#fed7e2}.focus\:text-pink-300:focus{color:#fbb6ce}.focus\:text-pink-400:focus{color:#f687b3}.focus\:text-pink-500:focus{color:#ed64a6}.focus\:text-pink-600:focus{color:#d53f8c}.focus\:text-pink-700:focus{color:#b83280}.focus\:text-pink-800:focus{color:#97266d}.focus\:text-pink-900:focus{color:#702459}.focus\:text-regal-blue:focus{color:#243c5a}.focus\:text-selection-blue:focus{color:#aadaff}.focus\:text-fill-gray:focus{color:#e2e2e2}.focus\:text-outline-gray:focus{color:#d0d0d0}.focus\:text-disabled-red:focus{color:#ecc9c9}.focus\:text-violated-red:focus{color:#ff7b7b}.focus\:text-modified-yellow:focus{color:#fce869}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:4rem}.italic{font-style:italic}.not-italic{font-style:normal}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.hover\:line-through:hover{text-decoration:line-through}.hover\:no-underline:hover{text-decoration:none}.focus\:underline:focus{text-decoration:underline}.focus\:line-through:focus{text-decoration:line-through}.focus\:no-underline:focus{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.tracking-tighter{letter-spacing:-.05em}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;user-select:auto}.align-baseline{vertical-align:initial}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-top{vertical-align:text-top}.align-text-bottom{vertical-align:text-bottom}.visible{visibility:visible}.invisible{visibility:hidden}.whitespace-normal{white-space:normal}.whitespace-no-wrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.w-0{width:0}.w-1{width:.25rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-64{width:16rem}.w-auto{width:auto}.w-px{width:1px}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.666667%}.w-2\/6{width:33.333333%}.w-3\/6{width:50%}.w-4\/6{width:66.666667%}.w-5\/6{width:83.333333%}.w-1\/12{width:8.333333%}.w-2\/12{width:16.666667%}.w-3\/12{width:25%}.w-4\/12{width:33.333333%}.w-5\/12{width:41.666667%}.w-6\/12{width:50%}.w-7\/12{width:58.333333%}.w-8\/12{width:66.666667%}.w-9\/12{width:75%}.w-10\/12{width:83.333333%}.w-11\/12{width:91.666667%}.w-full{width:100%}.w-screen{width:100vw}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}@media (min-width:640px){.sm\: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}.sm\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sm\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:appearance-none{-webkit-appearance:none;appearance:none}.sm\:bg-fixed{background-attachment:fixed}.sm\:bg-local{background-attachment:local}.sm\:bg-scroll{background-attachment:scroll}.sm\:bg-transparent{background-color:initial}.sm\:bg-black{background-color:#000}.sm\:bg-white{background-color:#fff}.sm\:bg-gray-100{background-color:#f7fafc}.sm\:bg-gray-200{background-color:#edf2f7}.sm\:bg-gray-300{background-color:#e2e8f0}.sm\:bg-gray-400{background-color:#cbd5e0}.sm\:bg-gray-500{background-color:#a0aec0}.sm\:bg-gray-600{background-color:#718096}.sm\:bg-gray-700{background-color:#4a5568}.sm\:bg-gray-800{background-color:#2d3748}.sm\:bg-gray-900{background-color:#1a202c}.sm\:bg-red-100{background-color:#fff5f5}.sm\:bg-red-200{background-color:#fed7d7}.sm\:bg-red-300{background-color:#feb2b2}.sm\:bg-red-400{background-color:#fc8181}.sm\:bg-red-500{background-color:#f56565}.sm\:bg-red-600{background-color:#e53e3e}.sm\:bg-red-700{background-color:#c53030}.sm\:bg-red-800{background-color:#9b2c2c}.sm\:bg-red-900{background-color:#742a2a}.sm\:bg-orange-100{background-color:#fffaf0}.sm\:bg-orange-200{background-color:#feebc8}.sm\:bg-orange-300{background-color:#fbd38d}.sm\:bg-orange-400{background-color:#f6ad55}.sm\:bg-orange-500{background-color:#ed8936}.sm\:bg-orange-600{background-color:#dd6b20}.sm\:bg-orange-700{background-color:#c05621}.sm\:bg-orange-800{background-color:#9c4221}.sm\:bg-orange-900{background-color:#7b341e}.sm\:bg-yellow-100{background-color:ivory}.sm\:bg-yellow-200{background-color:#fefcbf}.sm\:bg-yellow-300{background-color:#faf089}.sm\:bg-yellow-400{background-color:#f6e05e}.sm\:bg-yellow-500{background-color:#ecc94b}.sm\:bg-yellow-600{background-color:#d69e2e}.sm\:bg-yellow-700{background-color:#b7791f}.sm\:bg-yellow-800{background-color:#975a16}.sm\:bg-yellow-900{background-color:#744210}.sm\:bg-green-100{background-color:#f0fff4}.sm\:bg-green-200{background-color:#c6f6d5}.sm\:bg-green-300{background-color:#9ae6b4}.sm\:bg-green-400{background-color:#68d391}.sm\:bg-green-500{background-color:#48bb78}.sm\:bg-green-600{background-color:#38a169}.sm\:bg-green-700{background-color:#2f855a}.sm\:bg-green-800{background-color:#276749}.sm\:bg-green-900{background-color:#22543d}.sm\:bg-teal-100{background-color:#e6fffa}.sm\:bg-teal-200{background-color:#b2f5ea}.sm\:bg-teal-300{background-color:#81e6d9}.sm\:bg-teal-400{background-color:#4fd1c5}.sm\:bg-teal-500{background-color:#38b2ac}.sm\:bg-teal-600{background-color:#319795}.sm\:bg-teal-700{background-color:#2c7a7b}.sm\:bg-teal-800{background-color:#285e61}.sm\:bg-teal-900{background-color:#234e52}.sm\:bg-blue-100{background-color:#ebf8ff}.sm\:bg-blue-200{background-color:#bee3f8}.sm\:bg-blue-300{background-color:#90cdf4}.sm\:bg-blue-400{background-color:#63b3ed}.sm\:bg-blue-500{background-color:#4299e1}.sm\:bg-blue-600{background-color:#3182ce}.sm\:bg-blue-700{background-color:#2b6cb0}.sm\:bg-blue-800{background-color:#2c5282}.sm\:bg-blue-900{background-color:#2a4365}.sm\:bg-indigo-100{background-color:#ebf4ff}.sm\:bg-indigo-200{background-color:#c3dafe}.sm\:bg-indigo-300{background-color:#a3bffa}.sm\:bg-indigo-400{background-color:#7f9cf5}.sm\:bg-indigo-500{background-color:#667eea}.sm\:bg-indigo-600{background-color:#5a67d8}.sm\:bg-indigo-700{background-color:#4c51bf}.sm\:bg-indigo-800{background-color:#434190}.sm\:bg-indigo-900{background-color:#3c366b}.sm\:bg-purple-100{background-color:#faf5ff}.sm\:bg-purple-200{background-color:#e9d8fd}.sm\:bg-purple-300{background-color:#d6bcfa}.sm\:bg-purple-400{background-color:#b794f4}.sm\:bg-purple-500{background-color:#9f7aea}.sm\:bg-purple-600{background-color:#805ad5}.sm\:bg-purple-700{background-color:#6b46c1}.sm\:bg-purple-800{background-color:#553c9a}.sm\:bg-purple-900{background-color:#44337a}.sm\:bg-pink-100{background-color:#fff5f7}.sm\:bg-pink-200{background-color:#fed7e2}.sm\:bg-pink-300{background-color:#fbb6ce}.sm\:bg-pink-400{background-color:#f687b3}.sm\:bg-pink-500{background-color:#ed64a6}.sm\:bg-pink-600{background-color:#d53f8c}.sm\:bg-pink-700{background-color:#b83280}.sm\:bg-pink-800{background-color:#97266d}.sm\:bg-pink-900{background-color:#702459}.sm\:bg-regal-blue{background-color:#243c5a}.sm\:bg-selection-blue{background-color:#aadaff}.sm\:bg-fill-gray{background-color:#e2e2e2}.sm\:bg-outline-gray{background-color:#d0d0d0}.sm\:bg-disabled-red{background-color:#ecc9c9}.sm\:bg-violated-red{background-color:#ff7b7b}.sm\:bg-modified-yellow{background-color:#fce869}.sm\:hover\:bg-transparent:hover{background-color:initial}.sm\:hover\:bg-black:hover{background-color:#000}.sm\:hover\:bg-white:hover{background-color:#fff}.sm\:hover\:bg-gray-100:hover{background-color:#f7fafc}.sm\:hover\:bg-gray-200:hover{background-color:#edf2f7}.sm\:hover\:bg-gray-300:hover{background-color:#e2e8f0}.sm\:hover\:bg-gray-400:hover{background-color:#cbd5e0}.sm\:hover\:bg-gray-500:hover{background-color:#a0aec0}.sm\:hover\:bg-gray-600:hover{background-color:#718096}.sm\:hover\:bg-gray-700:hover{background-color:#4a5568}.sm\:hover\:bg-gray-800:hover{background-color:#2d3748}.sm\:hover\:bg-gray-900:hover{background-color:#1a202c}.sm\:hover\:bg-red-100:hover{background-color:#fff5f5}.sm\:hover\:bg-red-200:hover{background-color:#fed7d7}.sm\:hover\:bg-red-300:hover{background-color:#feb2b2}.sm\:hover\:bg-red-400:hover{background-color:#fc8181}.sm\:hover\:bg-red-500:hover{background-color:#f56565}.sm\:hover\:bg-red-600:hover{background-color:#e53e3e}.sm\:hover\:bg-red-700:hover{background-color:#c53030}.sm\:hover\:bg-red-800:hover{background-color:#9b2c2c}.sm\:hover\:bg-red-900:hover{background-color:#742a2a}.sm\:hover\:bg-orange-100:hover{background-color:#fffaf0}.sm\:hover\:bg-orange-200:hover{background-color:#feebc8}.sm\:hover\:bg-orange-300:hover{background-color:#fbd38d}.sm\:hover\:bg-orange-400:hover{background-color:#f6ad55}.sm\:hover\:bg-orange-500:hover{background-color:#ed8936}.sm\:hover\:bg-orange-600:hover{background-color:#dd6b20}.sm\:hover\:bg-orange-700:hover{background-color:#c05621}.sm\:hover\:bg-orange-800:hover{background-color:#9c4221}.sm\:hover\:bg-orange-900:hover{background-color:#7b341e}.sm\:hover\:bg-yellow-100:hover{background-color:ivory}.sm\:hover\:bg-yellow-200:hover{background-color:#fefcbf}.sm\:hover\:bg-yellow-300:hover{background-color:#faf089}.sm\:hover\:bg-yellow-400:hover{background-color:#f6e05e}.sm\:hover\:bg-yellow-500:hover{background-color:#ecc94b}.sm\:hover\:bg-yellow-600:hover{background-color:#d69e2e}.sm\:hover\:bg-yellow-700:hover{background-color:#b7791f}.sm\:hover\:bg-yellow-800:hover{background-color:#975a16}.sm\:hover\:bg-yellow-900:hover{background-color:#744210}.sm\:hover\:bg-green-100:hover{background-color:#f0fff4}.sm\:hover\:bg-green-200:hover{background-color:#c6f6d5}.sm\:hover\:bg-green-300:hover{background-color:#9ae6b4}.sm\:hover\:bg-green-400:hover{background-color:#68d391}.sm\:hover\:bg-green-500:hover{background-color:#48bb78}.sm\:hover\:bg-green-600:hover{background-color:#38a169}.sm\:hover\:bg-green-700:hover{background-color:#2f855a}.sm\:hover\:bg-green-800:hover{background-color:#276749}.sm\:hover\:bg-green-900:hover{background-color:#22543d}.sm\:hover\:bg-teal-100:hover{background-color:#e6fffa}.sm\:hover\:bg-teal-200:hover{background-color:#b2f5ea}.sm\:hover\:bg-teal-300:hover{background-color:#81e6d9}.sm\:hover\:bg-teal-400:hover{background-color:#4fd1c5}.sm\:hover\:bg-teal-500:hover{background-color:#38b2ac}.sm\:hover\:bg-teal-600:hover{background-color:#319795}.sm\:hover\:bg-teal-700:hover{background-color:#2c7a7b}.sm\:hover\:bg-teal-800:hover{background-color:#285e61}.sm\:hover\:bg-teal-900:hover{background-color:#234e52}.sm\:hover\:bg-blue-100:hover{background-color:#ebf8ff}.sm\:hover\:bg-blue-200:hover{background-color:#bee3f8}.sm\:hover\:bg-blue-300:hover{background-color:#90cdf4}.sm\:hover\:bg-blue-400:hover{background-color:#63b3ed}.sm\:hover\:bg-blue-500:hover{background-color:#4299e1}.sm\:hover\:bg-blue-600:hover{background-color:#3182ce}.sm\:hover\:bg-blue-700:hover{background-color:#2b6cb0}.sm\:hover\:bg-blue-800:hover{background-color:#2c5282}.sm\:hover\:bg-blue-900:hover{background-color:#2a4365}.sm\:hover\:bg-indigo-100:hover{background-color:#ebf4ff}.sm\:hover\:bg-indigo-200:hover{background-color:#c3dafe}.sm\:hover\:bg-indigo-300:hover{background-color:#a3bffa}.sm\:hover\:bg-indigo-400:hover{background-color:#7f9cf5}.sm\:hover\:bg-indigo-500:hover{background-color:#667eea}.sm\:hover\:bg-indigo-600:hover{background-color:#5a67d8}.sm\:hover\:bg-indigo-700:hover{background-color:#4c51bf}.sm\:hover\:bg-indigo-800:hover{background-color:#434190}.sm\:hover\:bg-indigo-900:hover{background-color:#3c366b}.sm\:hover\:bg-purple-100:hover{background-color:#faf5ff}.sm\:hover\:bg-purple-200:hover{background-color:#e9d8fd}.sm\:hover\:bg-purple-300:hover{background-color:#d6bcfa}.sm\:hover\:bg-purple-400:hover{background-color:#b794f4}.sm\:hover\:bg-purple-500:hover{background-color:#9f7aea}.sm\:hover\:bg-purple-600:hover{background-color:#805ad5}.sm\:hover\:bg-purple-700:hover{background-color:#6b46c1}.sm\:hover\:bg-purple-800:hover{background-color:#553c9a}.sm\:hover\:bg-purple-900:hover{background-color:#44337a}.sm\:hover\:bg-pink-100:hover{background-color:#fff5f7}.sm\:hover\:bg-pink-200:hover{background-color:#fed7e2}.sm\:hover\:bg-pink-300:hover{background-color:#fbb6ce}.sm\:hover\:bg-pink-400:hover{background-color:#f687b3}.sm\:hover\:bg-pink-500:hover{background-color:#ed64a6}.sm\:hover\:bg-pink-600:hover{background-color:#d53f8c}.sm\:hover\:bg-pink-700:hover{background-color:#b83280}.sm\:hover\:bg-pink-800:hover{background-color:#97266d}.sm\:hover\:bg-pink-900:hover{background-color:#702459}.sm\:hover\:bg-regal-blue:hover{background-color:#243c5a}.sm\:hover\:bg-selection-blue:hover{background-color:#aadaff}.sm\:hover\:bg-fill-gray:hover{background-color:#e2e2e2}.sm\:hover\:bg-outline-gray:hover{background-color:#d0d0d0}.sm\:hover\:bg-disabled-red:hover{background-color:#ecc9c9}.sm\:hover\:bg-violated-red:hover{background-color:#ff7b7b}.sm\:hover\:bg-modified-yellow:hover{background-color:#fce869}.sm\:focus\:bg-transparent:focus{background-color:initial}.sm\:focus\:bg-black:focus{background-color:#000}.sm\:focus\:bg-white:focus{background-color:#fff}.sm\:focus\:bg-gray-100:focus{background-color:#f7fafc}.sm\:focus\:bg-gray-200:focus{background-color:#edf2f7}.sm\:focus\:bg-gray-300:focus{background-color:#e2e8f0}.sm\:focus\:bg-gray-400:focus{background-color:#cbd5e0}.sm\:focus\:bg-gray-500:focus{background-color:#a0aec0}.sm\:focus\:bg-gray-600:focus{background-color:#718096}.sm\:focus\:bg-gray-700:focus{background-color:#4a5568}.sm\:focus\:bg-gray-800:focus{background-color:#2d3748}.sm\:focus\:bg-gray-900:focus{background-color:#1a202c}.sm\:focus\:bg-red-100:focus{background-color:#fff5f5}.sm\:focus\:bg-red-200:focus{background-color:#fed7d7}.sm\:focus\:bg-red-300:focus{background-color:#feb2b2}.sm\:focus\:bg-red-400:focus{background-color:#fc8181}.sm\:focus\:bg-red-500:focus{background-color:#f56565}.sm\:focus\:bg-red-600:focus{background-color:#e53e3e}.sm\:focus\:bg-red-700:focus{background-color:#c53030}.sm\:focus\:bg-red-800:focus{background-color:#9b2c2c}.sm\:focus\:bg-red-900:focus{background-color:#742a2a}.sm\:focus\:bg-orange-100:focus{background-color:#fffaf0}.sm\:focus\:bg-orange-200:focus{background-color:#feebc8}.sm\:focus\:bg-orange-300:focus{background-color:#fbd38d}.sm\:focus\:bg-orange-400:focus{background-color:#f6ad55}.sm\:focus\:bg-orange-500:focus{background-color:#ed8936}.sm\:focus\:bg-orange-600:focus{background-color:#dd6b20}.sm\:focus\:bg-orange-700:focus{background-color:#c05621}.sm\:focus\:bg-orange-800:focus{background-color:#9c4221}.sm\:focus\:bg-orange-900:focus{background-color:#7b341e}.sm\:focus\:bg-yellow-100:focus{background-color:ivory}.sm\:focus\:bg-yellow-200:focus{background-color:#fefcbf}.sm\:focus\:bg-yellow-300:focus{background-color:#faf089}.sm\:focus\:bg-yellow-400:focus{background-color:#f6e05e}.sm\:focus\:bg-yellow-500:focus{background-color:#ecc94b}.sm\:focus\:bg-yellow-600:focus{background-color:#d69e2e}.sm\:focus\:bg-yellow-700:focus{background-color:#b7791f}.sm\:focus\:bg-yellow-800:focus{background-color:#975a16}.sm\:focus\:bg-yellow-900:focus{background-color:#744210}.sm\:focus\:bg-green-100:focus{background-color:#f0fff4}.sm\:focus\:bg-green-200:focus{background-color:#c6f6d5}.sm\:focus\:bg-green-300:focus{background-color:#9ae6b4}.sm\:focus\:bg-green-400:focus{background-color:#68d391}.sm\:focus\:bg-green-500:focus{background-color:#48bb78}.sm\:focus\:bg-green-600:focus{background-color:#38a169}.sm\:focus\:bg-green-700:focus{background-color:#2f855a}.sm\:focus\:bg-green-800:focus{background-color:#276749}.sm\:focus\:bg-green-900:focus{background-color:#22543d}.sm\:focus\:bg-teal-100:focus{background-color:#e6fffa}.sm\:focus\:bg-teal-200:focus{background-color:#b2f5ea}.sm\:focus\:bg-teal-300:focus{background-color:#81e6d9}.sm\:focus\:bg-teal-400:focus{background-color:#4fd1c5}.sm\:focus\:bg-teal-500:focus{background-color:#38b2ac}.sm\:focus\:bg-teal-600:focus{background-color:#319795}.sm\:focus\:bg-teal-700:focus{background-color:#2c7a7b}.sm\:focus\:bg-teal-800:focus{background-color:#285e61}.sm\:focus\:bg-teal-900:focus{background-color:#234e52}.sm\:focus\:bg-blue-100:focus{background-color:#ebf8ff}.sm\:focus\:bg-blue-200:focus{background-color:#bee3f8}.sm\:focus\:bg-blue-300:focus{background-color:#90cdf4}.sm\:focus\:bg-blue-400:focus{background-color:#63b3ed}.sm\:focus\:bg-blue-500:focus{background-color:#4299e1}.sm\:focus\:bg-blue-600:focus{background-color:#3182ce}.sm\:focus\:bg-blue-700:focus{background-color:#2b6cb0}.sm\:focus\:bg-blue-800:focus{background-color:#2c5282}.sm\:focus\:bg-blue-900:focus{background-color:#2a4365}.sm\:focus\:bg-indigo-100:focus{background-color:#ebf4ff}.sm\:focus\:bg-indigo-200:focus{background-color:#c3dafe}.sm\:focus\:bg-indigo-300:focus{background-color:#a3bffa}.sm\:focus\:bg-indigo-400:focus{background-color:#7f9cf5}.sm\:focus\:bg-indigo-500:focus{background-color:#667eea}.sm\:focus\:bg-indigo-600:focus{background-color:#5a67d8}.sm\:focus\:bg-indigo-700:focus{background-color:#4c51bf}.sm\:focus\:bg-indigo-800:focus{background-color:#434190}.sm\:focus\:bg-indigo-900:focus{background-color:#3c366b}.sm\:focus\:bg-purple-100:focus{background-color:#faf5ff}.sm\:focus\:bg-purple-200:focus{background-color:#e9d8fd}.sm\:focus\:bg-purple-300:focus{background-color:#d6bcfa}.sm\:focus\:bg-purple-400:focus{background-color:#b794f4}.sm\:focus\:bg-purple-500:focus{background-color:#9f7aea}.sm\:focus\:bg-purple-600:focus{background-color:#805ad5}.sm\:focus\:bg-purple-700:focus{background-color:#6b46c1}.sm\:focus\:bg-purple-800:focus{background-color:#553c9a}.sm\:focus\:bg-purple-900:focus{background-color:#44337a}.sm\:focus\:bg-pink-100:focus{background-color:#fff5f7}.sm\:focus\:bg-pink-200:focus{background-color:#fed7e2}.sm\:focus\:bg-pink-300:focus{background-color:#fbb6ce}.sm\:focus\:bg-pink-400:focus{background-color:#f687b3}.sm\:focus\:bg-pink-500:focus{background-color:#ed64a6}.sm\:focus\:bg-pink-600:focus{background-color:#d53f8c}.sm\:focus\:bg-pink-700:focus{background-color:#b83280}.sm\:focus\:bg-pink-800:focus{background-color:#97266d}.sm\:focus\:bg-pink-900:focus{background-color:#702459}.sm\:focus\:bg-regal-blue:focus{background-color:#243c5a}.sm\:focus\:bg-selection-blue:focus{background-color:#aadaff}.sm\:focus\:bg-fill-gray:focus{background-color:#e2e2e2}.sm\:focus\:bg-outline-gray:focus{background-color:#d0d0d0}.sm\:focus\:bg-disabled-red:focus{background-color:#ecc9c9}.sm\:focus\:bg-violated-red:focus{background-color:#ff7b7b}.sm\:focus\:bg-modified-yellow:focus{background-color:#fce869}.sm\:bg-bottom{background-position:bottom}.sm\:bg-center{background-position:50%}.sm\:bg-left{background-position:0}.sm\:bg-left-bottom{background-position:0 100%}.sm\:bg-left-top{background-position:0 0}.sm\:bg-right{background-position:100%}.sm\:bg-right-bottom{background-position:100% 100%}.sm\:bg-right-top{background-position:100% 0}.sm\:bg-top{background-position:top}.sm\:bg-repeat{background-repeat:repeat}.sm\:bg-no-repeat{background-repeat:no-repeat}.sm\:bg-repeat-x{background-repeat:repeat-x}.sm\:bg-repeat-y{background-repeat:repeat-y}.sm\:bg-repeat-round{background-repeat:round}.sm\:bg-repeat-space{background-repeat:space}.sm\:bg-auto{background-size:auto}.sm\:bg-cover{background-size:cover}.sm\:bg-contain{background-size:contain}.sm\:border-collapse{border-collapse:collapse}.sm\:border-separate{border-collapse:initial}.sm\:border-transparent{border-color:transparent}.sm\:border-black{border-color:#000}.sm\:border-white{border-color:#fff}.sm\:border-gray-100{border-color:#f7fafc}.sm\:border-gray-200{border-color:#edf2f7}.sm\:border-gray-300{border-color:#e2e8f0}.sm\:border-gray-400{border-color:#cbd5e0}.sm\:border-gray-500{border-color:#a0aec0}.sm\:border-gray-600{border-color:#718096}.sm\:border-gray-700{border-color:#4a5568}.sm\:border-gray-800{border-color:#2d3748}.sm\:border-gray-900{border-color:#1a202c}.sm\:border-red-100{border-color:#fff5f5}.sm\:border-red-200{border-color:#fed7d7}.sm\:border-red-300{border-color:#feb2b2}.sm\:border-red-400{border-color:#fc8181}.sm\:border-red-500{border-color:#f56565}.sm\:border-red-600{border-color:#e53e3e}.sm\:border-red-700{border-color:#c53030}.sm\:border-red-800{border-color:#9b2c2c}.sm\:border-red-900{border-color:#742a2a}.sm\:border-orange-100{border-color:#fffaf0}.sm\:border-orange-200{border-color:#feebc8}.sm\:border-orange-300{border-color:#fbd38d}.sm\:border-orange-400{border-color:#f6ad55}.sm\:border-orange-500{border-color:#ed8936}.sm\:border-orange-600{border-color:#dd6b20}.sm\:border-orange-700{border-color:#c05621}.sm\:border-orange-800{border-color:#9c4221}.sm\:border-orange-900{border-color:#7b341e}.sm\:border-yellow-100{border-color:ivory}.sm\:border-yellow-200{border-color:#fefcbf}.sm\:border-yellow-300{border-color:#faf089}.sm\:border-yellow-400{border-color:#f6e05e}.sm\:border-yellow-500{border-color:#ecc94b}.sm\:border-yellow-600{border-color:#d69e2e}.sm\:border-yellow-700{border-color:#b7791f}.sm\:border-yellow-800{border-color:#975a16}.sm\:border-yellow-900{border-color:#744210}.sm\:border-green-100{border-color:#f0fff4}.sm\:border-green-200{border-color:#c6f6d5}.sm\:border-green-300{border-color:#9ae6b4}.sm\:border-green-400{border-color:#68d391}.sm\:border-green-500{border-color:#48bb78}.sm\:border-green-600{border-color:#38a169}.sm\:border-green-700{border-color:#2f855a}.sm\:border-green-800{border-color:#276749}.sm\:border-green-900{border-color:#22543d}.sm\:border-teal-100{border-color:#e6fffa}.sm\:border-teal-200{border-color:#b2f5ea}.sm\:border-teal-300{border-color:#81e6d9}.sm\:border-teal-400{border-color:#4fd1c5}.sm\:border-teal-500{border-color:#38b2ac}.sm\:border-teal-600{border-color:#319795}.sm\:border-teal-700{border-color:#2c7a7b}.sm\:border-teal-800{border-color:#285e61}.sm\:border-teal-900{border-color:#234e52}.sm\:border-blue-100{border-color:#ebf8ff}.sm\:border-blue-200{border-color:#bee3f8}.sm\:border-blue-300{border-color:#90cdf4}.sm\:border-blue-400{border-color:#63b3ed}.sm\:border-blue-500{border-color:#4299e1}.sm\:border-blue-600{border-color:#3182ce}.sm\:border-blue-700{border-color:#2b6cb0}.sm\:border-blue-800{border-color:#2c5282}.sm\:border-blue-900{border-color:#2a4365}.sm\:border-indigo-100{border-color:#ebf4ff}.sm\:border-indigo-200{border-color:#c3dafe}.sm\:border-indigo-300{border-color:#a3bffa}.sm\:border-indigo-400{border-color:#7f9cf5}.sm\:border-indigo-500{border-color:#667eea}.sm\:border-indigo-600{border-color:#5a67d8}.sm\:border-indigo-700{border-color:#4c51bf}.sm\:border-indigo-800{border-color:#434190}.sm\:border-indigo-900{border-color:#3c366b}.sm\:border-purple-100{border-color:#faf5ff}.sm\:border-purple-200{border-color:#e9d8fd}.sm\:border-purple-300{border-color:#d6bcfa}.sm\:border-purple-400{border-color:#b794f4}.sm\:border-purple-500{border-color:#9f7aea}.sm\:border-purple-600{border-color:#805ad5}.sm\:border-purple-700{border-color:#6b46c1}.sm\:border-purple-800{border-color:#553c9a}.sm\:border-purple-900{border-color:#44337a}.sm\:border-pink-100{border-color:#fff5f7}.sm\:border-pink-200{border-color:#fed7e2}.sm\:border-pink-300{border-color:#fbb6ce}.sm\:border-pink-400{border-color:#f687b3}.sm\:border-pink-500{border-color:#ed64a6}.sm\:border-pink-600{border-color:#d53f8c}.sm\:border-pink-700{border-color:#b83280}.sm\:border-pink-800{border-color:#97266d}.sm\:border-pink-900{border-color:#702459}.sm\:border-regal-blue{border-color:#243c5a}.sm\:border-selection-blue{border-color:#aadaff}.sm\:border-fill-gray{border-color:#e2e2e2}.sm\:border-outline-gray{border-color:#d0d0d0}.sm\:border-disabled-red{border-color:#ecc9c9}.sm\:border-violated-red{border-color:#ff7b7b}.sm\:border-modified-yellow{border-color:#fce869}.sm\:hover\:border-transparent:hover{border-color:transparent}.sm\:hover\:border-black:hover{border-color:#000}.sm\:hover\:border-white:hover{border-color:#fff}.sm\:hover\:border-gray-100:hover{border-color:#f7fafc}.sm\:hover\:border-gray-200:hover{border-color:#edf2f7}.sm\:hover\:border-gray-300:hover{border-color:#e2e8f0}.sm\:hover\:border-gray-400:hover{border-color:#cbd5e0}.sm\:hover\:border-gray-500:hover{border-color:#a0aec0}.sm\:hover\:border-gray-600:hover{border-color:#718096}.sm\:hover\:border-gray-700:hover{border-color:#4a5568}.sm\:hover\:border-gray-800:hover{border-color:#2d3748}.sm\:hover\:border-gray-900:hover{border-color:#1a202c}.sm\:hover\:border-red-100:hover{border-color:#fff5f5}.sm\:hover\:border-red-200:hover{border-color:#fed7d7}.sm\:hover\:border-red-300:hover{border-color:#feb2b2}.sm\:hover\:border-red-400:hover{border-color:#fc8181}.sm\:hover\:border-red-500:hover{border-color:#f56565}.sm\:hover\:border-red-600:hover{border-color:#e53e3e}.sm\:hover\:border-red-700:hover{border-color:#c53030}.sm\:hover\:border-red-800:hover{border-color:#9b2c2c}.sm\:hover\:border-red-900:hover{border-color:#742a2a}.sm\:hover\:border-orange-100:hover{border-color:#fffaf0}.sm\:hover\:border-orange-200:hover{border-color:#feebc8}.sm\:hover\:border-orange-300:hover{border-color:#fbd38d}.sm\:hover\:border-orange-400:hover{border-color:#f6ad55}.sm\:hover\:border-orange-500:hover{border-color:#ed8936}.sm\:hover\:border-orange-600:hover{border-color:#dd6b20}.sm\:hover\:border-orange-700:hover{border-color:#c05621}.sm\:hover\:border-orange-800:hover{border-color:#9c4221}.sm\:hover\:border-orange-900:hover{border-color:#7b341e}.sm\:hover\:border-yellow-100:hover{border-color:ivory}.sm\:hover\:border-yellow-200:hover{border-color:#fefcbf}.sm\:hover\:border-yellow-300:hover{border-color:#faf089}.sm\:hover\:border-yellow-400:hover{border-color:#f6e05e}.sm\:hover\:border-yellow-500:hover{border-color:#ecc94b}.sm\:hover\:border-yellow-600:hover{border-color:#d69e2e}.sm\:hover\:border-yellow-700:hover{border-color:#b7791f}.sm\:hover\:border-yellow-800:hover{border-color:#975a16}.sm\:hover\:border-yellow-900:hover{border-color:#744210}.sm\:hover\:border-green-100:hover{border-color:#f0fff4}.sm\:hover\:border-green-200:hover{border-color:#c6f6d5}.sm\:hover\:border-green-300:hover{border-color:#9ae6b4}.sm\:hover\:border-green-400:hover{border-color:#68d391}.sm\:hover\:border-green-500:hover{border-color:#48bb78}.sm\:hover\:border-green-600:hover{border-color:#38a169}.sm\:hover\:border-green-700:hover{border-color:#2f855a}.sm\:hover\:border-green-800:hover{border-color:#276749}.sm\:hover\:border-green-900:hover{border-color:#22543d}.sm\:hover\:border-teal-100:hover{border-color:#e6fffa}.sm\:hover\:border-teal-200:hover{border-color:#b2f5ea}.sm\:hover\:border-teal-300:hover{border-color:#81e6d9}.sm\:hover\:border-teal-400:hover{border-color:#4fd1c5}.sm\:hover\:border-teal-500:hover{border-color:#38b2ac}.sm\:hover\:border-teal-600:hover{border-color:#319795}.sm\:hover\:border-teal-700:hover{border-color:#2c7a7b}.sm\:hover\:border-teal-800:hover{border-color:#285e61}.sm\:hover\:border-teal-900:hover{border-color:#234e52}.sm\:hover\:border-blue-100:hover{border-color:#ebf8ff}.sm\:hover\:border-blue-200:hover{border-color:#bee3f8}.sm\:hover\:border-blue-300:hover{border-color:#90cdf4}.sm\:hover\:border-blue-400:hover{border-color:#63b3ed}.sm\:hover\:border-blue-500:hover{border-color:#4299e1}.sm\:hover\:border-blue-600:hover{border-color:#3182ce}.sm\:hover\:border-blue-700:hover{border-color:#2b6cb0}.sm\:hover\:border-blue-800:hover{border-color:#2c5282}.sm\:hover\:border-blue-900:hover{border-color:#2a4365}.sm\:hover\:border-indigo-100:hover{border-color:#ebf4ff}.sm\:hover\:border-indigo-200:hover{border-color:#c3dafe}.sm\:hover\:border-indigo-300:hover{border-color:#a3bffa}.sm\:hover\:border-indigo-400:hover{border-color:#7f9cf5}.sm\:hover\:border-indigo-500:hover{border-color:#667eea}.sm\:hover\:border-indigo-600:hover{border-color:#5a67d8}.sm\:hover\:border-indigo-700:hover{border-color:#4c51bf}.sm\:hover\:border-indigo-800:hover{border-color:#434190}.sm\:hover\:border-indigo-900:hover{border-color:#3c366b}.sm\:hover\:border-purple-100:hover{border-color:#faf5ff}.sm\:hover\:border-purple-200:hover{border-color:#e9d8fd}.sm\:hover\:border-purple-300:hover{border-color:#d6bcfa}.sm\:hover\:border-purple-400:hover{border-color:#b794f4}.sm\:hover\:border-purple-500:hover{border-color:#9f7aea}.sm\:hover\:border-purple-600:hover{border-color:#805ad5}.sm\:hover\:border-purple-700:hover{border-color:#6b46c1}.sm\:hover\:border-purple-800:hover{border-color:#553c9a}.sm\:hover\:border-purple-900:hover{border-color:#44337a}.sm\:hover\:border-pink-100:hover{border-color:#fff5f7}.sm\:hover\:border-pink-200:hover{border-color:#fed7e2}.sm\:hover\:border-pink-300:hover{border-color:#fbb6ce}.sm\:hover\:border-pink-400:hover{border-color:#f687b3}.sm\:hover\:border-pink-500:hover{border-color:#ed64a6}.sm\:hover\:border-pink-600:hover{border-color:#d53f8c}.sm\:hover\:border-pink-700:hover{border-color:#b83280}.sm\:hover\:border-pink-800:hover{border-color:#97266d}.sm\:hover\:border-pink-900:hover{border-color:#702459}.sm\:hover\:border-regal-blue:hover{border-color:#243c5a}.sm\:hover\:border-selection-blue:hover{border-color:#aadaff}.sm\:hover\:border-fill-gray:hover{border-color:#e2e2e2}.sm\:hover\:border-outline-gray:hover{border-color:#d0d0d0}.sm\:hover\:border-disabled-red:hover{border-color:#ecc9c9}.sm\:hover\:border-violated-red:hover{border-color:#ff7b7b}.sm\:hover\:border-modified-yellow:hover{border-color:#fce869}.sm\:focus\:border-transparent:focus{border-color:transparent}.sm\:focus\:border-black:focus{border-color:#000}.sm\:focus\:border-white:focus{border-color:#fff}.sm\:focus\:border-gray-100:focus{border-color:#f7fafc}.sm\:focus\:border-gray-200:focus{border-color:#edf2f7}.sm\:focus\:border-gray-300:focus{border-color:#e2e8f0}.sm\:focus\:border-gray-400:focus{border-color:#cbd5e0}.sm\:focus\:border-gray-500:focus{border-color:#a0aec0}.sm\:focus\:border-gray-600:focus{border-color:#718096}.sm\:focus\:border-gray-700:focus{border-color:#4a5568}.sm\:focus\:border-gray-800:focus{border-color:#2d3748}.sm\:focus\:border-gray-900:focus{border-color:#1a202c}.sm\:focus\:border-red-100:focus{border-color:#fff5f5}.sm\:focus\:border-red-200:focus{border-color:#fed7d7}.sm\:focus\:border-red-300:focus{border-color:#feb2b2}.sm\:focus\:border-red-400:focus{border-color:#fc8181}.sm\:focus\:border-red-500:focus{border-color:#f56565}.sm\:focus\:border-red-600:focus{border-color:#e53e3e}.sm\:focus\:border-red-700:focus{border-color:#c53030}.sm\:focus\:border-red-800:focus{border-color:#9b2c2c}.sm\:focus\:border-red-900:focus{border-color:#742a2a}.sm\:focus\:border-orange-100:focus{border-color:#fffaf0}.sm\:focus\:border-orange-200:focus{border-color:#feebc8}.sm\:focus\:border-orange-300:focus{border-color:#fbd38d}.sm\:focus\:border-orange-400:focus{border-color:#f6ad55}.sm\:focus\:border-orange-500:focus{border-color:#ed8936}.sm\:focus\:border-orange-600:focus{border-color:#dd6b20}.sm\:focus\:border-orange-700:focus{border-color:#c05621}.sm\:focus\:border-orange-800:focus{border-color:#9c4221}.sm\:focus\:border-orange-900:focus{border-color:#7b341e}.sm\:focus\:border-yellow-100:focus{border-color:ivory}.sm\:focus\:border-yellow-200:focus{border-color:#fefcbf}.sm\:focus\:border-yellow-300:focus{border-color:#faf089}.sm\:focus\:border-yellow-400:focus{border-color:#f6e05e}.sm\:focus\:border-yellow-500:focus{border-color:#ecc94b}.sm\:focus\:border-yellow-600:focus{border-color:#d69e2e}.sm\:focus\:border-yellow-700:focus{border-color:#b7791f}.sm\:focus\:border-yellow-800:focus{border-color:#975a16}.sm\:focus\:border-yellow-900:focus{border-color:#744210}.sm\:focus\:border-green-100:focus{border-color:#f0fff4}.sm\:focus\:border-green-200:focus{border-color:#c6f6d5}.sm\:focus\:border-green-300:focus{border-color:#9ae6b4}.sm\:focus\:border-green-400:focus{border-color:#68d391}.sm\:focus\:border-green-500:focus{border-color:#48bb78}.sm\:focus\:border-green-600:focus{border-color:#38a169}.sm\:focus\:border-green-700:focus{border-color:#2f855a}.sm\:focus\:border-green-800:focus{border-color:#276749}.sm\:focus\:border-green-900:focus{border-color:#22543d}.sm\:focus\:border-teal-100:focus{border-color:#e6fffa}.sm\:focus\:border-teal-200:focus{border-color:#b2f5ea}.sm\:focus\:border-teal-300:focus{border-color:#81e6d9}.sm\:focus\:border-teal-400:focus{border-color:#4fd1c5}.sm\:focus\:border-teal-500:focus{border-color:#38b2ac}.sm\:focus\:border-teal-600:focus{border-color:#319795}.sm\:focus\:border-teal-700:focus{border-color:#2c7a7b}.sm\:focus\:border-teal-800:focus{border-color:#285e61}.sm\:focus\:border-teal-900:focus{border-color:#234e52}.sm\:focus\:border-blue-100:focus{border-color:#ebf8ff}.sm\:focus\:border-blue-200:focus{border-color:#bee3f8}.sm\:focus\:border-blue-300:focus{border-color:#90cdf4}.sm\:focus\:border-blue-400:focus{border-color:#63b3ed}.sm\:focus\:border-blue-500:focus{border-color:#4299e1}.sm\:focus\:border-blue-600:focus{border-color:#3182ce}.sm\:focus\:border-blue-700:focus{border-color:#2b6cb0}.sm\:focus\:border-blue-800:focus{border-color:#2c5282}.sm\:focus\:border-blue-900:focus{border-color:#2a4365}.sm\:focus\:border-indigo-100:focus{border-color:#ebf4ff}.sm\:focus\:border-indigo-200:focus{border-color:#c3dafe}.sm\:focus\:border-indigo-300:focus{border-color:#a3bffa}.sm\:focus\:border-indigo-400:focus{border-color:#7f9cf5}.sm\:focus\:border-indigo-500:focus{border-color:#667eea}.sm\:focus\:border-indigo-600:focus{border-color:#5a67d8}.sm\:focus\:border-indigo-700:focus{border-color:#4c51bf}.sm\:focus\:border-indigo-800:focus{border-color:#434190}.sm\:focus\:border-indigo-900:focus{border-color:#3c366b}.sm\:focus\:border-purple-100:focus{border-color:#faf5ff}.sm\:focus\:border-purple-200:focus{border-color:#e9d8fd}.sm\:focus\:border-purple-300:focus{border-color:#d6bcfa}.sm\:focus\:border-purple-400:focus{border-color:#b794f4}.sm\:focus\:border-purple-500:focus{border-color:#9f7aea}.sm\:focus\:border-purple-600:focus{border-color:#805ad5}.sm\:focus\:border-purple-700:focus{border-color:#6b46c1}.sm\:focus\:border-purple-800:focus{border-color:#553c9a}.sm\:focus\:border-purple-900:focus{border-color:#44337a}.sm\:focus\:border-pink-100:focus{border-color:#fff5f7}.sm\:focus\:border-pink-200:focus{border-color:#fed7e2}.sm\:focus\:border-pink-300:focus{border-color:#fbb6ce}.sm\:focus\:border-pink-400:focus{border-color:#f687b3}.sm\:focus\:border-pink-500:focus{border-color:#ed64a6}.sm\:focus\:border-pink-600:focus{border-color:#d53f8c}.sm\:focus\:border-pink-700:focus{border-color:#b83280}.sm\:focus\:border-pink-800:focus{border-color:#97266d}.sm\:focus\:border-pink-900:focus{border-color:#702459}.sm\:focus\:border-regal-blue:focus{border-color:#243c5a}.sm\:focus\:border-selection-blue:focus{border-color:#aadaff}.sm\:focus\:border-fill-gray:focus{border-color:#e2e2e2}.sm\:focus\:border-outline-gray:focus{border-color:#d0d0d0}.sm\:focus\:border-disabled-red:focus{border-color:#ecc9c9}.sm\:focus\:border-violated-red:focus{border-color:#ff7b7b}.sm\:focus\:border-modified-yellow:focus{border-color:#fce869}.sm\:rounded-none{border-radius:0}.sm\:rounded-sm{border-radius:.125rem}.sm\:rounded{border-radius:.25rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-full{border-radius:9999px}.sm\:rounded-xl{border-radius:1rem}.sm\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.sm\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.sm\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.sm\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.sm\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.sm\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.sm\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.sm\:rounded-t{border-top-left-radius:.25rem}.sm\:rounded-r,.sm\:rounded-t{border-top-right-radius:.25rem}.sm\:rounded-b,.sm\:rounded-r{border-bottom-right-radius:.25rem}.sm\:rounded-b,.sm\:rounded-l{border-bottom-left-radius:.25rem}.sm\:rounded-l{border-top-left-radius:.25rem}.sm\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sm\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.sm\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.sm\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.sm\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.sm\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.sm\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.sm\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.sm\:rounded-t-xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.sm\:rounded-r-xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.sm\:rounded-b-xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.sm\:rounded-l-xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.sm\:rounded-tl-none{border-top-left-radius:0}.sm\:rounded-tr-none{border-top-right-radius:0}.sm\:rounded-br-none{border-bottom-right-radius:0}.sm\:rounded-bl-none{border-bottom-left-radius:0}.sm\:rounded-tl-sm{border-top-left-radius:.125rem}.sm\:rounded-tr-sm{border-top-right-radius:.125rem}.sm\:rounded-br-sm{border-bottom-right-radius:.125rem}.sm\:rounded-bl-sm{border-bottom-left-radius:.125rem}.sm\:rounded-tl{border-top-left-radius:.25rem}.sm\:rounded-tr{border-top-right-radius:.25rem}.sm\:rounded-br{border-bottom-right-radius:.25rem}.sm\:rounded-bl{border-bottom-left-radius:.25rem}.sm\:rounded-tl-lg{border-top-left-radius:.5rem}.sm\:rounded-tr-lg{border-top-right-radius:.5rem}.sm\:rounded-br-lg{border-bottom-right-radius:.5rem}.sm\:rounded-bl-lg{border-bottom-left-radius:.5rem}.sm\:rounded-tl-full{border-top-left-radius:9999px}.sm\:rounded-tr-full{border-top-right-radius:9999px}.sm\:rounded-br-full{border-bottom-right-radius:9999px}.sm\:rounded-bl-full{border-bottom-left-radius:9999px}.sm\:rounded-tl-xl{border-top-left-radius:1rem}.sm\:rounded-tr-xl{border-top-right-radius:1rem}.sm\:rounded-br-xl{border-bottom-right-radius:1rem}.sm\:rounded-bl-xl{border-bottom-left-radius:1rem}.sm\:border-solid{border-style:solid}.sm\:border-dashed{border-style:dashed}.sm\:border-dotted{border-style:dotted}.sm\:border-double{border-style:double}.sm\:border-none{border-style:none}.sm\:border-0{border-width:0}.sm\:border-1{border-width:1px}.sm\:border-2{border-width:2px}.sm\:border-3{border-width:3px}.sm\:border-4{border-width:4px}.sm\:border-8{border-width:8px}.sm\:border{border-width:1px}.sm\:border-t-0{border-top-width:0}.sm\:border-r-0{border-right-width:0}.sm\:border-b-0{border-bottom-width:0}.sm\:border-l-0{border-left-width:0}.sm\:border-t-1{border-top-width:1px}.sm\:border-r-1{border-right-width:1px}.sm\:border-b-1{border-bottom-width:1px}.sm\:border-l-1{border-left-width:1px}.sm\:border-t-2{border-top-width:2px}.sm\:border-r-2{border-right-width:2px}.sm\:border-b-2{border-bottom-width:2px}.sm\:border-l-2{border-left-width:2px}.sm\:border-t-3{border-top-width:3px}.sm\:border-r-3{border-right-width:3px}.sm\:border-b-3{border-bottom-width:3px}.sm\:border-l-3{border-left-width:3px}.sm\:border-t-4{border-top-width:4px}.sm\:border-r-4{border-right-width:4px}.sm\:border-b-4{border-bottom-width:4px}.sm\:border-l-4{border-left-width:4px}.sm\:border-t-8{border-top-width:8px}.sm\:border-r-8{border-right-width:8px}.sm\:border-b-8{border-bottom-width:8px}.sm\:border-l-8{border-left-width:8px}.sm\:border-t{border-top-width:1px}.sm\:border-r{border-right-width:1px}.sm\:border-b{border-bottom-width:1px}.sm\:border-l{border-left-width:1px}.sm\:cursor-auto{cursor:auto}.sm\:cursor-default{cursor:default}.sm\:cursor-pointer{cursor:pointer}.sm\:cursor-wait{cursor:wait}.sm\:cursor-text{cursor:text}.sm\:cursor-move{cursor:move}.sm\:cursor-not-allowed{cursor:not-allowed}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:table{display:table}.sm\:table-row{display:table-row}.sm\:table-cell{display:table-cell}.sm\:hidden{display:none}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-wrap-reverse{flex-wrap:wrap-reverse}.sm\:flex-no-wrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:items-baseline{align-items:baseline}.sm\:items-stretch{align-items:stretch}.sm\:self-auto{align-self:auto}.sm\:self-start{align-self:flex-start}.sm\:self-end{align-self:flex-end}.sm\:self-center{align-self:center}.sm\:self-stretch{align-self:stretch}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:content-center{align-content:center}.sm\:content-start{align-content:flex-start}.sm\:content-end{align-content:flex-end}.sm\:content-between{align-content:space-between}.sm\:content-around{align-content:space-around}.sm\:flex-1{flex:1 1 0%}.sm\:flex-auto{flex:1 1 auto}.sm\:flex-initial{flex:0 1 auto}.sm\:flex-none{flex:none}.sm\:flex-grow-0{flex-grow:0}.sm\:flex-grow{flex-grow:1}.sm\:flex-shrink-0{flex-shrink:0}.sm\:flex-shrink{flex-shrink:1}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:order-3{order:3}.sm\:order-4{order:4}.sm\:order-5{order:5}.sm\:order-6{order:6}.sm\:order-7{order:7}.sm\:order-8{order:8}.sm\:order-9{order:9}.sm\:order-10{order:10}.sm\:order-11{order:11}.sm\:order-12{order:12}.sm\:order-first{order:-9999}.sm\:order-last{order:9999}.sm\:order-none{order:0}.sm\:float-right{float:right}.sm\:float-left{float:left}.sm\:float-none{float:none}.sm\:clearfix:after{content:"";display:table;clear:both}.sm\:font-sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.sm\:font-serif{font-family:Georgia,Cambria,"Times New Roman",Times,serif}.sm\:font-mono{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.sm\:font-hairline{font-weight:100}.sm\:font-thin{font-weight:200}.sm\:font-light{font-weight:300}.sm\:font-normal{font-weight:400}.sm\:font-medium{font-weight:500}.sm\:font-semibold{font-weight:600}.sm\:font-bold{font-weight:700}.sm\:font-extrabold{font-weight:800}.sm\:font-black{font-weight:900}.sm\:hover\:font-hairline:hover{font-weight:100}.sm\:hover\:font-thin:hover{font-weight:200}.sm\:hover\:font-light:hover{font-weight:300}.sm\:hover\:font-normal:hover{font-weight:400}.sm\:hover\:font-medium:hover{font-weight:500}.sm\:hover\:font-semibold:hover{font-weight:600}.sm\:hover\:font-bold:hover{font-weight:700}.sm\:hover\:font-extrabold:hover{font-weight:800}.sm\:hover\:font-black:hover{font-weight:900}.sm\:focus\:font-hairline:focus{font-weight:100}.sm\:focus\:font-thin:focus{font-weight:200}.sm\:focus\:font-light:focus{font-weight:300}.sm\:focus\:font-normal:focus{font-weight:400}.sm\:focus\:font-medium:focus{font-weight:500}.sm\:focus\:font-semibold:focus{font-weight:600}.sm\:focus\:font-bold:focus{font-weight:700}.sm\:focus\:font-extrabold:focus{font-weight:800}.sm\:focus\:font-black:focus{font-weight:900}.sm\:h-0{height:0}.sm\:h-1{height:.25rem}.sm\:h-2{height:.5rem}.sm\:h-3{height:.75rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-8{height:2rem}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:h-16{height:4rem}.sm\:h-20{height:5rem}.sm\:h-24{height:6rem}.sm\:h-32{height:8rem}.sm\:h-40{height:10rem}.sm\:h-48{height:12rem}.sm\:h-56{height:14rem}.sm\:h-64{height:16rem}.sm\:h-auto{height:auto}.sm\:h-px{height:1px}.sm\:h-full{height:100%}.sm\:h-screen{height:100vh}.sm\:leading-none{line-height:1}.sm\:leading-tight{line-height:1.25}.sm\:leading-snug{line-height:1.375}.sm\:leading-normal{line-height:1.5}.sm\:leading-relaxed{line-height:1.625}.sm\:leading-loose{line-height:2}.sm\:list-inside{list-style-position:inside}.sm\:list-outside{list-style-position:outside}.sm\:list-none{list-style-type:none}.sm\:list-disc{list-style-type:disc}.sm\:list-decimal{list-style-type:decimal}.sm\:m-0{margin:0}.sm\:m-1{margin:.25rem}.sm\:m-2{margin:.5rem}.sm\:m-3{margin:.75rem}.sm\:m-4{margin:1rem}.sm\:m-5{margin:1.25rem}.sm\:m-6{margin:1.5rem}.sm\:m-8{margin:2rem}.sm\:m-10{margin:2.5rem}.sm\:m-12{margin:3rem}.sm\:m-16{margin:4rem}.sm\:m-20{margin:5rem}.sm\:m-24{margin:6rem}.sm\:m-32{margin:8rem}.sm\:m-40{margin:10rem}.sm\:m-48{margin:12rem}.sm\:m-56{margin:14rem}.sm\:m-64{margin:16rem}.sm\:m-auto{margin:auto}.sm\:m-px{margin:1px}.sm\:-m-1{margin:-.25rem}.sm\:-m-2{margin:-.5rem}.sm\:-m-3{margin:-.75rem}.sm\:-m-4{margin:-1rem}.sm\:-m-5{margin:-1.25rem}.sm\:-m-6{margin:-1.5rem}.sm\:-m-8{margin:-2rem}.sm\:-m-10{margin:-2.5rem}.sm\:-m-12{margin:-3rem}.sm\:-m-16{margin:-4rem}.sm\:-m-20{margin:-5rem}.sm\:-m-24{margin:-6rem}.sm\:-m-32{margin:-8rem}.sm\:-m-40{margin:-10rem}.sm\:-m-48{margin:-12rem}.sm\:-m-56{margin:-14rem}.sm\:-m-64{margin:-16rem}.sm\:-m-px{margin:-1px}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:mx-12{margin-left:3rem;margin-right:3rem}.sm\:my-16{margin-top:4rem;margin-bottom:4rem}.sm\:mx-16{margin-left:4rem;margin-right:4rem}.sm\:my-20{margin-top:5rem;margin-bottom:5rem}.sm\:mx-20{margin-left:5rem;margin-right:5rem}.sm\:my-24{margin-top:6rem;margin-bottom:6rem}.sm\:mx-24{margin-left:6rem;margin-right:6rem}.sm\:my-32{margin-top:8rem;margin-bottom:8rem}.sm\:mx-32{margin-left:8rem;margin-right:8rem}.sm\:my-40{margin-top:10rem;margin-bottom:10rem}.sm\:mx-40{margin-left:10rem;margin-right:10rem}.sm\:my-48{margin-top:12rem;margin-bottom:12rem}.sm\:mx-48{margin-left:12rem;margin-right:12rem}.sm\:my-56{margin-top:14rem;margin-bottom:14rem}.sm\:mx-56{margin-left:14rem;margin-right:14rem}.sm\:my-64{margin-top:16rem;margin-bottom:16rem}.sm\:mx-64{margin-left:16rem;margin-right:16rem}.sm\:my-auto{margin-top:auto;margin-bottom:auto}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-px{margin-top:1px;margin-bottom:1px}.sm\:mx-px{margin-left:1px;margin-right:1px}.sm\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.sm\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.sm\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.sm\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.sm\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.sm\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.sm\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.sm\:-mx-4{margin-left:-1rem;margin-right:-1rem}.sm\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.sm\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.sm\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.sm\:-mx-8{margin-left:-2rem;margin-right:-2rem}.sm\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.sm\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.sm\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.sm\:-mx-12{margin-left:-3rem;margin-right:-3rem}.sm\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.sm\:-mx-16{margin-left:-4rem;margin-right:-4rem}.sm\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.sm\:-mx-20{margin-left:-5rem;margin-right:-5rem}.sm\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.sm\:-mx-24{margin-left:-6rem;margin-right:-6rem}.sm\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.sm\:-mx-32{margin-left:-8rem;margin-right:-8rem}.sm\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.sm\:-mx-40{margin-left:-10rem;margin-right:-10rem}.sm\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.sm\:-mx-48{margin-left:-12rem;margin-right:-12rem}.sm\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.sm\:-mx-56{margin-left:-14rem;margin-right:-14rem}.sm\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.sm\:-mx-64{margin-left:-16rem;margin-right:-16rem}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:-mx-px{margin-left:-1px;margin-right:-1px}.sm\:mt-0{margin-top:0}.sm\:mr-0{margin-right:0}.sm\:mb-0{margin-bottom:0}.sm\:ml-0{margin-left:0}.sm\:mt-1{margin-top:.25rem}.sm\:mr-1{margin-right:.25rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:ml-1{margin-left:.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:ml-2{margin-left:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mr-3{margin-right:.75rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:ml-3{margin-left:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mr-4{margin-right:1rem}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-4{margin-left:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:ml-5{margin-left:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:mr-8{margin-right:2rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-8{margin-left:2rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:ml-10{margin-left:2.5rem}.sm\:mt-12{margin-top:3rem}.sm\:mr-12{margin-right:3rem}.sm\:mb-12{margin-bottom:3rem}.sm\:ml-12{margin-left:3rem}.sm\:mt-16{margin-top:4rem}.sm\:mr-16{margin-right:4rem}.sm\:mb-16{margin-bottom:4rem}.sm\:ml-16{margin-left:4rem}.sm\:mt-20{margin-top:5rem}.sm\:mr-20{margin-right:5rem}.sm\:mb-20{margin-bottom:5rem}.sm\:ml-20{margin-left:5rem}.sm\:mt-24{margin-top:6rem}.sm\:mr-24{margin-right:6rem}.sm\:mb-24{margin-bottom:6rem}.sm\:ml-24{margin-left:6rem}.sm\:mt-32{margin-top:8rem}.sm\:mr-32{margin-right:8rem}.sm\:mb-32{margin-bottom:8rem}.sm\:ml-32{margin-left:8rem}.sm\:mt-40{margin-top:10rem}.sm\:mr-40{margin-right:10rem}.sm\:mb-40{margin-bottom:10rem}.sm\:ml-40{margin-left:10rem}.sm\:mt-48{margin-top:12rem}.sm\:mr-48{margin-right:12rem}.sm\:mb-48{margin-bottom:12rem}.sm\:ml-48{margin-left:12rem}.sm\:mt-56{margin-top:14rem}.sm\:mr-56{margin-right:14rem}.sm\:mb-56{margin-bottom:14rem}.sm\:ml-56{margin-left:14rem}.sm\:mt-64{margin-top:16rem}.sm\:mr-64{margin-right:16rem}.sm\:mb-64{margin-bottom:16rem}.sm\:ml-64{margin-left:16rem}.sm\:mt-auto{margin-top:auto}.sm\:mr-auto{margin-right:auto}.sm\:mb-auto{margin-bottom:auto}.sm\:ml-auto{margin-left:auto}.sm\:mt-px{margin-top:1px}.sm\:mr-px{margin-right:1px}.sm\:mb-px{margin-bottom:1px}.sm\:ml-px{margin-left:1px}.sm\:-mt-1{margin-top:-.25rem}.sm\:-mr-1{margin-right:-.25rem}.sm\:-mb-1{margin-bottom:-.25rem}.sm\:-ml-1{margin-left:-.25rem}.sm\:-mt-2{margin-top:-.5rem}.sm\:-mr-2{margin-right:-.5rem}.sm\:-mb-2{margin-bottom:-.5rem}.sm\:-ml-2{margin-left:-.5rem}.sm\:-mt-3{margin-top:-.75rem}.sm\:-mr-3{margin-right:-.75rem}.sm\:-mb-3{margin-bottom:-.75rem}.sm\:-ml-3{margin-left:-.75rem}.sm\:-mt-4{margin-top:-1rem}.sm\:-mr-4{margin-right:-1rem}.sm\:-mb-4{margin-bottom:-1rem}.sm\:-ml-4{margin-left:-1rem}.sm\:-mt-5{margin-top:-1.25rem}.sm\:-mr-5{margin-right:-1.25rem}.sm\:-mb-5{margin-bottom:-1.25rem}.sm\:-ml-5{margin-left:-1.25rem}.sm\:-mt-6{margin-top:-1.5rem}.sm\:-mr-6{margin-right:-1.5rem}.sm\:-mb-6{margin-bottom:-1.5rem}.sm\:-ml-6{margin-left:-1.5rem}.sm\:-mt-8{margin-top:-2rem}.sm\:-mr-8{margin-right:-2rem}.sm\:-mb-8{margin-bottom:-2rem}.sm\:-ml-8{margin-left:-2rem}.sm\:-mt-10{margin-top:-2.5rem}.sm\:-mr-10{margin-right:-2.5rem}.sm\:-mb-10{margin-bottom:-2.5rem}.sm\:-ml-10{margin-left:-2.5rem}.sm\:-mt-12{margin-top:-3rem}.sm\:-mr-12{margin-right:-3rem}.sm\:-mb-12{margin-bottom:-3rem}.sm\:-ml-12{margin-left:-3rem}.sm\:-mt-16{margin-top:-4rem}.sm\:-mr-16{margin-right:-4rem}.sm\:-mb-16{margin-bottom:-4rem}.sm\:-ml-16{margin-left:-4rem}.sm\:-mt-20{margin-top:-5rem}.sm\:-mr-20{margin-right:-5rem}.sm\:-mb-20{margin-bottom:-5rem}.sm\:-ml-20{margin-left:-5rem}.sm\:-mt-24{margin-top:-6rem}.sm\:-mr-24{margin-right:-6rem}.sm\:-mb-24{margin-bottom:-6rem}.sm\:-ml-24{margin-left:-6rem}.sm\:-mt-32{margin-top:-8rem}.sm\:-mr-32{margin-right:-8rem}.sm\:-mb-32{margin-bottom:-8rem}.sm\:-ml-32{margin-left:-8rem}.sm\:-mt-40{margin-top:-10rem}.sm\:-mr-40{margin-right:-10rem}.sm\:-mb-40{margin-bottom:-10rem}.sm\:-ml-40{margin-left:-10rem}.sm\:-mt-48{margin-top:-12rem}.sm\:-mr-48{margin-right:-12rem}.sm\:-mb-48{margin-bottom:-12rem}.sm\:-ml-48{margin-left:-12rem}.sm\:-mt-56{margin-top:-14rem}.sm\:-mr-56{margin-right:-14rem}.sm\:-mb-56{margin-bottom:-14rem}.sm\:-ml-56{margin-left:-14rem}.sm\:-mt-64{margin-top:-16rem}.sm\:-mr-64{margin-right:-16rem}.sm\:-mb-64{margin-bottom:-16rem}.sm\:-ml-64{margin-left:-16rem}.sm\:-mt-px{margin-top:-1px}.sm\:-mr-px{margin-right:-1px}.sm\:-mb-px{margin-bottom:-1px}.sm\:-ml-px{margin-left:-1px}.sm\:max-h-full{max-height:100%}.sm\:max-h-screen{max-height:100vh}.sm\:max-w-xs{max-width:20rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-full{max-width:100%}.sm\:min-h-0{min-height:0}.sm\:min-h-full{min-height:100%}.sm\:min-h-screen{min-height:100vh}.sm\:min-w-0{min-width:0}.sm\:min-w-full{min-width:100%}.sm\:object-contain{object-fit:contain}.sm\:object-cover{object-fit:cover}.sm\:object-fill{object-fit:fill}.sm\:object-none{object-fit:none}.sm\:object-scale-down{object-fit:scale-down}.sm\:object-bottom{object-position:bottom}.sm\:object-center{object-position:center}.sm\:object-left{object-position:left}.sm\:object-left-bottom{object-position:left bottom}.sm\:object-left-top{object-position:left top}.sm\:object-right{object-position:right}.sm\:object-right-bottom{object-position:right bottom}.sm\:object-right-top{object-position:right top}.sm\:object-top{object-position:top}.sm\:opacity-0{opacity:0}.sm\:opacity-25{opacity:.25}.sm\:opacity-50{opacity:.5}.sm\:opacity-75{opacity:.75}.sm\:opacity-100{opacity:1}.sm\:hover\:opacity-0:hover{opacity:0}.sm\:hover\:opacity-25:hover{opacity:.25}.sm\:hover\:opacity-50:hover{opacity:.5}.sm\:hover\:opacity-75:hover{opacity:.75}.sm\:hover\:opacity-100:hover{opacity:1}.sm\:focus\:opacity-0:focus{opacity:0}.sm\:focus\:opacity-25:focus{opacity:.25}.sm\:focus\:opacity-50:focus{opacity:.5}.sm\:focus\:opacity-75:focus{opacity:.75}.sm\:focus\:opacity-100:focus{opacity:1}.sm\:focus\:outline-none:focus,.sm\:outline-none{outline:0}.sm\:overflow-auto{overflow:auto}.sm\:overflow-hidden{overflow:hidden}.sm\:overflow-visible{overflow:visible}.sm\:overflow-scroll{overflow:scroll}.sm\:overflow-x-auto{overflow-x:auto}.sm\:overflow-y-auto{overflow-y:auto}.sm\:overflow-x-hidden{overflow-x:hidden}.sm\:overflow-y-hidden{overflow-y:hidden}.sm\:overflow-x-visible{overflow-x:visible}.sm\:overflow-y-visible{overflow-y:visible}.sm\:overflow-x-scroll{overflow-x:scroll}.sm\:overflow-y-scroll{overflow-y:scroll}.sm\:scrolling-touch{-webkit-overflow-scrolling:touch}.sm\:scrolling-auto{-webkit-overflow-scrolling:auto}.sm\:p-0{padding:0}.sm\:p-1{padding:.25rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:p-10{padding:2.5rem}.sm\:p-12{padding:3rem}.sm\:p-16{padding:4rem}.sm\:p-20{padding:5rem}.sm\:p-24{padding:6rem}.sm\:p-32{padding:8rem}.sm\:p-40{padding:10rem}.sm\:p-48{padding:12rem}.sm\:p-56{padding:14rem}.sm\:p-64{padding:16rem}.sm\:p-px{padding:1px}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:px-0{padding-left:0;padding-right:0}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:px-1{padding-left:.25rem;padding-right:.25rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:px-24{padding-left:6rem;padding-right:6rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:px-32{padding-left:8rem;padding-right:8rem}.sm\:py-40{padding-top:10rem;padding-bottom:10rem}.sm\:px-40{padding-left:10rem;padding-right:10rem}.sm\:py-48{padding-top:12rem;padding-bottom:12rem}.sm\:px-48{padding-left:12rem;padding-right:12rem}.sm\:py-56{padding-top:14rem;padding-bottom:14rem}.sm\:px-56{padding-left:14rem;padding-right:14rem}.sm\:py-64{padding-top:16rem;padding-bottom:16rem}.sm\:px-64{padding-left:16rem;padding-right:16rem}.sm\:py-px{padding-top:1px;padding-bottom:1px}.sm\:px-px{padding-left:1px;padding-right:1px}.sm\:pt-0{padding-top:0}.sm\:pr-0{padding-right:0}.sm\:pb-0{padding-bottom:0}.sm\:pl-0{padding-left:0}.sm\:pt-1{padding-top:.25rem}.sm\:pr-1{padding-right:.25rem}.sm\:pb-1{padding-bottom:.25rem}.sm\:pl-1{padding-left:.25rem}.sm\:pt-2{padding-top:.5rem}.sm\:pr-2{padding-right:.5rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pl-2{padding-left:.5rem}.sm\:pt-3{padding-top:.75rem}.sm\:pr-3{padding-right:.75rem}.sm\:pb-3{padding-bottom:.75rem}.sm\:pl-3{padding-left:.75rem}.sm\:pt-4{padding-top:1rem}.sm\:pr-4{padding-right:1rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pl-4{padding-left:1rem}.sm\:pt-5{padding-top:1.25rem}.sm\:pr-5{padding-right:1.25rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pt-8{padding-top:2rem}.sm\:pr-8{padding-right:2rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-8{padding-left:2rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pr-10{padding-right:2.5rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pl-10{padding-left:2.5rem}.sm\:pt-12{padding-top:3rem}.sm\:pr-12{padding-right:3rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pl-12{padding-left:3rem}.sm\:pt-16{padding-top:4rem}.sm\:pr-16{padding-right:4rem}.sm\:pb-16{padding-bottom:4rem}.sm\:pl-16{padding-left:4rem}.sm\:pt-20{padding-top:5rem}.sm\:pr-20{padding-right:5rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pl-20{padding-left:5rem}.sm\:pt-24{padding-top:6rem}.sm\:pr-24{padding-right:6rem}.sm\:pb-24{padding-bottom:6rem}.sm\:pl-24{padding-left:6rem}.sm\:pt-32{padding-top:8rem}.sm\:pr-32{padding-right:8rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pl-32{padding-left:8rem}.sm\:pt-40{padding-top:10rem}.sm\:pr-40{padding-right:10rem}.sm\:pb-40{padding-bottom:10rem}.sm\:pl-40{padding-left:10rem}.sm\:pt-48{padding-top:12rem}.sm\:pr-48{padding-right:12rem}.sm\:pb-48{padding-bottom:12rem}.sm\:pl-48{padding-left:12rem}.sm\:pt-56{padding-top:14rem}.sm\:pr-56{padding-right:14rem}.sm\:pb-56{padding-bottom:14rem}.sm\:pl-56{padding-left:14rem}.sm\:pt-64{padding-top:16rem}.sm\:pr-64{padding-right:16rem}.sm\:pb-64{padding-bottom:16rem}.sm\:pl-64{padding-left:16rem}.sm\:pt-px{padding-top:1px}.sm\:pr-px{padding-right:1px}.sm\:pb-px{padding-bottom:1px}.sm\:pl-px{padding-left:1px}.sm\:placeholder-transparent::-webkit-input-placeholder{color:transparent}.sm\:placeholder-transparent::placeholder{color:transparent}.sm\:placeholder-black::-webkit-input-placeholder{color:#000}.sm\:placeholder-black::placeholder{color:#000}.sm\:placeholder-white::-webkit-input-placeholder{color:#fff}.sm\:placeholder-white::placeholder{color:#fff}.sm\:placeholder-gray-100::-webkit-input-placeholder{color:#f7fafc}.sm\:placeholder-gray-100::placeholder{color:#f7fafc}.sm\:placeholder-gray-200::-webkit-input-placeholder{color:#edf2f7}.sm\:placeholder-gray-200::placeholder{color:#edf2f7}.sm\:placeholder-gray-300::-webkit-input-placeholder{color:#e2e8f0}.sm\:placeholder-gray-300::placeholder{color:#e2e8f0}.sm\:placeholder-gray-400::-webkit-input-placeholder{color:#cbd5e0}.sm\:placeholder-gray-400::placeholder{color:#cbd5e0}.sm\:placeholder-gray-500::-webkit-input-placeholder{color:#a0aec0}.sm\:placeholder-gray-500::placeholder{color:#a0aec0}.sm\:placeholder-gray-600::-webkit-input-placeholder{color:#718096}.sm\:placeholder-gray-600::placeholder{color:#718096}.sm\:placeholder-gray-700::-webkit-input-placeholder{color:#4a5568}.sm\:placeholder-gray-700::placeholder{color:#4a5568}.sm\:placeholder-gray-800::-webkit-input-placeholder{color:#2d3748}.sm\:placeholder-gray-800::placeholder{color:#2d3748}.sm\:placeholder-gray-900::-webkit-input-placeholder{color:#1a202c}.sm\:placeholder-gray-900::placeholder{color:#1a202c}.sm\:placeholder-red-100::-webkit-input-placeholder{color:#fff5f5}.sm\:placeholder-red-100::placeholder{color:#fff5f5}.sm\:placeholder-red-200::-webkit-input-placeholder{color:#fed7d7}.sm\:placeholder-red-200::placeholder{color:#fed7d7}.sm\:placeholder-red-300::-webkit-input-placeholder{color:#feb2b2}.sm\:placeholder-red-300::placeholder{color:#feb2b2}.sm\:placeholder-red-400::-webkit-input-placeholder{color:#fc8181}.sm\:placeholder-red-400::placeholder{color:#fc8181}.sm\:placeholder-red-500::-webkit-input-placeholder{color:#f56565}.sm\:placeholder-red-500::placeholder{color:#f56565}.sm\:placeholder-red-600::-webkit-input-placeholder{color:#e53e3e}.sm\:placeholder-red-600::placeholder{color:#e53e3e}.sm\:placeholder-red-700::-webkit-input-placeholder{color:#c53030}.sm\:placeholder-red-700::placeholder{color:#c53030}.sm\:placeholder-red-800::-webkit-input-placeholder{color:#9b2c2c}.sm\:placeholder-red-800::placeholder{color:#9b2c2c}.sm\:placeholder-red-900::-webkit-input-placeholder{color:#742a2a}.sm\:placeholder-red-900::placeholder{color:#742a2a}.sm\:placeholder-orange-100::-webkit-input-placeholder{color:#fffaf0}.sm\:placeholder-orange-100::placeholder{color:#fffaf0}.sm\:placeholder-orange-200::-webkit-input-placeholder{color:#feebc8}.sm\:placeholder-orange-200::placeholder{color:#feebc8}.sm\:placeholder-orange-300::-webkit-input-placeholder{color:#fbd38d}.sm\:placeholder-orange-300::placeholder{color:#fbd38d}.sm\:placeholder-orange-400::-webkit-input-placeholder{color:#f6ad55}.sm\:placeholder-orange-400::placeholder{color:#f6ad55}.sm\:placeholder-orange-500::-webkit-input-placeholder{color:#ed8936}.sm\:placeholder-orange-500::placeholder{color:#ed8936}.sm\:placeholder-orange-600::-webkit-input-placeholder{color:#dd6b20}.sm\:placeholder-orange-600::placeholder{color:#dd6b20}.sm\:placeholder-orange-700::-webkit-input-placeholder{color:#c05621}.sm\:placeholder-orange-700::placeholder{color:#c05621}.sm\:placeholder-orange-800::-webkit-input-placeholder{color:#9c4221}.sm\:placeholder-orange-800::placeholder{color:#9c4221}.sm\:placeholder-orange-900::-webkit-input-placeholder{color:#7b341e}.sm\:placeholder-orange-900::placeholder{color:#7b341e}.sm\:placeholder-yellow-100::-webkit-input-placeholder{color:ivory}.sm\:placeholder-yellow-100::placeholder{color:ivory}.sm\:placeholder-yellow-200::-webkit-input-placeholder{color:#fefcbf}.sm\:placeholder-yellow-200::placeholder{color:#fefcbf}.sm\:placeholder-yellow-300::-webkit-input-placeholder{color:#faf089}.sm\:placeholder-yellow-300::placeholder{color:#faf089}.sm\:placeholder-yellow-400::-webkit-input-placeholder{color:#f6e05e}.sm\:placeholder-yellow-400::placeholder{color:#f6e05e}.sm\:placeholder-yellow-500::-webkit-input-placeholder{color:#ecc94b}.sm\:placeholder-yellow-500::placeholder{color:#ecc94b}.sm\:placeholder-yellow-600::-webkit-input-placeholder{color:#d69e2e}.sm\:placeholder-yellow-600::placeholder{color:#d69e2e}.sm\:placeholder-yellow-700::-webkit-input-placeholder{color:#b7791f}.sm\:placeholder-yellow-700::placeholder{color:#b7791f}.sm\:placeholder-yellow-800::-webkit-input-placeholder{color:#975a16}.sm\:placeholder-yellow-800::placeholder{color:#975a16}.sm\:placeholder-yellow-900::-webkit-input-placeholder{color:#744210}.sm\:placeholder-yellow-900::placeholder{color:#744210}.sm\:placeholder-green-100::-webkit-input-placeholder{color:#f0fff4}.sm\:placeholder-green-100::placeholder{color:#f0fff4}.sm\:placeholder-green-200::-webkit-input-placeholder{color:#c6f6d5}.sm\:placeholder-green-200::placeholder{color:#c6f6d5}.sm\:placeholder-green-300::-webkit-input-placeholder{color:#9ae6b4}.sm\:placeholder-green-300::placeholder{color:#9ae6b4}.sm\:placeholder-green-400::-webkit-input-placeholder{color:#68d391}.sm\:placeholder-green-400::placeholder{color:#68d391}.sm\:placeholder-green-500::-webkit-input-placeholder{color:#48bb78}.sm\:placeholder-green-500::placeholder{color:#48bb78}.sm\:placeholder-green-600::-webkit-input-placeholder{color:#38a169}.sm\:placeholder-green-600::placeholder{color:#38a169}.sm\:placeholder-green-700::-webkit-input-placeholder{color:#2f855a}.sm\:placeholder-green-700::placeholder{color:#2f855a}.sm\:placeholder-green-800::-webkit-input-placeholder{color:#276749}.sm\:placeholder-green-800::placeholder{color:#276749}.sm\:placeholder-green-900::-webkit-input-placeholder{color:#22543d}.sm\:placeholder-green-900::placeholder{color:#22543d}.sm\:placeholder-teal-100::-webkit-input-placeholder{color:#e6fffa}.sm\:placeholder-teal-100::placeholder{color:#e6fffa}.sm\:placeholder-teal-200::-webkit-input-placeholder{color:#b2f5ea}.sm\:placeholder-teal-200::placeholder{color:#b2f5ea}.sm\:placeholder-teal-300::-webkit-input-placeholder{color:#81e6d9}.sm\:placeholder-teal-300::placeholder{color:#81e6d9}.sm\:placeholder-teal-400::-webkit-input-placeholder{color:#4fd1c5}.sm\:placeholder-teal-400::placeholder{color:#4fd1c5}.sm\:placeholder-teal-500::-webkit-input-placeholder{color:#38b2ac}.sm\:placeholder-teal-500::placeholder{color:#38b2ac}.sm\:placeholder-teal-600::-webkit-input-placeholder{color:#319795}.sm\:placeholder-teal-600::placeholder{color:#319795}.sm\:placeholder-teal-700::-webkit-input-placeholder{color:#2c7a7b}.sm\:placeholder-teal-700::placeholder{color:#2c7a7b}.sm\:placeholder-teal-800::-webkit-input-placeholder{color:#285e61}.sm\:placeholder-teal-800::placeholder{color:#285e61}.sm\:placeholder-teal-900::-webkit-input-placeholder{color:#234e52}.sm\:placeholder-teal-900::placeholder{color:#234e52}.sm\:placeholder-blue-100::-webkit-input-placeholder{color:#ebf8ff}.sm\:placeholder-blue-100::placeholder{color:#ebf8ff}.sm\:placeholder-blue-200::-webkit-input-placeholder{color:#bee3f8}.sm\:placeholder-blue-200::placeholder{color:#bee3f8}.sm\:placeholder-blue-300::-webkit-input-placeholder{color:#90cdf4}.sm\:placeholder-blue-300::placeholder{color:#90cdf4}.sm\:placeholder-blue-400::-webkit-input-placeholder{color:#63b3ed}.sm\:placeholder-blue-400::placeholder{color:#63b3ed}.sm\:placeholder-blue-500::-webkit-input-placeholder{color:#4299e1}.sm\:placeholder-blue-500::placeholder{color:#4299e1}.sm\:placeholder-blue-600::-webkit-input-placeholder{color:#3182ce}.sm\:placeholder-blue-600::placeholder{color:#3182ce}.sm\:placeholder-blue-700::-webkit-input-placeholder{color:#2b6cb0}.sm\:placeholder-blue-700::placeholder{color:#2b6cb0}.sm\:placeholder-blue-800::-webkit-input-placeholder{color:#2c5282}.sm\:placeholder-blue-800::placeholder{color:#2c5282}.sm\:placeholder-blue-900::-webkit-input-placeholder{color:#2a4365}.sm\:placeholder-blue-900::placeholder{color:#2a4365}.sm\:placeholder-indigo-100::-webkit-input-placeholder{color:#ebf4ff}.sm\:placeholder-indigo-100::placeholder{color:#ebf4ff}.sm\:placeholder-indigo-200::-webkit-input-placeholder{color:#c3dafe}.sm\:placeholder-indigo-200::placeholder{color:#c3dafe}.sm\:placeholder-indigo-300::-webkit-input-placeholder{color:#a3bffa}.sm\:placeholder-indigo-300::placeholder{color:#a3bffa}.sm\:placeholder-indigo-400::-webkit-input-placeholder{color:#7f9cf5}.sm\:placeholder-indigo-400::placeholder{color:#7f9cf5}.sm\:placeholder-indigo-500::-webkit-input-placeholder{color:#667eea}.sm\:placeholder-indigo-500::placeholder{color:#667eea}.sm\:placeholder-indigo-600::-webkit-input-placeholder{color:#5a67d8}.sm\:placeholder-indigo-600::placeholder{color:#5a67d8}.sm\:placeholder-indigo-700::-webkit-input-placeholder{color:#4c51bf}.sm\:placeholder-indigo-700::placeholder{color:#4c51bf}.sm\:placeholder-indigo-800::-webkit-input-placeholder{color:#434190}.sm\:placeholder-indigo-800::placeholder{color:#434190}.sm\:placeholder-indigo-900::-webkit-input-placeholder{color:#3c366b}.sm\:placeholder-indigo-900::placeholder{color:#3c366b}.sm\:placeholder-purple-100::-webkit-input-placeholder{color:#faf5ff}.sm\:placeholder-purple-100::placeholder{color:#faf5ff}.sm\:placeholder-purple-200::-webkit-input-placeholder{color:#e9d8fd}.sm\:placeholder-purple-200::placeholder{color:#e9d8fd}.sm\:placeholder-purple-300::-webkit-input-placeholder{color:#d6bcfa}.sm\:placeholder-purple-300::placeholder{color:#d6bcfa}.sm\:placeholder-purple-400::-webkit-input-placeholder{color:#b794f4}.sm\:placeholder-purple-400::placeholder{color:#b794f4}.sm\:placeholder-purple-500::-webkit-input-placeholder{color:#9f7aea}.sm\:placeholder-purple-500::placeholder{color:#9f7aea}.sm\:placeholder-purple-600::-webkit-input-placeholder{color:#805ad5}.sm\:placeholder-purple-600::placeholder{color:#805ad5}.sm\:placeholder-purple-700::-webkit-input-placeholder{color:#6b46c1}.sm\:placeholder-purple-700::placeholder{color:#6b46c1}.sm\:placeholder-purple-800::-webkit-input-placeholder{color:#553c9a}.sm\:placeholder-purple-800::placeholder{color:#553c9a}.sm\:placeholder-purple-900::-webkit-input-placeholder{color:#44337a}.sm\:placeholder-purple-900::placeholder{color:#44337a}.sm\:placeholder-pink-100::-webkit-input-placeholder{color:#fff5f7}.sm\:placeholder-pink-100::placeholder{color:#fff5f7}.sm\:placeholder-pink-200::-webkit-input-placeholder{color:#fed7e2}.sm\:placeholder-pink-200::placeholder{color:#fed7e2}.sm\:placeholder-pink-300::-webkit-input-placeholder{color:#fbb6ce}.sm\:placeholder-pink-300::placeholder{color:#fbb6ce}.sm\:placeholder-pink-400::-webkit-input-placeholder{color:#f687b3}.sm\:placeholder-pink-400::placeholder{color:#f687b3}.sm\:placeholder-pink-500::-webkit-input-placeholder{color:#ed64a6}.sm\:placeholder-pink-500::placeholder{color:#ed64a6}.sm\:placeholder-pink-600::-webkit-input-placeholder{color:#d53f8c}.sm\:placeholder-pink-600::placeholder{color:#d53f8c}.sm\:placeholder-pink-700::-webkit-input-placeholder{color:#b83280}.sm\:placeholder-pink-700::placeholder{color:#b83280}.sm\:placeholder-pink-800::-webkit-input-placeholder{color:#97266d}.sm\:placeholder-pink-800::placeholder{color:#97266d}.sm\:placeholder-pink-900::-webkit-input-placeholder{color:#702459}.sm\:placeholder-pink-900::placeholder{color:#702459}.sm\:placeholder-regal-blue::-webkit-input-placeholder{color:#243c5a}.sm\:placeholder-regal-blue::placeholder{color:#243c5a}.sm\:placeholder-selection-blue::-webkit-input-placeholder{color:#aadaff}.sm\:placeholder-selection-blue::placeholder{color:#aadaff}.sm\:placeholder-fill-gray::-webkit-input-placeholder{color:#e2e2e2}.sm\:placeholder-fill-gray::placeholder{color:#e2e2e2}.sm\:placeholder-outline-gray::-webkit-input-placeholder{color:#d0d0d0}.sm\:placeholder-outline-gray::placeholder{color:#d0d0d0}.sm\:placeholder-disabled-red::-webkit-input-placeholder{color:#ecc9c9}.sm\:placeholder-disabled-red::placeholder{color:#ecc9c9}.sm\:placeholder-violated-red::-webkit-input-placeholder{color:#ff7b7b}.sm\:placeholder-violated-red::placeholder{color:#ff7b7b}.sm\:placeholder-modified-yellow::-webkit-input-placeholder{color:#fce869}.sm\:placeholder-modified-yellow::placeholder{color:#fce869}.sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{color:transparent}.sm\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{color:#000}.sm\:focus\:placeholder-black:focus::placeholder{color:#000}.sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{color:#fff}.sm\:focus\:placeholder-white:focus::placeholder{color:#fff}.sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{color:#f7fafc}.sm\:focus\:placeholder-gray-100:focus::placeholder{color:#f7fafc}.sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{color:#edf2f7}.sm\:focus\:placeholder-gray-200:focus::placeholder{color:#edf2f7}.sm\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{color:#e2e8f0}.sm\:focus\:placeholder-gray-300:focus::placeholder{color:#e2e8f0}.sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{color:#cbd5e0}.sm\:focus\:placeholder-gray-400:focus::placeholder{color:#cbd5e0}.sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{color:#a0aec0}.sm\:focus\:placeholder-gray-500:focus::placeholder{color:#a0aec0}.sm\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{color:#718096}.sm\:focus\:placeholder-gray-600:focus::placeholder{color:#718096}.sm\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{color:#4a5568}.sm\:focus\:placeholder-gray-700:focus::placeholder{color:#4a5568}.sm\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{color:#2d3748}.sm\:focus\:placeholder-gray-800:focus::placeholder{color:#2d3748}.sm\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{color:#1a202c}.sm\:focus\:placeholder-gray-900:focus::placeholder{color:#1a202c}.sm\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{color:#fff5f5}.sm\:focus\:placeholder-red-100:focus::placeholder{color:#fff5f5}.sm\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{color:#fed7d7}.sm\:focus\:placeholder-red-200:focus::placeholder{color:#fed7d7}.sm\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{color:#feb2b2}.sm\:focus\:placeholder-red-300:focus::placeholder{color:#feb2b2}.sm\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{color:#fc8181}.sm\:focus\:placeholder-red-400:focus::placeholder{color:#fc8181}.sm\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{color:#f56565}.sm\:focus\:placeholder-red-500:focus::placeholder{color:#f56565}.sm\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{color:#e53e3e}.sm\:focus\:placeholder-red-600:focus::placeholder{color:#e53e3e}.sm\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{color:#c53030}.sm\:focus\:placeholder-red-700:focus::placeholder{color:#c53030}.sm\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{color:#9b2c2c}.sm\:focus\:placeholder-red-800:focus::placeholder{color:#9b2c2c}.sm\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{color:#742a2a}.sm\:focus\:placeholder-red-900:focus::placeholder{color:#742a2a}.sm\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{color:#fffaf0}.sm\:focus\:placeholder-orange-100:focus::placeholder{color:#fffaf0}.sm\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{color:#feebc8}.sm\:focus\:placeholder-orange-200:focus::placeholder{color:#feebc8}.sm\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{color:#fbd38d}.sm\:focus\:placeholder-orange-300:focus::placeholder{color:#fbd38d}.sm\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{color:#f6ad55}.sm\:focus\:placeholder-orange-400:focus::placeholder{color:#f6ad55}.sm\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{color:#ed8936}.sm\:focus\:placeholder-orange-500:focus::placeholder{color:#ed8936}.sm\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{color:#dd6b20}.sm\:focus\:placeholder-orange-600:focus::placeholder{color:#dd6b20}.sm\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{color:#c05621}.sm\:focus\:placeholder-orange-700:focus::placeholder{color:#c05621}.sm\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{color:#9c4221}.sm\:focus\:placeholder-orange-800:focus::placeholder{color:#9c4221}.sm\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{color:#7b341e}.sm\:focus\:placeholder-orange-900:focus::placeholder{color:#7b341e}.sm\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{color:ivory}.sm\:focus\:placeholder-yellow-100:focus::placeholder{color:ivory}.sm\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{color:#fefcbf}.sm\:focus\:placeholder-yellow-200:focus::placeholder{color:#fefcbf}.sm\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{color:#faf089}.sm\:focus\:placeholder-yellow-300:focus::placeholder{color:#faf089}.sm\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{color:#f6e05e}.sm\:focus\:placeholder-yellow-400:focus::placeholder{color:#f6e05e}.sm\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{color:#ecc94b}.sm\:focus\:placeholder-yellow-500:focus::placeholder{color:#ecc94b}.sm\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{color:#d69e2e}.sm\:focus\:placeholder-yellow-600:focus::placeholder{color:#d69e2e}.sm\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{color:#b7791f}.sm\:focus\:placeholder-yellow-700:focus::placeholder{color:#b7791f}.sm\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{color:#975a16}.sm\:focus\:placeholder-yellow-800:focus::placeholder{color:#975a16}.sm\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{color:#744210}.sm\:focus\:placeholder-yellow-900:focus::placeholder{color:#744210}.sm\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{color:#f0fff4}.sm\:focus\:placeholder-green-100:focus::placeholder{color:#f0fff4}.sm\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{color:#c6f6d5}.sm\:focus\:placeholder-green-200:focus::placeholder{color:#c6f6d5}.sm\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{color:#9ae6b4}.sm\:focus\:placeholder-green-300:focus::placeholder{color:#9ae6b4}.sm\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{color:#68d391}.sm\:focus\:placeholder-green-400:focus::placeholder{color:#68d391}.sm\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{color:#48bb78}.sm\:focus\:placeholder-green-500:focus::placeholder{color:#48bb78}.sm\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{color:#38a169}.sm\:focus\:placeholder-green-600:focus::placeholder{color:#38a169}.sm\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{color:#2f855a}.sm\:focus\:placeholder-green-700:focus::placeholder{color:#2f855a}.sm\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{color:#276749}.sm\:focus\:placeholder-green-800:focus::placeholder{color:#276749}.sm\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{color:#22543d}.sm\:focus\:placeholder-green-900:focus::placeholder{color:#22543d}.sm\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{color:#e6fffa}.sm\:focus\:placeholder-teal-100:focus::placeholder{color:#e6fffa}.sm\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{color:#b2f5ea}.sm\:focus\:placeholder-teal-200:focus::placeholder{color:#b2f5ea}.sm\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{color:#81e6d9}.sm\:focus\:placeholder-teal-300:focus::placeholder{color:#81e6d9}.sm\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{color:#4fd1c5}.sm\:focus\:placeholder-teal-400:focus::placeholder{color:#4fd1c5}.sm\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{color:#38b2ac}.sm\:focus\:placeholder-teal-500:focus::placeholder{color:#38b2ac}.sm\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{color:#319795}.sm\:focus\:placeholder-teal-600:focus::placeholder{color:#319795}.sm\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{color:#2c7a7b}.sm\:focus\:placeholder-teal-700:focus::placeholder{color:#2c7a7b}.sm\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{color:#285e61}.sm\:focus\:placeholder-teal-800:focus::placeholder{color:#285e61}.sm\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{color:#234e52}.sm\:focus\:placeholder-teal-900:focus::placeholder{color:#234e52}.sm\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{color:#ebf8ff}.sm\:focus\:placeholder-blue-100:focus::placeholder{color:#ebf8ff}.sm\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{color:#bee3f8}.sm\:focus\:placeholder-blue-200:focus::placeholder{color:#bee3f8}.sm\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{color:#90cdf4}.sm\:focus\:placeholder-blue-300:focus::placeholder{color:#90cdf4}.sm\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{color:#63b3ed}.sm\:focus\:placeholder-blue-400:focus::placeholder{color:#63b3ed}.sm\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{color:#4299e1}.sm\:focus\:placeholder-blue-500:focus::placeholder{color:#4299e1}.sm\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{color:#3182ce}.sm\:focus\:placeholder-blue-600:focus::placeholder{color:#3182ce}.sm\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{color:#2b6cb0}.sm\:focus\:placeholder-blue-700:focus::placeholder{color:#2b6cb0}.sm\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{color:#2c5282}.sm\:focus\:placeholder-blue-800:focus::placeholder{color:#2c5282}.sm\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{color:#2a4365}.sm\:focus\:placeholder-blue-900:focus::placeholder{color:#2a4365}.sm\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{color:#ebf4ff}.sm\:focus\:placeholder-indigo-100:focus::placeholder{color:#ebf4ff}.sm\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{color:#c3dafe}.sm\:focus\:placeholder-indigo-200:focus::placeholder{color:#c3dafe}.sm\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{color:#a3bffa}.sm\:focus\:placeholder-indigo-300:focus::placeholder{color:#a3bffa}.sm\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{color:#7f9cf5}.sm\:focus\:placeholder-indigo-400:focus::placeholder{color:#7f9cf5}.sm\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{color:#667eea}.sm\:focus\:placeholder-indigo-500:focus::placeholder{color:#667eea}.sm\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{color:#5a67d8}.sm\:focus\:placeholder-indigo-600:focus::placeholder{color:#5a67d8}.sm\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{color:#4c51bf}.sm\:focus\:placeholder-indigo-700:focus::placeholder{color:#4c51bf}.sm\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{color:#434190}.sm\:focus\:placeholder-indigo-800:focus::placeholder{color:#434190}.sm\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{color:#3c366b}.sm\:focus\:placeholder-indigo-900:focus::placeholder{color:#3c366b}.sm\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{color:#faf5ff}.sm\:focus\:placeholder-purple-100:focus::placeholder{color:#faf5ff}.sm\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{color:#e9d8fd}.sm\:focus\:placeholder-purple-200:focus::placeholder{color:#e9d8fd}.sm\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{color:#d6bcfa}.sm\:focus\:placeholder-purple-300:focus::placeholder{color:#d6bcfa}.sm\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{color:#b794f4}.sm\:focus\:placeholder-purple-400:focus::placeholder{color:#b794f4}.sm\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{color:#9f7aea}.sm\:focus\:placeholder-purple-500:focus::placeholder{color:#9f7aea}.sm\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{color:#805ad5}.sm\:focus\:placeholder-purple-600:focus::placeholder{color:#805ad5}.sm\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{color:#6b46c1}.sm\:focus\:placeholder-purple-700:focus::placeholder{color:#6b46c1}.sm\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{color:#553c9a}.sm\:focus\:placeholder-purple-800:focus::placeholder{color:#553c9a}.sm\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{color:#44337a}.sm\:focus\:placeholder-purple-900:focus::placeholder{color:#44337a}.sm\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{color:#fff5f7}.sm\:focus\:placeholder-pink-100:focus::placeholder{color:#fff5f7}.sm\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{color:#fed7e2}.sm\:focus\:placeholder-pink-200:focus::placeholder{color:#fed7e2}.sm\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{color:#fbb6ce}.sm\:focus\:placeholder-pink-300:focus::placeholder{color:#fbb6ce}.sm\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{color:#f687b3}.sm\:focus\:placeholder-pink-400:focus::placeholder{color:#f687b3}.sm\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{color:#ed64a6}.sm\:focus\:placeholder-pink-500:focus::placeholder{color:#ed64a6}.sm\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{color:#d53f8c}.sm\:focus\:placeholder-pink-600:focus::placeholder{color:#d53f8c}.sm\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{color:#b83280}.sm\:focus\:placeholder-pink-700:focus::placeholder{color:#b83280}.sm\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{color:#97266d}.sm\:focus\:placeholder-pink-800:focus::placeholder{color:#97266d}.sm\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{color:#702459}.sm\:focus\:placeholder-pink-900:focus::placeholder{color:#702459}.sm\:focus\:placeholder-regal-blue:focus::-webkit-input-placeholder{color:#243c5a}.sm\:focus\:placeholder-regal-blue:focus::placeholder{color:#243c5a}.sm\:focus\:placeholder-selection-blue:focus::-webkit-input-placeholder{color:#aadaff}.sm\:focus\:placeholder-selection-blue:focus::placeholder{color:#aadaff}.sm\:focus\:placeholder-fill-gray:focus::-webkit-input-placeholder{color:#e2e2e2}.sm\:focus\:placeholder-fill-gray:focus::placeholder{color:#e2e2e2}.sm\:focus\:placeholder-outline-gray:focus::-webkit-input-placeholder{color:#d0d0d0}.sm\:focus\:placeholder-outline-gray:focus::placeholder{color:#d0d0d0}.sm\:focus\:placeholder-disabled-red:focus::-webkit-input-placeholder{color:#ecc9c9}.sm\:focus\:placeholder-disabled-red:focus::placeholder{color:#ecc9c9}.sm\:focus\:placeholder-violated-red:focus::-webkit-input-placeholder{color:#ff7b7b}.sm\:focus\:placeholder-violated-red:focus::placeholder{color:#ff7b7b}.sm\:focus\:placeholder-modified-yellow:focus::-webkit-input-placeholder{color:#fce869}.sm\:focus\:placeholder-modified-yellow:focus::placeholder{color:#fce869}.sm\:pointer-events-none{pointer-events:none}.sm\:pointer-events-auto{pointer-events:auto}.sm\:static{position:static}.sm\:fixed{position:fixed}.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:sticky{position:-webkit-sticky;position:sticky}.sm\:inset-0{top:0;right:0;bottom:0;left:0}.sm\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.sm\:inset-y-0{top:0;bottom:0}.sm\:inset-x-0{right:0;left:0}.sm\:inset-y-auto{top:auto;bottom:auto}.sm\:inset-x-auto{right:auto;left:auto}.sm\:top-0{top:0}.sm\:right-0{right:0}.sm\:bottom-0{bottom:0}.sm\:left-0{left:0}.sm\:top-auto{top:auto}.sm\:right-auto{right:auto}.sm\:bottom-auto{bottom:auto}.sm\:left-auto{left:auto}.sm\:resize-none{resize:none}.sm\:resize-y{resize:vertical}.sm\:resize-x{resize:horizontal}.sm\:resize{resize:both}.sm\:shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.sm\:shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.sm\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.sm\:shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.sm\:shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.sm\:shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.sm\:shadow-outline{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.sm\:shadow-none{box-shadow:none}.sm\:hover\:shadow:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.sm\:hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.sm\:hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.sm\:hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.sm\:hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.sm\:hover\:shadow-inner:hover{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.sm\:hover\:shadow-outline:hover{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.sm\:hover\:shadow-none:hover{box-shadow:none}.sm\:focus\:shadow:focus{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.sm\:focus\:shadow-md:focus{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.sm\:focus\:shadow-lg:focus{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.sm\:focus\:shadow-xl:focus{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.sm\:focus\:shadow-2xl:focus{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.sm\:focus\:shadow-inner:focus{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.sm\:focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.sm\:focus\:shadow-none:focus{box-shadow:none}.sm\:fill-current{fill:currentColor}.sm\:stroke-current{stroke:currentColor}.sm\:table-auto{table-layout:auto}.sm\:table-fixed{table-layout:fixed}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:text-justify{text-align:justify}.sm\:text-transparent{color:transparent}.sm\:text-black{color:#000}.sm\:text-white{color:#fff}.sm\:text-gray-100{color:#f7fafc}.sm\:text-gray-200{color:#edf2f7}.sm\:text-gray-300{color:#e2e8f0}.sm\:text-gray-400{color:#cbd5e0}.sm\:text-gray-500{color:#a0aec0}.sm\:text-gray-600{color:#718096}.sm\:text-gray-700{color:#4a5568}.sm\:text-gray-800{color:#2d3748}.sm\:text-gray-900{color:#1a202c}.sm\:text-red-100{color:#fff5f5}.sm\:text-red-200{color:#fed7d7}.sm\:text-red-300{color:#feb2b2}.sm\:text-red-400{color:#fc8181}.sm\:text-red-500{color:#f56565}.sm\:text-red-600{color:#e53e3e}.sm\:text-red-700{color:#c53030}.sm\:text-red-800{color:#9b2c2c}.sm\:text-red-900{color:#742a2a}.sm\:text-orange-100{color:#fffaf0}.sm\:text-orange-200{color:#feebc8}.sm\:text-orange-300{color:#fbd38d}.sm\:text-orange-400{color:#f6ad55}.sm\:text-orange-500{color:#ed8936}.sm\:text-orange-600{color:#dd6b20}.sm\:text-orange-700{color:#c05621}.sm\:text-orange-800{color:#9c4221}.sm\:text-orange-900{color:#7b341e}.sm\:text-yellow-100{color:ivory}.sm\:text-yellow-200{color:#fefcbf}.sm\:text-yellow-300{color:#faf089}.sm\:text-yellow-400{color:#f6e05e}.sm\:text-yellow-500{color:#ecc94b}.sm\:text-yellow-600{color:#d69e2e}.sm\:text-yellow-700{color:#b7791f}.sm\:text-yellow-800{color:#975a16}.sm\:text-yellow-900{color:#744210}.sm\:text-green-100{color:#f0fff4}.sm\:text-green-200{color:#c6f6d5}.sm\:text-green-300{color:#9ae6b4}.sm\:text-green-400{color:#68d391}.sm\:text-green-500{color:#48bb78}.sm\:text-green-600{color:#38a169}.sm\:text-green-700{color:#2f855a}.sm\:text-green-800{color:#276749}.sm\:text-green-900{color:#22543d}.sm\:text-teal-100{color:#e6fffa}.sm\:text-teal-200{color:#b2f5ea}.sm\:text-teal-300{color:#81e6d9}.sm\:text-teal-400{color:#4fd1c5}.sm\:text-teal-500{color:#38b2ac}.sm\:text-teal-600{color:#319795}.sm\:text-teal-700{color:#2c7a7b}.sm\:text-teal-800{color:#285e61}.sm\:text-teal-900{color:#234e52}.sm\:text-blue-100{color:#ebf8ff}.sm\:text-blue-200{color:#bee3f8}.sm\:text-blue-300{color:#90cdf4}.sm\:text-blue-400{color:#63b3ed}.sm\:text-blue-500{color:#4299e1}.sm\:text-blue-600{color:#3182ce}.sm\:text-blue-700{color:#2b6cb0}.sm\:text-blue-800{color:#2c5282}.sm\:text-blue-900{color:#2a4365}.sm\:text-indigo-100{color:#ebf4ff}.sm\:text-indigo-200{color:#c3dafe}.sm\:text-indigo-300{color:#a3bffa}.sm\:text-indigo-400{color:#7f9cf5}.sm\:text-indigo-500{color:#667eea}.sm\:text-indigo-600{color:#5a67d8}.sm\:text-indigo-700{color:#4c51bf}.sm\:text-indigo-800{color:#434190}.sm\:text-indigo-900{color:#3c366b}.sm\:text-purple-100{color:#faf5ff}.sm\:text-purple-200{color:#e9d8fd}.sm\:text-purple-300{color:#d6bcfa}.sm\:text-purple-400{color:#b794f4}.sm\:text-purple-500{color:#9f7aea}.sm\:text-purple-600{color:#805ad5}.sm\:text-purple-700{color:#6b46c1}.sm\:text-purple-800{color:#553c9a}.sm\:text-purple-900{color:#44337a}.sm\:text-pink-100{color:#fff5f7}.sm\:text-pink-200{color:#fed7e2}.sm\:text-pink-300{color:#fbb6ce}.sm\:text-pink-400{color:#f687b3}.sm\:text-pink-500{color:#ed64a6}.sm\:text-pink-600{color:#d53f8c}.sm\:text-pink-700{color:#b83280}.sm\:text-pink-800{color:#97266d}.sm\:text-pink-900{color:#702459}.sm\:text-regal-blue{color:#243c5a}.sm\:text-selection-blue{color:#aadaff}.sm\:text-fill-gray{color:#e2e2e2}.sm\:text-outline-gray{color:#d0d0d0}.sm\:text-disabled-red{color:#ecc9c9}.sm\:text-violated-red{color:#ff7b7b}.sm\:text-modified-yellow{color:#fce869}.sm\:hover\:text-transparent:hover{color:transparent}.sm\:hover\:text-black:hover{color:#000}.sm\:hover\:text-white:hover{color:#fff}.sm\:hover\:text-gray-100:hover{color:#f7fafc}.sm\:hover\:text-gray-200:hover{color:#edf2f7}.sm\:hover\:text-gray-300:hover{color:#e2e8f0}.sm\:hover\:text-gray-400:hover{color:#cbd5e0}.sm\:hover\:text-gray-500:hover{color:#a0aec0}.sm\:hover\:text-gray-600:hover{color:#718096}.sm\:hover\:text-gray-700:hover{color:#4a5568}.sm\:hover\:text-gray-800:hover{color:#2d3748}.sm\:hover\:text-gray-900:hover{color:#1a202c}.sm\:hover\:text-red-100:hover{color:#fff5f5}.sm\:hover\:text-red-200:hover{color:#fed7d7}.sm\:hover\:text-red-300:hover{color:#feb2b2}.sm\:hover\:text-red-400:hover{color:#fc8181}.sm\:hover\:text-red-500:hover{color:#f56565}.sm\:hover\:text-red-600:hover{color:#e53e3e}.sm\:hover\:text-red-700:hover{color:#c53030}.sm\:hover\:text-red-800:hover{color:#9b2c2c}.sm\:hover\:text-red-900:hover{color:#742a2a}.sm\:hover\:text-orange-100:hover{color:#fffaf0}.sm\:hover\:text-orange-200:hover{color:#feebc8}.sm\:hover\:text-orange-300:hover{color:#fbd38d}.sm\:hover\:text-orange-400:hover{color:#f6ad55}.sm\:hover\:text-orange-500:hover{color:#ed8936}.sm\:hover\:text-orange-600:hover{color:#dd6b20}.sm\:hover\:text-orange-700:hover{color:#c05621}.sm\:hover\:text-orange-800:hover{color:#9c4221}.sm\:hover\:text-orange-900:hover{color:#7b341e}.sm\:hover\:text-yellow-100:hover{color:ivory}.sm\:hover\:text-yellow-200:hover{color:#fefcbf}.sm\:hover\:text-yellow-300:hover{color:#faf089}.sm\:hover\:text-yellow-400:hover{color:#f6e05e}.sm\:hover\:text-yellow-500:hover{color:#ecc94b}.sm\:hover\:text-yellow-600:hover{color:#d69e2e}.sm\:hover\:text-yellow-700:hover{color:#b7791f}.sm\:hover\:text-yellow-800:hover{color:#975a16}.sm\:hover\:text-yellow-900:hover{color:#744210}.sm\:hover\:text-green-100:hover{color:#f0fff4}.sm\:hover\:text-green-200:hover{color:#c6f6d5}.sm\:hover\:text-green-300:hover{color:#9ae6b4}.sm\:hover\:text-green-400:hover{color:#68d391}.sm\:hover\:text-green-500:hover{color:#48bb78}.sm\:hover\:text-green-600:hover{color:#38a169}.sm\:hover\:text-green-700:hover{color:#2f855a}.sm\:hover\:text-green-800:hover{color:#276749}.sm\:hover\:text-green-900:hover{color:#22543d}.sm\:hover\:text-teal-100:hover{color:#e6fffa}.sm\:hover\:text-teal-200:hover{color:#b2f5ea}.sm\:hover\:text-teal-300:hover{color:#81e6d9}.sm\:hover\:text-teal-400:hover{color:#4fd1c5}.sm\:hover\:text-teal-500:hover{color:#38b2ac}.sm\:hover\:text-teal-600:hover{color:#319795}.sm\:hover\:text-teal-700:hover{color:#2c7a7b}.sm\:hover\:text-teal-800:hover{color:#285e61}.sm\:hover\:text-teal-900:hover{color:#234e52}.sm\:hover\:text-blue-100:hover{color:#ebf8ff}.sm\:hover\:text-blue-200:hover{color:#bee3f8}.sm\:hover\:text-blue-300:hover{color:#90cdf4}.sm\:hover\:text-blue-400:hover{color:#63b3ed}.sm\:hover\:text-blue-500:hover{color:#4299e1}.sm\:hover\:text-blue-600:hover{color:#3182ce}.sm\:hover\:text-blue-700:hover{color:#2b6cb0}.sm\:hover\:text-blue-800:hover{color:#2c5282}.sm\:hover\:text-blue-900:hover{color:#2a4365}.sm\:hover\:text-indigo-100:hover{color:#ebf4ff}.sm\:hover\:text-indigo-200:hover{color:#c3dafe}.sm\:hover\:text-indigo-300:hover{color:#a3bffa}.sm\:hover\:text-indigo-400:hover{color:#7f9cf5}.sm\:hover\:text-indigo-500:hover{color:#667eea}.sm\:hover\:text-indigo-600:hover{color:#5a67d8}.sm\:hover\:text-indigo-700:hover{color:#4c51bf}.sm\:hover\:text-indigo-800:hover{color:#434190}.sm\:hover\:text-indigo-900:hover{color:#3c366b}.sm\:hover\:text-purple-100:hover{color:#faf5ff}.sm\:hover\:text-purple-200:hover{color:#e9d8fd}.sm\:hover\:text-purple-300:hover{color:#d6bcfa}.sm\:hover\:text-purple-400:hover{color:#b794f4}.sm\:hover\:text-purple-500:hover{color:#9f7aea}.sm\:hover\:text-purple-600:hover{color:#805ad5}.sm\:hover\:text-purple-700:hover{color:#6b46c1}.sm\:hover\:text-purple-800:hover{color:#553c9a}.sm\:hover\:text-purple-900:hover{color:#44337a}.sm\:hover\:text-pink-100:hover{color:#fff5f7}.sm\:hover\:text-pink-200:hover{color:#fed7e2}.sm\:hover\:text-pink-300:hover{color:#fbb6ce}.sm\:hover\:text-pink-400:hover{color:#f687b3}.sm\:hover\:text-pink-500:hover{color:#ed64a6}.sm\:hover\:text-pink-600:hover{color:#d53f8c}.sm\:hover\:text-pink-700:hover{color:#b83280}.sm\:hover\:text-pink-800:hover{color:#97266d}.sm\:hover\:text-pink-900:hover{color:#702459}.sm\:hover\:text-regal-blue:hover{color:#243c5a}.sm\:hover\:text-selection-blue:hover{color:#aadaff}.sm\:hover\:text-fill-gray:hover{color:#e2e2e2}.sm\:hover\:text-outline-gray:hover{color:#d0d0d0}.sm\:hover\:text-disabled-red:hover{color:#ecc9c9}.sm\:hover\:text-violated-red:hover{color:#ff7b7b}.sm\:hover\:text-modified-yellow:hover{color:#fce869}.sm\:focus\:text-transparent:focus{color:transparent}.sm\:focus\:text-black:focus{color:#000}.sm\:focus\:text-white:focus{color:#fff}.sm\:focus\:text-gray-100:focus{color:#f7fafc}.sm\:focus\:text-gray-200:focus{color:#edf2f7}.sm\:focus\:text-gray-300:focus{color:#e2e8f0}.sm\:focus\:text-gray-400:focus{color:#cbd5e0}.sm\:focus\:text-gray-500:focus{color:#a0aec0}.sm\:focus\:text-gray-600:focus{color:#718096}.sm\:focus\:text-gray-700:focus{color:#4a5568}.sm\:focus\:text-gray-800:focus{color:#2d3748}.sm\:focus\:text-gray-900:focus{color:#1a202c}.sm\:focus\:text-red-100:focus{color:#fff5f5}.sm\:focus\:text-red-200:focus{color:#fed7d7}.sm\:focus\:text-red-300:focus{color:#feb2b2}.sm\:focus\:text-red-400:focus{color:#fc8181}.sm\:focus\:text-red-500:focus{color:#f56565}.sm\:focus\:text-red-600:focus{color:#e53e3e}.sm\:focus\:text-red-700:focus{color:#c53030}.sm\:focus\:text-red-800:focus{color:#9b2c2c}.sm\:focus\:text-red-900:focus{color:#742a2a}.sm\:focus\:text-orange-100:focus{color:#fffaf0}.sm\:focus\:text-orange-200:focus{color:#feebc8}.sm\:focus\:text-orange-300:focus{color:#fbd38d}.sm\:focus\:text-orange-400:focus{color:#f6ad55}.sm\:focus\:text-orange-500:focus{color:#ed8936}.sm\:focus\:text-orange-600:focus{color:#dd6b20}.sm\:focus\:text-orange-700:focus{color:#c05621}.sm\:focus\:text-orange-800:focus{color:#9c4221}.sm\:focus\:text-orange-900:focus{color:#7b341e}.sm\:focus\:text-yellow-100:focus{color:ivory}.sm\:focus\:text-yellow-200:focus{color:#fefcbf}.sm\:focus\:text-yellow-300:focus{color:#faf089}.sm\:focus\:text-yellow-400:focus{color:#f6e05e}.sm\:focus\:text-yellow-500:focus{color:#ecc94b}.sm\:focus\:text-yellow-600:focus{color:#d69e2e}.sm\:focus\:text-yellow-700:focus{color:#b7791f}.sm\:focus\:text-yellow-800:focus{color:#975a16}.sm\:focus\:text-yellow-900:focus{color:#744210}.sm\:focus\:text-green-100:focus{color:#f0fff4}.sm\:focus\:text-green-200:focus{color:#c6f6d5}.sm\:focus\:text-green-300:focus{color:#9ae6b4}.sm\:focus\:text-green-400:focus{color:#68d391}.sm\:focus\:text-green-500:focus{color:#48bb78}.sm\:focus\:text-green-600:focus{color:#38a169}.sm\:focus\:text-green-700:focus{color:#2f855a}.sm\:focus\:text-green-800:focus{color:#276749}.sm\:focus\:text-green-900:focus{color:#22543d}.sm\:focus\:text-teal-100:focus{color:#e6fffa}.sm\:focus\:text-teal-200:focus{color:#b2f5ea}.sm\:focus\:text-teal-300:focus{color:#81e6d9}.sm\:focus\:text-teal-400:focus{color:#4fd1c5}.sm\:focus\:text-teal-500:focus{color:#38b2ac}.sm\:focus\:text-teal-600:focus{color:#319795}.sm\:focus\:text-teal-700:focus{color:#2c7a7b}.sm\:focus\:text-teal-800:focus{color:#285e61}.sm\:focus\:text-teal-900:focus{color:#234e52}.sm\:focus\:text-blue-100:focus{color:#ebf8ff}.sm\:focus\:text-blue-200:focus{color:#bee3f8}.sm\:focus\:text-blue-300:focus{color:#90cdf4}.sm\:focus\:text-blue-400:focus{color:#63b3ed}.sm\:focus\:text-blue-500:focus{color:#4299e1}.sm\:focus\:text-blue-600:focus{color:#3182ce}.sm\:focus\:text-blue-700:focus{color:#2b6cb0}.sm\:focus\:text-blue-800:focus{color:#2c5282}.sm\:focus\:text-blue-900:focus{color:#2a4365}.sm\:focus\:text-indigo-100:focus{color:#ebf4ff}.sm\:focus\:text-indigo-200:focus{color:#c3dafe}.sm\:focus\:text-indigo-300:focus{color:#a3bffa}.sm\:focus\:text-indigo-400:focus{color:#7f9cf5}.sm\:focus\:text-indigo-500:focus{color:#667eea}.sm\:focus\:text-indigo-600:focus{color:#5a67d8}.sm\:focus\:text-indigo-700:focus{color:#4c51bf}.sm\:focus\:text-indigo-800:focus{color:#434190}.sm\:focus\:text-indigo-900:focus{color:#3c366b}.sm\:focus\:text-purple-100:focus{color:#faf5ff}.sm\:focus\:text-purple-200:focus{color:#e9d8fd}.sm\:focus\:text-purple-300:focus{color:#d6bcfa}.sm\:focus\:text-purple-400:focus{color:#b794f4}.sm\:focus\:text-purple-500:focus{color:#9f7aea}.sm\:focus\:text-purple-600:focus{color:#805ad5}.sm\:focus\:text-purple-700:focus{color:#6b46c1}.sm\:focus\:text-purple-800:focus{color:#553c9a}.sm\:focus\:text-purple-900:focus{color:#44337a}.sm\:focus\:text-pink-100:focus{color:#fff5f7}.sm\:focus\:text-pink-200:focus{color:#fed7e2}.sm\:focus\:text-pink-300:focus{color:#fbb6ce}.sm\:focus\:text-pink-400:focus{color:#f687b3}.sm\:focus\:text-pink-500:focus{color:#ed64a6}.sm\:focus\:text-pink-600:focus{color:#d53f8c}.sm\:focus\:text-pink-700:focus{color:#b83280}.sm\:focus\:text-pink-800:focus{color:#97266d}.sm\:focus\:text-pink-900:focus{color:#702459}.sm\:focus\:text-regal-blue:focus{color:#243c5a}.sm\:focus\:text-selection-blue:focus{color:#aadaff}.sm\:focus\:text-fill-gray:focus{color:#e2e2e2}.sm\:focus\:text-outline-gray:focus{color:#d0d0d0}.sm\:focus\:text-disabled-red:focus{color:#ecc9c9}.sm\:focus\:text-violated-red:focus{color:#ff7b7b}.sm\:focus\:text-modified-yellow:focus{color:#fce869}.sm\:text-xs{font-size:.75rem}.sm\:text-sm{font-size:.875rem}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:text-4xl{font-size:2.25rem}.sm\:text-5xl{font-size:3rem}.sm\:text-6xl{font-size:4rem}.sm\:italic{font-style:italic}.sm\:not-italic{font-style:normal}.sm\:uppercase{text-transform:uppercase}.sm\:lowercase{text-transform:lowercase}.sm\:capitalize{text-transform:capitalize}.sm\:normal-case{text-transform:none}.sm\:underline{text-decoration:underline}.sm\:line-through{text-decoration:line-through}.sm\:no-underline{text-decoration:none}.sm\:hover\:underline:hover{text-decoration:underline}.sm\:hover\:line-through:hover{text-decoration:line-through}.sm\:hover\:no-underline:hover{text-decoration:none}.sm\:focus\:underline:focus{text-decoration:underline}.sm\:focus\:line-through:focus{text-decoration:line-through}.sm\:focus\:no-underline:focus{text-decoration:none}.sm\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sm\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.sm\:tracking-tighter{letter-spacing:-.05em}.sm\:tracking-tight{letter-spacing:-.025em}.sm\:tracking-normal{letter-spacing:0}.sm\:tracking-wide{letter-spacing:.025em}.sm\:tracking-wider{letter-spacing:.05em}.sm\:tracking-widest{letter-spacing:.1em}.sm\:select-none{-webkit-user-select:none;user-select:none}.sm\:select-text{-webkit-user-select:text;user-select:text}.sm\:select-all{-webkit-user-select:all;user-select:all}.sm\:select-auto{-webkit-user-select:auto;user-select:auto}.sm\:align-baseline{vertical-align:initial}.sm\:align-top{vertical-align:top}.sm\:align-middle{vertical-align:middle}.sm\:align-bottom{vertical-align:bottom}.sm\:align-text-top{vertical-align:text-top}.sm\:align-text-bottom{vertical-align:text-bottom}.sm\:visible{visibility:visible}.sm\:invisible{visibility:hidden}.sm\:whitespace-normal{white-space:normal}.sm\:whitespace-no-wrap{white-space:nowrap}.sm\:whitespace-pre{white-space:pre}.sm\:whitespace-pre-line{white-space:pre-line}.sm\:whitespace-pre-wrap{white-space:pre-wrap}.sm\:break-normal{overflow-wrap:normal;word-break:normal}.sm\:break-words{overflow-wrap:break-word}.sm\:break-all{word-break:break-all}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:w-0{width:0}.sm\:w-1{width:.25rem}.sm\:w-2{width:.5rem}.sm\:w-3{width:.75rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-8{width:2rem}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-32{width:8rem}.sm\:w-40{width:10rem}.sm\:w-48{width:12rem}.sm\:w-56{width:14rem}.sm\:w-64{width:16rem}.sm\:w-auto{width:auto}.sm\:w-px{width:1px}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-1\/4{width:25%}.sm\:w-2\/4{width:50%}.sm\:w-3\/4{width:75%}.sm\:w-1\/5{width:20%}.sm\:w-2\/5{width:40%}.sm\:w-3\/5{width:60%}.sm\:w-4\/5{width:80%}.sm\:w-1\/6{width:16.666667%}.sm\:w-2\/6{width:33.333333%}.sm\:w-3\/6{width:50%}.sm\:w-4\/6{width:66.666667%}.sm\:w-5\/6{width:83.333333%}.sm\:w-1\/12{width:8.333333%}.sm\:w-2\/12{width:16.666667%}.sm\:w-3\/12{width:25%}.sm\:w-4\/12{width:33.333333%}.sm\:w-5\/12{width:41.666667%}.sm\:w-6\/12{width:50%}.sm\:w-7\/12{width:58.333333%}.sm\:w-8\/12{width:66.666667%}.sm\:w-9\/12{width:75%}.sm\:w-10\/12{width:83.333333%}.sm\:w-11\/12{width:91.666667%}.sm\:w-full{width:100%}.sm\:w-screen{width:100vw}.sm\:z-0{z-index:0}.sm\:z-10{z-index:10}.sm\:z-20{z-index:20}.sm\:z-30{z-index:30}.sm\:z-40{z-index:40}.sm\:z-50{z-index:50}.sm\:z-auto{z-index:auto}}@media (min-width:768px){.md\: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}.md\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.md\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.md\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.md\:appearance-none{-webkit-appearance:none;appearance:none}.md\:bg-fixed{background-attachment:fixed}.md\:bg-local{background-attachment:local}.md\:bg-scroll{background-attachment:scroll}.md\:bg-transparent{background-color:initial}.md\:bg-black{background-color:#000}.md\:bg-white{background-color:#fff}.md\:bg-gray-100{background-color:#f7fafc}.md\:bg-gray-200{background-color:#edf2f7}.md\:bg-gray-300{background-color:#e2e8f0}.md\:bg-gray-400{background-color:#cbd5e0}.md\:bg-gray-500{background-color:#a0aec0}.md\:bg-gray-600{background-color:#718096}.md\:bg-gray-700{background-color:#4a5568}.md\:bg-gray-800{background-color:#2d3748}.md\:bg-gray-900{background-color:#1a202c}.md\:bg-red-100{background-color:#fff5f5}.md\:bg-red-200{background-color:#fed7d7}.md\:bg-red-300{background-color:#feb2b2}.md\:bg-red-400{background-color:#fc8181}.md\:bg-red-500{background-color:#f56565}.md\:bg-red-600{background-color:#e53e3e}.md\:bg-red-700{background-color:#c53030}.md\:bg-red-800{background-color:#9b2c2c}.md\:bg-red-900{background-color:#742a2a}.md\:bg-orange-100{background-color:#fffaf0}.md\:bg-orange-200{background-color:#feebc8}.md\:bg-orange-300{background-color:#fbd38d}.md\:bg-orange-400{background-color:#f6ad55}.md\:bg-orange-500{background-color:#ed8936}.md\:bg-orange-600{background-color:#dd6b20}.md\:bg-orange-700{background-color:#c05621}.md\:bg-orange-800{background-color:#9c4221}.md\:bg-orange-900{background-color:#7b341e}.md\:bg-yellow-100{background-color:ivory}.md\:bg-yellow-200{background-color:#fefcbf}.md\:bg-yellow-300{background-color:#faf089}.md\:bg-yellow-400{background-color:#f6e05e}.md\:bg-yellow-500{background-color:#ecc94b}.md\:bg-yellow-600{background-color:#d69e2e}.md\:bg-yellow-700{background-color:#b7791f}.md\:bg-yellow-800{background-color:#975a16}.md\:bg-yellow-900{background-color:#744210}.md\:bg-green-100{background-color:#f0fff4}.md\:bg-green-200{background-color:#c6f6d5}.md\:bg-green-300{background-color:#9ae6b4}.md\:bg-green-400{background-color:#68d391}.md\:bg-green-500{background-color:#48bb78}.md\:bg-green-600{background-color:#38a169}.md\:bg-green-700{background-color:#2f855a}.md\:bg-green-800{background-color:#276749}.md\:bg-green-900{background-color:#22543d}.md\:bg-teal-100{background-color:#e6fffa}.md\:bg-teal-200{background-color:#b2f5ea}.md\:bg-teal-300{background-color:#81e6d9}.md\:bg-teal-400{background-color:#4fd1c5}.md\:bg-teal-500{background-color:#38b2ac}.md\:bg-teal-600{background-color:#319795}.md\:bg-teal-700{background-color:#2c7a7b}.md\:bg-teal-800{background-color:#285e61}.md\:bg-teal-900{background-color:#234e52}.md\:bg-blue-100{background-color:#ebf8ff}.md\:bg-blue-200{background-color:#bee3f8}.md\:bg-blue-300{background-color:#90cdf4}.md\:bg-blue-400{background-color:#63b3ed}.md\:bg-blue-500{background-color:#4299e1}.md\:bg-blue-600{background-color:#3182ce}.md\:bg-blue-700{background-color:#2b6cb0}.md\:bg-blue-800{background-color:#2c5282}.md\:bg-blue-900{background-color:#2a4365}.md\:bg-indigo-100{background-color:#ebf4ff}.md\:bg-indigo-200{background-color:#c3dafe}.md\:bg-indigo-300{background-color:#a3bffa}.md\:bg-indigo-400{background-color:#7f9cf5}.md\:bg-indigo-500{background-color:#667eea}.md\:bg-indigo-600{background-color:#5a67d8}.md\:bg-indigo-700{background-color:#4c51bf}.md\:bg-indigo-800{background-color:#434190}.md\:bg-indigo-900{background-color:#3c366b}.md\:bg-purple-100{background-color:#faf5ff}.md\:bg-purple-200{background-color:#e9d8fd}.md\:bg-purple-300{background-color:#d6bcfa}.md\:bg-purple-400{background-color:#b794f4}.md\:bg-purple-500{background-color:#9f7aea}.md\:bg-purple-600{background-color:#805ad5}.md\:bg-purple-700{background-color:#6b46c1}.md\:bg-purple-800{background-color:#553c9a}.md\:bg-purple-900{background-color:#44337a}.md\:bg-pink-100{background-color:#fff5f7}.md\:bg-pink-200{background-color:#fed7e2}.md\:bg-pink-300{background-color:#fbb6ce}.md\:bg-pink-400{background-color:#f687b3}.md\:bg-pink-500{background-color:#ed64a6}.md\:bg-pink-600{background-color:#d53f8c}.md\:bg-pink-700{background-color:#b83280}.md\:bg-pink-800{background-color:#97266d}.md\:bg-pink-900{background-color:#702459}.md\:bg-regal-blue{background-color:#243c5a}.md\:bg-selection-blue{background-color:#aadaff}.md\:bg-fill-gray{background-color:#e2e2e2}.md\:bg-outline-gray{background-color:#d0d0d0}.md\:bg-disabled-red{background-color:#ecc9c9}.md\:bg-violated-red{background-color:#ff7b7b}.md\:bg-modified-yellow{background-color:#fce869}.md\:hover\:bg-transparent:hover{background-color:initial}.md\:hover\:bg-black:hover{background-color:#000}.md\:hover\:bg-white:hover{background-color:#fff}.md\:hover\:bg-gray-100:hover{background-color:#f7fafc}.md\:hover\:bg-gray-200:hover{background-color:#edf2f7}.md\:hover\:bg-gray-300:hover{background-color:#e2e8f0}.md\:hover\:bg-gray-400:hover{background-color:#cbd5e0}.md\:hover\:bg-gray-500:hover{background-color:#a0aec0}.md\:hover\:bg-gray-600:hover{background-color:#718096}.md\:hover\:bg-gray-700:hover{background-color:#4a5568}.md\:hover\:bg-gray-800:hover{background-color:#2d3748}.md\:hover\:bg-gray-900:hover{background-color:#1a202c}.md\:hover\:bg-red-100:hover{background-color:#fff5f5}.md\:hover\:bg-red-200:hover{background-color:#fed7d7}.md\:hover\:bg-red-300:hover{background-color:#feb2b2}.md\:hover\:bg-red-400:hover{background-color:#fc8181}.md\:hover\:bg-red-500:hover{background-color:#f56565}.md\:hover\:bg-red-600:hover{background-color:#e53e3e}.md\:hover\:bg-red-700:hover{background-color:#c53030}.md\:hover\:bg-red-800:hover{background-color:#9b2c2c}.md\:hover\:bg-red-900:hover{background-color:#742a2a}.md\:hover\:bg-orange-100:hover{background-color:#fffaf0}.md\:hover\:bg-orange-200:hover{background-color:#feebc8}.md\:hover\:bg-orange-300:hover{background-color:#fbd38d}.md\:hover\:bg-orange-400:hover{background-color:#f6ad55}.md\:hover\:bg-orange-500:hover{background-color:#ed8936}.md\:hover\:bg-orange-600:hover{background-color:#dd6b20}.md\:hover\:bg-orange-700:hover{background-color:#c05621}.md\:hover\:bg-orange-800:hover{background-color:#9c4221}.md\:hover\:bg-orange-900:hover{background-color:#7b341e}.md\:hover\:bg-yellow-100:hover{background-color:ivory}.md\:hover\:bg-yellow-200:hover{background-color:#fefcbf}.md\:hover\:bg-yellow-300:hover{background-color:#faf089}.md\:hover\:bg-yellow-400:hover{background-color:#f6e05e}.md\:hover\:bg-yellow-500:hover{background-color:#ecc94b}.md\:hover\:bg-yellow-600:hover{background-color:#d69e2e}.md\:hover\:bg-yellow-700:hover{background-color:#b7791f}.md\:hover\:bg-yellow-800:hover{background-color:#975a16}.md\:hover\:bg-yellow-900:hover{background-color:#744210}.md\:hover\:bg-green-100:hover{background-color:#f0fff4}.md\:hover\:bg-green-200:hover{background-color:#c6f6d5}.md\:hover\:bg-green-300:hover{background-color:#9ae6b4}.md\:hover\:bg-green-400:hover{background-color:#68d391}.md\:hover\:bg-green-500:hover{background-color:#48bb78}.md\:hover\:bg-green-600:hover{background-color:#38a169}.md\:hover\:bg-green-700:hover{background-color:#2f855a}.md\:hover\:bg-green-800:hover{background-color:#276749}.md\:hover\:bg-green-900:hover{background-color:#22543d}.md\:hover\:bg-teal-100:hover{background-color:#e6fffa}.md\:hover\:bg-teal-200:hover{background-color:#b2f5ea}.md\:hover\:bg-teal-300:hover{background-color:#81e6d9}.md\:hover\:bg-teal-400:hover{background-color:#4fd1c5}.md\:hover\:bg-teal-500:hover{background-color:#38b2ac}.md\:hover\:bg-teal-600:hover{background-color:#319795}.md\:hover\:bg-teal-700:hover{background-color:#2c7a7b}.md\:hover\:bg-teal-800:hover{background-color:#285e61}.md\:hover\:bg-teal-900:hover{background-color:#234e52}.md\:hover\:bg-blue-100:hover{background-color:#ebf8ff}.md\:hover\:bg-blue-200:hover{background-color:#bee3f8}.md\:hover\:bg-blue-300:hover{background-color:#90cdf4}.md\:hover\:bg-blue-400:hover{background-color:#63b3ed}.md\:hover\:bg-blue-500:hover{background-color:#4299e1}.md\:hover\:bg-blue-600:hover{background-color:#3182ce}.md\:hover\:bg-blue-700:hover{background-color:#2b6cb0}.md\:hover\:bg-blue-800:hover{background-color:#2c5282}.md\:hover\:bg-blue-900:hover{background-color:#2a4365}.md\:hover\:bg-indigo-100:hover{background-color:#ebf4ff}.md\:hover\:bg-indigo-200:hover{background-color:#c3dafe}.md\:hover\:bg-indigo-300:hover{background-color:#a3bffa}.md\:hover\:bg-indigo-400:hover{background-color:#7f9cf5}.md\:hover\:bg-indigo-500:hover{background-color:#667eea}.md\:hover\:bg-indigo-600:hover{background-color:#5a67d8}.md\:hover\:bg-indigo-700:hover{background-color:#4c51bf}.md\:hover\:bg-indigo-800:hover{background-color:#434190}.md\:hover\:bg-indigo-900:hover{background-color:#3c366b}.md\:hover\:bg-purple-100:hover{background-color:#faf5ff}.md\:hover\:bg-purple-200:hover{background-color:#e9d8fd}.md\:hover\:bg-purple-300:hover{background-color:#d6bcfa}.md\:hover\:bg-purple-400:hover{background-color:#b794f4}.md\:hover\:bg-purple-500:hover{background-color:#9f7aea}.md\:hover\:bg-purple-600:hover{background-color:#805ad5}.md\:hover\:bg-purple-700:hover{background-color:#6b46c1}.md\:hover\:bg-purple-800:hover{background-color:#553c9a}.md\:hover\:bg-purple-900:hover{background-color:#44337a}.md\:hover\:bg-pink-100:hover{background-color:#fff5f7}.md\:hover\:bg-pink-200:hover{background-color:#fed7e2}.md\:hover\:bg-pink-300:hover{background-color:#fbb6ce}.md\:hover\:bg-pink-400:hover{background-color:#f687b3}.md\:hover\:bg-pink-500:hover{background-color:#ed64a6}.md\:hover\:bg-pink-600:hover{background-color:#d53f8c}.md\:hover\:bg-pink-700:hover{background-color:#b83280}.md\:hover\:bg-pink-800:hover{background-color:#97266d}.md\:hover\:bg-pink-900:hover{background-color:#702459}.md\:hover\:bg-regal-blue:hover{background-color:#243c5a}.md\:hover\:bg-selection-blue:hover{background-color:#aadaff}.md\:hover\:bg-fill-gray:hover{background-color:#e2e2e2}.md\:hover\:bg-outline-gray:hover{background-color:#d0d0d0}.md\:hover\:bg-disabled-red:hover{background-color:#ecc9c9}.md\:hover\:bg-violated-red:hover{background-color:#ff7b7b}.md\:hover\:bg-modified-yellow:hover{background-color:#fce869}.md\:focus\:bg-transparent:focus{background-color:initial}.md\:focus\:bg-black:focus{background-color:#000}.md\:focus\:bg-white:focus{background-color:#fff}.md\:focus\:bg-gray-100:focus{background-color:#f7fafc}.md\:focus\:bg-gray-200:focus{background-color:#edf2f7}.md\:focus\:bg-gray-300:focus{background-color:#e2e8f0}.md\:focus\:bg-gray-400:focus{background-color:#cbd5e0}.md\:focus\:bg-gray-500:focus{background-color:#a0aec0}.md\:focus\:bg-gray-600:focus{background-color:#718096}.md\:focus\:bg-gray-700:focus{background-color:#4a5568}.md\:focus\:bg-gray-800:focus{background-color:#2d3748}.md\:focus\:bg-gray-900:focus{background-color:#1a202c}.md\:focus\:bg-red-100:focus{background-color:#fff5f5}.md\:focus\:bg-red-200:focus{background-color:#fed7d7}.md\:focus\:bg-red-300:focus{background-color:#feb2b2}.md\:focus\:bg-red-400:focus{background-color:#fc8181}.md\:focus\:bg-red-500:focus{background-color:#f56565}.md\:focus\:bg-red-600:focus{background-color:#e53e3e}.md\:focus\:bg-red-700:focus{background-color:#c53030}.md\:focus\:bg-red-800:focus{background-color:#9b2c2c}.md\:focus\:bg-red-900:focus{background-color:#742a2a}.md\:focus\:bg-orange-100:focus{background-color:#fffaf0}.md\:focus\:bg-orange-200:focus{background-color:#feebc8}.md\:focus\:bg-orange-300:focus{background-color:#fbd38d}.md\:focus\:bg-orange-400:focus{background-color:#f6ad55}.md\:focus\:bg-orange-500:focus{background-color:#ed8936}.md\:focus\:bg-orange-600:focus{background-color:#dd6b20}.md\:focus\:bg-orange-700:focus{background-color:#c05621}.md\:focus\:bg-orange-800:focus{background-color:#9c4221}.md\:focus\:bg-orange-900:focus{background-color:#7b341e}.md\:focus\:bg-yellow-100:focus{background-color:ivory}.md\:focus\:bg-yellow-200:focus{background-color:#fefcbf}.md\:focus\:bg-yellow-300:focus{background-color:#faf089}.md\:focus\:bg-yellow-400:focus{background-color:#f6e05e}.md\:focus\:bg-yellow-500:focus{background-color:#ecc94b}.md\:focus\:bg-yellow-600:focus{background-color:#d69e2e}.md\:focus\:bg-yellow-700:focus{background-color:#b7791f}.md\:focus\:bg-yellow-800:focus{background-color:#975a16}.md\:focus\:bg-yellow-900:focus{background-color:#744210}.md\:focus\:bg-green-100:focus{background-color:#f0fff4}.md\:focus\:bg-green-200:focus{background-color:#c6f6d5}.md\:focus\:bg-green-300:focus{background-color:#9ae6b4}.md\:focus\:bg-green-400:focus{background-color:#68d391}.md\:focus\:bg-green-500:focus{background-color:#48bb78}.md\:focus\:bg-green-600:focus{background-color:#38a169}.md\:focus\:bg-green-700:focus{background-color:#2f855a}.md\:focus\:bg-green-800:focus{background-color:#276749}.md\:focus\:bg-green-900:focus{background-color:#22543d}.md\:focus\:bg-teal-100:focus{background-color:#e6fffa}.md\:focus\:bg-teal-200:focus{background-color:#b2f5ea}.md\:focus\:bg-teal-300:focus{background-color:#81e6d9}.md\:focus\:bg-teal-400:focus{background-color:#4fd1c5}.md\:focus\:bg-teal-500:focus{background-color:#38b2ac}.md\:focus\:bg-teal-600:focus{background-color:#319795}.md\:focus\:bg-teal-700:focus{background-color:#2c7a7b}.md\:focus\:bg-teal-800:focus{background-color:#285e61}.md\:focus\:bg-teal-900:focus{background-color:#234e52}.md\:focus\:bg-blue-100:focus{background-color:#ebf8ff}.md\:focus\:bg-blue-200:focus{background-color:#bee3f8}.md\:focus\:bg-blue-300:focus{background-color:#90cdf4}.md\:focus\:bg-blue-400:focus{background-color:#63b3ed}.md\:focus\:bg-blue-500:focus{background-color:#4299e1}.md\:focus\:bg-blue-600:focus{background-color:#3182ce}.md\:focus\:bg-blue-700:focus{background-color:#2b6cb0}.md\:focus\:bg-blue-800:focus{background-color:#2c5282}.md\:focus\:bg-blue-900:focus{background-color:#2a4365}.md\:focus\:bg-indigo-100:focus{background-color:#ebf4ff}.md\:focus\:bg-indigo-200:focus{background-color:#c3dafe}.md\:focus\:bg-indigo-300:focus{background-color:#a3bffa}.md\:focus\:bg-indigo-400:focus{background-color:#7f9cf5}.md\:focus\:bg-indigo-500:focus{background-color:#667eea}.md\:focus\:bg-indigo-600:focus{background-color:#5a67d8}.md\:focus\:bg-indigo-700:focus{background-color:#4c51bf}.md\:focus\:bg-indigo-800:focus{background-color:#434190}.md\:focus\:bg-indigo-900:focus{background-color:#3c366b}.md\:focus\:bg-purple-100:focus{background-color:#faf5ff}.md\:focus\:bg-purple-200:focus{background-color:#e9d8fd}.md\:focus\:bg-purple-300:focus{background-color:#d6bcfa}.md\:focus\:bg-purple-400:focus{background-color:#b794f4}.md\:focus\:bg-purple-500:focus{background-color:#9f7aea}.md\:focus\:bg-purple-600:focus{background-color:#805ad5}.md\:focus\:bg-purple-700:focus{background-color:#6b46c1}.md\:focus\:bg-purple-800:focus{background-color:#553c9a}.md\:focus\:bg-purple-900:focus{background-color:#44337a}.md\:focus\:bg-pink-100:focus{background-color:#fff5f7}.md\:focus\:bg-pink-200:focus{background-color:#fed7e2}.md\:focus\:bg-pink-300:focus{background-color:#fbb6ce}.md\:focus\:bg-pink-400:focus{background-color:#f687b3}.md\:focus\:bg-pink-500:focus{background-color:#ed64a6}.md\:focus\:bg-pink-600:focus{background-color:#d53f8c}.md\:focus\:bg-pink-700:focus{background-color:#b83280}.md\:focus\:bg-pink-800:focus{background-color:#97266d}.md\:focus\:bg-pink-900:focus{background-color:#702459}.md\:focus\:bg-regal-blue:focus{background-color:#243c5a}.md\:focus\:bg-selection-blue:focus{background-color:#aadaff}.md\:focus\:bg-fill-gray:focus{background-color:#e2e2e2}.md\:focus\:bg-outline-gray:focus{background-color:#d0d0d0}.md\:focus\:bg-disabled-red:focus{background-color:#ecc9c9}.md\:focus\:bg-violated-red:focus{background-color:#ff7b7b}.md\:focus\:bg-modified-yellow:focus{background-color:#fce869}.md\:bg-bottom{background-position:bottom}.md\:bg-center{background-position:50%}.md\:bg-left{background-position:0}.md\:bg-left-bottom{background-position:0 100%}.md\:bg-left-top{background-position:0 0}.md\:bg-right{background-position:100%}.md\:bg-right-bottom{background-position:100% 100%}.md\:bg-right-top{background-position:100% 0}.md\:bg-top{background-position:top}.md\:bg-repeat{background-repeat:repeat}.md\:bg-no-repeat{background-repeat:no-repeat}.md\:bg-repeat-x{background-repeat:repeat-x}.md\:bg-repeat-y{background-repeat:repeat-y}.md\:bg-repeat-round{background-repeat:round}.md\:bg-repeat-space{background-repeat:space}.md\:bg-auto{background-size:auto}.md\:bg-cover{background-size:cover}.md\:bg-contain{background-size:contain}.md\:border-collapse{border-collapse:collapse}.md\:border-separate{border-collapse:initial}.md\:border-transparent{border-color:transparent}.md\:border-black{border-color:#000}.md\:border-white{border-color:#fff}.md\:border-gray-100{border-color:#f7fafc}.md\:border-gray-200{border-color:#edf2f7}.md\:border-gray-300{border-color:#e2e8f0}.md\:border-gray-400{border-color:#cbd5e0}.md\:border-gray-500{border-color:#a0aec0}.md\:border-gray-600{border-color:#718096}.md\:border-gray-700{border-color:#4a5568}.md\:border-gray-800{border-color:#2d3748}.md\:border-gray-900{border-color:#1a202c}.md\:border-red-100{border-color:#fff5f5}.md\:border-red-200{border-color:#fed7d7}.md\:border-red-300{border-color:#feb2b2}.md\:border-red-400{border-color:#fc8181}.md\:border-red-500{border-color:#f56565}.md\:border-red-600{border-color:#e53e3e}.md\:border-red-700{border-color:#c53030}.md\:border-red-800{border-color:#9b2c2c}.md\:border-red-900{border-color:#742a2a}.md\:border-orange-100{border-color:#fffaf0}.md\:border-orange-200{border-color:#feebc8}.md\:border-orange-300{border-color:#fbd38d}.md\:border-orange-400{border-color:#f6ad55}.md\:border-orange-500{border-color:#ed8936}.md\:border-orange-600{border-color:#dd6b20}.md\:border-orange-700{border-color:#c05621}.md\:border-orange-800{border-color:#9c4221}.md\:border-orange-900{border-color:#7b341e}.md\:border-yellow-100{border-color:ivory}.md\:border-yellow-200{border-color:#fefcbf}.md\:border-yellow-300{border-color:#faf089}.md\:border-yellow-400{border-color:#f6e05e}.md\:border-yellow-500{border-color:#ecc94b}.md\:border-yellow-600{border-color:#d69e2e}.md\:border-yellow-700{border-color:#b7791f}.md\:border-yellow-800{border-color:#975a16}.md\:border-yellow-900{border-color:#744210}.md\:border-green-100{border-color:#f0fff4}.md\:border-green-200{border-color:#c6f6d5}.md\:border-green-300{border-color:#9ae6b4}.md\:border-green-400{border-color:#68d391}.md\:border-green-500{border-color:#48bb78}.md\:border-green-600{border-color:#38a169}.md\:border-green-700{border-color:#2f855a}.md\:border-green-800{border-color:#276749}.md\:border-green-900{border-color:#22543d}.md\:border-teal-100{border-color:#e6fffa}.md\:border-teal-200{border-color:#b2f5ea}.md\:border-teal-300{border-color:#81e6d9}.md\:border-teal-400{border-color:#4fd1c5}.md\:border-teal-500{border-color:#38b2ac}.md\:border-teal-600{border-color:#319795}.md\:border-teal-700{border-color:#2c7a7b}.md\:border-teal-800{border-color:#285e61}.md\:border-teal-900{border-color:#234e52}.md\:border-blue-100{border-color:#ebf8ff}.md\:border-blue-200{border-color:#bee3f8}.md\:border-blue-300{border-color:#90cdf4}.md\:border-blue-400{border-color:#63b3ed}.md\:border-blue-500{border-color:#4299e1}.md\:border-blue-600{border-color:#3182ce}.md\:border-blue-700{border-color:#2b6cb0}.md\:border-blue-800{border-color:#2c5282}.md\:border-blue-900{border-color:#2a4365}.md\:border-indigo-100{border-color:#ebf4ff}.md\:border-indigo-200{border-color:#c3dafe}.md\:border-indigo-300{border-color:#a3bffa}.md\:border-indigo-400{border-color:#7f9cf5}.md\:border-indigo-500{border-color:#667eea}.md\:border-indigo-600{border-color:#5a67d8}.md\:border-indigo-700{border-color:#4c51bf}.md\:border-indigo-800{border-color:#434190}.md\:border-indigo-900{border-color:#3c366b}.md\:border-purple-100{border-color:#faf5ff}.md\:border-purple-200{border-color:#e9d8fd}.md\:border-purple-300{border-color:#d6bcfa}.md\:border-purple-400{border-color:#b794f4}.md\:border-purple-500{border-color:#9f7aea}.md\:border-purple-600{border-color:#805ad5}.md\:border-purple-700{border-color:#6b46c1}.md\:border-purple-800{border-color:#553c9a}.md\:border-purple-900{border-color:#44337a}.md\:border-pink-100{border-color:#fff5f7}.md\:border-pink-200{border-color:#fed7e2}.md\:border-pink-300{border-color:#fbb6ce}.md\:border-pink-400{border-color:#f687b3}.md\:border-pink-500{border-color:#ed64a6}.md\:border-pink-600{border-color:#d53f8c}.md\:border-pink-700{border-color:#b83280}.md\:border-pink-800{border-color:#97266d}.md\:border-pink-900{border-color:#702459}.md\:border-regal-blue{border-color:#243c5a}.md\:border-selection-blue{border-color:#aadaff}.md\:border-fill-gray{border-color:#e2e2e2}.md\:border-outline-gray{border-color:#d0d0d0}.md\:border-disabled-red{border-color:#ecc9c9}.md\:border-violated-red{border-color:#ff7b7b}.md\:border-modified-yellow{border-color:#fce869}.md\:hover\:border-transparent:hover{border-color:transparent}.md\:hover\:border-black:hover{border-color:#000}.md\:hover\:border-white:hover{border-color:#fff}.md\:hover\:border-gray-100:hover{border-color:#f7fafc}.md\:hover\:border-gray-200:hover{border-color:#edf2f7}.md\:hover\:border-gray-300:hover{border-color:#e2e8f0}.md\:hover\:border-gray-400:hover{border-color:#cbd5e0}.md\:hover\:border-gray-500:hover{border-color:#a0aec0}.md\:hover\:border-gray-600:hover{border-color:#718096}.md\:hover\:border-gray-700:hover{border-color:#4a5568}.md\:hover\:border-gray-800:hover{border-color:#2d3748}.md\:hover\:border-gray-900:hover{border-color:#1a202c}.md\:hover\:border-red-100:hover{border-color:#fff5f5}.md\:hover\:border-red-200:hover{border-color:#fed7d7}.md\:hover\:border-red-300:hover{border-color:#feb2b2}.md\:hover\:border-red-400:hover{border-color:#fc8181}.md\:hover\:border-red-500:hover{border-color:#f56565}.md\:hover\:border-red-600:hover{border-color:#e53e3e}.md\:hover\:border-red-700:hover{border-color:#c53030}.md\:hover\:border-red-800:hover{border-color:#9b2c2c}.md\:hover\:border-red-900:hover{border-color:#742a2a}.md\:hover\:border-orange-100:hover{border-color:#fffaf0}.md\:hover\:border-orange-200:hover{border-color:#feebc8}.md\:hover\:border-orange-300:hover{border-color:#fbd38d}.md\:hover\:border-orange-400:hover{border-color:#f6ad55}.md\:hover\:border-orange-500:hover{border-color:#ed8936}.md\:hover\:border-orange-600:hover{border-color:#dd6b20}.md\:hover\:border-orange-700:hover{border-color:#c05621}.md\:hover\:border-orange-800:hover{border-color:#9c4221}.md\:hover\:border-orange-900:hover{border-color:#7b341e}.md\:hover\:border-yellow-100:hover{border-color:ivory}.md\:hover\:border-yellow-200:hover{border-color:#fefcbf}.md\:hover\:border-yellow-300:hover{border-color:#faf089}.md\:hover\:border-yellow-400:hover{border-color:#f6e05e}.md\:hover\:border-yellow-500:hover{border-color:#ecc94b}.md\:hover\:border-yellow-600:hover{border-color:#d69e2e}.md\:hover\:border-yellow-700:hover{border-color:#b7791f}.md\:hover\:border-yellow-800:hover{border-color:#975a16}.md\:hover\:border-yellow-900:hover{border-color:#744210}.md\:hover\:border-green-100:hover{border-color:#f0fff4}.md\:hover\:border-green-200:hover{border-color:#c6f6d5}.md\:hover\:border-green-300:hover{border-color:#9ae6b4}.md\:hover\:border-green-400:hover{border-color:#68d391}.md\:hover\:border-green-500:hover{border-color:#48bb78}.md\:hover\:border-green-600:hover{border-color:#38a169}.md\:hover\:border-green-700:hover{border-color:#2f855a}.md\:hover\:border-green-800:hover{border-color:#276749}.md\:hover\:border-green-900:hover{border-color:#22543d}.md\:hover\:border-teal-100:hover{border-color:#e6fffa}.md\:hover\:border-teal-200:hover{border-color:#b2f5ea}.md\:hover\:border-teal-300:hover{border-color:#81e6d9}.md\:hover\:border-teal-400:hover{border-color:#4fd1c5}.md\:hover\:border-teal-500:hover{border-color:#38b2ac}.md\:hover\:border-teal-600:hover{border-color:#319795}.md\:hover\:border-teal-700:hover{border-color:#2c7a7b}.md\:hover\:border-teal-800:hover{border-color:#285e61}.md\:hover\:border-teal-900:hover{border-color:#234e52}.md\:hover\:border-blue-100:hover{border-color:#ebf8ff}.md\:hover\:border-blue-200:hover{border-color:#bee3f8}.md\:hover\:border-blue-300:hover{border-color:#90cdf4}.md\:hover\:border-blue-400:hover{border-color:#63b3ed}.md\:hover\:border-blue-500:hover{border-color:#4299e1}.md\:hover\:border-blue-600:hover{border-color:#3182ce}.md\:hover\:border-blue-700:hover{border-color:#2b6cb0}.md\:hover\:border-blue-800:hover{border-color:#2c5282}.md\:hover\:border-blue-900:hover{border-color:#2a4365}.md\:hover\:border-indigo-100:hover{border-color:#ebf4ff}.md\:hover\:border-indigo-200:hover{border-color:#c3dafe}.md\:hover\:border-indigo-300:hover{border-color:#a3bffa}.md\:hover\:border-indigo-400:hover{border-color:#7f9cf5}.md\:hover\:border-indigo-500:hover{border-color:#667eea}.md\:hover\:border-indigo-600:hover{border-color:#5a67d8}.md\:hover\:border-indigo-700:hover{border-color:#4c51bf}.md\:hover\:border-indigo-800:hover{border-color:#434190}.md\:hover\:border-indigo-900:hover{border-color:#3c366b}.md\:hover\:border-purple-100:hover{border-color:#faf5ff}.md\:hover\:border-purple-200:hover{border-color:#e9d8fd}.md\:hover\:border-purple-300:hover{border-color:#d6bcfa}.md\:hover\:border-purple-400:hover{border-color:#b794f4}.md\:hover\:border-purple-500:hover{border-color:#9f7aea}.md\:hover\:border-purple-600:hover{border-color:#805ad5}.md\:hover\:border-purple-700:hover{border-color:#6b46c1}.md\:hover\:border-purple-800:hover{border-color:#553c9a}.md\:hover\:border-purple-900:hover{border-color:#44337a}.md\:hover\:border-pink-100:hover{border-color:#fff5f7}.md\:hover\:border-pink-200:hover{border-color:#fed7e2}.md\:hover\:border-pink-300:hover{border-color:#fbb6ce}.md\:hover\:border-pink-400:hover{border-color:#f687b3}.md\:hover\:border-pink-500:hover{border-color:#ed64a6}.md\:hover\:border-pink-600:hover{border-color:#d53f8c}.md\:hover\:border-pink-700:hover{border-color:#b83280}.md\:hover\:border-pink-800:hover{border-color:#97266d}.md\:hover\:border-pink-900:hover{border-color:#702459}.md\:hover\:border-regal-blue:hover{border-color:#243c5a}.md\:hover\:border-selection-blue:hover{border-color:#aadaff}.md\:hover\:border-fill-gray:hover{border-color:#e2e2e2}.md\:hover\:border-outline-gray:hover{border-color:#d0d0d0}.md\:hover\:border-disabled-red:hover{border-color:#ecc9c9}.md\:hover\:border-violated-red:hover{border-color:#ff7b7b}.md\:hover\:border-modified-yellow:hover{border-color:#fce869}.md\:focus\:border-transparent:focus{border-color:transparent}.md\:focus\:border-black:focus{border-color:#000}.md\:focus\:border-white:focus{border-color:#fff}.md\:focus\:border-gray-100:focus{border-color:#f7fafc}.md\:focus\:border-gray-200:focus{border-color:#edf2f7}.md\:focus\:border-gray-300:focus{border-color:#e2e8f0}.md\:focus\:border-gray-400:focus{border-color:#cbd5e0}.md\:focus\:border-gray-500:focus{border-color:#a0aec0}.md\:focus\:border-gray-600:focus{border-color:#718096}.md\:focus\:border-gray-700:focus{border-color:#4a5568}.md\:focus\:border-gray-800:focus{border-color:#2d3748}.md\:focus\:border-gray-900:focus{border-color:#1a202c}.md\:focus\:border-red-100:focus{border-color:#fff5f5}.md\:focus\:border-red-200:focus{border-color:#fed7d7}.md\:focus\:border-red-300:focus{border-color:#feb2b2}.md\:focus\:border-red-400:focus{border-color:#fc8181}.md\:focus\:border-red-500:focus{border-color:#f56565}.md\:focus\:border-red-600:focus{border-color:#e53e3e}.md\:focus\:border-red-700:focus{border-color:#c53030}.md\:focus\:border-red-800:focus{border-color:#9b2c2c}.md\:focus\:border-red-900:focus{border-color:#742a2a}.md\:focus\:border-orange-100:focus{border-color:#fffaf0}.md\:focus\:border-orange-200:focus{border-color:#feebc8}.md\:focus\:border-orange-300:focus{border-color:#fbd38d}.md\:focus\:border-orange-400:focus{border-color:#f6ad55}.md\:focus\:border-orange-500:focus{border-color:#ed8936}.md\:focus\:border-orange-600:focus{border-color:#dd6b20}.md\:focus\:border-orange-700:focus{border-color:#c05621}.md\:focus\:border-orange-800:focus{border-color:#9c4221}.md\:focus\:border-orange-900:focus{border-color:#7b341e}.md\:focus\:border-yellow-100:focus{border-color:ivory}.md\:focus\:border-yellow-200:focus{border-color:#fefcbf}.md\:focus\:border-yellow-300:focus{border-color:#faf089}.md\:focus\:border-yellow-400:focus{border-color:#f6e05e}.md\:focus\:border-yellow-500:focus{border-color:#ecc94b}.md\:focus\:border-yellow-600:focus{border-color:#d69e2e}.md\:focus\:border-yellow-700:focus{border-color:#b7791f}.md\:focus\:border-yellow-800:focus{border-color:#975a16}.md\:focus\:border-yellow-900:focus{border-color:#744210}.md\:focus\:border-green-100:focus{border-color:#f0fff4}.md\:focus\:border-green-200:focus{border-color:#c6f6d5}.md\:focus\:border-green-300:focus{border-color:#9ae6b4}.md\:focus\:border-green-400:focus{border-color:#68d391}.md\:focus\:border-green-500:focus{border-color:#48bb78}.md\:focus\:border-green-600:focus{border-color:#38a169}.md\:focus\:border-green-700:focus{border-color:#2f855a}.md\:focus\:border-green-800:focus{border-color:#276749}.md\:focus\:border-green-900:focus{border-color:#22543d}.md\:focus\:border-teal-100:focus{border-color:#e6fffa}.md\:focus\:border-teal-200:focus{border-color:#b2f5ea}.md\:focus\:border-teal-300:focus{border-color:#81e6d9}.md\:focus\:border-teal-400:focus{border-color:#4fd1c5}.md\:focus\:border-teal-500:focus{border-color:#38b2ac}.md\:focus\:border-teal-600:focus{border-color:#319795}.md\:focus\:border-teal-700:focus{border-color:#2c7a7b}.md\:focus\:border-teal-800:focus{border-color:#285e61}.md\:focus\:border-teal-900:focus{border-color:#234e52}.md\:focus\:border-blue-100:focus{border-color:#ebf8ff}.md\:focus\:border-blue-200:focus{border-color:#bee3f8}.md\:focus\:border-blue-300:focus{border-color:#90cdf4}.md\:focus\:border-blue-400:focus{border-color:#63b3ed}.md\:focus\:border-blue-500:focus{border-color:#4299e1}.md\:focus\:border-blue-600:focus{border-color:#3182ce}.md\:focus\:border-blue-700:focus{border-color:#2b6cb0}.md\:focus\:border-blue-800:focus{border-color:#2c5282}.md\:focus\:border-blue-900:focus{border-color:#2a4365}.md\:focus\:border-indigo-100:focus{border-color:#ebf4ff}.md\:focus\:border-indigo-200:focus{border-color:#c3dafe}.md\:focus\:border-indigo-300:focus{border-color:#a3bffa}.md\:focus\:border-indigo-400:focus{border-color:#7f9cf5}.md\:focus\:border-indigo-500:focus{border-color:#667eea}.md\:focus\:border-indigo-600:focus{border-color:#5a67d8}.md\:focus\:border-indigo-700:focus{border-color:#4c51bf}.md\:focus\:border-indigo-800:focus{border-color:#434190}.md\:focus\:border-indigo-900:focus{border-color:#3c366b}.md\:focus\:border-purple-100:focus{border-color:#faf5ff}.md\:focus\:border-purple-200:focus{border-color:#e9d8fd}.md\:focus\:border-purple-300:focus{border-color:#d6bcfa}.md\:focus\:border-purple-400:focus{border-color:#b794f4}.md\:focus\:border-purple-500:focus{border-color:#9f7aea}.md\:focus\:border-purple-600:focus{border-color:#805ad5}.md\:focus\:border-purple-700:focus{border-color:#6b46c1}.md\:focus\:border-purple-800:focus{border-color:#553c9a}.md\:focus\:border-purple-900:focus{border-color:#44337a}.md\:focus\:border-pink-100:focus{border-color:#fff5f7}.md\:focus\:border-pink-200:focus{border-color:#fed7e2}.md\:focus\:border-pink-300:focus{border-color:#fbb6ce}.md\:focus\:border-pink-400:focus{border-color:#f687b3}.md\:focus\:border-pink-500:focus{border-color:#ed64a6}.md\:focus\:border-pink-600:focus{border-color:#d53f8c}.md\:focus\:border-pink-700:focus{border-color:#b83280}.md\:focus\:border-pink-800:focus{border-color:#97266d}.md\:focus\:border-pink-900:focus{border-color:#702459}.md\:focus\:border-regal-blue:focus{border-color:#243c5a}.md\:focus\:border-selection-blue:focus{border-color:#aadaff}.md\:focus\:border-fill-gray:focus{border-color:#e2e2e2}.md\:focus\:border-outline-gray:focus{border-color:#d0d0d0}.md\:focus\:border-disabled-red:focus{border-color:#ecc9c9}.md\:focus\:border-violated-red:focus{border-color:#ff7b7b}.md\:focus\:border-modified-yellow:focus{border-color:#fce869}.md\:rounded-none{border-radius:0}.md\:rounded-sm{border-radius:.125rem}.md\:rounded{border-radius:.25rem}.md\:rounded-lg{border-radius:.5rem}.md\:rounded-full{border-radius:9999px}.md\:rounded-xl{border-radius:1rem}.md\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.md\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.md\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.md\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.md\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.md\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.md\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.md\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.md\:rounded-t{border-top-left-radius:.25rem}.md\:rounded-r,.md\:rounded-t{border-top-right-radius:.25rem}.md\:rounded-b,.md\:rounded-r{border-bottom-right-radius:.25rem}.md\:rounded-b,.md\:rounded-l{border-bottom-left-radius:.25rem}.md\:rounded-l{border-top-left-radius:.25rem}.md\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.md\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.md\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.md\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.md\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.md\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.md\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.md\:rounded-t-xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.md\:rounded-r-xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.md\:rounded-b-xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.md\:rounded-l-xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.md\:rounded-tl-none{border-top-left-radius:0}.md\:rounded-tr-none{border-top-right-radius:0}.md\:rounded-br-none{border-bottom-right-radius:0}.md\:rounded-bl-none{border-bottom-left-radius:0}.md\:rounded-tl-sm{border-top-left-radius:.125rem}.md\:rounded-tr-sm{border-top-right-radius:.125rem}.md\:rounded-br-sm{border-bottom-right-radius:.125rem}.md\:rounded-bl-sm{border-bottom-left-radius:.125rem}.md\:rounded-tl{border-top-left-radius:.25rem}.md\:rounded-tr{border-top-right-radius:.25rem}.md\:rounded-br{border-bottom-right-radius:.25rem}.md\:rounded-bl{border-bottom-left-radius:.25rem}.md\:rounded-tl-lg{border-top-left-radius:.5rem}.md\:rounded-tr-lg{border-top-right-radius:.5rem}.md\:rounded-br-lg{border-bottom-right-radius:.5rem}.md\:rounded-bl-lg{border-bottom-left-radius:.5rem}.md\:rounded-tl-full{border-top-left-radius:9999px}.md\:rounded-tr-full{border-top-right-radius:9999px}.md\:rounded-br-full{border-bottom-right-radius:9999px}.md\:rounded-bl-full{border-bottom-left-radius:9999px}.md\:rounded-tl-xl{border-top-left-radius:1rem}.md\:rounded-tr-xl{border-top-right-radius:1rem}.md\:rounded-br-xl{border-bottom-right-radius:1rem}.md\:rounded-bl-xl{border-bottom-left-radius:1rem}.md\:border-solid{border-style:solid}.md\:border-dashed{border-style:dashed}.md\:border-dotted{border-style:dotted}.md\:border-double{border-style:double}.md\:border-none{border-style:none}.md\:border-0{border-width:0}.md\:border-1{border-width:1px}.md\:border-2{border-width:2px}.md\:border-3{border-width:3px}.md\:border-4{border-width:4px}.md\:border-8{border-width:8px}.md\:border{border-width:1px}.md\:border-t-0{border-top-width:0}.md\:border-r-0{border-right-width:0}.md\:border-b-0{border-bottom-width:0}.md\:border-l-0{border-left-width:0}.md\:border-t-1{border-top-width:1px}.md\:border-r-1{border-right-width:1px}.md\:border-b-1{border-bottom-width:1px}.md\:border-l-1{border-left-width:1px}.md\:border-t-2{border-top-width:2px}.md\:border-r-2{border-right-width:2px}.md\:border-b-2{border-bottom-width:2px}.md\:border-l-2{border-left-width:2px}.md\:border-t-3{border-top-width:3px}.md\:border-r-3{border-right-width:3px}.md\:border-b-3{border-bottom-width:3px}.md\:border-l-3{border-left-width:3px}.md\:border-t-4{border-top-width:4px}.md\:border-r-4{border-right-width:4px}.md\:border-b-4{border-bottom-width:4px}.md\:border-l-4{border-left-width:4px}.md\:border-t-8{border-top-width:8px}.md\:border-r-8{border-right-width:8px}.md\:border-b-8{border-bottom-width:8px}.md\:border-l-8{border-left-width:8px}.md\:border-t{border-top-width:1px}.md\:border-r{border-right-width:1px}.md\:border-b{border-bottom-width:1px}.md\:border-l{border-left-width:1px}.md\:cursor-auto{cursor:auto}.md\:cursor-default{cursor:default}.md\:cursor-pointer{cursor:pointer}.md\:cursor-wait{cursor:wait}.md\:cursor-text{cursor:text}.md\:cursor-move{cursor:move}.md\:cursor-not-allowed{cursor:not-allowed}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:table{display:table}.md\:table-row{display:table-row}.md\:table-cell{display:table-cell}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-wrap-reverse{flex-wrap:wrap-reverse}.md\:flex-no-wrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:self-auto{align-self:auto}.md\:self-start{align-self:flex-start}.md\:self-end{align-self:flex-end}.md\:self-center{align-self:center}.md\:self-stretch{align-self:stretch}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}.md\:content-center{align-content:center}.md\:content-start{align-content:flex-start}.md\:content-end{align-content:flex-end}.md\:content-between{align-content:space-between}.md\:content-around{align-content:space-around}.md\:flex-1{flex:1 1 0%}.md\:flex-auto{flex:1 1 auto}.md\:flex-initial{flex:0 1 auto}.md\:flex-none{flex:none}.md\:flex-grow-0{flex-grow:0}.md\:flex-grow{flex-grow:1}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-shrink{flex-shrink:1}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:order-4{order:4}.md\:order-5{order:5}.md\:order-6{order:6}.md\:order-7{order:7}.md\:order-8{order:8}.md\:order-9{order:9}.md\:order-10{order:10}.md\:order-11{order:11}.md\:order-12{order:12}.md\:order-first{order:-9999}.md\:order-last{order:9999}.md\:order-none{order:0}.md\:float-right{float:right}.md\:float-left{float:left}.md\:float-none{float:none}.md\:clearfix:after{content:"";display:table;clear:both}.md\:font-sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.md\:font-serif{font-family:Georgia,Cambria,"Times New Roman",Times,serif}.md\:font-mono{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.md\:font-hairline{font-weight:100}.md\:font-thin{font-weight:200}.md\:font-light{font-weight:300}.md\:font-normal{font-weight:400}.md\:font-medium{font-weight:500}.md\:font-semibold{font-weight:600}.md\:font-bold{font-weight:700}.md\:font-extrabold{font-weight:800}.md\:font-black{font-weight:900}.md\:hover\:font-hairline:hover{font-weight:100}.md\:hover\:font-thin:hover{font-weight:200}.md\:hover\:font-light:hover{font-weight:300}.md\:hover\:font-normal:hover{font-weight:400}.md\:hover\:font-medium:hover{font-weight:500}.md\:hover\:font-semibold:hover{font-weight:600}.md\:hover\:font-bold:hover{font-weight:700}.md\:hover\:font-extrabold:hover{font-weight:800}.md\:hover\:font-black:hover{font-weight:900}.md\:focus\:font-hairline:focus{font-weight:100}.md\:focus\:font-thin:focus{font-weight:200}.md\:focus\:font-light:focus{font-weight:300}.md\:focus\:font-normal:focus{font-weight:400}.md\:focus\:font-medium:focus{font-weight:500}.md\:focus\:font-semibold:focus{font-weight:600}.md\:focus\:font-bold:focus{font-weight:700}.md\:focus\:font-extrabold:focus{font-weight:800}.md\:focus\:font-black:focus{font-weight:900}.md\:h-0{height:0}.md\:h-1{height:.25rem}.md\:h-2{height:.5rem}.md\:h-3{height:.75rem}.md\:h-4{height:1rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-8{height:2rem}.md\:h-10{height:2.5rem}.md\:h-12{height:3rem}.md\:h-16{height:4rem}.md\:h-20{height:5rem}.md\:h-24{height:6rem}.md\:h-32{height:8rem}.md\:h-40{height:10rem}.md\:h-48{height:12rem}.md\:h-56{height:14rem}.md\:h-64{height:16rem}.md\:h-auto{height:auto}.md\:h-px{height:1px}.md\:h-full{height:100%}.md\:h-screen{height:100vh}.md\:leading-none{line-height:1}.md\:leading-tight{line-height:1.25}.md\:leading-snug{line-height:1.375}.md\:leading-normal{line-height:1.5}.md\:leading-relaxed{line-height:1.625}.md\:leading-loose{line-height:2}.md\:list-inside{list-style-position:inside}.md\:list-outside{list-style-position:outside}.md\:list-none{list-style-type:none}.md\:list-disc{list-style-type:disc}.md\:list-decimal{list-style-type:decimal}.md\:m-0{margin:0}.md\:m-1{margin:.25rem}.md\:m-2{margin:.5rem}.md\:m-3{margin:.75rem}.md\:m-4{margin:1rem}.md\:m-5{margin:1.25rem}.md\:m-6{margin:1.5rem}.md\:m-8{margin:2rem}.md\:m-10{margin:2.5rem}.md\:m-12{margin:3rem}.md\:m-16{margin:4rem}.md\:m-20{margin:5rem}.md\:m-24{margin:6rem}.md\:m-32{margin:8rem}.md\:m-40{margin:10rem}.md\:m-48{margin:12rem}.md\:m-56{margin:14rem}.md\:m-64{margin:16rem}.md\:m-auto{margin:auto}.md\:m-px{margin:1px}.md\:-m-1{margin:-.25rem}.md\:-m-2{margin:-.5rem}.md\:-m-3{margin:-.75rem}.md\:-m-4{margin:-1rem}.md\:-m-5{margin:-1.25rem}.md\:-m-6{margin:-1.5rem}.md\:-m-8{margin:-2rem}.md\:-m-10{margin:-2.5rem}.md\:-m-12{margin:-3rem}.md\:-m-16{margin:-4rem}.md\:-m-20{margin:-5rem}.md\:-m-24{margin:-6rem}.md\:-m-32{margin:-8rem}.md\:-m-40{margin:-10rem}.md\:-m-48{margin:-12rem}.md\:-m-56{margin:-14rem}.md\:-m-64{margin:-16rem}.md\:-m-px{margin:-1px}.md\:my-0{margin-top:0;margin-bottom:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:mx-1{margin-left:.25rem;margin-right:.25rem}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.md\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:my-16{margin-top:4rem;margin-bottom:4rem}.md\:mx-16{margin-left:4rem;margin-right:4rem}.md\:my-20{margin-top:5rem;margin-bottom:5rem}.md\:mx-20{margin-left:5rem;margin-right:5rem}.md\:my-24{margin-top:6rem;margin-bottom:6rem}.md\:mx-24{margin-left:6rem;margin-right:6rem}.md\:my-32{margin-top:8rem;margin-bottom:8rem}.md\:mx-32{margin-left:8rem;margin-right:8rem}.md\:my-40{margin-top:10rem;margin-bottom:10rem}.md\:mx-40{margin-left:10rem;margin-right:10rem}.md\:my-48{margin-top:12rem;margin-bottom:12rem}.md\:mx-48{margin-left:12rem;margin-right:12rem}.md\:my-56{margin-top:14rem;margin-bottom:14rem}.md\:mx-56{margin-left:14rem;margin-right:14rem}.md\:my-64{margin-top:16rem;margin-bottom:16rem}.md\:mx-64{margin-left:16rem;margin-right:16rem}.md\:my-auto{margin-top:auto;margin-bottom:auto}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-px{margin-top:1px;margin-bottom:1px}.md\:mx-px{margin-left:1px;margin-right:1px}.md\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.md\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.md\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.md\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.md\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.md\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.md\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.md\:-mx-4{margin-left:-1rem;margin-right:-1rem}.md\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.md\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.md\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.md\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.md\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.md\:-mx-8{margin-left:-2rem;margin-right:-2rem}.md\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.md\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.md\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.md\:-mx-12{margin-left:-3rem;margin-right:-3rem}.md\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.md\:-mx-16{margin-left:-4rem;margin-right:-4rem}.md\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.md\:-mx-20{margin-left:-5rem;margin-right:-5rem}.md\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.md\:-mx-24{margin-left:-6rem;margin-right:-6rem}.md\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.md\:-mx-32{margin-left:-8rem;margin-right:-8rem}.md\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.md\:-mx-40{margin-left:-10rem;margin-right:-10rem}.md\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.md\:-mx-48{margin-left:-12rem;margin-right:-12rem}.md\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.md\:-mx-56{margin-left:-14rem;margin-right:-14rem}.md\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.md\:-mx-64{margin-left:-16rem;margin-right:-16rem}.md\:-my-px{margin-top:-1px;margin-bottom:-1px}.md\:-mx-px{margin-left:-1px;margin-right:-1px}.md\:mt-0{margin-top:0}.md\:mr-0{margin-right:0}.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mt-1{margin-top:.25rem}.md\:mr-1{margin-right:.25rem}.md\:mb-1{margin-bottom:.25rem}.md\:ml-1{margin-left:.25rem}.md\:mt-2{margin-top:.5rem}.md\:mr-2{margin-right:.5rem}.md\:mb-2{margin-bottom:.5rem}.md\:ml-2{margin-left:.5rem}.md\:mt-3{margin-top:.75rem}.md\:mr-3{margin-right:.75rem}.md\:mb-3{margin-bottom:.75rem}.md\:ml-3{margin-left:.75rem}.md\:mt-4{margin-top:1rem}.md\:mr-4{margin-right:1rem}.md\:mb-4{margin-bottom:1rem}.md\:ml-4{margin-left:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mr-5{margin-right:1.25rem}.md\:mb-5{margin-bottom:1.25rem}.md\:ml-5{margin-left:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mt-8{margin-top:2rem}.md\:mr-8{margin-right:2rem}.md\:mb-8{margin-bottom:2rem}.md\:ml-8{margin-left:2rem}.md\:mt-10{margin-top:2.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:ml-10{margin-left:2.5rem}.md\:mt-12{margin-top:3rem}.md\:mr-12{margin-right:3rem}.md\:mb-12{margin-bottom:3rem}.md\:ml-12{margin-left:3rem}.md\:mt-16{margin-top:4rem}.md\:mr-16{margin-right:4rem}.md\:mb-16{margin-bottom:4rem}.md\:ml-16{margin-left:4rem}.md\:mt-20{margin-top:5rem}.md\:mr-20{margin-right:5rem}.md\:mb-20{margin-bottom:5rem}.md\:ml-20{margin-left:5rem}.md\:mt-24{margin-top:6rem}.md\:mr-24{margin-right:6rem}.md\:mb-24{margin-bottom:6rem}.md\:ml-24{margin-left:6rem}.md\:mt-32{margin-top:8rem}.md\:mr-32{margin-right:8rem}.md\:mb-32{margin-bottom:8rem}.md\:ml-32{margin-left:8rem}.md\:mt-40{margin-top:10rem}.md\:mr-40{margin-right:10rem}.md\:mb-40{margin-bottom:10rem}.md\:ml-40{margin-left:10rem}.md\:mt-48{margin-top:12rem}.md\:mr-48{margin-right:12rem}.md\:mb-48{margin-bottom:12rem}.md\:ml-48{margin-left:12rem}.md\:mt-56{margin-top:14rem}.md\:mr-56{margin-right:14rem}.md\:mb-56{margin-bottom:14rem}.md\:ml-56{margin-left:14rem}.md\:mt-64{margin-top:16rem}.md\:mr-64{margin-right:16rem}.md\:mb-64{margin-bottom:16rem}.md\:ml-64{margin-left:16rem}.md\:mt-auto{margin-top:auto}.md\:mr-auto{margin-right:auto}.md\:mb-auto{margin-bottom:auto}.md\:ml-auto{margin-left:auto}.md\:mt-px{margin-top:1px}.md\:mr-px{margin-right:1px}.md\:mb-px{margin-bottom:1px}.md\:ml-px{margin-left:1px}.md\:-mt-1{margin-top:-.25rem}.md\:-mr-1{margin-right:-.25rem}.md\:-mb-1{margin-bottom:-.25rem}.md\:-ml-1{margin-left:-.25rem}.md\:-mt-2{margin-top:-.5rem}.md\:-mr-2{margin-right:-.5rem}.md\:-mb-2{margin-bottom:-.5rem}.md\:-ml-2{margin-left:-.5rem}.md\:-mt-3{margin-top:-.75rem}.md\:-mr-3{margin-right:-.75rem}.md\:-mb-3{margin-bottom:-.75rem}.md\:-ml-3{margin-left:-.75rem}.md\:-mt-4{margin-top:-1rem}.md\:-mr-4{margin-right:-1rem}.md\:-mb-4{margin-bottom:-1rem}.md\:-ml-4{margin-left:-1rem}.md\:-mt-5{margin-top:-1.25rem}.md\:-mr-5{margin-right:-1.25rem}.md\:-mb-5{margin-bottom:-1.25rem}.md\:-ml-5{margin-left:-1.25rem}.md\:-mt-6{margin-top:-1.5rem}.md\:-mr-6{margin-right:-1.5rem}.md\:-mb-6{margin-bottom:-1.5rem}.md\:-ml-6{margin-left:-1.5rem}.md\:-mt-8{margin-top:-2rem}.md\:-mr-8{margin-right:-2rem}.md\:-mb-8{margin-bottom:-2rem}.md\:-ml-8{margin-left:-2rem}.md\:-mt-10{margin-top:-2.5rem}.md\:-mr-10{margin-right:-2.5rem}.md\:-mb-10{margin-bottom:-2.5rem}.md\:-ml-10{margin-left:-2.5rem}.md\:-mt-12{margin-top:-3rem}.md\:-mr-12{margin-right:-3rem}.md\:-mb-12{margin-bottom:-3rem}.md\:-ml-12{margin-left:-3rem}.md\:-mt-16{margin-top:-4rem}.md\:-mr-16{margin-right:-4rem}.md\:-mb-16{margin-bottom:-4rem}.md\:-ml-16{margin-left:-4rem}.md\:-mt-20{margin-top:-5rem}.md\:-mr-20{margin-right:-5rem}.md\:-mb-20{margin-bottom:-5rem}.md\:-ml-20{margin-left:-5rem}.md\:-mt-24{margin-top:-6rem}.md\:-mr-24{margin-right:-6rem}.md\:-mb-24{margin-bottom:-6rem}.md\:-ml-24{margin-left:-6rem}.md\:-mt-32{margin-top:-8rem}.md\:-mr-32{margin-right:-8rem}.md\:-mb-32{margin-bottom:-8rem}.md\:-ml-32{margin-left:-8rem}.md\:-mt-40{margin-top:-10rem}.md\:-mr-40{margin-right:-10rem}.md\:-mb-40{margin-bottom:-10rem}.md\:-ml-40{margin-left:-10rem}.md\:-mt-48{margin-top:-12rem}.md\:-mr-48{margin-right:-12rem}.md\:-mb-48{margin-bottom:-12rem}.md\:-ml-48{margin-left:-12rem}.md\:-mt-56{margin-top:-14rem}.md\:-mr-56{margin-right:-14rem}.md\:-mb-56{margin-bottom:-14rem}.md\:-ml-56{margin-left:-14rem}.md\:-mt-64{margin-top:-16rem}.md\:-mr-64{margin-right:-16rem}.md\:-mb-64{margin-bottom:-16rem}.md\:-ml-64{margin-left:-16rem}.md\:-mt-px{margin-top:-1px}.md\:-mr-px{margin-right:-1px}.md\:-mb-px{margin-bottom:-1px}.md\:-ml-px{margin-left:-1px}.md\:max-h-full{max-height:100%}.md\:max-h-screen{max-height:100vh}.md\:max-w-xs{max-width:20rem}.md\:max-w-sm{max-width:24rem}.md\:max-w-md{max-width:28rem}.md\:max-w-lg{max-width:32rem}.md\:max-w-xl{max-width:36rem}.md\:max-w-2xl{max-width:42rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-4xl{max-width:56rem}.md\:max-w-5xl{max-width:64rem}.md\:max-w-6xl{max-width:72rem}.md\:max-w-full{max-width:100%}.md\:min-h-0{min-height:0}.md\:min-h-full{min-height:100%}.md\:min-h-screen{min-height:100vh}.md\:min-w-0{min-width:0}.md\:min-w-full{min-width:100%}.md\:object-contain{object-fit:contain}.md\:object-cover{object-fit:cover}.md\:object-fill{object-fit:fill}.md\:object-none{object-fit:none}.md\:object-scale-down{object-fit:scale-down}.md\:object-bottom{object-position:bottom}.md\:object-center{object-position:center}.md\:object-left{object-position:left}.md\:object-left-bottom{object-position:left bottom}.md\:object-left-top{object-position:left top}.md\:object-right{object-position:right}.md\:object-right-bottom{object-position:right bottom}.md\:object-right-top{object-position:right top}.md\:object-top{object-position:top}.md\:opacity-0{opacity:0}.md\:opacity-25{opacity:.25}.md\:opacity-50{opacity:.5}.md\:opacity-75{opacity:.75}.md\:opacity-100{opacity:1}.md\:hover\:opacity-0:hover{opacity:0}.md\:hover\:opacity-25:hover{opacity:.25}.md\:hover\:opacity-50:hover{opacity:.5}.md\:hover\:opacity-75:hover{opacity:.75}.md\:hover\:opacity-100:hover{opacity:1}.md\:focus\:opacity-0:focus{opacity:0}.md\:focus\:opacity-25:focus{opacity:.25}.md\:focus\:opacity-50:focus{opacity:.5}.md\:focus\:opacity-75:focus{opacity:.75}.md\:focus\:opacity-100:focus{opacity:1}.md\:focus\:outline-none:focus,.md\:outline-none{outline:0}.md\:overflow-auto{overflow:auto}.md\:overflow-hidden{overflow:hidden}.md\:overflow-visible{overflow:visible}.md\:overflow-scroll{overflow:scroll}.md\:overflow-x-auto{overflow-x:auto}.md\:overflow-y-auto{overflow-y:auto}.md\:overflow-x-hidden{overflow-x:hidden}.md\:overflow-y-hidden{overflow-y:hidden}.md\:overflow-x-visible{overflow-x:visible}.md\:overflow-y-visible{overflow-y:visible}.md\:overflow-x-scroll{overflow-x:scroll}.md\:overflow-y-scroll{overflow-y:scroll}.md\:scrolling-touch{-webkit-overflow-scrolling:touch}.md\:scrolling-auto{-webkit-overflow-scrolling:auto}.md\:p-0{padding:0}.md\:p-1{padding:.25rem}.md\:p-2{padding:.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-16{padding:4rem}.md\:p-20{padding:5rem}.md\:p-24{padding:6rem}.md\:p-32{padding:8rem}.md\:p-40{padding:10rem}.md\:p-48{padding:12rem}.md\:p-56{padding:14rem}.md\:p-64{padding:16rem}.md\:p-px{padding:1px}.md\:py-0{padding-top:0;padding-bottom:0}.md\:px-0{padding-left:0;padding-right:0}.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:px-32{padding-left:8rem;padding-right:8rem}.md\:py-40{padding-top:10rem;padding-bottom:10rem}.md\:px-40{padding-left:10rem;padding-right:10rem}.md\:py-48{padding-top:12rem;padding-bottom:12rem}.md\:px-48{padding-left:12rem;padding-right:12rem}.md\:py-56{padding-top:14rem;padding-bottom:14rem}.md\:px-56{padding-left:14rem;padding-right:14rem}.md\:py-64{padding-top:16rem;padding-bottom:16rem}.md\:px-64{padding-left:16rem;padding-right:16rem}.md\:py-px{padding-top:1px;padding-bottom:1px}.md\:px-px{padding-left:1px;padding-right:1px}.md\:pt-0{padding-top:0}.md\:pr-0{padding-right:0}.md\:pb-0{padding-bottom:0}.md\:pl-0{padding-left:0}.md\:pt-1{padding-top:.25rem}.md\:pr-1{padding-right:.25rem}.md\:pb-1{padding-bottom:.25rem}.md\:pl-1{padding-left:.25rem}.md\:pt-2{padding-top:.5rem}.md\:pr-2{padding-right:.5rem}.md\:pb-2{padding-bottom:.5rem}.md\:pl-2{padding-left:.5rem}.md\:pt-3{padding-top:.75rem}.md\:pr-3{padding-right:.75rem}.md\:pb-3{padding-bottom:.75rem}.md\:pl-3{padding-left:.75rem}.md\:pt-4{padding-top:1rem}.md\:pr-4{padding-right:1rem}.md\:pb-4{padding-bottom:1rem}.md\:pl-4{padding-left:1rem}.md\:pt-5{padding-top:1.25rem}.md\:pr-5{padding-right:1.25rem}.md\:pb-5{padding-bottom:1.25rem}.md\:pl-5{padding-left:1.25rem}.md\:pt-6{padding-top:1.5rem}.md\:pr-6{padding-right:1.5rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pl-6{padding-left:1.5rem}.md\:pt-8{padding-top:2rem}.md\:pr-8{padding-right:2rem}.md\:pb-8{padding-bottom:2rem}.md\:pl-8{padding-left:2rem}.md\:pt-10{padding-top:2.5rem}.md\:pr-10{padding-right:2.5rem}.md\:pb-10{padding-bottom:2.5rem}.md\:pl-10{padding-left:2.5rem}.md\:pt-12{padding-top:3rem}.md\:pr-12{padding-right:3rem}.md\:pb-12{padding-bottom:3rem}.md\:pl-12{padding-left:3rem}.md\:pt-16{padding-top:4rem}.md\:pr-16{padding-right:4rem}.md\:pb-16{padding-bottom:4rem}.md\:pl-16{padding-left:4rem}.md\:pt-20{padding-top:5rem}.md\:pr-20{padding-right:5rem}.md\:pb-20{padding-bottom:5rem}.md\:pl-20{padding-left:5rem}.md\:pt-24{padding-top:6rem}.md\:pr-24{padding-right:6rem}.md\:pb-24{padding-bottom:6rem}.md\:pl-24{padding-left:6rem}.md\:pt-32{padding-top:8rem}.md\:pr-32{padding-right:8rem}.md\:pb-32{padding-bottom:8rem}.md\:pl-32{padding-left:8rem}.md\:pt-40{padding-top:10rem}.md\:pr-40{padding-right:10rem}.md\:pb-40{padding-bottom:10rem}.md\:pl-40{padding-left:10rem}.md\:pt-48{padding-top:12rem}.md\:pr-48{padding-right:12rem}.md\:pb-48{padding-bottom:12rem}.md\:pl-48{padding-left:12rem}.md\:pt-56{padding-top:14rem}.md\:pr-56{padding-right:14rem}.md\:pb-56{padding-bottom:14rem}.md\:pl-56{padding-left:14rem}.md\:pt-64{padding-top:16rem}.md\:pr-64{padding-right:16rem}.md\:pb-64{padding-bottom:16rem}.md\:pl-64{padding-left:16rem}.md\:pt-px{padding-top:1px}.md\:pr-px{padding-right:1px}.md\:pb-px{padding-bottom:1px}.md\:pl-px{padding-left:1px}.md\:placeholder-transparent::-webkit-input-placeholder{color:transparent}.md\:placeholder-transparent::placeholder{color:transparent}.md\:placeholder-black::-webkit-input-placeholder{color:#000}.md\:placeholder-black::placeholder{color:#000}.md\:placeholder-white::-webkit-input-placeholder{color:#fff}.md\:placeholder-white::placeholder{color:#fff}.md\:placeholder-gray-100::-webkit-input-placeholder{color:#f7fafc}.md\:placeholder-gray-100::placeholder{color:#f7fafc}.md\:placeholder-gray-200::-webkit-input-placeholder{color:#edf2f7}.md\:placeholder-gray-200::placeholder{color:#edf2f7}.md\:placeholder-gray-300::-webkit-input-placeholder{color:#e2e8f0}.md\:placeholder-gray-300::placeholder{color:#e2e8f0}.md\:placeholder-gray-400::-webkit-input-placeholder{color:#cbd5e0}.md\:placeholder-gray-400::placeholder{color:#cbd5e0}.md\:placeholder-gray-500::-webkit-input-placeholder{color:#a0aec0}.md\:placeholder-gray-500::placeholder{color:#a0aec0}.md\:placeholder-gray-600::-webkit-input-placeholder{color:#718096}.md\:placeholder-gray-600::placeholder{color:#718096}.md\:placeholder-gray-700::-webkit-input-placeholder{color:#4a5568}.md\:placeholder-gray-700::placeholder{color:#4a5568}.md\:placeholder-gray-800::-webkit-input-placeholder{color:#2d3748}.md\:placeholder-gray-800::placeholder{color:#2d3748}.md\:placeholder-gray-900::-webkit-input-placeholder{color:#1a202c}.md\:placeholder-gray-900::placeholder{color:#1a202c}.md\:placeholder-red-100::-webkit-input-placeholder{color:#fff5f5}.md\:placeholder-red-100::placeholder{color:#fff5f5}.md\:placeholder-red-200::-webkit-input-placeholder{color:#fed7d7}.md\:placeholder-red-200::placeholder{color:#fed7d7}.md\:placeholder-red-300::-webkit-input-placeholder{color:#feb2b2}.md\:placeholder-red-300::placeholder{color:#feb2b2}.md\:placeholder-red-400::-webkit-input-placeholder{color:#fc8181}.md\:placeholder-red-400::placeholder{color:#fc8181}.md\:placeholder-red-500::-webkit-input-placeholder{color:#f56565}.md\:placeholder-red-500::placeholder{color:#f56565}.md\:placeholder-red-600::-webkit-input-placeholder{color:#e53e3e}.md\:placeholder-red-600::placeholder{color:#e53e3e}.md\:placeholder-red-700::-webkit-input-placeholder{color:#c53030}.md\:placeholder-red-700::placeholder{color:#c53030}.md\:placeholder-red-800::-webkit-input-placeholder{color:#9b2c2c}.md\:placeholder-red-800::placeholder{color:#9b2c2c}.md\:placeholder-red-900::-webkit-input-placeholder{color:#742a2a}.md\:placeholder-red-900::placeholder{color:#742a2a}.md\:placeholder-orange-100::-webkit-input-placeholder{color:#fffaf0}.md\:placeholder-orange-100::placeholder{color:#fffaf0}.md\:placeholder-orange-200::-webkit-input-placeholder{color:#feebc8}.md\:placeholder-orange-200::placeholder{color:#feebc8}.md\:placeholder-orange-300::-webkit-input-placeholder{color:#fbd38d}.md\:placeholder-orange-300::placeholder{color:#fbd38d}.md\:placeholder-orange-400::-webkit-input-placeholder{color:#f6ad55}.md\:placeholder-orange-400::placeholder{color:#f6ad55}.md\:placeholder-orange-500::-webkit-input-placeholder{color:#ed8936}.md\:placeholder-orange-500::placeholder{color:#ed8936}.md\:placeholder-orange-600::-webkit-input-placeholder{color:#dd6b20}.md\:placeholder-orange-600::placeholder{color:#dd6b20}.md\:placeholder-orange-700::-webkit-input-placeholder{color:#c05621}.md\:placeholder-orange-700::placeholder{color:#c05621}.md\:placeholder-orange-800::-webkit-input-placeholder{color:#9c4221}.md\:placeholder-orange-800::placeholder{color:#9c4221}.md\:placeholder-orange-900::-webkit-input-placeholder{color:#7b341e}.md\:placeholder-orange-900::placeholder{color:#7b341e}.md\:placeholder-yellow-100::-webkit-input-placeholder{color:ivory}.md\:placeholder-yellow-100::placeholder{color:ivory}.md\:placeholder-yellow-200::-webkit-input-placeholder{color:#fefcbf}.md\:placeholder-yellow-200::placeholder{color:#fefcbf}.md\:placeholder-yellow-300::-webkit-input-placeholder{color:#faf089}.md\:placeholder-yellow-300::placeholder{color:#faf089}.md\:placeholder-yellow-400::-webkit-input-placeholder{color:#f6e05e}.md\:placeholder-yellow-400::placeholder{color:#f6e05e}.md\:placeholder-yellow-500::-webkit-input-placeholder{color:#ecc94b}.md\:placeholder-yellow-500::placeholder{color:#ecc94b}.md\:placeholder-yellow-600::-webkit-input-placeholder{color:#d69e2e}.md\:placeholder-yellow-600::placeholder{color:#d69e2e}.md\:placeholder-yellow-700::-webkit-input-placeholder{color:#b7791f}.md\:placeholder-yellow-700::placeholder{color:#b7791f}.md\:placeholder-yellow-800::-webkit-input-placeholder{color:#975a16}.md\:placeholder-yellow-800::placeholder{color:#975a16}.md\:placeholder-yellow-900::-webkit-input-placeholder{color:#744210}.md\:placeholder-yellow-900::placeholder{color:#744210}.md\:placeholder-green-100::-webkit-input-placeholder{color:#f0fff4}.md\:placeholder-green-100::placeholder{color:#f0fff4}.md\:placeholder-green-200::-webkit-input-placeholder{color:#c6f6d5}.md\:placeholder-green-200::placeholder{color:#c6f6d5}.md\:placeholder-green-300::-webkit-input-placeholder{color:#9ae6b4}.md\:placeholder-green-300::placeholder{color:#9ae6b4}.md\:placeholder-green-400::-webkit-input-placeholder{color:#68d391}.md\:placeholder-green-400::placeholder{color:#68d391}.md\:placeholder-green-500::-webkit-input-placeholder{color:#48bb78}.md\:placeholder-green-500::placeholder{color:#48bb78}.md\:placeholder-green-600::-webkit-input-placeholder{color:#38a169}.md\:placeholder-green-600::placeholder{color:#38a169}.md\:placeholder-green-700::-webkit-input-placeholder{color:#2f855a}.md\:placeholder-green-700::placeholder{color:#2f855a}.md\:placeholder-green-800::-webkit-input-placeholder{color:#276749}.md\:placeholder-green-800::placeholder{color:#276749}.md\:placeholder-green-900::-webkit-input-placeholder{color:#22543d}.md\:placeholder-green-900::placeholder{color:#22543d}.md\:placeholder-teal-100::-webkit-input-placeholder{color:#e6fffa}.md\:placeholder-teal-100::placeholder{color:#e6fffa}.md\:placeholder-teal-200::-webkit-input-placeholder{color:#b2f5ea}.md\:placeholder-teal-200::placeholder{color:#b2f5ea}.md\:placeholder-teal-300::-webkit-input-placeholder{color:#81e6d9}.md\:placeholder-teal-300::placeholder{color:#81e6d9}.md\:placeholder-teal-400::-webkit-input-placeholder{color:#4fd1c5}.md\:placeholder-teal-400::placeholder{color:#4fd1c5}.md\:placeholder-teal-500::-webkit-input-placeholder{color:#38b2ac}.md\:placeholder-teal-500::placeholder{color:#38b2ac}.md\:placeholder-teal-600::-webkit-input-placeholder{color:#319795}.md\:placeholder-teal-600::placeholder{color:#319795}.md\:placeholder-teal-700::-webkit-input-placeholder{color:#2c7a7b}.md\:placeholder-teal-700::placeholder{color:#2c7a7b}.md\:placeholder-teal-800::-webkit-input-placeholder{color:#285e61}.md\:placeholder-teal-800::placeholder{color:#285e61}.md\:placeholder-teal-900::-webkit-input-placeholder{color:#234e52}.md\:placeholder-teal-900::placeholder{color:#234e52}.md\:placeholder-blue-100::-webkit-input-placeholder{color:#ebf8ff}.md\:placeholder-blue-100::placeholder{color:#ebf8ff}.md\:placeholder-blue-200::-webkit-input-placeholder{color:#bee3f8}.md\:placeholder-blue-200::placeholder{color:#bee3f8}.md\:placeholder-blue-300::-webkit-input-placeholder{color:#90cdf4}.md\:placeholder-blue-300::placeholder{color:#90cdf4}.md\:placeholder-blue-400::-webkit-input-placeholder{color:#63b3ed}.md\:placeholder-blue-400::placeholder{color:#63b3ed}.md\:placeholder-blue-500::-webkit-input-placeholder{color:#4299e1}.md\:placeholder-blue-500::placeholder{color:#4299e1}.md\:placeholder-blue-600::-webkit-input-placeholder{color:#3182ce}.md\:placeholder-blue-600::placeholder{color:#3182ce}.md\:placeholder-blue-700::-webkit-input-placeholder{color:#2b6cb0}.md\:placeholder-blue-700::placeholder{color:#2b6cb0}.md\:placeholder-blue-800::-webkit-input-placeholder{color:#2c5282}.md\:placeholder-blue-800::placeholder{color:#2c5282}.md\:placeholder-blue-900::-webkit-input-placeholder{color:#2a4365}.md\:placeholder-blue-900::placeholder{color:#2a4365}.md\:placeholder-indigo-100::-webkit-input-placeholder{color:#ebf4ff}.md\:placeholder-indigo-100::placeholder{color:#ebf4ff}.md\:placeholder-indigo-200::-webkit-input-placeholder{color:#c3dafe}.md\:placeholder-indigo-200::placeholder{color:#c3dafe}.md\:placeholder-indigo-300::-webkit-input-placeholder{color:#a3bffa}.md\:placeholder-indigo-300::placeholder{color:#a3bffa}.md\:placeholder-indigo-400::-webkit-input-placeholder{color:#7f9cf5}.md\:placeholder-indigo-400::placeholder{color:#7f9cf5}.md\:placeholder-indigo-500::-webkit-input-placeholder{color:#667eea}.md\:placeholder-indigo-500::placeholder{color:#667eea}.md\:placeholder-indigo-600::-webkit-input-placeholder{color:#5a67d8}.md\:placeholder-indigo-600::placeholder{color:#5a67d8}.md\:placeholder-indigo-700::-webkit-input-placeholder{color:#4c51bf}.md\:placeholder-indigo-700::placeholder{color:#4c51bf}.md\:placeholder-indigo-800::-webkit-input-placeholder{color:#434190}.md\:placeholder-indigo-800::placeholder{color:#434190}.md\:placeholder-indigo-900::-webkit-input-placeholder{color:#3c366b}.md\:placeholder-indigo-900::placeholder{color:#3c366b}.md\:placeholder-purple-100::-webkit-input-placeholder{color:#faf5ff}.md\:placeholder-purple-100::placeholder{color:#faf5ff}.md\:placeholder-purple-200::-webkit-input-placeholder{color:#e9d8fd}.md\:placeholder-purple-200::placeholder{color:#e9d8fd}.md\:placeholder-purple-300::-webkit-input-placeholder{color:#d6bcfa}.md\:placeholder-purple-300::placeholder{color:#d6bcfa}.md\:placeholder-purple-400::-webkit-input-placeholder{color:#b794f4}.md\:placeholder-purple-400::placeholder{color:#b794f4}.md\:placeholder-purple-500::-webkit-input-placeholder{color:#9f7aea}.md\:placeholder-purple-500::placeholder{color:#9f7aea}.md\:placeholder-purple-600::-webkit-input-placeholder{color:#805ad5}.md\:placeholder-purple-600::placeholder{color:#805ad5}.md\:placeholder-purple-700::-webkit-input-placeholder{color:#6b46c1}.md\:placeholder-purple-700::placeholder{color:#6b46c1}.md\:placeholder-purple-800::-webkit-input-placeholder{color:#553c9a}.md\:placeholder-purple-800::placeholder{color:#553c9a}.md\:placeholder-purple-900::-webkit-input-placeholder{color:#44337a}.md\:placeholder-purple-900::placeholder{color:#44337a}.md\:placeholder-pink-100::-webkit-input-placeholder{color:#fff5f7}.md\:placeholder-pink-100::placeholder{color:#fff5f7}.md\:placeholder-pink-200::-webkit-input-placeholder{color:#fed7e2}.md\:placeholder-pink-200::placeholder{color:#fed7e2}.md\:placeholder-pink-300::-webkit-input-placeholder{color:#fbb6ce}.md\:placeholder-pink-300::placeholder{color:#fbb6ce}.md\:placeholder-pink-400::-webkit-input-placeholder{color:#f687b3}.md\:placeholder-pink-400::placeholder{color:#f687b3}.md\:placeholder-pink-500::-webkit-input-placeholder{color:#ed64a6}.md\:placeholder-pink-500::placeholder{color:#ed64a6}.md\:placeholder-pink-600::-webkit-input-placeholder{color:#d53f8c}.md\:placeholder-pink-600::placeholder{color:#d53f8c}.md\:placeholder-pink-700::-webkit-input-placeholder{color:#b83280}.md\:placeholder-pink-700::placeholder{color:#b83280}.md\:placeholder-pink-800::-webkit-input-placeholder{color:#97266d}.md\:placeholder-pink-800::placeholder{color:#97266d}.md\:placeholder-pink-900::-webkit-input-placeholder{color:#702459}.md\:placeholder-pink-900::placeholder{color:#702459}.md\:placeholder-regal-blue::-webkit-input-placeholder{color:#243c5a}.md\:placeholder-regal-blue::placeholder{color:#243c5a}.md\:placeholder-selection-blue::-webkit-input-placeholder{color:#aadaff}.md\:placeholder-selection-blue::placeholder{color:#aadaff}.md\:placeholder-fill-gray::-webkit-input-placeholder{color:#e2e2e2}.md\:placeholder-fill-gray::placeholder{color:#e2e2e2}.md\:placeholder-outline-gray::-webkit-input-placeholder{color:#d0d0d0}.md\:placeholder-outline-gray::placeholder{color:#d0d0d0}.md\:placeholder-disabled-red::-webkit-input-placeholder{color:#ecc9c9}.md\:placeholder-disabled-red::placeholder{color:#ecc9c9}.md\:placeholder-violated-red::-webkit-input-placeholder{color:#ff7b7b}.md\:placeholder-violated-red::placeholder{color:#ff7b7b}.md\:placeholder-modified-yellow::-webkit-input-placeholder{color:#fce869}.md\:placeholder-modified-yellow::placeholder{color:#fce869}.md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{color:transparent}.md\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.md\:focus\:placeholder-black:focus::-webkit-input-placeholder{color:#000}.md\:focus\:placeholder-black:focus::placeholder{color:#000}.md\:focus\:placeholder-white:focus::-webkit-input-placeholder{color:#fff}.md\:focus\:placeholder-white:focus::placeholder{color:#fff}.md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{color:#f7fafc}.md\:focus\:placeholder-gray-100:focus::placeholder{color:#f7fafc}.md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{color:#edf2f7}.md\:focus\:placeholder-gray-200:focus::placeholder{color:#edf2f7}.md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{color:#e2e8f0}.md\:focus\:placeholder-gray-300:focus::placeholder{color:#e2e8f0}.md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{color:#cbd5e0}.md\:focus\:placeholder-gray-400:focus::placeholder{color:#cbd5e0}.md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{color:#a0aec0}.md\:focus\:placeholder-gray-500:focus::placeholder{color:#a0aec0}.md\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{color:#718096}.md\:focus\:placeholder-gray-600:focus::placeholder{color:#718096}.md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{color:#4a5568}.md\:focus\:placeholder-gray-700:focus::placeholder{color:#4a5568}.md\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{color:#2d3748}.md\:focus\:placeholder-gray-800:focus::placeholder{color:#2d3748}.md\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{color:#1a202c}.md\:focus\:placeholder-gray-900:focus::placeholder{color:#1a202c}.md\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{color:#fff5f5}.md\:focus\:placeholder-red-100:focus::placeholder{color:#fff5f5}.md\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{color:#fed7d7}.md\:focus\:placeholder-red-200:focus::placeholder{color:#fed7d7}.md\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{color:#feb2b2}.md\:focus\:placeholder-red-300:focus::placeholder{color:#feb2b2}.md\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{color:#fc8181}.md\:focus\:placeholder-red-400:focus::placeholder{color:#fc8181}.md\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{color:#f56565}.md\:focus\:placeholder-red-500:focus::placeholder{color:#f56565}.md\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{color:#e53e3e}.md\:focus\:placeholder-red-600:focus::placeholder{color:#e53e3e}.md\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{color:#c53030}.md\:focus\:placeholder-red-700:focus::placeholder{color:#c53030}.md\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{color:#9b2c2c}.md\:focus\:placeholder-red-800:focus::placeholder{color:#9b2c2c}.md\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{color:#742a2a}.md\:focus\:placeholder-red-900:focus::placeholder{color:#742a2a}.md\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{color:#fffaf0}.md\:focus\:placeholder-orange-100:focus::placeholder{color:#fffaf0}.md\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{color:#feebc8}.md\:focus\:placeholder-orange-200:focus::placeholder{color:#feebc8}.md\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{color:#fbd38d}.md\:focus\:placeholder-orange-300:focus::placeholder{color:#fbd38d}.md\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{color:#f6ad55}.md\:focus\:placeholder-orange-400:focus::placeholder{color:#f6ad55}.md\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{color:#ed8936}.md\:focus\:placeholder-orange-500:focus::placeholder{color:#ed8936}.md\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{color:#dd6b20}.md\:focus\:placeholder-orange-600:focus::placeholder{color:#dd6b20}.md\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{color:#c05621}.md\:focus\:placeholder-orange-700:focus::placeholder{color:#c05621}.md\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{color:#9c4221}.md\:focus\:placeholder-orange-800:focus::placeholder{color:#9c4221}.md\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{color:#7b341e}.md\:focus\:placeholder-orange-900:focus::placeholder{color:#7b341e}.md\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{color:ivory}.md\:focus\:placeholder-yellow-100:focus::placeholder{color:ivory}.md\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{color:#fefcbf}.md\:focus\:placeholder-yellow-200:focus::placeholder{color:#fefcbf}.md\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{color:#faf089}.md\:focus\:placeholder-yellow-300:focus::placeholder{color:#faf089}.md\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{color:#f6e05e}.md\:focus\:placeholder-yellow-400:focus::placeholder{color:#f6e05e}.md\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{color:#ecc94b}.md\:focus\:placeholder-yellow-500:focus::placeholder{color:#ecc94b}.md\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{color:#d69e2e}.md\:focus\:placeholder-yellow-600:focus::placeholder{color:#d69e2e}.md\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{color:#b7791f}.md\:focus\:placeholder-yellow-700:focus::placeholder{color:#b7791f}.md\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{color:#975a16}.md\:focus\:placeholder-yellow-800:focus::placeholder{color:#975a16}.md\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{color:#744210}.md\:focus\:placeholder-yellow-900:focus::placeholder{color:#744210}.md\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{color:#f0fff4}.md\:focus\:placeholder-green-100:focus::placeholder{color:#f0fff4}.md\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{color:#c6f6d5}.md\:focus\:placeholder-green-200:focus::placeholder{color:#c6f6d5}.md\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{color:#9ae6b4}.md\:focus\:placeholder-green-300:focus::placeholder{color:#9ae6b4}.md\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{color:#68d391}.md\:focus\:placeholder-green-400:focus::placeholder{color:#68d391}.md\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{color:#48bb78}.md\:focus\:placeholder-green-500:focus::placeholder{color:#48bb78}.md\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{color:#38a169}.md\:focus\:placeholder-green-600:focus::placeholder{color:#38a169}.md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{color:#2f855a}.md\:focus\:placeholder-green-700:focus::placeholder{color:#2f855a}.md\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{color:#276749}.md\:focus\:placeholder-green-800:focus::placeholder{color:#276749}.md\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{color:#22543d}.md\:focus\:placeholder-green-900:focus::placeholder{color:#22543d}.md\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{color:#e6fffa}.md\:focus\:placeholder-teal-100:focus::placeholder{color:#e6fffa}.md\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{color:#b2f5ea}.md\:focus\:placeholder-teal-200:focus::placeholder{color:#b2f5ea}.md\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{color:#81e6d9}.md\:focus\:placeholder-teal-300:focus::placeholder{color:#81e6d9}.md\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{color:#4fd1c5}.md\:focus\:placeholder-teal-400:focus::placeholder{color:#4fd1c5}.md\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{color:#38b2ac}.md\:focus\:placeholder-teal-500:focus::placeholder{color:#38b2ac}.md\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{color:#319795}.md\:focus\:placeholder-teal-600:focus::placeholder{color:#319795}.md\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{color:#2c7a7b}.md\:focus\:placeholder-teal-700:focus::placeholder{color:#2c7a7b}.md\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{color:#285e61}.md\:focus\:placeholder-teal-800:focus::placeholder{color:#285e61}.md\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{color:#234e52}.md\:focus\:placeholder-teal-900:focus::placeholder{color:#234e52}.md\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{color:#ebf8ff}.md\:focus\:placeholder-blue-100:focus::placeholder{color:#ebf8ff}.md\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{color:#bee3f8}.md\:focus\:placeholder-blue-200:focus::placeholder{color:#bee3f8}.md\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{color:#90cdf4}.md\:focus\:placeholder-blue-300:focus::placeholder{color:#90cdf4}.md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{color:#63b3ed}.md\:focus\:placeholder-blue-400:focus::placeholder{color:#63b3ed}.md\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{color:#4299e1}.md\:focus\:placeholder-blue-500:focus::placeholder{color:#4299e1}.md\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{color:#3182ce}.md\:focus\:placeholder-blue-600:focus::placeholder{color:#3182ce}.md\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{color:#2b6cb0}.md\:focus\:placeholder-blue-700:focus::placeholder{color:#2b6cb0}.md\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{color:#2c5282}.md\:focus\:placeholder-blue-800:focus::placeholder{color:#2c5282}.md\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{color:#2a4365}.md\:focus\:placeholder-blue-900:focus::placeholder{color:#2a4365}.md\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{color:#ebf4ff}.md\:focus\:placeholder-indigo-100:focus::placeholder{color:#ebf4ff}.md\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{color:#c3dafe}.md\:focus\:placeholder-indigo-200:focus::placeholder{color:#c3dafe}.md\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{color:#a3bffa}.md\:focus\:placeholder-indigo-300:focus::placeholder{color:#a3bffa}.md\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{color:#7f9cf5}.md\:focus\:placeholder-indigo-400:focus::placeholder{color:#7f9cf5}.md\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{color:#667eea}.md\:focus\:placeholder-indigo-500:focus::placeholder{color:#667eea}.md\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{color:#5a67d8}.md\:focus\:placeholder-indigo-600:focus::placeholder{color:#5a67d8}.md\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{color:#4c51bf}.md\:focus\:placeholder-indigo-700:focus::placeholder{color:#4c51bf}.md\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{color:#434190}.md\:focus\:placeholder-indigo-800:focus::placeholder{color:#434190}.md\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{color:#3c366b}.md\:focus\:placeholder-indigo-900:focus::placeholder{color:#3c366b}.md\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{color:#faf5ff}.md\:focus\:placeholder-purple-100:focus::placeholder{color:#faf5ff}.md\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{color:#e9d8fd}.md\:focus\:placeholder-purple-200:focus::placeholder{color:#e9d8fd}.md\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{color:#d6bcfa}.md\:focus\:placeholder-purple-300:focus::placeholder{color:#d6bcfa}.md\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{color:#b794f4}.md\:focus\:placeholder-purple-400:focus::placeholder{color:#b794f4}.md\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{color:#9f7aea}.md\:focus\:placeholder-purple-500:focus::placeholder{color:#9f7aea}.md\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{color:#805ad5}.md\:focus\:placeholder-purple-600:focus::placeholder{color:#805ad5}.md\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{color:#6b46c1}.md\:focus\:placeholder-purple-700:focus::placeholder{color:#6b46c1}.md\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{color:#553c9a}.md\:focus\:placeholder-purple-800:focus::placeholder{color:#553c9a}.md\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{color:#44337a}.md\:focus\:placeholder-purple-900:focus::placeholder{color:#44337a}.md\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{color:#fff5f7}.md\:focus\:placeholder-pink-100:focus::placeholder{color:#fff5f7}.md\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{color:#fed7e2}.md\:focus\:placeholder-pink-200:focus::placeholder{color:#fed7e2}.md\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{color:#fbb6ce}.md\:focus\:placeholder-pink-300:focus::placeholder{color:#fbb6ce}.md\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{color:#f687b3}.md\:focus\:placeholder-pink-400:focus::placeholder{color:#f687b3}.md\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{color:#ed64a6}.md\:focus\:placeholder-pink-500:focus::placeholder{color:#ed64a6}.md\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{color:#d53f8c}.md\:focus\:placeholder-pink-600:focus::placeholder{color:#d53f8c}.md\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{color:#b83280}.md\:focus\:placeholder-pink-700:focus::placeholder{color:#b83280}.md\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{color:#97266d}.md\:focus\:placeholder-pink-800:focus::placeholder{color:#97266d}.md\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{color:#702459}.md\:focus\:placeholder-pink-900:focus::placeholder{color:#702459}.md\:focus\:placeholder-regal-blue:focus::-webkit-input-placeholder{color:#243c5a}.md\:focus\:placeholder-regal-blue:focus::placeholder{color:#243c5a}.md\:focus\:placeholder-selection-blue:focus::-webkit-input-placeholder{color:#aadaff}.md\:focus\:placeholder-selection-blue:focus::placeholder{color:#aadaff}.md\:focus\:placeholder-fill-gray:focus::-webkit-input-placeholder{color:#e2e2e2}.md\:focus\:placeholder-fill-gray:focus::placeholder{color:#e2e2e2}.md\:focus\:placeholder-outline-gray:focus::-webkit-input-placeholder{color:#d0d0d0}.md\:focus\:placeholder-outline-gray:focus::placeholder{color:#d0d0d0}.md\:focus\:placeholder-disabled-red:focus::-webkit-input-placeholder{color:#ecc9c9}.md\:focus\:placeholder-disabled-red:focus::placeholder{color:#ecc9c9}.md\:focus\:placeholder-violated-red:focus::-webkit-input-placeholder{color:#ff7b7b}.md\:focus\:placeholder-violated-red:focus::placeholder{color:#ff7b7b}.md\:focus\:placeholder-modified-yellow:focus::-webkit-input-placeholder{color:#fce869}.md\:focus\:placeholder-modified-yellow:focus::placeholder{color:#fce869}.md\:pointer-events-none{pointer-events:none}.md\:pointer-events-auto{pointer-events:auto}.md\:static{position:static}.md\:fixed{position:fixed}.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:sticky{position:-webkit-sticky;position:sticky}.md\:inset-0{top:0;right:0;bottom:0;left:0}.md\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.md\:inset-y-0{top:0;bottom:0}.md\:inset-x-0{right:0;left:0}.md\:inset-y-auto{top:auto;bottom:auto}.md\:inset-x-auto{right:auto;left:auto}.md\:top-0{top:0}.md\:right-0{right:0}.md\:bottom-0{bottom:0}.md\:left-0{left:0}.md\:top-auto{top:auto}.md\:right-auto{right:auto}.md\:bottom-auto{bottom:auto}.md\:left-auto{left:auto}.md\:resize-none{resize:none}.md\:resize-y{resize:vertical}.md\:resize-x{resize:horizontal}.md\:resize{resize:both}.md\:shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.md\:shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.md\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.md\:shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.md\:shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.md\:shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.md\:shadow-outline{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.md\:shadow-none{box-shadow:none}.md\:hover\:shadow:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.md\:hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.md\:hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.md\:hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.md\:hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.md\:hover\:shadow-inner:hover{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.md\:hover\:shadow-outline:hover{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.md\:hover\:shadow-none:hover{box-shadow:none}.md\:focus\:shadow:focus{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.md\:focus\:shadow-md:focus{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.md\:focus\:shadow-lg:focus{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.md\:focus\:shadow-xl:focus{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.md\:focus\:shadow-2xl:focus{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.md\:focus\:shadow-inner:focus{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.md\:focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.md\:focus\:shadow-none:focus{box-shadow:none}.md\:fill-current{fill:currentColor}.md\:stroke-current{stroke:currentColor}.md\:table-auto{table-layout:auto}.md\:table-fixed{table-layout:fixed}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:text-justify{text-align:justify}.md\:text-transparent{color:transparent}.md\:text-black{color:#000}.md\:text-white{color:#fff}.md\:text-gray-100{color:#f7fafc}.md\:text-gray-200{color:#edf2f7}.md\:text-gray-300{color:#e2e8f0}.md\:text-gray-400{color:#cbd5e0}.md\:text-gray-500{color:#a0aec0}.md\:text-gray-600{color:#718096}.md\:text-gray-700{color:#4a5568}.md\:text-gray-800{color:#2d3748}.md\:text-gray-900{color:#1a202c}.md\:text-red-100{color:#fff5f5}.md\:text-red-200{color:#fed7d7}.md\:text-red-300{color:#feb2b2}.md\:text-red-400{color:#fc8181}.md\:text-red-500{color:#f56565}.md\:text-red-600{color:#e53e3e}.md\:text-red-700{color:#c53030}.md\:text-red-800{color:#9b2c2c}.md\:text-red-900{color:#742a2a}.md\:text-orange-100{color:#fffaf0}.md\:text-orange-200{color:#feebc8}.md\:text-orange-300{color:#fbd38d}.md\:text-orange-400{color:#f6ad55}.md\:text-orange-500{color:#ed8936}.md\:text-orange-600{color:#dd6b20}.md\:text-orange-700{color:#c05621}.md\:text-orange-800{color:#9c4221}.md\:text-orange-900{color:#7b341e}.md\:text-yellow-100{color:ivory}.md\:text-yellow-200{color:#fefcbf}.md\:text-yellow-300{color:#faf089}.md\:text-yellow-400{color:#f6e05e}.md\:text-yellow-500{color:#ecc94b}.md\:text-yellow-600{color:#d69e2e}.md\:text-yellow-700{color:#b7791f}.md\:text-yellow-800{color:#975a16}.md\:text-yellow-900{color:#744210}.md\:text-green-100{color:#f0fff4}.md\:text-green-200{color:#c6f6d5}.md\:text-green-300{color:#9ae6b4}.md\:text-green-400{color:#68d391}.md\:text-green-500{color:#48bb78}.md\:text-green-600{color:#38a169}.md\:text-green-700{color:#2f855a}.md\:text-green-800{color:#276749}.md\:text-green-900{color:#22543d}.md\:text-teal-100{color:#e6fffa}.md\:text-teal-200{color:#b2f5ea}.md\:text-teal-300{color:#81e6d9}.md\:text-teal-400{color:#4fd1c5}.md\:text-teal-500{color:#38b2ac}.md\:text-teal-600{color:#319795}.md\:text-teal-700{color:#2c7a7b}.md\:text-teal-800{color:#285e61}.md\:text-teal-900{color:#234e52}.md\:text-blue-100{color:#ebf8ff}.md\:text-blue-200{color:#bee3f8}.md\:text-blue-300{color:#90cdf4}.md\:text-blue-400{color:#63b3ed}.md\:text-blue-500{color:#4299e1}.md\:text-blue-600{color:#3182ce}.md\:text-blue-700{color:#2b6cb0}.md\:text-blue-800{color:#2c5282}.md\:text-blue-900{color:#2a4365}.md\:text-indigo-100{color:#ebf4ff}.md\:text-indigo-200{color:#c3dafe}.md\:text-indigo-300{color:#a3bffa}.md\:text-indigo-400{color:#7f9cf5}.md\:text-indigo-500{color:#667eea}.md\:text-indigo-600{color:#5a67d8}.md\:text-indigo-700{color:#4c51bf}.md\:text-indigo-800{color:#434190}.md\:text-indigo-900{color:#3c366b}.md\:text-purple-100{color:#faf5ff}.md\:text-purple-200{color:#e9d8fd}.md\:text-purple-300{color:#d6bcfa}.md\:text-purple-400{color:#b794f4}.md\:text-purple-500{color:#9f7aea}.md\:text-purple-600{color:#805ad5}.md\:text-purple-700{color:#6b46c1}.md\:text-purple-800{color:#553c9a}.md\:text-purple-900{color:#44337a}.md\:text-pink-100{color:#fff5f7}.md\:text-pink-200{color:#fed7e2}.md\:text-pink-300{color:#fbb6ce}.md\:text-pink-400{color:#f687b3}.md\:text-pink-500{color:#ed64a6}.md\:text-pink-600{color:#d53f8c}.md\:text-pink-700{color:#b83280}.md\:text-pink-800{color:#97266d}.md\:text-pink-900{color:#702459}.md\:text-regal-blue{color:#243c5a}.md\:text-selection-blue{color:#aadaff}.md\:text-fill-gray{color:#e2e2e2}.md\:text-outline-gray{color:#d0d0d0}.md\:text-disabled-red{color:#ecc9c9}.md\:text-violated-red{color:#ff7b7b}.md\:text-modified-yellow{color:#fce869}.md\:hover\:text-transparent:hover{color:transparent}.md\:hover\:text-black:hover{color:#000}.md\:hover\:text-white:hover{color:#fff}.md\:hover\:text-gray-100:hover{color:#f7fafc}.md\:hover\:text-gray-200:hover{color:#edf2f7}.md\:hover\:text-gray-300:hover{color:#e2e8f0}.md\:hover\:text-gray-400:hover{color:#cbd5e0}.md\:hover\:text-gray-500:hover{color:#a0aec0}.md\:hover\:text-gray-600:hover{color:#718096}.md\:hover\:text-gray-700:hover{color:#4a5568}.md\:hover\:text-gray-800:hover{color:#2d3748}.md\:hover\:text-gray-900:hover{color:#1a202c}.md\:hover\:text-red-100:hover{color:#fff5f5}.md\:hover\:text-red-200:hover{color:#fed7d7}.md\:hover\:text-red-300:hover{color:#feb2b2}.md\:hover\:text-red-400:hover{color:#fc8181}.md\:hover\:text-red-500:hover{color:#f56565}.md\:hover\:text-red-600:hover{color:#e53e3e}.md\:hover\:text-red-700:hover{color:#c53030}.md\:hover\:text-red-800:hover{color:#9b2c2c}.md\:hover\:text-red-900:hover{color:#742a2a}.md\:hover\:text-orange-100:hover{color:#fffaf0}.md\:hover\:text-orange-200:hover{color:#feebc8}.md\:hover\:text-orange-300:hover{color:#fbd38d}.md\:hover\:text-orange-400:hover{color:#f6ad55}.md\:hover\:text-orange-500:hover{color:#ed8936}.md\:hover\:text-orange-600:hover{color:#dd6b20}.md\:hover\:text-orange-700:hover{color:#c05621}.md\:hover\:text-orange-800:hover{color:#9c4221}.md\:hover\:text-orange-900:hover{color:#7b341e}.md\:hover\:text-yellow-100:hover{color:ivory}.md\:hover\:text-yellow-200:hover{color:#fefcbf}.md\:hover\:text-yellow-300:hover{color:#faf089}.md\:hover\:text-yellow-400:hover{color:#f6e05e}.md\:hover\:text-yellow-500:hover{color:#ecc94b}.md\:hover\:text-yellow-600:hover{color:#d69e2e}.md\:hover\:text-yellow-700:hover{color:#b7791f}.md\:hover\:text-yellow-800:hover{color:#975a16}.md\:hover\:text-yellow-900:hover{color:#744210}.md\:hover\:text-green-100:hover{color:#f0fff4}.md\:hover\:text-green-200:hover{color:#c6f6d5}.md\:hover\:text-green-300:hover{color:#9ae6b4}.md\:hover\:text-green-400:hover{color:#68d391}.md\:hover\:text-green-500:hover{color:#48bb78}.md\:hover\:text-green-600:hover{color:#38a169}.md\:hover\:text-green-700:hover{color:#2f855a}.md\:hover\:text-green-800:hover{color:#276749}.md\:hover\:text-green-900:hover{color:#22543d}.md\:hover\:text-teal-100:hover{color:#e6fffa}.md\:hover\:text-teal-200:hover{color:#b2f5ea}.md\:hover\:text-teal-300:hover{color:#81e6d9}.md\:hover\:text-teal-400:hover{color:#4fd1c5}.md\:hover\:text-teal-500:hover{color:#38b2ac}.md\:hover\:text-teal-600:hover{color:#319795}.md\:hover\:text-teal-700:hover{color:#2c7a7b}.md\:hover\:text-teal-800:hover{color:#285e61}.md\:hover\:text-teal-900:hover{color:#234e52}.md\:hover\:text-blue-100:hover{color:#ebf8ff}.md\:hover\:text-blue-200:hover{color:#bee3f8}.md\:hover\:text-blue-300:hover{color:#90cdf4}.md\:hover\:text-blue-400:hover{color:#63b3ed}.md\:hover\:text-blue-500:hover{color:#4299e1}.md\:hover\:text-blue-600:hover{color:#3182ce}.md\:hover\:text-blue-700:hover{color:#2b6cb0}.md\:hover\:text-blue-800:hover{color:#2c5282}.md\:hover\:text-blue-900:hover{color:#2a4365}.md\:hover\:text-indigo-100:hover{color:#ebf4ff}.md\:hover\:text-indigo-200:hover{color:#c3dafe}.md\:hover\:text-indigo-300:hover{color:#a3bffa}.md\:hover\:text-indigo-400:hover{color:#7f9cf5}.md\:hover\:text-indigo-500:hover{color:#667eea}.md\:hover\:text-indigo-600:hover{color:#5a67d8}.md\:hover\:text-indigo-700:hover{color:#4c51bf}.md\:hover\:text-indigo-800:hover{color:#434190}.md\:hover\:text-indigo-900:hover{color:#3c366b}.md\:hover\:text-purple-100:hover{color:#faf5ff}.md\:hover\:text-purple-200:hover{color:#e9d8fd}.md\:hover\:text-purple-300:hover{color:#d6bcfa}.md\:hover\:text-purple-400:hover{color:#b794f4}.md\:hover\:text-purple-500:hover{color:#9f7aea}.md\:hover\:text-purple-600:hover{color:#805ad5}.md\:hover\:text-purple-700:hover{color:#6b46c1}.md\:hover\:text-purple-800:hover{color:#553c9a}.md\:hover\:text-purple-900:hover{color:#44337a}.md\:hover\:text-pink-100:hover{color:#fff5f7}.md\:hover\:text-pink-200:hover{color:#fed7e2}.md\:hover\:text-pink-300:hover{color:#fbb6ce}.md\:hover\:text-pink-400:hover{color:#f687b3}.md\:hover\:text-pink-500:hover{color:#ed64a6}.md\:hover\:text-pink-600:hover{color:#d53f8c}.md\:hover\:text-pink-700:hover{color:#b83280}.md\:hover\:text-pink-800:hover{color:#97266d}.md\:hover\:text-pink-900:hover{color:#702459}.md\:hover\:text-regal-blue:hover{color:#243c5a}.md\:hover\:text-selection-blue:hover{color:#aadaff}.md\:hover\:text-fill-gray:hover{color:#e2e2e2}.md\:hover\:text-outline-gray:hover{color:#d0d0d0}.md\:hover\:text-disabled-red:hover{color:#ecc9c9}.md\:hover\:text-violated-red:hover{color:#ff7b7b}.md\:hover\:text-modified-yellow:hover{color:#fce869}.md\:focus\:text-transparent:focus{color:transparent}.md\:focus\:text-black:focus{color:#000}.md\:focus\:text-white:focus{color:#fff}.md\:focus\:text-gray-100:focus{color:#f7fafc}.md\:focus\:text-gray-200:focus{color:#edf2f7}.md\:focus\:text-gray-300:focus{color:#e2e8f0}.md\:focus\:text-gray-400:focus{color:#cbd5e0}.md\:focus\:text-gray-500:focus{color:#a0aec0}.md\:focus\:text-gray-600:focus{color:#718096}.md\:focus\:text-gray-700:focus{color:#4a5568}.md\:focus\:text-gray-800:focus{color:#2d3748}.md\:focus\:text-gray-900:focus{color:#1a202c}.md\:focus\:text-red-100:focus{color:#fff5f5}.md\:focus\:text-red-200:focus{color:#fed7d7}.md\:focus\:text-red-300:focus{color:#feb2b2}.md\:focus\:text-red-400:focus{color:#fc8181}.md\:focus\:text-red-500:focus{color:#f56565}.md\:focus\:text-red-600:focus{color:#e53e3e}.md\:focus\:text-red-700:focus{color:#c53030}.md\:focus\:text-red-800:focus{color:#9b2c2c}.md\:focus\:text-red-900:focus{color:#742a2a}.md\:focus\:text-orange-100:focus{color:#fffaf0}.md\:focus\:text-orange-200:focus{color:#feebc8}.md\:focus\:text-orange-300:focus{color:#fbd38d}.md\:focus\:text-orange-400:focus{color:#f6ad55}.md\:focus\:text-orange-500:focus{color:#ed8936}.md\:focus\:text-orange-600:focus{color:#dd6b20}.md\:focus\:text-orange-700:focus{color:#c05621}.md\:focus\:text-orange-800:focus{color:#9c4221}.md\:focus\:text-orange-900:focus{color:#7b341e}.md\:focus\:text-yellow-100:focus{color:ivory}.md\:focus\:text-yellow-200:focus{color:#fefcbf}.md\:focus\:text-yellow-300:focus{color:#faf089}.md\:focus\:text-yellow-400:focus{color:#f6e05e}.md\:focus\:text-yellow-500:focus{color:#ecc94b}.md\:focus\:text-yellow-600:focus{color:#d69e2e}.md\:focus\:text-yellow-700:focus{color:#b7791f}.md\:focus\:text-yellow-800:focus{color:#975a16}.md\:focus\:text-yellow-900:focus{color:#744210}.md\:focus\:text-green-100:focus{color:#f0fff4}.md\:focus\:text-green-200:focus{color:#c6f6d5}.md\:focus\:text-green-300:focus{color:#9ae6b4}.md\:focus\:text-green-400:focus{color:#68d391}.md\:focus\:text-green-500:focus{color:#48bb78}.md\:focus\:text-green-600:focus{color:#38a169}.md\:focus\:text-green-700:focus{color:#2f855a}.md\:focus\:text-green-800:focus{color:#276749}.md\:focus\:text-green-900:focus{color:#22543d}.md\:focus\:text-teal-100:focus{color:#e6fffa}.md\:focus\:text-teal-200:focus{color:#b2f5ea}.md\:focus\:text-teal-300:focus{color:#81e6d9}.md\:focus\:text-teal-400:focus{color:#4fd1c5}.md\:focus\:text-teal-500:focus{color:#38b2ac}.md\:focus\:text-teal-600:focus{color:#319795}.md\:focus\:text-teal-700:focus{color:#2c7a7b}.md\:focus\:text-teal-800:focus{color:#285e61}.md\:focus\:text-teal-900:focus{color:#234e52}.md\:focus\:text-blue-100:focus{color:#ebf8ff}.md\:focus\:text-blue-200:focus{color:#bee3f8}.md\:focus\:text-blue-300:focus{color:#90cdf4}.md\:focus\:text-blue-400:focus{color:#63b3ed}.md\:focus\:text-blue-500:focus{color:#4299e1}.md\:focus\:text-blue-600:focus{color:#3182ce}.md\:focus\:text-blue-700:focus{color:#2b6cb0}.md\:focus\:text-blue-800:focus{color:#2c5282}.md\:focus\:text-blue-900:focus{color:#2a4365}.md\:focus\:text-indigo-100:focus{color:#ebf4ff}.md\:focus\:text-indigo-200:focus{color:#c3dafe}.md\:focus\:text-indigo-300:focus{color:#a3bffa}.md\:focus\:text-indigo-400:focus{color:#7f9cf5}.md\:focus\:text-indigo-500:focus{color:#667eea}.md\:focus\:text-indigo-600:focus{color:#5a67d8}.md\:focus\:text-indigo-700:focus{color:#4c51bf}.md\:focus\:text-indigo-800:focus{color:#434190}.md\:focus\:text-indigo-900:focus{color:#3c366b}.md\:focus\:text-purple-100:focus{color:#faf5ff}.md\:focus\:text-purple-200:focus{color:#e9d8fd}.md\:focus\:text-purple-300:focus{color:#d6bcfa}.md\:focus\:text-purple-400:focus{color:#b794f4}.md\:focus\:text-purple-500:focus{color:#9f7aea}.md\:focus\:text-purple-600:focus{color:#805ad5}.md\:focus\:text-purple-700:focus{color:#6b46c1}.md\:focus\:text-purple-800:focus{color:#553c9a}.md\:focus\:text-purple-900:focus{color:#44337a}.md\:focus\:text-pink-100:focus{color:#fff5f7}.md\:focus\:text-pink-200:focus{color:#fed7e2}.md\:focus\:text-pink-300:focus{color:#fbb6ce}.md\:focus\:text-pink-400:focus{color:#f687b3}.md\:focus\:text-pink-500:focus{color:#ed64a6}.md\:focus\:text-pink-600:focus{color:#d53f8c}.md\:focus\:text-pink-700:focus{color:#b83280}.md\:focus\:text-pink-800:focus{color:#97266d}.md\:focus\:text-pink-900:focus{color:#702459}.md\:focus\:text-regal-blue:focus{color:#243c5a}.md\:focus\:text-selection-blue:focus{color:#aadaff}.md\:focus\:text-fill-gray:focus{color:#e2e2e2}.md\:focus\:text-outline-gray:focus{color:#d0d0d0}.md\:focus\:text-disabled-red:focus{color:#ecc9c9}.md\:focus\:text-violated-red:focus{color:#ff7b7b}.md\:focus\:text-modified-yellow:focus{color:#fce869}.md\:text-xs{font-size:.75rem}.md\:text-sm{font-size:.875rem}.md\:text-base{font-size:1rem}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:text-2xl{font-size:1.5rem}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:4rem}.md\:italic{font-style:italic}.md\:not-italic{font-style:normal}.md\:uppercase{text-transform:uppercase}.md\:lowercase{text-transform:lowercase}.md\:capitalize{text-transform:capitalize}.md\:normal-case{text-transform:none}.md\:underline{text-decoration:underline}.md\:line-through{text-decoration:line-through}.md\:no-underline{text-decoration:none}.md\:hover\:underline:hover{text-decoration:underline}.md\:hover\:line-through:hover{text-decoration:line-through}.md\:hover\:no-underline:hover{text-decoration:none}.md\:focus\:underline:focus{text-decoration:underline}.md\:focus\:line-through:focus{text-decoration:line-through}.md\:focus\:no-underline:focus{text-decoration:none}.md\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.md\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.md\:tracking-tighter{letter-spacing:-.05em}.md\:tracking-tight{letter-spacing:-.025em}.md\:tracking-normal{letter-spacing:0}.md\:tracking-wide{letter-spacing:.025em}.md\:tracking-wider{letter-spacing:.05em}.md\:tracking-widest{letter-spacing:.1em}.md\:select-none{-webkit-user-select:none;user-select:none}.md\:select-text{-webkit-user-select:text;user-select:text}.md\:select-all{-webkit-user-select:all;user-select:all}.md\:select-auto{-webkit-user-select:auto;user-select:auto}.md\:align-baseline{vertical-align:initial}.md\:align-top{vertical-align:top}.md\:align-middle{vertical-align:middle}.md\:align-bottom{vertical-align:bottom}.md\:align-text-top{vertical-align:text-top}.md\:align-text-bottom{vertical-align:text-bottom}.md\:visible{visibility:visible}.md\:invisible{visibility:hidden}.md\:whitespace-normal{white-space:normal}.md\:whitespace-no-wrap{white-space:nowrap}.md\:whitespace-pre{white-space:pre}.md\:whitespace-pre-line{white-space:pre-line}.md\:whitespace-pre-wrap{white-space:pre-wrap}.md\:break-normal{overflow-wrap:normal;word-break:normal}.md\:break-words{overflow-wrap:break-word}.md\:break-all{word-break:break-all}.md\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md\:w-0{width:0}.md\:w-1{width:.25rem}.md\:w-2{width:.5rem}.md\:w-3{width:.75rem}.md\:w-4{width:1rem}.md\:w-5{width:1.25rem}.md\:w-6{width:1.5rem}.md\:w-8{width:2rem}.md\:w-10{width:2.5rem}.md\:w-12{width:3rem}.md\:w-16{width:4rem}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-32{width:8rem}.md\:w-40{width:10rem}.md\:w-48{width:12rem}.md\:w-56{width:14rem}.md\:w-64{width:16rem}.md\:w-auto{width:auto}.md\:w-px{width:1px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:w-1\/4{width:25%}.md\:w-2\/4{width:50%}.md\:w-3\/4{width:75%}.md\:w-1\/5{width:20%}.md\:w-2\/5{width:40%}.md\:w-3\/5{width:60%}.md\:w-4\/5{width:80%}.md\:w-1\/6{width:16.666667%}.md\:w-2\/6{width:33.333333%}.md\:w-3\/6{width:50%}.md\:w-4\/6{width:66.666667%}.md\:w-5\/6{width:83.333333%}.md\:w-1\/12{width:8.333333%}.md\:w-2\/12{width:16.666667%}.md\:w-3\/12{width:25%}.md\:w-4\/12{width:33.333333%}.md\:w-5\/12{width:41.666667%}.md\:w-6\/12{width:50%}.md\:w-7\/12{width:58.333333%}.md\:w-8\/12{width:66.666667%}.md\:w-9\/12{width:75%}.md\:w-10\/12{width:83.333333%}.md\:w-11\/12{width:91.666667%}.md\:w-full{width:100%}.md\:w-screen{width:100vw}.md\:z-0{z-index:0}.md\:z-10{z-index:10}.md\:z-20{z-index:20}.md\:z-30{z-index:30}.md\:z-40{z-index:40}.md\:z-50{z-index:50}.md\:z-auto{z-index:auto}}@media (min-width:1024px){.lg\: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}.lg\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.lg\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.lg\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.lg\:appearance-none{-webkit-appearance:none;appearance:none}.lg\:bg-fixed{background-attachment:fixed}.lg\:bg-local{background-attachment:local}.lg\:bg-scroll{background-attachment:scroll}.lg\:bg-transparent{background-color:initial}.lg\:bg-black{background-color:#000}.lg\:bg-white{background-color:#fff}.lg\:bg-gray-100{background-color:#f7fafc}.lg\:bg-gray-200{background-color:#edf2f7}.lg\:bg-gray-300{background-color:#e2e8f0}.lg\:bg-gray-400{background-color:#cbd5e0}.lg\:bg-gray-500{background-color:#a0aec0}.lg\:bg-gray-600{background-color:#718096}.lg\:bg-gray-700{background-color:#4a5568}.lg\:bg-gray-800{background-color:#2d3748}.lg\:bg-gray-900{background-color:#1a202c}.lg\:bg-red-100{background-color:#fff5f5}.lg\:bg-red-200{background-color:#fed7d7}.lg\:bg-red-300{background-color:#feb2b2}.lg\:bg-red-400{background-color:#fc8181}.lg\:bg-red-500{background-color:#f56565}.lg\:bg-red-600{background-color:#e53e3e}.lg\:bg-red-700{background-color:#c53030}.lg\:bg-red-800{background-color:#9b2c2c}.lg\:bg-red-900{background-color:#742a2a}.lg\:bg-orange-100{background-color:#fffaf0}.lg\:bg-orange-200{background-color:#feebc8}.lg\:bg-orange-300{background-color:#fbd38d}.lg\:bg-orange-400{background-color:#f6ad55}.lg\:bg-orange-500{background-color:#ed8936}.lg\:bg-orange-600{background-color:#dd6b20}.lg\:bg-orange-700{background-color:#c05621}.lg\:bg-orange-800{background-color:#9c4221}.lg\:bg-orange-900{background-color:#7b341e}.lg\:bg-yellow-100{background-color:ivory}.lg\:bg-yellow-200{background-color:#fefcbf}.lg\:bg-yellow-300{background-color:#faf089}.lg\:bg-yellow-400{background-color:#f6e05e}.lg\:bg-yellow-500{background-color:#ecc94b}.lg\:bg-yellow-600{background-color:#d69e2e}.lg\:bg-yellow-700{background-color:#b7791f}.lg\:bg-yellow-800{background-color:#975a16}.lg\:bg-yellow-900{background-color:#744210}.lg\:bg-green-100{background-color:#f0fff4}.lg\:bg-green-200{background-color:#c6f6d5}.lg\:bg-green-300{background-color:#9ae6b4}.lg\:bg-green-400{background-color:#68d391}.lg\:bg-green-500{background-color:#48bb78}.lg\:bg-green-600{background-color:#38a169}.lg\:bg-green-700{background-color:#2f855a}.lg\:bg-green-800{background-color:#276749}.lg\:bg-green-900{background-color:#22543d}.lg\:bg-teal-100{background-color:#e6fffa}.lg\:bg-teal-200{background-color:#b2f5ea}.lg\:bg-teal-300{background-color:#81e6d9}.lg\:bg-teal-400{background-color:#4fd1c5}.lg\:bg-teal-500{background-color:#38b2ac}.lg\:bg-teal-600{background-color:#319795}.lg\:bg-teal-700{background-color:#2c7a7b}.lg\:bg-teal-800{background-color:#285e61}.lg\:bg-teal-900{background-color:#234e52}.lg\:bg-blue-100{background-color:#ebf8ff}.lg\:bg-blue-200{background-color:#bee3f8}.lg\:bg-blue-300{background-color:#90cdf4}.lg\:bg-blue-400{background-color:#63b3ed}.lg\:bg-blue-500{background-color:#4299e1}.lg\:bg-blue-600{background-color:#3182ce}.lg\:bg-blue-700{background-color:#2b6cb0}.lg\:bg-blue-800{background-color:#2c5282}.lg\:bg-blue-900{background-color:#2a4365}.lg\:bg-indigo-100{background-color:#ebf4ff}.lg\:bg-indigo-200{background-color:#c3dafe}.lg\:bg-indigo-300{background-color:#a3bffa}.lg\:bg-indigo-400{background-color:#7f9cf5}.lg\:bg-indigo-500{background-color:#667eea}.lg\:bg-indigo-600{background-color:#5a67d8}.lg\:bg-indigo-700{background-color:#4c51bf}.lg\:bg-indigo-800{background-color:#434190}.lg\:bg-indigo-900{background-color:#3c366b}.lg\:bg-purple-100{background-color:#faf5ff}.lg\:bg-purple-200{background-color:#e9d8fd}.lg\:bg-purple-300{background-color:#d6bcfa}.lg\:bg-purple-400{background-color:#b794f4}.lg\:bg-purple-500{background-color:#9f7aea}.lg\:bg-purple-600{background-color:#805ad5}.lg\:bg-purple-700{background-color:#6b46c1}.lg\:bg-purple-800{background-color:#553c9a}.lg\:bg-purple-900{background-color:#44337a}.lg\:bg-pink-100{background-color:#fff5f7}.lg\:bg-pink-200{background-color:#fed7e2}.lg\:bg-pink-300{background-color:#fbb6ce}.lg\:bg-pink-400{background-color:#f687b3}.lg\:bg-pink-500{background-color:#ed64a6}.lg\:bg-pink-600{background-color:#d53f8c}.lg\:bg-pink-700{background-color:#b83280}.lg\:bg-pink-800{background-color:#97266d}.lg\:bg-pink-900{background-color:#702459}.lg\:bg-regal-blue{background-color:#243c5a}.lg\:bg-selection-blue{background-color:#aadaff}.lg\:bg-fill-gray{background-color:#e2e2e2}.lg\:bg-outline-gray{background-color:#d0d0d0}.lg\:bg-disabled-red{background-color:#ecc9c9}.lg\:bg-violated-red{background-color:#ff7b7b}.lg\:bg-modified-yellow{background-color:#fce869}.lg\:hover\:bg-transparent:hover{background-color:initial}.lg\:hover\:bg-black:hover{background-color:#000}.lg\:hover\:bg-white:hover{background-color:#fff}.lg\:hover\:bg-gray-100:hover{background-color:#f7fafc}.lg\:hover\:bg-gray-200:hover{background-color:#edf2f7}.lg\:hover\:bg-gray-300:hover{background-color:#e2e8f0}.lg\:hover\:bg-gray-400:hover{background-color:#cbd5e0}.lg\:hover\:bg-gray-500:hover{background-color:#a0aec0}.lg\:hover\:bg-gray-600:hover{background-color:#718096}.lg\:hover\:bg-gray-700:hover{background-color:#4a5568}.lg\:hover\:bg-gray-800:hover{background-color:#2d3748}.lg\:hover\:bg-gray-900:hover{background-color:#1a202c}.lg\:hover\:bg-red-100:hover{background-color:#fff5f5}.lg\:hover\:bg-red-200:hover{background-color:#fed7d7}.lg\:hover\:bg-red-300:hover{background-color:#feb2b2}.lg\:hover\:bg-red-400:hover{background-color:#fc8181}.lg\:hover\:bg-red-500:hover{background-color:#f56565}.lg\:hover\:bg-red-600:hover{background-color:#e53e3e}.lg\:hover\:bg-red-700:hover{background-color:#c53030}.lg\:hover\:bg-red-800:hover{background-color:#9b2c2c}.lg\:hover\:bg-red-900:hover{background-color:#742a2a}.lg\:hover\:bg-orange-100:hover{background-color:#fffaf0}.lg\:hover\:bg-orange-200:hover{background-color:#feebc8}.lg\:hover\:bg-orange-300:hover{background-color:#fbd38d}.lg\:hover\:bg-orange-400:hover{background-color:#f6ad55}.lg\:hover\:bg-orange-500:hover{background-color:#ed8936}.lg\:hover\:bg-orange-600:hover{background-color:#dd6b20}.lg\:hover\:bg-orange-700:hover{background-color:#c05621}.lg\:hover\:bg-orange-800:hover{background-color:#9c4221}.lg\:hover\:bg-orange-900:hover{background-color:#7b341e}.lg\:hover\:bg-yellow-100:hover{background-color:ivory}.lg\:hover\:bg-yellow-200:hover{background-color:#fefcbf}.lg\:hover\:bg-yellow-300:hover{background-color:#faf089}.lg\:hover\:bg-yellow-400:hover{background-color:#f6e05e}.lg\:hover\:bg-yellow-500:hover{background-color:#ecc94b}.lg\:hover\:bg-yellow-600:hover{background-color:#d69e2e}.lg\:hover\:bg-yellow-700:hover{background-color:#b7791f}.lg\:hover\:bg-yellow-800:hover{background-color:#975a16}.lg\:hover\:bg-yellow-900:hover{background-color:#744210}.lg\:hover\:bg-green-100:hover{background-color:#f0fff4}.lg\:hover\:bg-green-200:hover{background-color:#c6f6d5}.lg\:hover\:bg-green-300:hover{background-color:#9ae6b4}.lg\:hover\:bg-green-400:hover{background-color:#68d391}.lg\:hover\:bg-green-500:hover{background-color:#48bb78}.lg\:hover\:bg-green-600:hover{background-color:#38a169}.lg\:hover\:bg-green-700:hover{background-color:#2f855a}.lg\:hover\:bg-green-800:hover{background-color:#276749}.lg\:hover\:bg-green-900:hover{background-color:#22543d}.lg\:hover\:bg-teal-100:hover{background-color:#e6fffa}.lg\:hover\:bg-teal-200:hover{background-color:#b2f5ea}.lg\:hover\:bg-teal-300:hover{background-color:#81e6d9}.lg\:hover\:bg-teal-400:hover{background-color:#4fd1c5}.lg\:hover\:bg-teal-500:hover{background-color:#38b2ac}.lg\:hover\:bg-teal-600:hover{background-color:#319795}.lg\:hover\:bg-teal-700:hover{background-color:#2c7a7b}.lg\:hover\:bg-teal-800:hover{background-color:#285e61}.lg\:hover\:bg-teal-900:hover{background-color:#234e52}.lg\:hover\:bg-blue-100:hover{background-color:#ebf8ff}.lg\:hover\:bg-blue-200:hover{background-color:#bee3f8}.lg\:hover\:bg-blue-300:hover{background-color:#90cdf4}.lg\:hover\:bg-blue-400:hover{background-color:#63b3ed}.lg\:hover\:bg-blue-500:hover{background-color:#4299e1}.lg\:hover\:bg-blue-600:hover{background-color:#3182ce}.lg\:hover\:bg-blue-700:hover{background-color:#2b6cb0}.lg\:hover\:bg-blue-800:hover{background-color:#2c5282}.lg\:hover\:bg-blue-900:hover{background-color:#2a4365}.lg\:hover\:bg-indigo-100:hover{background-color:#ebf4ff}.lg\:hover\:bg-indigo-200:hover{background-color:#c3dafe}.lg\:hover\:bg-indigo-300:hover{background-color:#a3bffa}.lg\:hover\:bg-indigo-400:hover{background-color:#7f9cf5}.lg\:hover\:bg-indigo-500:hover{background-color:#667eea}.lg\:hover\:bg-indigo-600:hover{background-color:#5a67d8}.lg\:hover\:bg-indigo-700:hover{background-color:#4c51bf}.lg\:hover\:bg-indigo-800:hover{background-color:#434190}.lg\:hover\:bg-indigo-900:hover{background-color:#3c366b}.lg\:hover\:bg-purple-100:hover{background-color:#faf5ff}.lg\:hover\:bg-purple-200:hover{background-color:#e9d8fd}.lg\:hover\:bg-purple-300:hover{background-color:#d6bcfa}.lg\:hover\:bg-purple-400:hover{background-color:#b794f4}.lg\:hover\:bg-purple-500:hover{background-color:#9f7aea}.lg\:hover\:bg-purple-600:hover{background-color:#805ad5}.lg\:hover\:bg-purple-700:hover{background-color:#6b46c1}.lg\:hover\:bg-purple-800:hover{background-color:#553c9a}.lg\:hover\:bg-purple-900:hover{background-color:#44337a}.lg\:hover\:bg-pink-100:hover{background-color:#fff5f7}.lg\:hover\:bg-pink-200:hover{background-color:#fed7e2}.lg\:hover\:bg-pink-300:hover{background-color:#fbb6ce}.lg\:hover\:bg-pink-400:hover{background-color:#f687b3}.lg\:hover\:bg-pink-500:hover{background-color:#ed64a6}.lg\:hover\:bg-pink-600:hover{background-color:#d53f8c}.lg\:hover\:bg-pink-700:hover{background-color:#b83280}.lg\:hover\:bg-pink-800:hover{background-color:#97266d}.lg\:hover\:bg-pink-900:hover{background-color:#702459}.lg\:hover\:bg-regal-blue:hover{background-color:#243c5a}.lg\:hover\:bg-selection-blue:hover{background-color:#aadaff}.lg\:hover\:bg-fill-gray:hover{background-color:#e2e2e2}.lg\:hover\:bg-outline-gray:hover{background-color:#d0d0d0}.lg\:hover\:bg-disabled-red:hover{background-color:#ecc9c9}.lg\:hover\:bg-violated-red:hover{background-color:#ff7b7b}.lg\:hover\:bg-modified-yellow:hover{background-color:#fce869}.lg\:focus\:bg-transparent:focus{background-color:initial}.lg\:focus\:bg-black:focus{background-color:#000}.lg\:focus\:bg-white:focus{background-color:#fff}.lg\:focus\:bg-gray-100:focus{background-color:#f7fafc}.lg\:focus\:bg-gray-200:focus{background-color:#edf2f7}.lg\:focus\:bg-gray-300:focus{background-color:#e2e8f0}.lg\:focus\:bg-gray-400:focus{background-color:#cbd5e0}.lg\:focus\:bg-gray-500:focus{background-color:#a0aec0}.lg\:focus\:bg-gray-600:focus{background-color:#718096}.lg\:focus\:bg-gray-700:focus{background-color:#4a5568}.lg\:focus\:bg-gray-800:focus{background-color:#2d3748}.lg\:focus\:bg-gray-900:focus{background-color:#1a202c}.lg\:focus\:bg-red-100:focus{background-color:#fff5f5}.lg\:focus\:bg-red-200:focus{background-color:#fed7d7}.lg\:focus\:bg-red-300:focus{background-color:#feb2b2}.lg\:focus\:bg-red-400:focus{background-color:#fc8181}.lg\:focus\:bg-red-500:focus{background-color:#f56565}.lg\:focus\:bg-red-600:focus{background-color:#e53e3e}.lg\:focus\:bg-red-700:focus{background-color:#c53030}.lg\:focus\:bg-red-800:focus{background-color:#9b2c2c}.lg\:focus\:bg-red-900:focus{background-color:#742a2a}.lg\:focus\:bg-orange-100:focus{background-color:#fffaf0}.lg\:focus\:bg-orange-200:focus{background-color:#feebc8}.lg\:focus\:bg-orange-300:focus{background-color:#fbd38d}.lg\:focus\:bg-orange-400:focus{background-color:#f6ad55}.lg\:focus\:bg-orange-500:focus{background-color:#ed8936}.lg\:focus\:bg-orange-600:focus{background-color:#dd6b20}.lg\:focus\:bg-orange-700:focus{background-color:#c05621}.lg\:focus\:bg-orange-800:focus{background-color:#9c4221}.lg\:focus\:bg-orange-900:focus{background-color:#7b341e}.lg\:focus\:bg-yellow-100:focus{background-color:ivory}.lg\:focus\:bg-yellow-200:focus{background-color:#fefcbf}.lg\:focus\:bg-yellow-300:focus{background-color:#faf089}.lg\:focus\:bg-yellow-400:focus{background-color:#f6e05e}.lg\:focus\:bg-yellow-500:focus{background-color:#ecc94b}.lg\:focus\:bg-yellow-600:focus{background-color:#d69e2e}.lg\:focus\:bg-yellow-700:focus{background-color:#b7791f}.lg\:focus\:bg-yellow-800:focus{background-color:#975a16}.lg\:focus\:bg-yellow-900:focus{background-color:#744210}.lg\:focus\:bg-green-100:focus{background-color:#f0fff4}.lg\:focus\:bg-green-200:focus{background-color:#c6f6d5}.lg\:focus\:bg-green-300:focus{background-color:#9ae6b4}.lg\:focus\:bg-green-400:focus{background-color:#68d391}.lg\:focus\:bg-green-500:focus{background-color:#48bb78}.lg\:focus\:bg-green-600:focus{background-color:#38a169}.lg\:focus\:bg-green-700:focus{background-color:#2f855a}.lg\:focus\:bg-green-800:focus{background-color:#276749}.lg\:focus\:bg-green-900:focus{background-color:#22543d}.lg\:focus\:bg-teal-100:focus{background-color:#e6fffa}.lg\:focus\:bg-teal-200:focus{background-color:#b2f5ea}.lg\:focus\:bg-teal-300:focus{background-color:#81e6d9}.lg\:focus\:bg-teal-400:focus{background-color:#4fd1c5}.lg\:focus\:bg-teal-500:focus{background-color:#38b2ac}.lg\:focus\:bg-teal-600:focus{background-color:#319795}.lg\:focus\:bg-teal-700:focus{background-color:#2c7a7b}.lg\:focus\:bg-teal-800:focus{background-color:#285e61}.lg\:focus\:bg-teal-900:focus{background-color:#234e52}.lg\:focus\:bg-blue-100:focus{background-color:#ebf8ff}.lg\:focus\:bg-blue-200:focus{background-color:#bee3f8}.lg\:focus\:bg-blue-300:focus{background-color:#90cdf4}.lg\:focus\:bg-blue-400:focus{background-color:#63b3ed}.lg\:focus\:bg-blue-500:focus{background-color:#4299e1}.lg\:focus\:bg-blue-600:focus{background-color:#3182ce}.lg\:focus\:bg-blue-700:focus{background-color:#2b6cb0}.lg\:focus\:bg-blue-800:focus{background-color:#2c5282}.lg\:focus\:bg-blue-900:focus{background-color:#2a4365}.lg\:focus\:bg-indigo-100:focus{background-color:#ebf4ff}.lg\:focus\:bg-indigo-200:focus{background-color:#c3dafe}.lg\:focus\:bg-indigo-300:focus{background-color:#a3bffa}.lg\:focus\:bg-indigo-400:focus{background-color:#7f9cf5}.lg\:focus\:bg-indigo-500:focus{background-color:#667eea}.lg\:focus\:bg-indigo-600:focus{background-color:#5a67d8}.lg\:focus\:bg-indigo-700:focus{background-color:#4c51bf}.lg\:focus\:bg-indigo-800:focus{background-color:#434190}.lg\:focus\:bg-indigo-900:focus{background-color:#3c366b}.lg\:focus\:bg-purple-100:focus{background-color:#faf5ff}.lg\:focus\:bg-purple-200:focus{background-color:#e9d8fd}.lg\:focus\:bg-purple-300:focus{background-color:#d6bcfa}.lg\:focus\:bg-purple-400:focus{background-color:#b794f4}.lg\:focus\:bg-purple-500:focus{background-color:#9f7aea}.lg\:focus\:bg-purple-600:focus{background-color:#805ad5}.lg\:focus\:bg-purple-700:focus{background-color:#6b46c1}.lg\:focus\:bg-purple-800:focus{background-color:#553c9a}.lg\:focus\:bg-purple-900:focus{background-color:#44337a}.lg\:focus\:bg-pink-100:focus{background-color:#fff5f7}.lg\:focus\:bg-pink-200:focus{background-color:#fed7e2}.lg\:focus\:bg-pink-300:focus{background-color:#fbb6ce}.lg\:focus\:bg-pink-400:focus{background-color:#f687b3}.lg\:focus\:bg-pink-500:focus{background-color:#ed64a6}.lg\:focus\:bg-pink-600:focus{background-color:#d53f8c}.lg\:focus\:bg-pink-700:focus{background-color:#b83280}.lg\:focus\:bg-pink-800:focus{background-color:#97266d}.lg\:focus\:bg-pink-900:focus{background-color:#702459}.lg\:focus\:bg-regal-blue:focus{background-color:#243c5a}.lg\:focus\:bg-selection-blue:focus{background-color:#aadaff}.lg\:focus\:bg-fill-gray:focus{background-color:#e2e2e2}.lg\:focus\:bg-outline-gray:focus{background-color:#d0d0d0}.lg\:focus\:bg-disabled-red:focus{background-color:#ecc9c9}.lg\:focus\:bg-violated-red:focus{background-color:#ff7b7b}.lg\:focus\:bg-modified-yellow:focus{background-color:#fce869}.lg\:bg-bottom{background-position:bottom}.lg\:bg-center{background-position:50%}.lg\:bg-left{background-position:0}.lg\:bg-left-bottom{background-position:0 100%}.lg\:bg-left-top{background-position:0 0}.lg\:bg-right{background-position:100%}.lg\:bg-right-bottom{background-position:100% 100%}.lg\:bg-right-top{background-position:100% 0}.lg\:bg-top{background-position:top}.lg\:bg-repeat{background-repeat:repeat}.lg\:bg-no-repeat{background-repeat:no-repeat}.lg\:bg-repeat-x{background-repeat:repeat-x}.lg\:bg-repeat-y{background-repeat:repeat-y}.lg\:bg-repeat-round{background-repeat:round}.lg\:bg-repeat-space{background-repeat:space}.lg\:bg-auto{background-size:auto}.lg\:bg-cover{background-size:cover}.lg\:bg-contain{background-size:contain}.lg\:border-collapse{border-collapse:collapse}.lg\:border-separate{border-collapse:initial}.lg\:border-transparent{border-color:transparent}.lg\:border-black{border-color:#000}.lg\:border-white{border-color:#fff}.lg\:border-gray-100{border-color:#f7fafc}.lg\:border-gray-200{border-color:#edf2f7}.lg\:border-gray-300{border-color:#e2e8f0}.lg\:border-gray-400{border-color:#cbd5e0}.lg\:border-gray-500{border-color:#a0aec0}.lg\:border-gray-600{border-color:#718096}.lg\:border-gray-700{border-color:#4a5568}.lg\:border-gray-800{border-color:#2d3748}.lg\:border-gray-900{border-color:#1a202c}.lg\:border-red-100{border-color:#fff5f5}.lg\:border-red-200{border-color:#fed7d7}.lg\:border-red-300{border-color:#feb2b2}.lg\:border-red-400{border-color:#fc8181}.lg\:border-red-500{border-color:#f56565}.lg\:border-red-600{border-color:#e53e3e}.lg\:border-red-700{border-color:#c53030}.lg\:border-red-800{border-color:#9b2c2c}.lg\:border-red-900{border-color:#742a2a}.lg\:border-orange-100{border-color:#fffaf0}.lg\:border-orange-200{border-color:#feebc8}.lg\:border-orange-300{border-color:#fbd38d}.lg\:border-orange-400{border-color:#f6ad55}.lg\:border-orange-500{border-color:#ed8936}.lg\:border-orange-600{border-color:#dd6b20}.lg\:border-orange-700{border-color:#c05621}.lg\:border-orange-800{border-color:#9c4221}.lg\:border-orange-900{border-color:#7b341e}.lg\:border-yellow-100{border-color:ivory}.lg\:border-yellow-200{border-color:#fefcbf}.lg\:border-yellow-300{border-color:#faf089}.lg\:border-yellow-400{border-color:#f6e05e}.lg\:border-yellow-500{border-color:#ecc94b}.lg\:border-yellow-600{border-color:#d69e2e}.lg\:border-yellow-700{border-color:#b7791f}.lg\:border-yellow-800{border-color:#975a16}.lg\:border-yellow-900{border-color:#744210}.lg\:border-green-100{border-color:#f0fff4}.lg\:border-green-200{border-color:#c6f6d5}.lg\:border-green-300{border-color:#9ae6b4}.lg\:border-green-400{border-color:#68d391}.lg\:border-green-500{border-color:#48bb78}.lg\:border-green-600{border-color:#38a169}.lg\:border-green-700{border-color:#2f855a}.lg\:border-green-800{border-color:#276749}.lg\:border-green-900{border-color:#22543d}.lg\:border-teal-100{border-color:#e6fffa}.lg\:border-teal-200{border-color:#b2f5ea}.lg\:border-teal-300{border-color:#81e6d9}.lg\:border-teal-400{border-color:#4fd1c5}.lg\:border-teal-500{border-color:#38b2ac}.lg\:border-teal-600{border-color:#319795}.lg\:border-teal-700{border-color:#2c7a7b}.lg\:border-teal-800{border-color:#285e61}.lg\:border-teal-900{border-color:#234e52}.lg\:border-blue-100{border-color:#ebf8ff}.lg\:border-blue-200{border-color:#bee3f8}.lg\:border-blue-300{border-color:#90cdf4}.lg\:border-blue-400{border-color:#63b3ed}.lg\:border-blue-500{border-color:#4299e1}.lg\:border-blue-600{border-color:#3182ce}.lg\:border-blue-700{border-color:#2b6cb0}.lg\:border-blue-800{border-color:#2c5282}.lg\:border-blue-900{border-color:#2a4365}.lg\:border-indigo-100{border-color:#ebf4ff}.lg\:border-indigo-200{border-color:#c3dafe}.lg\:border-indigo-300{border-color:#a3bffa}.lg\:border-indigo-400{border-color:#7f9cf5}.lg\:border-indigo-500{border-color:#667eea}.lg\:border-indigo-600{border-color:#5a67d8}.lg\:border-indigo-700{border-color:#4c51bf}.lg\:border-indigo-800{border-color:#434190}.lg\:border-indigo-900{border-color:#3c366b}.lg\:border-purple-100{border-color:#faf5ff}.lg\:border-purple-200{border-color:#e9d8fd}.lg\:border-purple-300{border-color:#d6bcfa}.lg\:border-purple-400{border-color:#b794f4}.lg\:border-purple-500{border-color:#9f7aea}.lg\:border-purple-600{border-color:#805ad5}.lg\:border-purple-700{border-color:#6b46c1}.lg\:border-purple-800{border-color:#553c9a}.lg\:border-purple-900{border-color:#44337a}.lg\:border-pink-100{border-color:#fff5f7}.lg\:border-pink-200{border-color:#fed7e2}.lg\:border-pink-300{border-color:#fbb6ce}.lg\:border-pink-400{border-color:#f687b3}.lg\:border-pink-500{border-color:#ed64a6}.lg\:border-pink-600{border-color:#d53f8c}.lg\:border-pink-700{border-color:#b83280}.lg\:border-pink-800{border-color:#97266d}.lg\:border-pink-900{border-color:#702459}.lg\:border-regal-blue{border-color:#243c5a}.lg\:border-selection-blue{border-color:#aadaff}.lg\:border-fill-gray{border-color:#e2e2e2}.lg\:border-outline-gray{border-color:#d0d0d0}.lg\:border-disabled-red{border-color:#ecc9c9}.lg\:border-violated-red{border-color:#ff7b7b}.lg\:border-modified-yellow{border-color:#fce869}.lg\:hover\:border-transparent:hover{border-color:transparent}.lg\:hover\:border-black:hover{border-color:#000}.lg\:hover\:border-white:hover{border-color:#fff}.lg\:hover\:border-gray-100:hover{border-color:#f7fafc}.lg\:hover\:border-gray-200:hover{border-color:#edf2f7}.lg\:hover\:border-gray-300:hover{border-color:#e2e8f0}.lg\:hover\:border-gray-400:hover{border-color:#cbd5e0}.lg\:hover\:border-gray-500:hover{border-color:#a0aec0}.lg\:hover\:border-gray-600:hover{border-color:#718096}.lg\:hover\:border-gray-700:hover{border-color:#4a5568}.lg\:hover\:border-gray-800:hover{border-color:#2d3748}.lg\:hover\:border-gray-900:hover{border-color:#1a202c}.lg\:hover\:border-red-100:hover{border-color:#fff5f5}.lg\:hover\:border-red-200:hover{border-color:#fed7d7}.lg\:hover\:border-red-300:hover{border-color:#feb2b2}.lg\:hover\:border-red-400:hover{border-color:#fc8181}.lg\:hover\:border-red-500:hover{border-color:#f56565}.lg\:hover\:border-red-600:hover{border-color:#e53e3e}.lg\:hover\:border-red-700:hover{border-color:#c53030}.lg\:hover\:border-red-800:hover{border-color:#9b2c2c}.lg\:hover\:border-red-900:hover{border-color:#742a2a}.lg\:hover\:border-orange-100:hover{border-color:#fffaf0}.lg\:hover\:border-orange-200:hover{border-color:#feebc8}.lg\:hover\:border-orange-300:hover{border-color:#fbd38d}.lg\:hover\:border-orange-400:hover{border-color:#f6ad55}.lg\:hover\:border-orange-500:hover{border-color:#ed8936}.lg\:hover\:border-orange-600:hover{border-color:#dd6b20}.lg\:hover\:border-orange-700:hover{border-color:#c05621}.lg\:hover\:border-orange-800:hover{border-color:#9c4221}.lg\:hover\:border-orange-900:hover{border-color:#7b341e}.lg\:hover\:border-yellow-100:hover{border-color:ivory}.lg\:hover\:border-yellow-200:hover{border-color:#fefcbf}.lg\:hover\:border-yellow-300:hover{border-color:#faf089}.lg\:hover\:border-yellow-400:hover{border-color:#f6e05e}.lg\:hover\:border-yellow-500:hover{border-color:#ecc94b}.lg\:hover\:border-yellow-600:hover{border-color:#d69e2e}.lg\:hover\:border-yellow-700:hover{border-color:#b7791f}.lg\:hover\:border-yellow-800:hover{border-color:#975a16}.lg\:hover\:border-yellow-900:hover{border-color:#744210}.lg\:hover\:border-green-100:hover{border-color:#f0fff4}.lg\:hover\:border-green-200:hover{border-color:#c6f6d5}.lg\:hover\:border-green-300:hover{border-color:#9ae6b4}.lg\:hover\:border-green-400:hover{border-color:#68d391}.lg\:hover\:border-green-500:hover{border-color:#48bb78}.lg\:hover\:border-green-600:hover{border-color:#38a169}.lg\:hover\:border-green-700:hover{border-color:#2f855a}.lg\:hover\:border-green-800:hover{border-color:#276749}.lg\:hover\:border-green-900:hover{border-color:#22543d}.lg\:hover\:border-teal-100:hover{border-color:#e6fffa}.lg\:hover\:border-teal-200:hover{border-color:#b2f5ea}.lg\:hover\:border-teal-300:hover{border-color:#81e6d9}.lg\:hover\:border-teal-400:hover{border-color:#4fd1c5}.lg\:hover\:border-teal-500:hover{border-color:#38b2ac}.lg\:hover\:border-teal-600:hover{border-color:#319795}.lg\:hover\:border-teal-700:hover{border-color:#2c7a7b}.lg\:hover\:border-teal-800:hover{border-color:#285e61}.lg\:hover\:border-teal-900:hover{border-color:#234e52}.lg\:hover\:border-blue-100:hover{border-color:#ebf8ff}.lg\:hover\:border-blue-200:hover{border-color:#bee3f8}.lg\:hover\:border-blue-300:hover{border-color:#90cdf4}.lg\:hover\:border-blue-400:hover{border-color:#63b3ed}.lg\:hover\:border-blue-500:hover{border-color:#4299e1}.lg\:hover\:border-blue-600:hover{border-color:#3182ce}.lg\:hover\:border-blue-700:hover{border-color:#2b6cb0}.lg\:hover\:border-blue-800:hover{border-color:#2c5282}.lg\:hover\:border-blue-900:hover{border-color:#2a4365}.lg\:hover\:border-indigo-100:hover{border-color:#ebf4ff}.lg\:hover\:border-indigo-200:hover{border-color:#c3dafe}.lg\:hover\:border-indigo-300:hover{border-color:#a3bffa}.lg\:hover\:border-indigo-400:hover{border-color:#7f9cf5}.lg\:hover\:border-indigo-500:hover{border-color:#667eea}.lg\:hover\:border-indigo-600:hover{border-color:#5a67d8}.lg\:hover\:border-indigo-700:hover{border-color:#4c51bf}.lg\:hover\:border-indigo-800:hover{border-color:#434190}.lg\:hover\:border-indigo-900:hover{border-color:#3c366b}.lg\:hover\:border-purple-100:hover{border-color:#faf5ff}.lg\:hover\:border-purple-200:hover{border-color:#e9d8fd}.lg\:hover\:border-purple-300:hover{border-color:#d6bcfa}.lg\:hover\:border-purple-400:hover{border-color:#b794f4}.lg\:hover\:border-purple-500:hover{border-color:#9f7aea}.lg\:hover\:border-purple-600:hover{border-color:#805ad5}.lg\:hover\:border-purple-700:hover{border-color:#6b46c1}.lg\:hover\:border-purple-800:hover{border-color:#553c9a}.lg\:hover\:border-purple-900:hover{border-color:#44337a}.lg\:hover\:border-pink-100:hover{border-color:#fff5f7}.lg\:hover\:border-pink-200:hover{border-color:#fed7e2}.lg\:hover\:border-pink-300:hover{border-color:#fbb6ce}.lg\:hover\:border-pink-400:hover{border-color:#f687b3}.lg\:hover\:border-pink-500:hover{border-color:#ed64a6}.lg\:hover\:border-pink-600:hover{border-color:#d53f8c}.lg\:hover\:border-pink-700:hover{border-color:#b83280}.lg\:hover\:border-pink-800:hover{border-color:#97266d}.lg\:hover\:border-pink-900:hover{border-color:#702459}.lg\:hover\:border-regal-blue:hover{border-color:#243c5a}.lg\:hover\:border-selection-blue:hover{border-color:#aadaff}.lg\:hover\:border-fill-gray:hover{border-color:#e2e2e2}.lg\:hover\:border-outline-gray:hover{border-color:#d0d0d0}.lg\:hover\:border-disabled-red:hover{border-color:#ecc9c9}.lg\:hover\:border-violated-red:hover{border-color:#ff7b7b}.lg\:hover\:border-modified-yellow:hover{border-color:#fce869}.lg\:focus\:border-transparent:focus{border-color:transparent}.lg\:focus\:border-black:focus{border-color:#000}.lg\:focus\:border-white:focus{border-color:#fff}.lg\:focus\:border-gray-100:focus{border-color:#f7fafc}.lg\:focus\:border-gray-200:focus{border-color:#edf2f7}.lg\:focus\:border-gray-300:focus{border-color:#e2e8f0}.lg\:focus\:border-gray-400:focus{border-color:#cbd5e0}.lg\:focus\:border-gray-500:focus{border-color:#a0aec0}.lg\:focus\:border-gray-600:focus{border-color:#718096}.lg\:focus\:border-gray-700:focus{border-color:#4a5568}.lg\:focus\:border-gray-800:focus{border-color:#2d3748}.lg\:focus\:border-gray-900:focus{border-color:#1a202c}.lg\:focus\:border-red-100:focus{border-color:#fff5f5}.lg\:focus\:border-red-200:focus{border-color:#fed7d7}.lg\:focus\:border-red-300:focus{border-color:#feb2b2}.lg\:focus\:border-red-400:focus{border-color:#fc8181}.lg\:focus\:border-red-500:focus{border-color:#f56565}.lg\:focus\:border-red-600:focus{border-color:#e53e3e}.lg\:focus\:border-red-700:focus{border-color:#c53030}.lg\:focus\:border-red-800:focus{border-color:#9b2c2c}.lg\:focus\:border-red-900:focus{border-color:#742a2a}.lg\:focus\:border-orange-100:focus{border-color:#fffaf0}.lg\:focus\:border-orange-200:focus{border-color:#feebc8}.lg\:focus\:border-orange-300:focus{border-color:#fbd38d}.lg\:focus\:border-orange-400:focus{border-color:#f6ad55}.lg\:focus\:border-orange-500:focus{border-color:#ed8936}.lg\:focus\:border-orange-600:focus{border-color:#dd6b20}.lg\:focus\:border-orange-700:focus{border-color:#c05621}.lg\:focus\:border-orange-800:focus{border-color:#9c4221}.lg\:focus\:border-orange-900:focus{border-color:#7b341e}.lg\:focus\:border-yellow-100:focus{border-color:ivory}.lg\:focus\:border-yellow-200:focus{border-color:#fefcbf}.lg\:focus\:border-yellow-300:focus{border-color:#faf089}.lg\:focus\:border-yellow-400:focus{border-color:#f6e05e}.lg\:focus\:border-yellow-500:focus{border-color:#ecc94b}.lg\:focus\:border-yellow-600:focus{border-color:#d69e2e}.lg\:focus\:border-yellow-700:focus{border-color:#b7791f}.lg\:focus\:border-yellow-800:focus{border-color:#975a16}.lg\:focus\:border-yellow-900:focus{border-color:#744210}.lg\:focus\:border-green-100:focus{border-color:#f0fff4}.lg\:focus\:border-green-200:focus{border-color:#c6f6d5}.lg\:focus\:border-green-300:focus{border-color:#9ae6b4}.lg\:focus\:border-green-400:focus{border-color:#68d391}.lg\:focus\:border-green-500:focus{border-color:#48bb78}.lg\:focus\:border-green-600:focus{border-color:#38a169}.lg\:focus\:border-green-700:focus{border-color:#2f855a}.lg\:focus\:border-green-800:focus{border-color:#276749}.lg\:focus\:border-green-900:focus{border-color:#22543d}.lg\:focus\:border-teal-100:focus{border-color:#e6fffa}.lg\:focus\:border-teal-200:focus{border-color:#b2f5ea}.lg\:focus\:border-teal-300:focus{border-color:#81e6d9}.lg\:focus\:border-teal-400:focus{border-color:#4fd1c5}.lg\:focus\:border-teal-500:focus{border-color:#38b2ac}.lg\:focus\:border-teal-600:focus{border-color:#319795}.lg\:focus\:border-teal-700:focus{border-color:#2c7a7b}.lg\:focus\:border-teal-800:focus{border-color:#285e61}.lg\:focus\:border-teal-900:focus{border-color:#234e52}.lg\:focus\:border-blue-100:focus{border-color:#ebf8ff}.lg\:focus\:border-blue-200:focus{border-color:#bee3f8}.lg\:focus\:border-blue-300:focus{border-color:#90cdf4}.lg\:focus\:border-blue-400:focus{border-color:#63b3ed}.lg\:focus\:border-blue-500:focus{border-color:#4299e1}.lg\:focus\:border-blue-600:focus{border-color:#3182ce}.lg\:focus\:border-blue-700:focus{border-color:#2b6cb0}.lg\:focus\:border-blue-800:focus{border-color:#2c5282}.lg\:focus\:border-blue-900:focus{border-color:#2a4365}.lg\:focus\:border-indigo-100:focus{border-color:#ebf4ff}.lg\:focus\:border-indigo-200:focus{border-color:#c3dafe}.lg\:focus\:border-indigo-300:focus{border-color:#a3bffa}.lg\:focus\:border-indigo-400:focus{border-color:#7f9cf5}.lg\:focus\:border-indigo-500:focus{border-color:#667eea}.lg\:focus\:border-indigo-600:focus{border-color:#5a67d8}.lg\:focus\:border-indigo-700:focus{border-color:#4c51bf}.lg\:focus\:border-indigo-800:focus{border-color:#434190}.lg\:focus\:border-indigo-900:focus{border-color:#3c366b}.lg\:focus\:border-purple-100:focus{border-color:#faf5ff}.lg\:focus\:border-purple-200:focus{border-color:#e9d8fd}.lg\:focus\:border-purple-300:focus{border-color:#d6bcfa}.lg\:focus\:border-purple-400:focus{border-color:#b794f4}.lg\:focus\:border-purple-500:focus{border-color:#9f7aea}.lg\:focus\:border-purple-600:focus{border-color:#805ad5}.lg\:focus\:border-purple-700:focus{border-color:#6b46c1}.lg\:focus\:border-purple-800:focus{border-color:#553c9a}.lg\:focus\:border-purple-900:focus{border-color:#44337a}.lg\:focus\:border-pink-100:focus{border-color:#fff5f7}.lg\:focus\:border-pink-200:focus{border-color:#fed7e2}.lg\:focus\:border-pink-300:focus{border-color:#fbb6ce}.lg\:focus\:border-pink-400:focus{border-color:#f687b3}.lg\:focus\:border-pink-500:focus{border-color:#ed64a6}.lg\:focus\:border-pink-600:focus{border-color:#d53f8c}.lg\:focus\:border-pink-700:focus{border-color:#b83280}.lg\:focus\:border-pink-800:focus{border-color:#97266d}.lg\:focus\:border-pink-900:focus{border-color:#702459}.lg\:focus\:border-regal-blue:focus{border-color:#243c5a}.lg\:focus\:border-selection-blue:focus{border-color:#aadaff}.lg\:focus\:border-fill-gray:focus{border-color:#e2e2e2}.lg\:focus\:border-outline-gray:focus{border-color:#d0d0d0}.lg\:focus\:border-disabled-red:focus{border-color:#ecc9c9}.lg\:focus\:border-violated-red:focus{border-color:#ff7b7b}.lg\:focus\:border-modified-yellow:focus{border-color:#fce869}.lg\:rounded-none{border-radius:0}.lg\:rounded-sm{border-radius:.125rem}.lg\:rounded{border-radius:.25rem}.lg\:rounded-lg{border-radius:.5rem}.lg\:rounded-full{border-radius:9999px}.lg\:rounded-xl{border-radius:1rem}.lg\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.lg\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.lg\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.lg\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.lg\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.lg\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.lg\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.lg\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.lg\:rounded-t{border-top-left-radius:.25rem}.lg\:rounded-r,.lg\:rounded-t{border-top-right-radius:.25rem}.lg\:rounded-b,.lg\:rounded-r{border-bottom-right-radius:.25rem}.lg\:rounded-b,.lg\:rounded-l{border-bottom-left-radius:.25rem}.lg\:rounded-l{border-top-left-radius:.25rem}.lg\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.lg\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.lg\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.lg\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.lg\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.lg\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.lg\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.lg\:rounded-t-xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.lg\:rounded-r-xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.lg\:rounded-b-xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.lg\:rounded-l-xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.lg\:rounded-tl-none{border-top-left-radius:0}.lg\:rounded-tr-none{border-top-right-radius:0}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-bl-none{border-bottom-left-radius:0}.lg\:rounded-tl-sm{border-top-left-radius:.125rem}.lg\:rounded-tr-sm{border-top-right-radius:.125rem}.lg\:rounded-br-sm{border-bottom-right-radius:.125rem}.lg\:rounded-bl-sm{border-bottom-left-radius:.125rem}.lg\:rounded-tl{border-top-left-radius:.25rem}.lg\:rounded-tr{border-top-right-radius:.25rem}.lg\:rounded-br{border-bottom-right-radius:.25rem}.lg\:rounded-bl{border-bottom-left-radius:.25rem}.lg\:rounded-tl-lg{border-top-left-radius:.5rem}.lg\:rounded-tr-lg{border-top-right-radius:.5rem}.lg\:rounded-br-lg{border-bottom-right-radius:.5rem}.lg\:rounded-bl-lg{border-bottom-left-radius:.5rem}.lg\:rounded-tl-full{border-top-left-radius:9999px}.lg\:rounded-tr-full{border-top-right-radius:9999px}.lg\:rounded-br-full{border-bottom-right-radius:9999px}.lg\:rounded-bl-full{border-bottom-left-radius:9999px}.lg\:rounded-tl-xl{border-top-left-radius:1rem}.lg\:rounded-tr-xl{border-top-right-radius:1rem}.lg\:rounded-br-xl{border-bottom-right-radius:1rem}.lg\:rounded-bl-xl{border-bottom-left-radius:1rem}.lg\:border-solid{border-style:solid}.lg\:border-dashed{border-style:dashed}.lg\:border-dotted{border-style:dotted}.lg\:border-double{border-style:double}.lg\:border-none{border-style:none}.lg\:border-0{border-width:0}.lg\:border-1{border-width:1px}.lg\:border-2{border-width:2px}.lg\:border-3{border-width:3px}.lg\:border-4{border-width:4px}.lg\:border-8{border-width:8px}.lg\:border{border-width:1px}.lg\:border-t-0{border-top-width:0}.lg\:border-r-0{border-right-width:0}.lg\:border-b-0{border-bottom-width:0}.lg\:border-l-0{border-left-width:0}.lg\:border-t-1{border-top-width:1px}.lg\:border-r-1{border-right-width:1px}.lg\:border-b-1{border-bottom-width:1px}.lg\:border-l-1{border-left-width:1px}.lg\:border-t-2{border-top-width:2px}.lg\:border-r-2{border-right-width:2px}.lg\:border-b-2{border-bottom-width:2px}.lg\:border-l-2{border-left-width:2px}.lg\:border-t-3{border-top-width:3px}.lg\:border-r-3{border-right-width:3px}.lg\:border-b-3{border-bottom-width:3px}.lg\:border-l-3{border-left-width:3px}.lg\:border-t-4{border-top-width:4px}.lg\:border-r-4{border-right-width:4px}.lg\:border-b-4{border-bottom-width:4px}.lg\:border-l-4{border-left-width:4px}.lg\:border-t-8{border-top-width:8px}.lg\:border-r-8{border-right-width:8px}.lg\:border-b-8{border-bottom-width:8px}.lg\:border-l-8{border-left-width:8px}.lg\:border-t{border-top-width:1px}.lg\:border-r{border-right-width:1px}.lg\:border-b{border-bottom-width:1px}.lg\:border-l{border-left-width:1px}.lg\:cursor-auto{cursor:auto}.lg\:cursor-default{cursor:default}.lg\:cursor-pointer{cursor:pointer}.lg\:cursor-wait{cursor:wait}.lg\:cursor-text{cursor:text}.lg\:cursor-move{cursor:move}.lg\:cursor-not-allowed{cursor:not-allowed}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:table{display:table}.lg\:table-row{display:table-row}.lg\:table-cell{display:table-cell}.lg\:hidden{display:none}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-col-reverse{flex-direction:column-reverse}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-wrap-reverse{flex-wrap:wrap-reverse}.lg\:flex-no-wrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:items-stretch{align-items:stretch}.lg\:self-auto{align-self:auto}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:self-center{align-self:center}.lg\:self-stretch{align-self:stretch}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}.lg\:content-center{align-content:center}.lg\:content-start{align-content:flex-start}.lg\:content-end{align-content:flex-end}.lg\:content-between{align-content:space-between}.lg\:content-around{align-content:space-around}.lg\:flex-1{flex:1 1 0%}.lg\:flex-auto{flex:1 1 auto}.lg\:flex-initial{flex:0 1 auto}.lg\:flex-none{flex:none}.lg\:flex-grow-0{flex-grow:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-shrink{flex-shrink:1}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:order-4{order:4}.lg\:order-5{order:5}.lg\:order-6{order:6}.lg\:order-7{order:7}.lg\:order-8{order:8}.lg\:order-9{order:9}.lg\:order-10{order:10}.lg\:order-11{order:11}.lg\:order-12{order:12}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:order-none{order:0}.lg\:float-right{float:right}.lg\:float-left{float:left}.lg\:float-none{float:none}.lg\:clearfix:after{content:"";display:table;clear:both}.lg\:font-sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.lg\:font-serif{font-family:Georgia,Cambria,"Times New Roman",Times,serif}.lg\:font-mono{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.lg\:font-hairline{font-weight:100}.lg\:font-thin{font-weight:200}.lg\:font-light{font-weight:300}.lg\:font-normal{font-weight:400}.lg\:font-medium{font-weight:500}.lg\:font-semibold{font-weight:600}.lg\:font-bold{font-weight:700}.lg\:font-extrabold{font-weight:800}.lg\:font-black{font-weight:900}.lg\:hover\:font-hairline:hover{font-weight:100}.lg\:hover\:font-thin:hover{font-weight:200}.lg\:hover\:font-light:hover{font-weight:300}.lg\:hover\:font-normal:hover{font-weight:400}.lg\:hover\:font-medium:hover{font-weight:500}.lg\:hover\:font-semibold:hover{font-weight:600}.lg\:hover\:font-bold:hover{font-weight:700}.lg\:hover\:font-extrabold:hover{font-weight:800}.lg\:hover\:font-black:hover{font-weight:900}.lg\:focus\:font-hairline:focus{font-weight:100}.lg\:focus\:font-thin:focus{font-weight:200}.lg\:focus\:font-light:focus{font-weight:300}.lg\:focus\:font-normal:focus{font-weight:400}.lg\:focus\:font-medium:focus{font-weight:500}.lg\:focus\:font-semibold:focus{font-weight:600}.lg\:focus\:font-bold:focus{font-weight:700}.lg\:focus\:font-extrabold:focus{font-weight:800}.lg\:focus\:font-black:focus{font-weight:900}.lg\:h-0{height:0}.lg\:h-1{height:.25rem}.lg\:h-2{height:.5rem}.lg\:h-3{height:.75rem}.lg\:h-4{height:1rem}.lg\:h-5{height:1.25rem}.lg\:h-6{height:1.5rem}.lg\:h-8{height:2rem}.lg\:h-10{height:2.5rem}.lg\:h-12{height:3rem}.lg\:h-16{height:4rem}.lg\:h-20{height:5rem}.lg\:h-24{height:6rem}.lg\:h-32{height:8rem}.lg\:h-40{height:10rem}.lg\:h-48{height:12rem}.lg\:h-56{height:14rem}.lg\:h-64{height:16rem}.lg\:h-auto{height:auto}.lg\:h-px{height:1px}.lg\:h-full{height:100%}.lg\:h-screen{height:100vh}.lg\:leading-none{line-height:1}.lg\:leading-tight{line-height:1.25}.lg\:leading-snug{line-height:1.375}.lg\:leading-normal{line-height:1.5}.lg\:leading-relaxed{line-height:1.625}.lg\:leading-loose{line-height:2}.lg\:list-inside{list-style-position:inside}.lg\:list-outside{list-style-position:outside}.lg\:list-none{list-style-type:none}.lg\:list-disc{list-style-type:disc}.lg\:list-decimal{list-style-type:decimal}.lg\:m-0{margin:0}.lg\:m-1{margin:.25rem}.lg\:m-2{margin:.5rem}.lg\:m-3{margin:.75rem}.lg\:m-4{margin:1rem}.lg\:m-5{margin:1.25rem}.lg\:m-6{margin:1.5rem}.lg\:m-8{margin:2rem}.lg\:m-10{margin:2.5rem}.lg\:m-12{margin:3rem}.lg\:m-16{margin:4rem}.lg\:m-20{margin:5rem}.lg\:m-24{margin:6rem}.lg\:m-32{margin:8rem}.lg\:m-40{margin:10rem}.lg\:m-48{margin:12rem}.lg\:m-56{margin:14rem}.lg\:m-64{margin:16rem}.lg\:m-auto{margin:auto}.lg\:m-px{margin:1px}.lg\:-m-1{margin:-.25rem}.lg\:-m-2{margin:-.5rem}.lg\:-m-3{margin:-.75rem}.lg\:-m-4{margin:-1rem}.lg\:-m-5{margin:-1.25rem}.lg\:-m-6{margin:-1.5rem}.lg\:-m-8{margin:-2rem}.lg\:-m-10{margin:-2.5rem}.lg\:-m-12{margin:-3rem}.lg\:-m-16{margin:-4rem}.lg\:-m-20{margin:-5rem}.lg\:-m-24{margin:-6rem}.lg\:-m-32{margin:-8rem}.lg\:-m-40{margin:-10rem}.lg\:-m-48{margin:-12rem}.lg\:-m-56{margin:-14rem}.lg\:-m-64{margin:-16rem}.lg\:-m-px{margin:-1px}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:my-12{margin-top:3rem;margin-bottom:3rem}.lg\:mx-12{margin-left:3rem;margin-right:3rem}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:my-20{margin-top:5rem;margin-bottom:5rem}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:mx-24{margin-left:6rem;margin-right:6rem}.lg\:my-32{margin-top:8rem;margin-bottom:8rem}.lg\:mx-32{margin-left:8rem;margin-right:8rem}.lg\:my-40{margin-top:10rem;margin-bottom:10rem}.lg\:mx-40{margin-left:10rem;margin-right:10rem}.lg\:my-48{margin-top:12rem;margin-bottom:12rem}.lg\:mx-48{margin-left:12rem;margin-right:12rem}.lg\:my-56{margin-top:14rem;margin-bottom:14rem}.lg\:mx-56{margin-left:14rem;margin-right:14rem}.lg\:my-64{margin-top:16rem;margin-bottom:16rem}.lg\:mx-64{margin-left:16rem;margin-right:16rem}.lg\:my-auto{margin-top:auto;margin-bottom:auto}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:my-px{margin-top:1px;margin-bottom:1px}.lg\:mx-px{margin-left:1px;margin-right:1px}.lg\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.lg\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.lg\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.lg\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.lg\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.lg\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.lg\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.lg\:-mx-4{margin-left:-1rem;margin-right:-1rem}.lg\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.lg\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.lg\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.lg\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.lg\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.lg\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.lg\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.lg\:-mx-12{margin-left:-3rem;margin-right:-3rem}.lg\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.lg\:-mx-16{margin-left:-4rem;margin-right:-4rem}.lg\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.lg\:-mx-20{margin-left:-5rem;margin-right:-5rem}.lg\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.lg\:-mx-24{margin-left:-6rem;margin-right:-6rem}.lg\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.lg\:-mx-32{margin-left:-8rem;margin-right:-8rem}.lg\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.lg\:-mx-40{margin-left:-10rem;margin-right:-10rem}.lg\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.lg\:-mx-48{margin-left:-12rem;margin-right:-12rem}.lg\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.lg\:-mx-56{margin-left:-14rem;margin-right:-14rem}.lg\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.lg\:-mx-64{margin-left:-16rem;margin-right:-16rem}.lg\:-my-px{margin-top:-1px;margin-bottom:-1px}.lg\:-mx-px{margin-left:-1px;margin-right:-1px}.lg\:mt-0{margin-top:0}.lg\:mr-0{margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:ml-0{margin-left:0}.lg\:mt-1{margin-top:.25rem}.lg\:mr-1{margin-right:.25rem}.lg\:mb-1{margin-bottom:.25rem}.lg\:ml-1{margin-left:.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mr-2{margin-right:.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:ml-2{margin-left:.5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mr-3{margin-right:.75rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:ml-3{margin-left:.75rem}.lg\:mt-4{margin-top:1rem}.lg\:mr-4{margin-right:1rem}.lg\:mb-4{margin-bottom:1rem}.lg\:ml-4{margin-left:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:ml-5{margin-left:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:mt-8{margin-top:2rem}.lg\:mr-8{margin-right:2rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-8{margin-left:2rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:ml-10{margin-left:2.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mr-12{margin-right:3rem}.lg\:mb-12{margin-bottom:3rem}.lg\:ml-12{margin-left:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mr-16{margin-right:4rem}.lg\:mb-16{margin-bottom:4rem}.lg\:ml-16{margin-left:4rem}.lg\:mt-20{margin-top:5rem}.lg\:mr-20{margin-right:5rem}.lg\:mb-20{margin-bottom:5rem}.lg\:ml-20{margin-left:5rem}.lg\:mt-24{margin-top:6rem}.lg\:mr-24{margin-right:6rem}.lg\:mb-24{margin-bottom:6rem}.lg\:ml-24{margin-left:6rem}.lg\:mt-32{margin-top:8rem}.lg\:mr-32{margin-right:8rem}.lg\:mb-32{margin-bottom:8rem}.lg\:ml-32{margin-left:8rem}.lg\:mt-40{margin-top:10rem}.lg\:mr-40{margin-right:10rem}.lg\:mb-40{margin-bottom:10rem}.lg\:ml-40{margin-left:10rem}.lg\:mt-48{margin-top:12rem}.lg\:mr-48{margin-right:12rem}.lg\:mb-48{margin-bottom:12rem}.lg\:ml-48{margin-left:12rem}.lg\:mt-56{margin-top:14rem}.lg\:mr-56{margin-right:14rem}.lg\:mb-56{margin-bottom:14rem}.lg\:ml-56{margin-left:14rem}.lg\:mt-64{margin-top:16rem}.lg\:mr-64{margin-right:16rem}.lg\:mb-64{margin-bottom:16rem}.lg\:ml-64{margin-left:16rem}.lg\:mt-auto{margin-top:auto}.lg\:mr-auto{margin-right:auto}.lg\:mb-auto{margin-bottom:auto}.lg\:ml-auto{margin-left:auto}.lg\:mt-px{margin-top:1px}.lg\:mr-px{margin-right:1px}.lg\:mb-px{margin-bottom:1px}.lg\:ml-px{margin-left:1px}.lg\:-mt-1{margin-top:-.25rem}.lg\:-mr-1{margin-right:-.25rem}.lg\:-mb-1{margin-bottom:-.25rem}.lg\:-ml-1{margin-left:-.25rem}.lg\:-mt-2{margin-top:-.5rem}.lg\:-mr-2{margin-right:-.5rem}.lg\:-mb-2{margin-bottom:-.5rem}.lg\:-ml-2{margin-left:-.5rem}.lg\:-mt-3{margin-top:-.75rem}.lg\:-mr-3{margin-right:-.75rem}.lg\:-mb-3{margin-bottom:-.75rem}.lg\:-ml-3{margin-left:-.75rem}.lg\:-mt-4{margin-top:-1rem}.lg\:-mr-4{margin-right:-1rem}.lg\:-mb-4{margin-bottom:-1rem}.lg\:-ml-4{margin-left:-1rem}.lg\:-mt-5{margin-top:-1.25rem}.lg\:-mr-5{margin-right:-1.25rem}.lg\:-mb-5{margin-bottom:-1.25rem}.lg\:-ml-5{margin-left:-1.25rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:-mr-6{margin-right:-1.5rem}.lg\:-mb-6{margin-bottom:-1.5rem}.lg\:-ml-6{margin-left:-1.5rem}.lg\:-mt-8{margin-top:-2rem}.lg\:-mr-8{margin-right:-2rem}.lg\:-mb-8{margin-bottom:-2rem}.lg\:-ml-8{margin-left:-2rem}.lg\:-mt-10{margin-top:-2.5rem}.lg\:-mr-10{margin-right:-2.5rem}.lg\:-mb-10{margin-bottom:-2.5rem}.lg\:-ml-10{margin-left:-2.5rem}.lg\:-mt-12{margin-top:-3rem}.lg\:-mr-12{margin-right:-3rem}.lg\:-mb-12{margin-bottom:-3rem}.lg\:-ml-12{margin-left:-3rem}.lg\:-mt-16{margin-top:-4rem}.lg\:-mr-16{margin-right:-4rem}.lg\:-mb-16{margin-bottom:-4rem}.lg\:-ml-16{margin-left:-4rem}.lg\:-mt-20{margin-top:-5rem}.lg\:-mr-20{margin-right:-5rem}.lg\:-mb-20{margin-bottom:-5rem}.lg\:-ml-20{margin-left:-5rem}.lg\:-mt-24{margin-top:-6rem}.lg\:-mr-24{margin-right:-6rem}.lg\:-mb-24{margin-bottom:-6rem}.lg\:-ml-24{margin-left:-6rem}.lg\:-mt-32{margin-top:-8rem}.lg\:-mr-32{margin-right:-8rem}.lg\:-mb-32{margin-bottom:-8rem}.lg\:-ml-32{margin-left:-8rem}.lg\:-mt-40{margin-top:-10rem}.lg\:-mr-40{margin-right:-10rem}.lg\:-mb-40{margin-bottom:-10rem}.lg\:-ml-40{margin-left:-10rem}.lg\:-mt-48{margin-top:-12rem}.lg\:-mr-48{margin-right:-12rem}.lg\:-mb-48{margin-bottom:-12rem}.lg\:-ml-48{margin-left:-12rem}.lg\:-mt-56{margin-top:-14rem}.lg\:-mr-56{margin-right:-14rem}.lg\:-mb-56{margin-bottom:-14rem}.lg\:-ml-56{margin-left:-14rem}.lg\:-mt-64{margin-top:-16rem}.lg\:-mr-64{margin-right:-16rem}.lg\:-mb-64{margin-bottom:-16rem}.lg\:-ml-64{margin-left:-16rem}.lg\:-mt-px{margin-top:-1px}.lg\:-mr-px{margin-right:-1px}.lg\:-mb-px{margin-bottom:-1px}.lg\:-ml-px{margin-left:-1px}.lg\:max-h-full{max-height:100%}.lg\:max-h-screen{max-height:100vh}.lg\:max-w-xs{max-width:20rem}.lg\:max-w-sm{max-width:24rem}.lg\:max-w-md{max-width:28rem}.lg\:max-w-lg{max-width:32rem}.lg\:max-w-xl{max-width:36rem}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-5xl{max-width:64rem}.lg\:max-w-6xl{max-width:72rem}.lg\:max-w-full{max-width:100%}.lg\:min-h-0{min-height:0}.lg\:min-h-full{min-height:100%}.lg\:min-h-screen{min-height:100vh}.lg\:min-w-0{min-width:0}.lg\:min-w-full{min-width:100%}.lg\:object-contain{object-fit:contain}.lg\:object-cover{object-fit:cover}.lg\:object-fill{object-fit:fill}.lg\:object-none{object-fit:none}.lg\:object-scale-down{object-fit:scale-down}.lg\:object-bottom{object-position:bottom}.lg\:object-center{object-position:center}.lg\:object-left{object-position:left}.lg\:object-left-bottom{object-position:left bottom}.lg\:object-left-top{object-position:left top}.lg\:object-right{object-position:right}.lg\:object-right-bottom{object-position:right bottom}.lg\:object-right-top{object-position:right top}.lg\:object-top{object-position:top}.lg\:opacity-0{opacity:0}.lg\:opacity-25{opacity:.25}.lg\:opacity-50{opacity:.5}.lg\:opacity-75{opacity:.75}.lg\:opacity-100{opacity:1}.lg\:hover\:opacity-0:hover{opacity:0}.lg\:hover\:opacity-25:hover{opacity:.25}.lg\:hover\:opacity-50:hover{opacity:.5}.lg\:hover\:opacity-75:hover{opacity:.75}.lg\:hover\:opacity-100:hover{opacity:1}.lg\:focus\:opacity-0:focus{opacity:0}.lg\:focus\:opacity-25:focus{opacity:.25}.lg\:focus\:opacity-50:focus{opacity:.5}.lg\:focus\:opacity-75:focus{opacity:.75}.lg\:focus\:opacity-100:focus{opacity:1}.lg\:focus\:outline-none:focus,.lg\:outline-none{outline:0}.lg\:overflow-auto{overflow:auto}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-visible{overflow:visible}.lg\:overflow-scroll{overflow:scroll}.lg\:overflow-x-auto{overflow-x:auto}.lg\:overflow-y-auto{overflow-y:auto}.lg\:overflow-x-hidden{overflow-x:hidden}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:overflow-x-visible{overflow-x:visible}.lg\:overflow-y-visible{overflow-y:visible}.lg\:overflow-x-scroll{overflow-x:scroll}.lg\:overflow-y-scroll{overflow-y:scroll}.lg\:scrolling-touch{-webkit-overflow-scrolling:touch}.lg\:scrolling-auto{-webkit-overflow-scrolling:auto}.lg\:p-0{padding:0}.lg\:p-1{padding:.25rem}.lg\:p-2{padding:.5rem}.lg\:p-3{padding:.75rem}.lg\:p-4{padding:1rem}.lg\:p-5{padding:1.25rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:p-10{padding:2.5rem}.lg\:p-12{padding:3rem}.lg\:p-16{padding:4rem}.lg\:p-20{padding:5rem}.lg\:p-24{padding:6rem}.lg\:p-32{padding:8rem}.lg\:p-40{padding:10rem}.lg\:p-48{padding:12rem}.lg\:p-56{padding:14rem}.lg\:p-64{padding:16rem}.lg\:p-px{padding:1px}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:px-1{padding-left:.25rem;padding-right:.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:px-24{padding-left:6rem;padding-right:6rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:py-40{padding-top:10rem;padding-bottom:10rem}.lg\:px-40{padding-left:10rem;padding-right:10rem}.lg\:py-48{padding-top:12rem;padding-bottom:12rem}.lg\:px-48{padding-left:12rem;padding-right:12rem}.lg\:py-56{padding-top:14rem;padding-bottom:14rem}.lg\:px-56{padding-left:14rem;padding-right:14rem}.lg\:py-64{padding-top:16rem;padding-bottom:16rem}.lg\:px-64{padding-left:16rem;padding-right:16rem}.lg\:py-px{padding-top:1px;padding-bottom:1px}.lg\:px-px{padding-left:1px;padding-right:1px}.lg\:pt-0{padding-top:0}.lg\:pr-0{padding-right:0}.lg\:pb-0{padding-bottom:0}.lg\:pl-0{padding-left:0}.lg\:pt-1{padding-top:.25rem}.lg\:pr-1{padding-right:.25rem}.lg\:pb-1{padding-bottom:.25rem}.lg\:pl-1{padding-left:.25rem}.lg\:pt-2{padding-top:.5rem}.lg\:pr-2{padding-right:.5rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pl-2{padding-left:.5rem}.lg\:pt-3{padding-top:.75rem}.lg\:pr-3{padding-right:.75rem}.lg\:pb-3{padding-bottom:.75rem}.lg\:pl-3{padding-left:.75rem}.lg\:pt-4{padding-top:1rem}.lg\:pr-4{padding-right:1rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-4{padding-left:1rem}.lg\:pt-5{padding-top:1.25rem}.lg\:pr-5{padding-right:1.25rem}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pt-8{padding-top:2rem}.lg\:pr-8{padding-right:2rem}.lg\:pb-8{padding-bottom:2rem}.lg\:pl-8{padding-left:2rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pt-12{padding-top:3rem}.lg\:pr-12{padding-right:3rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pl-12{padding-left:3rem}.lg\:pt-16{padding-top:4rem}.lg\:pr-16{padding-right:4rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pl-16{padding-left:4rem}.lg\:pt-20{padding-top:5rem}.lg\:pr-20{padding-right:5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pl-20{padding-left:5rem}.lg\:pt-24{padding-top:6rem}.lg\:pr-24{padding-right:6rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pl-24{padding-left:6rem}.lg\:pt-32{padding-top:8rem}.lg\:pr-32{padding-right:8rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pl-32{padding-left:8rem}.lg\:pt-40{padding-top:10rem}.lg\:pr-40{padding-right:10rem}.lg\:pb-40{padding-bottom:10rem}.lg\:pl-40{padding-left:10rem}.lg\:pt-48{padding-top:12rem}.lg\:pr-48{padding-right:12rem}.lg\:pb-48{padding-bottom:12rem}.lg\:pl-48{padding-left:12rem}.lg\:pt-56{padding-top:14rem}.lg\:pr-56{padding-right:14rem}.lg\:pb-56{padding-bottom:14rem}.lg\:pl-56{padding-left:14rem}.lg\:pt-64{padding-top:16rem}.lg\:pr-64{padding-right:16rem}.lg\:pb-64{padding-bottom:16rem}.lg\:pl-64{padding-left:16rem}.lg\:pt-px{padding-top:1px}.lg\:pr-px{padding-right:1px}.lg\:pb-px{padding-bottom:1px}.lg\:pl-px{padding-left:1px}.lg\:placeholder-transparent::-webkit-input-placeholder{color:transparent}.lg\:placeholder-transparent::placeholder{color:transparent}.lg\:placeholder-black::-webkit-input-placeholder{color:#000}.lg\:placeholder-black::placeholder{color:#000}.lg\:placeholder-white::-webkit-input-placeholder{color:#fff}.lg\:placeholder-white::placeholder{color:#fff}.lg\:placeholder-gray-100::-webkit-input-placeholder{color:#f7fafc}.lg\:placeholder-gray-100::placeholder{color:#f7fafc}.lg\:placeholder-gray-200::-webkit-input-placeholder{color:#edf2f7}.lg\:placeholder-gray-200::placeholder{color:#edf2f7}.lg\:placeholder-gray-300::-webkit-input-placeholder{color:#e2e8f0}.lg\:placeholder-gray-300::placeholder{color:#e2e8f0}.lg\:placeholder-gray-400::-webkit-input-placeholder{color:#cbd5e0}.lg\:placeholder-gray-400::placeholder{color:#cbd5e0}.lg\:placeholder-gray-500::-webkit-input-placeholder{color:#a0aec0}.lg\:placeholder-gray-500::placeholder{color:#a0aec0}.lg\:placeholder-gray-600::-webkit-input-placeholder{color:#718096}.lg\:placeholder-gray-600::placeholder{color:#718096}.lg\:placeholder-gray-700::-webkit-input-placeholder{color:#4a5568}.lg\:placeholder-gray-700::placeholder{color:#4a5568}.lg\:placeholder-gray-800::-webkit-input-placeholder{color:#2d3748}.lg\:placeholder-gray-800::placeholder{color:#2d3748}.lg\:placeholder-gray-900::-webkit-input-placeholder{color:#1a202c}.lg\:placeholder-gray-900::placeholder{color:#1a202c}.lg\:placeholder-red-100::-webkit-input-placeholder{color:#fff5f5}.lg\:placeholder-red-100::placeholder{color:#fff5f5}.lg\:placeholder-red-200::-webkit-input-placeholder{color:#fed7d7}.lg\:placeholder-red-200::placeholder{color:#fed7d7}.lg\:placeholder-red-300::-webkit-input-placeholder{color:#feb2b2}.lg\:placeholder-red-300::placeholder{color:#feb2b2}.lg\:placeholder-red-400::-webkit-input-placeholder{color:#fc8181}.lg\:placeholder-red-400::placeholder{color:#fc8181}.lg\:placeholder-red-500::-webkit-input-placeholder{color:#f56565}.lg\:placeholder-red-500::placeholder{color:#f56565}.lg\:placeholder-red-600::-webkit-input-placeholder{color:#e53e3e}.lg\:placeholder-red-600::placeholder{color:#e53e3e}.lg\:placeholder-red-700::-webkit-input-placeholder{color:#c53030}.lg\:placeholder-red-700::placeholder{color:#c53030}.lg\:placeholder-red-800::-webkit-input-placeholder{color:#9b2c2c}.lg\:placeholder-red-800::placeholder{color:#9b2c2c}.lg\:placeholder-red-900::-webkit-input-placeholder{color:#742a2a}.lg\:placeholder-red-900::placeholder{color:#742a2a}.lg\:placeholder-orange-100::-webkit-input-placeholder{color:#fffaf0}.lg\:placeholder-orange-100::placeholder{color:#fffaf0}.lg\:placeholder-orange-200::-webkit-input-placeholder{color:#feebc8}.lg\:placeholder-orange-200::placeholder{color:#feebc8}.lg\:placeholder-orange-300::-webkit-input-placeholder{color:#fbd38d}.lg\:placeholder-orange-300::placeholder{color:#fbd38d}.lg\:placeholder-orange-400::-webkit-input-placeholder{color:#f6ad55}.lg\:placeholder-orange-400::placeholder{color:#f6ad55}.lg\:placeholder-orange-500::-webkit-input-placeholder{color:#ed8936}.lg\:placeholder-orange-500::placeholder{color:#ed8936}.lg\:placeholder-orange-600::-webkit-input-placeholder{color:#dd6b20}.lg\:placeholder-orange-600::placeholder{color:#dd6b20}.lg\:placeholder-orange-700::-webkit-input-placeholder{color:#c05621}.lg\:placeholder-orange-700::placeholder{color:#c05621}.lg\:placeholder-orange-800::-webkit-input-placeholder{color:#9c4221}.lg\:placeholder-orange-800::placeholder{color:#9c4221}.lg\:placeholder-orange-900::-webkit-input-placeholder{color:#7b341e}.lg\:placeholder-orange-900::placeholder{color:#7b341e}.lg\:placeholder-yellow-100::-webkit-input-placeholder{color:ivory}.lg\:placeholder-yellow-100::placeholder{color:ivory}.lg\:placeholder-yellow-200::-webkit-input-placeholder{color:#fefcbf}.lg\:placeholder-yellow-200::placeholder{color:#fefcbf}.lg\:placeholder-yellow-300::-webkit-input-placeholder{color:#faf089}.lg\:placeholder-yellow-300::placeholder{color:#faf089}.lg\:placeholder-yellow-400::-webkit-input-placeholder{color:#f6e05e}.lg\:placeholder-yellow-400::placeholder{color:#f6e05e}.lg\:placeholder-yellow-500::-webkit-input-placeholder{color:#ecc94b}.lg\:placeholder-yellow-500::placeholder{color:#ecc94b}.lg\:placeholder-yellow-600::-webkit-input-placeholder{color:#d69e2e}.lg\:placeholder-yellow-600::placeholder{color:#d69e2e}.lg\:placeholder-yellow-700::-webkit-input-placeholder{color:#b7791f}.lg\:placeholder-yellow-700::placeholder{color:#b7791f}.lg\:placeholder-yellow-800::-webkit-input-placeholder{color:#975a16}.lg\:placeholder-yellow-800::placeholder{color:#975a16}.lg\:placeholder-yellow-900::-webkit-input-placeholder{color:#744210}.lg\:placeholder-yellow-900::placeholder{color:#744210}.lg\:placeholder-green-100::-webkit-input-placeholder{color:#f0fff4}.lg\:placeholder-green-100::placeholder{color:#f0fff4}.lg\:placeholder-green-200::-webkit-input-placeholder{color:#c6f6d5}.lg\:placeholder-green-200::placeholder{color:#c6f6d5}.lg\:placeholder-green-300::-webkit-input-placeholder{color:#9ae6b4}.lg\:placeholder-green-300::placeholder{color:#9ae6b4}.lg\:placeholder-green-400::-webkit-input-placeholder{color:#68d391}.lg\:placeholder-green-400::placeholder{color:#68d391}.lg\:placeholder-green-500::-webkit-input-placeholder{color:#48bb78}.lg\:placeholder-green-500::placeholder{color:#48bb78}.lg\:placeholder-green-600::-webkit-input-placeholder{color:#38a169}.lg\:placeholder-green-600::placeholder{color:#38a169}.lg\:placeholder-green-700::-webkit-input-placeholder{color:#2f855a}.lg\:placeholder-green-700::placeholder{color:#2f855a}.lg\:placeholder-green-800::-webkit-input-placeholder{color:#276749}.lg\:placeholder-green-800::placeholder{color:#276749}.lg\:placeholder-green-900::-webkit-input-placeholder{color:#22543d}.lg\:placeholder-green-900::placeholder{color:#22543d}.lg\:placeholder-teal-100::-webkit-input-placeholder{color:#e6fffa}.lg\:placeholder-teal-100::placeholder{color:#e6fffa}.lg\:placeholder-teal-200::-webkit-input-placeholder{color:#b2f5ea}.lg\:placeholder-teal-200::placeholder{color:#b2f5ea}.lg\:placeholder-teal-300::-webkit-input-placeholder{color:#81e6d9}.lg\:placeholder-teal-300::placeholder{color:#81e6d9}.lg\:placeholder-teal-400::-webkit-input-placeholder{color:#4fd1c5}.lg\:placeholder-teal-400::placeholder{color:#4fd1c5}.lg\:placeholder-teal-500::-webkit-input-placeholder{color:#38b2ac}.lg\:placeholder-teal-500::placeholder{color:#38b2ac}.lg\:placeholder-teal-600::-webkit-input-placeholder{color:#319795}.lg\:placeholder-teal-600::placeholder{color:#319795}.lg\:placeholder-teal-700::-webkit-input-placeholder{color:#2c7a7b}.lg\:placeholder-teal-700::placeholder{color:#2c7a7b}.lg\:placeholder-teal-800::-webkit-input-placeholder{color:#285e61}.lg\:placeholder-teal-800::placeholder{color:#285e61}.lg\:placeholder-teal-900::-webkit-input-placeholder{color:#234e52}.lg\:placeholder-teal-900::placeholder{color:#234e52}.lg\:placeholder-blue-100::-webkit-input-placeholder{color:#ebf8ff}.lg\:placeholder-blue-100::placeholder{color:#ebf8ff}.lg\:placeholder-blue-200::-webkit-input-placeholder{color:#bee3f8}.lg\:placeholder-blue-200::placeholder{color:#bee3f8}.lg\:placeholder-blue-300::-webkit-input-placeholder{color:#90cdf4}.lg\:placeholder-blue-300::placeholder{color:#90cdf4}.lg\:placeholder-blue-400::-webkit-input-placeholder{color:#63b3ed}.lg\:placeholder-blue-400::placeholder{color:#63b3ed}.lg\:placeholder-blue-500::-webkit-input-placeholder{color:#4299e1}.lg\:placeholder-blue-500::placeholder{color:#4299e1}.lg\:placeholder-blue-600::-webkit-input-placeholder{color:#3182ce}.lg\:placeholder-blue-600::placeholder{color:#3182ce}.lg\:placeholder-blue-700::-webkit-input-placeholder{color:#2b6cb0}.lg\:placeholder-blue-700::placeholder{color:#2b6cb0}.lg\:placeholder-blue-800::-webkit-input-placeholder{color:#2c5282}.lg\:placeholder-blue-800::placeholder{color:#2c5282}.lg\:placeholder-blue-900::-webkit-input-placeholder{color:#2a4365}.lg\:placeholder-blue-900::placeholder{color:#2a4365}.lg\:placeholder-indigo-100::-webkit-input-placeholder{color:#ebf4ff}.lg\:placeholder-indigo-100::placeholder{color:#ebf4ff}.lg\:placeholder-indigo-200::-webkit-input-placeholder{color:#c3dafe}.lg\:placeholder-indigo-200::placeholder{color:#c3dafe}.lg\:placeholder-indigo-300::-webkit-input-placeholder{color:#a3bffa}.lg\:placeholder-indigo-300::placeholder{color:#a3bffa}.lg\:placeholder-indigo-400::-webkit-input-placeholder{color:#7f9cf5}.lg\:placeholder-indigo-400::placeholder{color:#7f9cf5}.lg\:placeholder-indigo-500::-webkit-input-placeholder{color:#667eea}.lg\:placeholder-indigo-500::placeholder{color:#667eea}.lg\:placeholder-indigo-600::-webkit-input-placeholder{color:#5a67d8}.lg\:placeholder-indigo-600::placeholder{color:#5a67d8}.lg\:placeholder-indigo-700::-webkit-input-placeholder{color:#4c51bf}.lg\:placeholder-indigo-700::placeholder{color:#4c51bf}.lg\:placeholder-indigo-800::-webkit-input-placeholder{color:#434190}.lg\:placeholder-indigo-800::placeholder{color:#434190}.lg\:placeholder-indigo-900::-webkit-input-placeholder{color:#3c366b}.lg\:placeholder-indigo-900::placeholder{color:#3c366b}.lg\:placeholder-purple-100::-webkit-input-placeholder{color:#faf5ff}.lg\:placeholder-purple-100::placeholder{color:#faf5ff}.lg\:placeholder-purple-200::-webkit-input-placeholder{color:#e9d8fd}.lg\:placeholder-purple-200::placeholder{color:#e9d8fd}.lg\:placeholder-purple-300::-webkit-input-placeholder{color:#d6bcfa}.lg\:placeholder-purple-300::placeholder{color:#d6bcfa}.lg\:placeholder-purple-400::-webkit-input-placeholder{color:#b794f4}.lg\:placeholder-purple-400::placeholder{color:#b794f4}.lg\:placeholder-purple-500::-webkit-input-placeholder{color:#9f7aea}.lg\:placeholder-purple-500::placeholder{color:#9f7aea}.lg\:placeholder-purple-600::-webkit-input-placeholder{color:#805ad5}.lg\:placeholder-purple-600::placeholder{color:#805ad5}.lg\:placeholder-purple-700::-webkit-input-placeholder{color:#6b46c1}.lg\:placeholder-purple-700::placeholder{color:#6b46c1}.lg\:placeholder-purple-800::-webkit-input-placeholder{color:#553c9a}.lg\:placeholder-purple-800::placeholder{color:#553c9a}.lg\:placeholder-purple-900::-webkit-input-placeholder{color:#44337a}.lg\:placeholder-purple-900::placeholder{color:#44337a}.lg\:placeholder-pink-100::-webkit-input-placeholder{color:#fff5f7}.lg\:placeholder-pink-100::placeholder{color:#fff5f7}.lg\:placeholder-pink-200::-webkit-input-placeholder{color:#fed7e2}.lg\:placeholder-pink-200::placeholder{color:#fed7e2}.lg\:placeholder-pink-300::-webkit-input-placeholder{color:#fbb6ce}.lg\:placeholder-pink-300::placeholder{color:#fbb6ce}.lg\:placeholder-pink-400::-webkit-input-placeholder{color:#f687b3}.lg\:placeholder-pink-400::placeholder{color:#f687b3}.lg\:placeholder-pink-500::-webkit-input-placeholder{color:#ed64a6}.lg\:placeholder-pink-500::placeholder{color:#ed64a6}.lg\:placeholder-pink-600::-webkit-input-placeholder{color:#d53f8c}.lg\:placeholder-pink-600::placeholder{color:#d53f8c}.lg\:placeholder-pink-700::-webkit-input-placeholder{color:#b83280}.lg\:placeholder-pink-700::placeholder{color:#b83280}.lg\:placeholder-pink-800::-webkit-input-placeholder{color:#97266d}.lg\:placeholder-pink-800::placeholder{color:#97266d}.lg\:placeholder-pink-900::-webkit-input-placeholder{color:#702459}.lg\:placeholder-pink-900::placeholder{color:#702459}.lg\:placeholder-regal-blue::-webkit-input-placeholder{color:#243c5a}.lg\:placeholder-regal-blue::placeholder{color:#243c5a}.lg\:placeholder-selection-blue::-webkit-input-placeholder{color:#aadaff}.lg\:placeholder-selection-blue::placeholder{color:#aadaff}.lg\:placeholder-fill-gray::-webkit-input-placeholder{color:#e2e2e2}.lg\:placeholder-fill-gray::placeholder{color:#e2e2e2}.lg\:placeholder-outline-gray::-webkit-input-placeholder{color:#d0d0d0}.lg\:placeholder-outline-gray::placeholder{color:#d0d0d0}.lg\:placeholder-disabled-red::-webkit-input-placeholder{color:#ecc9c9}.lg\:placeholder-disabled-red::placeholder{color:#ecc9c9}.lg\:placeholder-violated-red::-webkit-input-placeholder{color:#ff7b7b}.lg\:placeholder-violated-red::placeholder{color:#ff7b7b}.lg\:placeholder-modified-yellow::-webkit-input-placeholder{color:#fce869}.lg\:placeholder-modified-yellow::placeholder{color:#fce869}.lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{color:transparent}.lg\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{color:#000}.lg\:focus\:placeholder-black:focus::placeholder{color:#000}.lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{color:#fff}.lg\:focus\:placeholder-white:focus::placeholder{color:#fff}.lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{color:#f7fafc}.lg\:focus\:placeholder-gray-100:focus::placeholder{color:#f7fafc}.lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{color:#edf2f7}.lg\:focus\:placeholder-gray-200:focus::placeholder{color:#edf2f7}.lg\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{color:#e2e8f0}.lg\:focus\:placeholder-gray-300:focus::placeholder{color:#e2e8f0}.lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{color:#cbd5e0}.lg\:focus\:placeholder-gray-400:focus::placeholder{color:#cbd5e0}.lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{color:#a0aec0}.lg\:focus\:placeholder-gray-500:focus::placeholder{color:#a0aec0}.lg\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{color:#718096}.lg\:focus\:placeholder-gray-600:focus::placeholder{color:#718096}.lg\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{color:#4a5568}.lg\:focus\:placeholder-gray-700:focus::placeholder{color:#4a5568}.lg\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{color:#2d3748}.lg\:focus\:placeholder-gray-800:focus::placeholder{color:#2d3748}.lg\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{color:#1a202c}.lg\:focus\:placeholder-gray-900:focus::placeholder{color:#1a202c}.lg\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{color:#fff5f5}.lg\:focus\:placeholder-red-100:focus::placeholder{color:#fff5f5}.lg\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{color:#fed7d7}.lg\:focus\:placeholder-red-200:focus::placeholder{color:#fed7d7}.lg\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{color:#feb2b2}.lg\:focus\:placeholder-red-300:focus::placeholder{color:#feb2b2}.lg\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{color:#fc8181}.lg\:focus\:placeholder-red-400:focus::placeholder{color:#fc8181}.lg\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{color:#f56565}.lg\:focus\:placeholder-red-500:focus::placeholder{color:#f56565}.lg\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{color:#e53e3e}.lg\:focus\:placeholder-red-600:focus::placeholder{color:#e53e3e}.lg\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{color:#c53030}.lg\:focus\:placeholder-red-700:focus::placeholder{color:#c53030}.lg\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{color:#9b2c2c}.lg\:focus\:placeholder-red-800:focus::placeholder{color:#9b2c2c}.lg\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{color:#742a2a}.lg\:focus\:placeholder-red-900:focus::placeholder{color:#742a2a}.lg\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{color:#fffaf0}.lg\:focus\:placeholder-orange-100:focus::placeholder{color:#fffaf0}.lg\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{color:#feebc8}.lg\:focus\:placeholder-orange-200:focus::placeholder{color:#feebc8}.lg\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{color:#fbd38d}.lg\:focus\:placeholder-orange-300:focus::placeholder{color:#fbd38d}.lg\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{color:#f6ad55}.lg\:focus\:placeholder-orange-400:focus::placeholder{color:#f6ad55}.lg\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{color:#ed8936}.lg\:focus\:placeholder-orange-500:focus::placeholder{color:#ed8936}.lg\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{color:#dd6b20}.lg\:focus\:placeholder-orange-600:focus::placeholder{color:#dd6b20}.lg\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{color:#c05621}.lg\:focus\:placeholder-orange-700:focus::placeholder{color:#c05621}.lg\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{color:#9c4221}.lg\:focus\:placeholder-orange-800:focus::placeholder{color:#9c4221}.lg\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{color:#7b341e}.lg\:focus\:placeholder-orange-900:focus::placeholder{color:#7b341e}.lg\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{color:ivory}.lg\:focus\:placeholder-yellow-100:focus::placeholder{color:ivory}.lg\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{color:#fefcbf}.lg\:focus\:placeholder-yellow-200:focus::placeholder{color:#fefcbf}.lg\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{color:#faf089}.lg\:focus\:placeholder-yellow-300:focus::placeholder{color:#faf089}.lg\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{color:#f6e05e}.lg\:focus\:placeholder-yellow-400:focus::placeholder{color:#f6e05e}.lg\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{color:#ecc94b}.lg\:focus\:placeholder-yellow-500:focus::placeholder{color:#ecc94b}.lg\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{color:#d69e2e}.lg\:focus\:placeholder-yellow-600:focus::placeholder{color:#d69e2e}.lg\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{color:#b7791f}.lg\:focus\:placeholder-yellow-700:focus::placeholder{color:#b7791f}.lg\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{color:#975a16}.lg\:focus\:placeholder-yellow-800:focus::placeholder{color:#975a16}.lg\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{color:#744210}.lg\:focus\:placeholder-yellow-900:focus::placeholder{color:#744210}.lg\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{color:#f0fff4}.lg\:focus\:placeholder-green-100:focus::placeholder{color:#f0fff4}.lg\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{color:#c6f6d5}.lg\:focus\:placeholder-green-200:focus::placeholder{color:#c6f6d5}.lg\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{color:#9ae6b4}.lg\:focus\:placeholder-green-300:focus::placeholder{color:#9ae6b4}.lg\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{color:#68d391}.lg\:focus\:placeholder-green-400:focus::placeholder{color:#68d391}.lg\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{color:#48bb78}.lg\:focus\:placeholder-green-500:focus::placeholder{color:#48bb78}.lg\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{color:#38a169}.lg\:focus\:placeholder-green-600:focus::placeholder{color:#38a169}.lg\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{color:#2f855a}.lg\:focus\:placeholder-green-700:focus::placeholder{color:#2f855a}.lg\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{color:#276749}.lg\:focus\:placeholder-green-800:focus::placeholder{color:#276749}.lg\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{color:#22543d}.lg\:focus\:placeholder-green-900:focus::placeholder{color:#22543d}.lg\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{color:#e6fffa}.lg\:focus\:placeholder-teal-100:focus::placeholder{color:#e6fffa}.lg\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{color:#b2f5ea}.lg\:focus\:placeholder-teal-200:focus::placeholder{color:#b2f5ea}.lg\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{color:#81e6d9}.lg\:focus\:placeholder-teal-300:focus::placeholder{color:#81e6d9}.lg\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{color:#4fd1c5}.lg\:focus\:placeholder-teal-400:focus::placeholder{color:#4fd1c5}.lg\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{color:#38b2ac}.lg\:focus\:placeholder-teal-500:focus::placeholder{color:#38b2ac}.lg\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{color:#319795}.lg\:focus\:placeholder-teal-600:focus::placeholder{color:#319795}.lg\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{color:#2c7a7b}.lg\:focus\:placeholder-teal-700:focus::placeholder{color:#2c7a7b}.lg\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{color:#285e61}.lg\:focus\:placeholder-teal-800:focus::placeholder{color:#285e61}.lg\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{color:#234e52}.lg\:focus\:placeholder-teal-900:focus::placeholder{color:#234e52}.lg\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{color:#ebf8ff}.lg\:focus\:placeholder-blue-100:focus::placeholder{color:#ebf8ff}.lg\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{color:#bee3f8}.lg\:focus\:placeholder-blue-200:focus::placeholder{color:#bee3f8}.lg\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{color:#90cdf4}.lg\:focus\:placeholder-blue-300:focus::placeholder{color:#90cdf4}.lg\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{color:#63b3ed}.lg\:focus\:placeholder-blue-400:focus::placeholder{color:#63b3ed}.lg\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{color:#4299e1}.lg\:focus\:placeholder-blue-500:focus::placeholder{color:#4299e1}.lg\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{color:#3182ce}.lg\:focus\:placeholder-blue-600:focus::placeholder{color:#3182ce}.lg\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{color:#2b6cb0}.lg\:focus\:placeholder-blue-700:focus::placeholder{color:#2b6cb0}.lg\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{color:#2c5282}.lg\:focus\:placeholder-blue-800:focus::placeholder{color:#2c5282}.lg\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{color:#2a4365}.lg\:focus\:placeholder-blue-900:focus::placeholder{color:#2a4365}.lg\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{color:#ebf4ff}.lg\:focus\:placeholder-indigo-100:focus::placeholder{color:#ebf4ff}.lg\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{color:#c3dafe}.lg\:focus\:placeholder-indigo-200:focus::placeholder{color:#c3dafe}.lg\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{color:#a3bffa}.lg\:focus\:placeholder-indigo-300:focus::placeholder{color:#a3bffa}.lg\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{color:#7f9cf5}.lg\:focus\:placeholder-indigo-400:focus::placeholder{color:#7f9cf5}.lg\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{color:#667eea}.lg\:focus\:placeholder-indigo-500:focus::placeholder{color:#667eea}.lg\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{color:#5a67d8}.lg\:focus\:placeholder-indigo-600:focus::placeholder{color:#5a67d8}.lg\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{color:#4c51bf}.lg\:focus\:placeholder-indigo-700:focus::placeholder{color:#4c51bf}.lg\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{color:#434190}.lg\:focus\:placeholder-indigo-800:focus::placeholder{color:#434190}.lg\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{color:#3c366b}.lg\:focus\:placeholder-indigo-900:focus::placeholder{color:#3c366b}.lg\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{color:#faf5ff}.lg\:focus\:placeholder-purple-100:focus::placeholder{color:#faf5ff}.lg\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{color:#e9d8fd}.lg\:focus\:placeholder-purple-200:focus::placeholder{color:#e9d8fd}.lg\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{color:#d6bcfa}.lg\:focus\:placeholder-purple-300:focus::placeholder{color:#d6bcfa}.lg\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{color:#b794f4}.lg\:focus\:placeholder-purple-400:focus::placeholder{color:#b794f4}.lg\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{color:#9f7aea}.lg\:focus\:placeholder-purple-500:focus::placeholder{color:#9f7aea}.lg\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{color:#805ad5}.lg\:focus\:placeholder-purple-600:focus::placeholder{color:#805ad5}.lg\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{color:#6b46c1}.lg\:focus\:placeholder-purple-700:focus::placeholder{color:#6b46c1}.lg\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{color:#553c9a}.lg\:focus\:placeholder-purple-800:focus::placeholder{color:#553c9a}.lg\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{color:#44337a}.lg\:focus\:placeholder-purple-900:focus::placeholder{color:#44337a}.lg\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{color:#fff5f7}.lg\:focus\:placeholder-pink-100:focus::placeholder{color:#fff5f7}.lg\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{color:#fed7e2}.lg\:focus\:placeholder-pink-200:focus::placeholder{color:#fed7e2}.lg\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{color:#fbb6ce}.lg\:focus\:placeholder-pink-300:focus::placeholder{color:#fbb6ce}.lg\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{color:#f687b3}.lg\:focus\:placeholder-pink-400:focus::placeholder{color:#f687b3}.lg\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{color:#ed64a6}.lg\:focus\:placeholder-pink-500:focus::placeholder{color:#ed64a6}.lg\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{color:#d53f8c}.lg\:focus\:placeholder-pink-600:focus::placeholder{color:#d53f8c}.lg\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{color:#b83280}.lg\:focus\:placeholder-pink-700:focus::placeholder{color:#b83280}.lg\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{color:#97266d}.lg\:focus\:placeholder-pink-800:focus::placeholder{color:#97266d}.lg\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{color:#702459}.lg\:focus\:placeholder-pink-900:focus::placeholder{color:#702459}.lg\:focus\:placeholder-regal-blue:focus::-webkit-input-placeholder{color:#243c5a}.lg\:focus\:placeholder-regal-blue:focus::placeholder{color:#243c5a}.lg\:focus\:placeholder-selection-blue:focus::-webkit-input-placeholder{color:#aadaff}.lg\:focus\:placeholder-selection-blue:focus::placeholder{color:#aadaff}.lg\:focus\:placeholder-fill-gray:focus::-webkit-input-placeholder{color:#e2e2e2}.lg\:focus\:placeholder-fill-gray:focus::placeholder{color:#e2e2e2}.lg\:focus\:placeholder-outline-gray:focus::-webkit-input-placeholder{color:#d0d0d0}.lg\:focus\:placeholder-outline-gray:focus::placeholder{color:#d0d0d0}.lg\:focus\:placeholder-disabled-red:focus::-webkit-input-placeholder{color:#ecc9c9}.lg\:focus\:placeholder-disabled-red:focus::placeholder{color:#ecc9c9}.lg\:focus\:placeholder-violated-red:focus::-webkit-input-placeholder{color:#ff7b7b}.lg\:focus\:placeholder-violated-red:focus::placeholder{color:#ff7b7b}.lg\:focus\:placeholder-modified-yellow:focus::-webkit-input-placeholder{color:#fce869}.lg\:focus\:placeholder-modified-yellow:focus::placeholder{color:#fce869}.lg\:pointer-events-none{pointer-events:none}.lg\:pointer-events-auto{pointer-events:auto}.lg\:static{position:static}.lg\:fixed{position:fixed}.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:sticky{position:-webkit-sticky;position:sticky}.lg\:inset-0{top:0;right:0;bottom:0;left:0}.lg\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.lg\:inset-y-0{top:0;bottom:0}.lg\:inset-x-0{right:0;left:0}.lg\:inset-y-auto{top:auto;bottom:auto}.lg\:inset-x-auto{right:auto;left:auto}.lg\:top-0{top:0}.lg\:right-0{right:0}.lg\:bottom-0{bottom:0}.lg\:left-0{left:0}.lg\:top-auto{top:auto}.lg\:right-auto{right:auto}.lg\:bottom-auto{bottom:auto}.lg\:left-auto{left:auto}.lg\:resize-none{resize:none}.lg\:resize-y{resize:vertical}.lg\:resize-x{resize:horizontal}.lg\:resize{resize:both}.lg\:shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.lg\:shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.lg\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.lg\:shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.lg\:shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.lg\:shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.lg\:shadow-outline{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.lg\:shadow-none{box-shadow:none}.lg\:hover\:shadow:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.lg\:hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.lg\:hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.lg\:hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.lg\:hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.lg\:hover\:shadow-inner:hover{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.lg\:hover\:shadow-outline:hover{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.lg\:hover\:shadow-none:hover{box-shadow:none}.lg\:focus\:shadow:focus{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.lg\:focus\:shadow-md:focus{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.lg\:focus\:shadow-lg:focus{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.lg\:focus\:shadow-xl:focus{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.lg\:focus\:shadow-2xl:focus{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.lg\:focus\:shadow-inner:focus{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.lg\:focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.lg\:focus\:shadow-none:focus{box-shadow:none}.lg\:fill-current{fill:currentColor}.lg\:stroke-current{stroke:currentColor}.lg\:table-auto{table-layout:auto}.lg\:table-fixed{table-layout:fixed}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-right{text-align:right}.lg\:text-justify{text-align:justify}.lg\:text-transparent{color:transparent}.lg\:text-black{color:#000}.lg\:text-white{color:#fff}.lg\:text-gray-100{color:#f7fafc}.lg\:text-gray-200{color:#edf2f7}.lg\:text-gray-300{color:#e2e8f0}.lg\:text-gray-400{color:#cbd5e0}.lg\:text-gray-500{color:#a0aec0}.lg\:text-gray-600{color:#718096}.lg\:text-gray-700{color:#4a5568}.lg\:text-gray-800{color:#2d3748}.lg\:text-gray-900{color:#1a202c}.lg\:text-red-100{color:#fff5f5}.lg\:text-red-200{color:#fed7d7}.lg\:text-red-300{color:#feb2b2}.lg\:text-red-400{color:#fc8181}.lg\:text-red-500{color:#f56565}.lg\:text-red-600{color:#e53e3e}.lg\:text-red-700{color:#c53030}.lg\:text-red-800{color:#9b2c2c}.lg\:text-red-900{color:#742a2a}.lg\:text-orange-100{color:#fffaf0}.lg\:text-orange-200{color:#feebc8}.lg\:text-orange-300{color:#fbd38d}.lg\:text-orange-400{color:#f6ad55}.lg\:text-orange-500{color:#ed8936}.lg\:text-orange-600{color:#dd6b20}.lg\:text-orange-700{color:#c05621}.lg\:text-orange-800{color:#9c4221}.lg\:text-orange-900{color:#7b341e}.lg\:text-yellow-100{color:ivory}.lg\:text-yellow-200{color:#fefcbf}.lg\:text-yellow-300{color:#faf089}.lg\:text-yellow-400{color:#f6e05e}.lg\:text-yellow-500{color:#ecc94b}.lg\:text-yellow-600{color:#d69e2e}.lg\:text-yellow-700{color:#b7791f}.lg\:text-yellow-800{color:#975a16}.lg\:text-yellow-900{color:#744210}.lg\:text-green-100{color:#f0fff4}.lg\:text-green-200{color:#c6f6d5}.lg\:text-green-300{color:#9ae6b4}.lg\:text-green-400{color:#68d391}.lg\:text-green-500{color:#48bb78}.lg\:text-green-600{color:#38a169}.lg\:text-green-700{color:#2f855a}.lg\:text-green-800{color:#276749}.lg\:text-green-900{color:#22543d}.lg\:text-teal-100{color:#e6fffa}.lg\:text-teal-200{color:#b2f5ea}.lg\:text-teal-300{color:#81e6d9}.lg\:text-teal-400{color:#4fd1c5}.lg\:text-teal-500{color:#38b2ac}.lg\:text-teal-600{color:#319795}.lg\:text-teal-700{color:#2c7a7b}.lg\:text-teal-800{color:#285e61}.lg\:text-teal-900{color:#234e52}.lg\:text-blue-100{color:#ebf8ff}.lg\:text-blue-200{color:#bee3f8}.lg\:text-blue-300{color:#90cdf4}.lg\:text-blue-400{color:#63b3ed}.lg\:text-blue-500{color:#4299e1}.lg\:text-blue-600{color:#3182ce}.lg\:text-blue-700{color:#2b6cb0}.lg\:text-blue-800{color:#2c5282}.lg\:text-blue-900{color:#2a4365}.lg\:text-indigo-100{color:#ebf4ff}.lg\:text-indigo-200{color:#c3dafe}.lg\:text-indigo-300{color:#a3bffa}.lg\:text-indigo-400{color:#7f9cf5}.lg\:text-indigo-500{color:#667eea}.lg\:text-indigo-600{color:#5a67d8}.lg\:text-indigo-700{color:#4c51bf}.lg\:text-indigo-800{color:#434190}.lg\:text-indigo-900{color:#3c366b}.lg\:text-purple-100{color:#faf5ff}.lg\:text-purple-200{color:#e9d8fd}.lg\:text-purple-300{color:#d6bcfa}.lg\:text-purple-400{color:#b794f4}.lg\:text-purple-500{color:#9f7aea}.lg\:text-purple-600{color:#805ad5}.lg\:text-purple-700{color:#6b46c1}.lg\:text-purple-800{color:#553c9a}.lg\:text-purple-900{color:#44337a}.lg\:text-pink-100{color:#fff5f7}.lg\:text-pink-200{color:#fed7e2}.lg\:text-pink-300{color:#fbb6ce}.lg\:text-pink-400{color:#f687b3}.lg\:text-pink-500{color:#ed64a6}.lg\:text-pink-600{color:#d53f8c}.lg\:text-pink-700{color:#b83280}.lg\:text-pink-800{color:#97266d}.lg\:text-pink-900{color:#702459}.lg\:text-regal-blue{color:#243c5a}.lg\:text-selection-blue{color:#aadaff}.lg\:text-fill-gray{color:#e2e2e2}.lg\:text-outline-gray{color:#d0d0d0}.lg\:text-disabled-red{color:#ecc9c9}.lg\:text-violated-red{color:#ff7b7b}.lg\:text-modified-yellow{color:#fce869}.lg\:hover\:text-transparent:hover{color:transparent}.lg\:hover\:text-black:hover{color:#000}.lg\:hover\:text-white:hover{color:#fff}.lg\:hover\:text-gray-100:hover{color:#f7fafc}.lg\:hover\:text-gray-200:hover{color:#edf2f7}.lg\:hover\:text-gray-300:hover{color:#e2e8f0}.lg\:hover\:text-gray-400:hover{color:#cbd5e0}.lg\:hover\:text-gray-500:hover{color:#a0aec0}.lg\:hover\:text-gray-600:hover{color:#718096}.lg\:hover\:text-gray-700:hover{color:#4a5568}.lg\:hover\:text-gray-800:hover{color:#2d3748}.lg\:hover\:text-gray-900:hover{color:#1a202c}.lg\:hover\:text-red-100:hover{color:#fff5f5}.lg\:hover\:text-red-200:hover{color:#fed7d7}.lg\:hover\:text-red-300:hover{color:#feb2b2}.lg\:hover\:text-red-400:hover{color:#fc8181}.lg\:hover\:text-red-500:hover{color:#f56565}.lg\:hover\:text-red-600:hover{color:#e53e3e}.lg\:hover\:text-red-700:hover{color:#c53030}.lg\:hover\:text-red-800:hover{color:#9b2c2c}.lg\:hover\:text-red-900:hover{color:#742a2a}.lg\:hover\:text-orange-100:hover{color:#fffaf0}.lg\:hover\:text-orange-200:hover{color:#feebc8}.lg\:hover\:text-orange-300:hover{color:#fbd38d}.lg\:hover\:text-orange-400:hover{color:#f6ad55}.lg\:hover\:text-orange-500:hover{color:#ed8936}.lg\:hover\:text-orange-600:hover{color:#dd6b20}.lg\:hover\:text-orange-700:hover{color:#c05621}.lg\:hover\:text-orange-800:hover{color:#9c4221}.lg\:hover\:text-orange-900:hover{color:#7b341e}.lg\:hover\:text-yellow-100:hover{color:ivory}.lg\:hover\:text-yellow-200:hover{color:#fefcbf}.lg\:hover\:text-yellow-300:hover{color:#faf089}.lg\:hover\:text-yellow-400:hover{color:#f6e05e}.lg\:hover\:text-yellow-500:hover{color:#ecc94b}.lg\:hover\:text-yellow-600:hover{color:#d69e2e}.lg\:hover\:text-yellow-700:hover{color:#b7791f}.lg\:hover\:text-yellow-800:hover{color:#975a16}.lg\:hover\:text-yellow-900:hover{color:#744210}.lg\:hover\:text-green-100:hover{color:#f0fff4}.lg\:hover\:text-green-200:hover{color:#c6f6d5}.lg\:hover\:text-green-300:hover{color:#9ae6b4}.lg\:hover\:text-green-400:hover{color:#68d391}.lg\:hover\:text-green-500:hover{color:#48bb78}.lg\:hover\:text-green-600:hover{color:#38a169}.lg\:hover\:text-green-700:hover{color:#2f855a}.lg\:hover\:text-green-800:hover{color:#276749}.lg\:hover\:text-green-900:hover{color:#22543d}.lg\:hover\:text-teal-100:hover{color:#e6fffa}.lg\:hover\:text-teal-200:hover{color:#b2f5ea}.lg\:hover\:text-teal-300:hover{color:#81e6d9}.lg\:hover\:text-teal-400:hover{color:#4fd1c5}.lg\:hover\:text-teal-500:hover{color:#38b2ac}.lg\:hover\:text-teal-600:hover{color:#319795}.lg\:hover\:text-teal-700:hover{color:#2c7a7b}.lg\:hover\:text-teal-800:hover{color:#285e61}.lg\:hover\:text-teal-900:hover{color:#234e52}.lg\:hover\:text-blue-100:hover{color:#ebf8ff}.lg\:hover\:text-blue-200:hover{color:#bee3f8}.lg\:hover\:text-blue-300:hover{color:#90cdf4}.lg\:hover\:text-blue-400:hover{color:#63b3ed}.lg\:hover\:text-blue-500:hover{color:#4299e1}.lg\:hover\:text-blue-600:hover{color:#3182ce}.lg\:hover\:text-blue-700:hover{color:#2b6cb0}.lg\:hover\:text-blue-800:hover{color:#2c5282}.lg\:hover\:text-blue-900:hover{color:#2a4365}.lg\:hover\:text-indigo-100:hover{color:#ebf4ff}.lg\:hover\:text-indigo-200:hover{color:#c3dafe}.lg\:hover\:text-indigo-300:hover{color:#a3bffa}.lg\:hover\:text-indigo-400:hover{color:#7f9cf5}.lg\:hover\:text-indigo-500:hover{color:#667eea}.lg\:hover\:text-indigo-600:hover{color:#5a67d8}.lg\:hover\:text-indigo-700:hover{color:#4c51bf}.lg\:hover\:text-indigo-800:hover{color:#434190}.lg\:hover\:text-indigo-900:hover{color:#3c366b}.lg\:hover\:text-purple-100:hover{color:#faf5ff}.lg\:hover\:text-purple-200:hover{color:#e9d8fd}.lg\:hover\:text-purple-300:hover{color:#d6bcfa}.lg\:hover\:text-purple-400:hover{color:#b794f4}.lg\:hover\:text-purple-500:hover{color:#9f7aea}.lg\:hover\:text-purple-600:hover{color:#805ad5}.lg\:hover\:text-purple-700:hover{color:#6b46c1}.lg\:hover\:text-purple-800:hover{color:#553c9a}.lg\:hover\:text-purple-900:hover{color:#44337a}.lg\:hover\:text-pink-100:hover{color:#fff5f7}.lg\:hover\:text-pink-200:hover{color:#fed7e2}.lg\:hover\:text-pink-300:hover{color:#fbb6ce}.lg\:hover\:text-pink-400:hover{color:#f687b3}.lg\:hover\:text-pink-500:hover{color:#ed64a6}.lg\:hover\:text-pink-600:hover{color:#d53f8c}.lg\:hover\:text-pink-700:hover{color:#b83280}.lg\:hover\:text-pink-800:hover{color:#97266d}.lg\:hover\:text-pink-900:hover{color:#702459}.lg\:hover\:text-regal-blue:hover{color:#243c5a}.lg\:hover\:text-selection-blue:hover{color:#aadaff}.lg\:hover\:text-fill-gray:hover{color:#e2e2e2}.lg\:hover\:text-outline-gray:hover{color:#d0d0d0}.lg\:hover\:text-disabled-red:hover{color:#ecc9c9}.lg\:hover\:text-violated-red:hover{color:#ff7b7b}.lg\:hover\:text-modified-yellow:hover{color:#fce869}.lg\:focus\:text-transparent:focus{color:transparent}.lg\:focus\:text-black:focus{color:#000}.lg\:focus\:text-white:focus{color:#fff}.lg\:focus\:text-gray-100:focus{color:#f7fafc}.lg\:focus\:text-gray-200:focus{color:#edf2f7}.lg\:focus\:text-gray-300:focus{color:#e2e8f0}.lg\:focus\:text-gray-400:focus{color:#cbd5e0}.lg\:focus\:text-gray-500:focus{color:#a0aec0}.lg\:focus\:text-gray-600:focus{color:#718096}.lg\:focus\:text-gray-700:focus{color:#4a5568}.lg\:focus\:text-gray-800:focus{color:#2d3748}.lg\:focus\:text-gray-900:focus{color:#1a202c}.lg\:focus\:text-red-100:focus{color:#fff5f5}.lg\:focus\:text-red-200:focus{color:#fed7d7}.lg\:focus\:text-red-300:focus{color:#feb2b2}.lg\:focus\:text-red-400:focus{color:#fc8181}.lg\:focus\:text-red-500:focus{color:#f56565}.lg\:focus\:text-red-600:focus{color:#e53e3e}.lg\:focus\:text-red-700:focus{color:#c53030}.lg\:focus\:text-red-800:focus{color:#9b2c2c}.lg\:focus\:text-red-900:focus{color:#742a2a}.lg\:focus\:text-orange-100:focus{color:#fffaf0}.lg\:focus\:text-orange-200:focus{color:#feebc8}.lg\:focus\:text-orange-300:focus{color:#fbd38d}.lg\:focus\:text-orange-400:focus{color:#f6ad55}.lg\:focus\:text-orange-500:focus{color:#ed8936}.lg\:focus\:text-orange-600:focus{color:#dd6b20}.lg\:focus\:text-orange-700:focus{color:#c05621}.lg\:focus\:text-orange-800:focus{color:#9c4221}.lg\:focus\:text-orange-900:focus{color:#7b341e}.lg\:focus\:text-yellow-100:focus{color:ivory}.lg\:focus\:text-yellow-200:focus{color:#fefcbf}.lg\:focus\:text-yellow-300:focus{color:#faf089}.lg\:focus\:text-yellow-400:focus{color:#f6e05e}.lg\:focus\:text-yellow-500:focus{color:#ecc94b}.lg\:focus\:text-yellow-600:focus{color:#d69e2e}.lg\:focus\:text-yellow-700:focus{color:#b7791f}.lg\:focus\:text-yellow-800:focus{color:#975a16}.lg\:focus\:text-yellow-900:focus{color:#744210}.lg\:focus\:text-green-100:focus{color:#f0fff4}.lg\:focus\:text-green-200:focus{color:#c6f6d5}.lg\:focus\:text-green-300:focus{color:#9ae6b4}.lg\:focus\:text-green-400:focus{color:#68d391}.lg\:focus\:text-green-500:focus{color:#48bb78}.lg\:focus\:text-green-600:focus{color:#38a169}.lg\:focus\:text-green-700:focus{color:#2f855a}.lg\:focus\:text-green-800:focus{color:#276749}.lg\:focus\:text-green-900:focus{color:#22543d}.lg\:focus\:text-teal-100:focus{color:#e6fffa}.lg\:focus\:text-teal-200:focus{color:#b2f5ea}.lg\:focus\:text-teal-300:focus{color:#81e6d9}.lg\:focus\:text-teal-400:focus{color:#4fd1c5}.lg\:focus\:text-teal-500:focus{color:#38b2ac}.lg\:focus\:text-teal-600:focus{color:#319795}.lg\:focus\:text-teal-700:focus{color:#2c7a7b}.lg\:focus\:text-teal-800:focus{color:#285e61}.lg\:focus\:text-teal-900:focus{color:#234e52}.lg\:focus\:text-blue-100:focus{color:#ebf8ff}.lg\:focus\:text-blue-200:focus{color:#bee3f8}.lg\:focus\:text-blue-300:focus{color:#90cdf4}.lg\:focus\:text-blue-400:focus{color:#63b3ed}.lg\:focus\:text-blue-500:focus{color:#4299e1}.lg\:focus\:text-blue-600:focus{color:#3182ce}.lg\:focus\:text-blue-700:focus{color:#2b6cb0}.lg\:focus\:text-blue-800:focus{color:#2c5282}.lg\:focus\:text-blue-900:focus{color:#2a4365}.lg\:focus\:text-indigo-100:focus{color:#ebf4ff}.lg\:focus\:text-indigo-200:focus{color:#c3dafe}.lg\:focus\:text-indigo-300:focus{color:#a3bffa}.lg\:focus\:text-indigo-400:focus{color:#7f9cf5}.lg\:focus\:text-indigo-500:focus{color:#667eea}.lg\:focus\:text-indigo-600:focus{color:#5a67d8}.lg\:focus\:text-indigo-700:focus{color:#4c51bf}.lg\:focus\:text-indigo-800:focus{color:#434190}.lg\:focus\:text-indigo-900:focus{color:#3c366b}.lg\:focus\:text-purple-100:focus{color:#faf5ff}.lg\:focus\:text-purple-200:focus{color:#e9d8fd}.lg\:focus\:text-purple-300:focus{color:#d6bcfa}.lg\:focus\:text-purple-400:focus{color:#b794f4}.lg\:focus\:text-purple-500:focus{color:#9f7aea}.lg\:focus\:text-purple-600:focus{color:#805ad5}.lg\:focus\:text-purple-700:focus{color:#6b46c1}.lg\:focus\:text-purple-800:focus{color:#553c9a}.lg\:focus\:text-purple-900:focus{color:#44337a}.lg\:focus\:text-pink-100:focus{color:#fff5f7}.lg\:focus\:text-pink-200:focus{color:#fed7e2}.lg\:focus\:text-pink-300:focus{color:#fbb6ce}.lg\:focus\:text-pink-400:focus{color:#f687b3}.lg\:focus\:text-pink-500:focus{color:#ed64a6}.lg\:focus\:text-pink-600:focus{color:#d53f8c}.lg\:focus\:text-pink-700:focus{color:#b83280}.lg\:focus\:text-pink-800:focus{color:#97266d}.lg\:focus\:text-pink-900:focus{color:#702459}.lg\:focus\:text-regal-blue:focus{color:#243c5a}.lg\:focus\:text-selection-blue:focus{color:#aadaff}.lg\:focus\:text-fill-gray:focus{color:#e2e2e2}.lg\:focus\:text-outline-gray:focus{color:#d0d0d0}.lg\:focus\:text-disabled-red:focus{color:#ecc9c9}.lg\:focus\:text-violated-red:focus{color:#ff7b7b}.lg\:focus\:text-modified-yellow:focus{color:#fce869}.lg\:text-xs{font-size:.75rem}.lg\:text-sm{font-size:.875rem}.lg\:text-base{font-size:1rem}.lg\:text-lg{font-size:1.125rem}.lg\:text-xl{font-size:1.25rem}.lg\:text-2xl{font-size:1.5rem}.lg\:text-3xl{font-size:1.875rem}.lg\:text-4xl{font-size:2.25rem}.lg\:text-5xl{font-size:3rem}.lg\:text-6xl{font-size:4rem}.lg\:italic{font-style:italic}.lg\:not-italic{font-style:normal}.lg\:uppercase{text-transform:uppercase}.lg\:lowercase{text-transform:lowercase}.lg\:capitalize{text-transform:capitalize}.lg\:normal-case{text-transform:none}.lg\:underline{text-decoration:underline}.lg\:line-through{text-decoration:line-through}.lg\:no-underline{text-decoration:none}.lg\:hover\:underline:hover{text-decoration:underline}.lg\:hover\:line-through:hover{text-decoration:line-through}.lg\:hover\:no-underline:hover{text-decoration:none}.lg\:focus\:underline:focus{text-decoration:underline}.lg\:focus\:line-through:focus{text-decoration:line-through}.lg\:focus\:no-underline:focus{text-decoration:none}.lg\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.lg\:tracking-tighter{letter-spacing:-.05em}.lg\:tracking-tight{letter-spacing:-.025em}.lg\:tracking-normal{letter-spacing:0}.lg\:tracking-wide{letter-spacing:.025em}.lg\:tracking-wider{letter-spacing:.05em}.lg\:tracking-widest{letter-spacing:.1em}.lg\:select-none{-webkit-user-select:none;user-select:none}.lg\:select-text{-webkit-user-select:text;user-select:text}.lg\:select-all{-webkit-user-select:all;user-select:all}.lg\:select-auto{-webkit-user-select:auto;user-select:auto}.lg\:align-baseline{vertical-align:initial}.lg\:align-top{vertical-align:top}.lg\:align-middle{vertical-align:middle}.lg\:align-bottom{vertical-align:bottom}.lg\:align-text-top{vertical-align:text-top}.lg\:align-text-bottom{vertical-align:text-bottom}.lg\:visible{visibility:visible}.lg\:invisible{visibility:hidden}.lg\:whitespace-normal{white-space:normal}.lg\:whitespace-no-wrap{white-space:nowrap}.lg\:whitespace-pre{white-space:pre}.lg\:whitespace-pre-line{white-space:pre-line}.lg\:whitespace-pre-wrap{white-space:pre-wrap}.lg\:break-normal{overflow-wrap:normal;word-break:normal}.lg\:break-words{overflow-wrap:break-word}.lg\:break-all{word-break:break-all}.lg\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg\:w-0{width:0}.lg\:w-1{width:.25rem}.lg\:w-2{width:.5rem}.lg\:w-3{width:.75rem}.lg\:w-4{width:1rem}.lg\:w-5{width:1.25rem}.lg\:w-6{width:1.5rem}.lg\:w-8{width:2rem}.lg\:w-10{width:2.5rem}.lg\:w-12{width:3rem}.lg\:w-16{width:4rem}.lg\:w-20{width:5rem}.lg\:w-24{width:6rem}.lg\:w-32{width:8rem}.lg\:w-40{width:10rem}.lg\:w-48{width:12rem}.lg\:w-56{width:14rem}.lg\:w-64{width:16rem}.lg\:w-auto{width:auto}.lg\:w-px{width:1px}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-1\/4{width:25%}.lg\:w-2\/4{width:50%}.lg\:w-3\/4{width:75%}.lg\:w-1\/5{width:20%}.lg\:w-2\/5{width:40%}.lg\:w-3\/5{width:60%}.lg\:w-4\/5{width:80%}.lg\:w-1\/6{width:16.666667%}.lg\:w-2\/6{width:33.333333%}.lg\:w-3\/6{width:50%}.lg\:w-4\/6{width:66.666667%}.lg\:w-5\/6{width:83.333333%}.lg\:w-1\/12{width:8.333333%}.lg\:w-2\/12{width:16.666667%}.lg\:w-3\/12{width:25%}.lg\:w-4\/12{width:33.333333%}.lg\:w-5\/12{width:41.666667%}.lg\:w-6\/12{width:50%}.lg\:w-7\/12{width:58.333333%}.lg\:w-8\/12{width:66.666667%}.lg\:w-9\/12{width:75%}.lg\:w-10\/12{width:83.333333%}.lg\:w-11\/12{width:91.666667%}.lg\:w-full{width:100%}.lg\:w-screen{width:100vw}.lg\:z-0{z-index:0}.lg\:z-10{z-index:10}.lg\:z-20{z-index:20}.lg\:z-30{z-index:30}.lg\:z-40{z-index:40}.lg\:z-50{z-index:50}.lg\:z-auto{z-index:auto}}@media (min-width:1280px){.xl\: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}.xl\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xl\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.xl\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.xl\:appearance-none{-webkit-appearance:none;appearance:none}.xl\:bg-fixed{background-attachment:fixed}.xl\:bg-local{background-attachment:local}.xl\:bg-scroll{background-attachment:scroll}.xl\:bg-transparent{background-color:initial}.xl\:bg-black{background-color:#000}.xl\:bg-white{background-color:#fff}.xl\:bg-gray-100{background-color:#f7fafc}.xl\:bg-gray-200{background-color:#edf2f7}.xl\:bg-gray-300{background-color:#e2e8f0}.xl\:bg-gray-400{background-color:#cbd5e0}.xl\:bg-gray-500{background-color:#a0aec0}.xl\:bg-gray-600{background-color:#718096}.xl\:bg-gray-700{background-color:#4a5568}.xl\:bg-gray-800{background-color:#2d3748}.xl\:bg-gray-900{background-color:#1a202c}.xl\:bg-red-100{background-color:#fff5f5}.xl\:bg-red-200{background-color:#fed7d7}.xl\:bg-red-300{background-color:#feb2b2}.xl\:bg-red-400{background-color:#fc8181}.xl\:bg-red-500{background-color:#f56565}.xl\:bg-red-600{background-color:#e53e3e}.xl\:bg-red-700{background-color:#c53030}.xl\:bg-red-800{background-color:#9b2c2c}.xl\:bg-red-900{background-color:#742a2a}.xl\:bg-orange-100{background-color:#fffaf0}.xl\:bg-orange-200{background-color:#feebc8}.xl\:bg-orange-300{background-color:#fbd38d}.xl\:bg-orange-400{background-color:#f6ad55}.xl\:bg-orange-500{background-color:#ed8936}.xl\:bg-orange-600{background-color:#dd6b20}.xl\:bg-orange-700{background-color:#c05621}.xl\:bg-orange-800{background-color:#9c4221}.xl\:bg-orange-900{background-color:#7b341e}.xl\:bg-yellow-100{background-color:ivory}.xl\:bg-yellow-200{background-color:#fefcbf}.xl\:bg-yellow-300{background-color:#faf089}.xl\:bg-yellow-400{background-color:#f6e05e}.xl\:bg-yellow-500{background-color:#ecc94b}.xl\:bg-yellow-600{background-color:#d69e2e}.xl\:bg-yellow-700{background-color:#b7791f}.xl\:bg-yellow-800{background-color:#975a16}.xl\:bg-yellow-900{background-color:#744210}.xl\:bg-green-100{background-color:#f0fff4}.xl\:bg-green-200{background-color:#c6f6d5}.xl\:bg-green-300{background-color:#9ae6b4}.xl\:bg-green-400{background-color:#68d391}.xl\:bg-green-500{background-color:#48bb78}.xl\:bg-green-600{background-color:#38a169}.xl\:bg-green-700{background-color:#2f855a}.xl\:bg-green-800{background-color:#276749}.xl\:bg-green-900{background-color:#22543d}.xl\:bg-teal-100{background-color:#e6fffa}.xl\:bg-teal-200{background-color:#b2f5ea}.xl\:bg-teal-300{background-color:#81e6d9}.xl\:bg-teal-400{background-color:#4fd1c5}.xl\:bg-teal-500{background-color:#38b2ac}.xl\:bg-teal-600{background-color:#319795}.xl\:bg-teal-700{background-color:#2c7a7b}.xl\:bg-teal-800{background-color:#285e61}.xl\:bg-teal-900{background-color:#234e52}.xl\:bg-blue-100{background-color:#ebf8ff}.xl\:bg-blue-200{background-color:#bee3f8}.xl\:bg-blue-300{background-color:#90cdf4}.xl\:bg-blue-400{background-color:#63b3ed}.xl\:bg-blue-500{background-color:#4299e1}.xl\:bg-blue-600{background-color:#3182ce}.xl\:bg-blue-700{background-color:#2b6cb0}.xl\:bg-blue-800{background-color:#2c5282}.xl\:bg-blue-900{background-color:#2a4365}.xl\:bg-indigo-100{background-color:#ebf4ff}.xl\:bg-indigo-200{background-color:#c3dafe}.xl\:bg-indigo-300{background-color:#a3bffa}.xl\:bg-indigo-400{background-color:#7f9cf5}.xl\:bg-indigo-500{background-color:#667eea}.xl\:bg-indigo-600{background-color:#5a67d8}.xl\:bg-indigo-700{background-color:#4c51bf}.xl\:bg-indigo-800{background-color:#434190}.xl\:bg-indigo-900{background-color:#3c366b}.xl\:bg-purple-100{background-color:#faf5ff}.xl\:bg-purple-200{background-color:#e9d8fd}.xl\:bg-purple-300{background-color:#d6bcfa}.xl\:bg-purple-400{background-color:#b794f4}.xl\:bg-purple-500{background-color:#9f7aea}.xl\:bg-purple-600{background-color:#805ad5}.xl\:bg-purple-700{background-color:#6b46c1}.xl\:bg-purple-800{background-color:#553c9a}.xl\:bg-purple-900{background-color:#44337a}.xl\:bg-pink-100{background-color:#fff5f7}.xl\:bg-pink-200{background-color:#fed7e2}.xl\:bg-pink-300{background-color:#fbb6ce}.xl\:bg-pink-400{background-color:#f687b3}.xl\:bg-pink-500{background-color:#ed64a6}.xl\:bg-pink-600{background-color:#d53f8c}.xl\:bg-pink-700{background-color:#b83280}.xl\:bg-pink-800{background-color:#97266d}.xl\:bg-pink-900{background-color:#702459}.xl\:bg-regal-blue{background-color:#243c5a}.xl\:bg-selection-blue{background-color:#aadaff}.xl\:bg-fill-gray{background-color:#e2e2e2}.xl\:bg-outline-gray{background-color:#d0d0d0}.xl\:bg-disabled-red{background-color:#ecc9c9}.xl\:bg-violated-red{background-color:#ff7b7b}.xl\:bg-modified-yellow{background-color:#fce869}.xl\:hover\:bg-transparent:hover{background-color:initial}.xl\:hover\:bg-black:hover{background-color:#000}.xl\:hover\:bg-white:hover{background-color:#fff}.xl\:hover\:bg-gray-100:hover{background-color:#f7fafc}.xl\:hover\:bg-gray-200:hover{background-color:#edf2f7}.xl\:hover\:bg-gray-300:hover{background-color:#e2e8f0}.xl\:hover\:bg-gray-400:hover{background-color:#cbd5e0}.xl\:hover\:bg-gray-500:hover{background-color:#a0aec0}.xl\:hover\:bg-gray-600:hover{background-color:#718096}.xl\:hover\:bg-gray-700:hover{background-color:#4a5568}.xl\:hover\:bg-gray-800:hover{background-color:#2d3748}.xl\:hover\:bg-gray-900:hover{background-color:#1a202c}.xl\:hover\:bg-red-100:hover{background-color:#fff5f5}.xl\:hover\:bg-red-200:hover{background-color:#fed7d7}.xl\:hover\:bg-red-300:hover{background-color:#feb2b2}.xl\:hover\:bg-red-400:hover{background-color:#fc8181}.xl\:hover\:bg-red-500:hover{background-color:#f56565}.xl\:hover\:bg-red-600:hover{background-color:#e53e3e}.xl\:hover\:bg-red-700:hover{background-color:#c53030}.xl\:hover\:bg-red-800:hover{background-color:#9b2c2c}.xl\:hover\:bg-red-900:hover{background-color:#742a2a}.xl\:hover\:bg-orange-100:hover{background-color:#fffaf0}.xl\:hover\:bg-orange-200:hover{background-color:#feebc8}.xl\:hover\:bg-orange-300:hover{background-color:#fbd38d}.xl\:hover\:bg-orange-400:hover{background-color:#f6ad55}.xl\:hover\:bg-orange-500:hover{background-color:#ed8936}.xl\:hover\:bg-orange-600:hover{background-color:#dd6b20}.xl\:hover\:bg-orange-700:hover{background-color:#c05621}.xl\:hover\:bg-orange-800:hover{background-color:#9c4221}.xl\:hover\:bg-orange-900:hover{background-color:#7b341e}.xl\:hover\:bg-yellow-100:hover{background-color:ivory}.xl\:hover\:bg-yellow-200:hover{background-color:#fefcbf}.xl\:hover\:bg-yellow-300:hover{background-color:#faf089}.xl\:hover\:bg-yellow-400:hover{background-color:#f6e05e}.xl\:hover\:bg-yellow-500:hover{background-color:#ecc94b}.xl\:hover\:bg-yellow-600:hover{background-color:#d69e2e}.xl\:hover\:bg-yellow-700:hover{background-color:#b7791f}.xl\:hover\:bg-yellow-800:hover{background-color:#975a16}.xl\:hover\:bg-yellow-900:hover{background-color:#744210}.xl\:hover\:bg-green-100:hover{background-color:#f0fff4}.xl\:hover\:bg-green-200:hover{background-color:#c6f6d5}.xl\:hover\:bg-green-300:hover{background-color:#9ae6b4}.xl\:hover\:bg-green-400:hover{background-color:#68d391}.xl\:hover\:bg-green-500:hover{background-color:#48bb78}.xl\:hover\:bg-green-600:hover{background-color:#38a169}.xl\:hover\:bg-green-700:hover{background-color:#2f855a}.xl\:hover\:bg-green-800:hover{background-color:#276749}.xl\:hover\:bg-green-900:hover{background-color:#22543d}.xl\:hover\:bg-teal-100:hover{background-color:#e6fffa}.xl\:hover\:bg-teal-200:hover{background-color:#b2f5ea}.xl\:hover\:bg-teal-300:hover{background-color:#81e6d9}.xl\:hover\:bg-teal-400:hover{background-color:#4fd1c5}.xl\:hover\:bg-teal-500:hover{background-color:#38b2ac}.xl\:hover\:bg-teal-600:hover{background-color:#319795}.xl\:hover\:bg-teal-700:hover{background-color:#2c7a7b}.xl\:hover\:bg-teal-800:hover{background-color:#285e61}.xl\:hover\:bg-teal-900:hover{background-color:#234e52}.xl\:hover\:bg-blue-100:hover{background-color:#ebf8ff}.xl\:hover\:bg-blue-200:hover{background-color:#bee3f8}.xl\:hover\:bg-blue-300:hover{background-color:#90cdf4}.xl\:hover\:bg-blue-400:hover{background-color:#63b3ed}.xl\:hover\:bg-blue-500:hover{background-color:#4299e1}.xl\:hover\:bg-blue-600:hover{background-color:#3182ce}.xl\:hover\:bg-blue-700:hover{background-color:#2b6cb0}.xl\:hover\:bg-blue-800:hover{background-color:#2c5282}.xl\:hover\:bg-blue-900:hover{background-color:#2a4365}.xl\:hover\:bg-indigo-100:hover{background-color:#ebf4ff}.xl\:hover\:bg-indigo-200:hover{background-color:#c3dafe}.xl\:hover\:bg-indigo-300:hover{background-color:#a3bffa}.xl\:hover\:bg-indigo-400:hover{background-color:#7f9cf5}.xl\:hover\:bg-indigo-500:hover{background-color:#667eea}.xl\:hover\:bg-indigo-600:hover{background-color:#5a67d8}.xl\:hover\:bg-indigo-700:hover{background-color:#4c51bf}.xl\:hover\:bg-indigo-800:hover{background-color:#434190}.xl\:hover\:bg-indigo-900:hover{background-color:#3c366b}.xl\:hover\:bg-purple-100:hover{background-color:#faf5ff}.xl\:hover\:bg-purple-200:hover{background-color:#e9d8fd}.xl\:hover\:bg-purple-300:hover{background-color:#d6bcfa}.xl\:hover\:bg-purple-400:hover{background-color:#b794f4}.xl\:hover\:bg-purple-500:hover{background-color:#9f7aea}.xl\:hover\:bg-purple-600:hover{background-color:#805ad5}.xl\:hover\:bg-purple-700:hover{background-color:#6b46c1}.xl\:hover\:bg-purple-800:hover{background-color:#553c9a}.xl\:hover\:bg-purple-900:hover{background-color:#44337a}.xl\:hover\:bg-pink-100:hover{background-color:#fff5f7}.xl\:hover\:bg-pink-200:hover{background-color:#fed7e2}.xl\:hover\:bg-pink-300:hover{background-color:#fbb6ce}.xl\:hover\:bg-pink-400:hover{background-color:#f687b3}.xl\:hover\:bg-pink-500:hover{background-color:#ed64a6}.xl\:hover\:bg-pink-600:hover{background-color:#d53f8c}.xl\:hover\:bg-pink-700:hover{background-color:#b83280}.xl\:hover\:bg-pink-800:hover{background-color:#97266d}.xl\:hover\:bg-pink-900:hover{background-color:#702459}.xl\:hover\:bg-regal-blue:hover{background-color:#243c5a}.xl\:hover\:bg-selection-blue:hover{background-color:#aadaff}.xl\:hover\:bg-fill-gray:hover{background-color:#e2e2e2}.xl\:hover\:bg-outline-gray:hover{background-color:#d0d0d0}.xl\:hover\:bg-disabled-red:hover{background-color:#ecc9c9}.xl\:hover\:bg-violated-red:hover{background-color:#ff7b7b}.xl\:hover\:bg-modified-yellow:hover{background-color:#fce869}.xl\:focus\:bg-transparent:focus{background-color:initial}.xl\:focus\:bg-black:focus{background-color:#000}.xl\:focus\:bg-white:focus{background-color:#fff}.xl\:focus\:bg-gray-100:focus{background-color:#f7fafc}.xl\:focus\:bg-gray-200:focus{background-color:#edf2f7}.xl\:focus\:bg-gray-300:focus{background-color:#e2e8f0}.xl\:focus\:bg-gray-400:focus{background-color:#cbd5e0}.xl\:focus\:bg-gray-500:focus{background-color:#a0aec0}.xl\:focus\:bg-gray-600:focus{background-color:#718096}.xl\:focus\:bg-gray-700:focus{background-color:#4a5568}.xl\:focus\:bg-gray-800:focus{background-color:#2d3748}.xl\:focus\:bg-gray-900:focus{background-color:#1a202c}.xl\:focus\:bg-red-100:focus{background-color:#fff5f5}.xl\:focus\:bg-red-200:focus{background-color:#fed7d7}.xl\:focus\:bg-red-300:focus{background-color:#feb2b2}.xl\:focus\:bg-red-400:focus{background-color:#fc8181}.xl\:focus\:bg-red-500:focus{background-color:#f56565}.xl\:focus\:bg-red-600:focus{background-color:#e53e3e}.xl\:focus\:bg-red-700:focus{background-color:#c53030}.xl\:focus\:bg-red-800:focus{background-color:#9b2c2c}.xl\:focus\:bg-red-900:focus{background-color:#742a2a}.xl\:focus\:bg-orange-100:focus{background-color:#fffaf0}.xl\:focus\:bg-orange-200:focus{background-color:#feebc8}.xl\:focus\:bg-orange-300:focus{background-color:#fbd38d}.xl\:focus\:bg-orange-400:focus{background-color:#f6ad55}.xl\:focus\:bg-orange-500:focus{background-color:#ed8936}.xl\:focus\:bg-orange-600:focus{background-color:#dd6b20}.xl\:focus\:bg-orange-700:focus{background-color:#c05621}.xl\:focus\:bg-orange-800:focus{background-color:#9c4221}.xl\:focus\:bg-orange-900:focus{background-color:#7b341e}.xl\:focus\:bg-yellow-100:focus{background-color:ivory}.xl\:focus\:bg-yellow-200:focus{background-color:#fefcbf}.xl\:focus\:bg-yellow-300:focus{background-color:#faf089}.xl\:focus\:bg-yellow-400:focus{background-color:#f6e05e}.xl\:focus\:bg-yellow-500:focus{background-color:#ecc94b}.xl\:focus\:bg-yellow-600:focus{background-color:#d69e2e}.xl\:focus\:bg-yellow-700:focus{background-color:#b7791f}.xl\:focus\:bg-yellow-800:focus{background-color:#975a16}.xl\:focus\:bg-yellow-900:focus{background-color:#744210}.xl\:focus\:bg-green-100:focus{background-color:#f0fff4}.xl\:focus\:bg-green-200:focus{background-color:#c6f6d5}.xl\:focus\:bg-green-300:focus{background-color:#9ae6b4}.xl\:focus\:bg-green-400:focus{background-color:#68d391}.xl\:focus\:bg-green-500:focus{background-color:#48bb78}.xl\:focus\:bg-green-600:focus{background-color:#38a169}.xl\:focus\:bg-green-700:focus{background-color:#2f855a}.xl\:focus\:bg-green-800:focus{background-color:#276749}.xl\:focus\:bg-green-900:focus{background-color:#22543d}.xl\:focus\:bg-teal-100:focus{background-color:#e6fffa}.xl\:focus\:bg-teal-200:focus{background-color:#b2f5ea}.xl\:focus\:bg-teal-300:focus{background-color:#81e6d9}.xl\:focus\:bg-teal-400:focus{background-color:#4fd1c5}.xl\:focus\:bg-teal-500:focus{background-color:#38b2ac}.xl\:focus\:bg-teal-600:focus{background-color:#319795}.xl\:focus\:bg-teal-700:focus{background-color:#2c7a7b}.xl\:focus\:bg-teal-800:focus{background-color:#285e61}.xl\:focus\:bg-teal-900:focus{background-color:#234e52}.xl\:focus\:bg-blue-100:focus{background-color:#ebf8ff}.xl\:focus\:bg-blue-200:focus{background-color:#bee3f8}.xl\:focus\:bg-blue-300:focus{background-color:#90cdf4}.xl\:focus\:bg-blue-400:focus{background-color:#63b3ed}.xl\:focus\:bg-blue-500:focus{background-color:#4299e1}.xl\:focus\:bg-blue-600:focus{background-color:#3182ce}.xl\:focus\:bg-blue-700:focus{background-color:#2b6cb0}.xl\:focus\:bg-blue-800:focus{background-color:#2c5282}.xl\:focus\:bg-blue-900:focus{background-color:#2a4365}.xl\:focus\:bg-indigo-100:focus{background-color:#ebf4ff}.xl\:focus\:bg-indigo-200:focus{background-color:#c3dafe}.xl\:focus\:bg-indigo-300:focus{background-color:#a3bffa}.xl\:focus\:bg-indigo-400:focus{background-color:#7f9cf5}.xl\:focus\:bg-indigo-500:focus{background-color:#667eea}.xl\:focus\:bg-indigo-600:focus{background-color:#5a67d8}.xl\:focus\:bg-indigo-700:focus{background-color:#4c51bf}.xl\:focus\:bg-indigo-800:focus{background-color:#434190}.xl\:focus\:bg-indigo-900:focus{background-color:#3c366b}.xl\:focus\:bg-purple-100:focus{background-color:#faf5ff}.xl\:focus\:bg-purple-200:focus{background-color:#e9d8fd}.xl\:focus\:bg-purple-300:focus{background-color:#d6bcfa}.xl\:focus\:bg-purple-400:focus{background-color:#b794f4}.xl\:focus\:bg-purple-500:focus{background-color:#9f7aea}.xl\:focus\:bg-purple-600:focus{background-color:#805ad5}.xl\:focus\:bg-purple-700:focus{background-color:#6b46c1}.xl\:focus\:bg-purple-800:focus{background-color:#553c9a}.xl\:focus\:bg-purple-900:focus{background-color:#44337a}.xl\:focus\:bg-pink-100:focus{background-color:#fff5f7}.xl\:focus\:bg-pink-200:focus{background-color:#fed7e2}.xl\:focus\:bg-pink-300:focus{background-color:#fbb6ce}.xl\:focus\:bg-pink-400:focus{background-color:#f687b3}.xl\:focus\:bg-pink-500:focus{background-color:#ed64a6}.xl\:focus\:bg-pink-600:focus{background-color:#d53f8c}.xl\:focus\:bg-pink-700:focus{background-color:#b83280}.xl\:focus\:bg-pink-800:focus{background-color:#97266d}.xl\:focus\:bg-pink-900:focus{background-color:#702459}.xl\:focus\:bg-regal-blue:focus{background-color:#243c5a}.xl\:focus\:bg-selection-blue:focus{background-color:#aadaff}.xl\:focus\:bg-fill-gray:focus{background-color:#e2e2e2}.xl\:focus\:bg-outline-gray:focus{background-color:#d0d0d0}.xl\:focus\:bg-disabled-red:focus{background-color:#ecc9c9}.xl\:focus\:bg-violated-red:focus{background-color:#ff7b7b}.xl\:focus\:bg-modified-yellow:focus{background-color:#fce869}.xl\:bg-bottom{background-position:bottom}.xl\:bg-center{background-position:50%}.xl\:bg-left{background-position:0}.xl\:bg-left-bottom{background-position:0 100%}.xl\:bg-left-top{background-position:0 0}.xl\:bg-right{background-position:100%}.xl\:bg-right-bottom{background-position:100% 100%}.xl\:bg-right-top{background-position:100% 0}.xl\:bg-top{background-position:top}.xl\:bg-repeat{background-repeat:repeat}.xl\:bg-no-repeat{background-repeat:no-repeat}.xl\:bg-repeat-x{background-repeat:repeat-x}.xl\:bg-repeat-y{background-repeat:repeat-y}.xl\:bg-repeat-round{background-repeat:round}.xl\:bg-repeat-space{background-repeat:space}.xl\:bg-auto{background-size:auto}.xl\:bg-cover{background-size:cover}.xl\:bg-contain{background-size:contain}.xl\:border-collapse{border-collapse:collapse}.xl\:border-separate{border-collapse:initial}.xl\:border-transparent{border-color:transparent}.xl\:border-black{border-color:#000}.xl\:border-white{border-color:#fff}.xl\:border-gray-100{border-color:#f7fafc}.xl\:border-gray-200{border-color:#edf2f7}.xl\:border-gray-300{border-color:#e2e8f0}.xl\:border-gray-400{border-color:#cbd5e0}.xl\:border-gray-500{border-color:#a0aec0}.xl\:border-gray-600{border-color:#718096}.xl\:border-gray-700{border-color:#4a5568}.xl\:border-gray-800{border-color:#2d3748}.xl\:border-gray-900{border-color:#1a202c}.xl\:border-red-100{border-color:#fff5f5}.xl\:border-red-200{border-color:#fed7d7}.xl\:border-red-300{border-color:#feb2b2}.xl\:border-red-400{border-color:#fc8181}.xl\:border-red-500{border-color:#f56565}.xl\:border-red-600{border-color:#e53e3e}.xl\:border-red-700{border-color:#c53030}.xl\:border-red-800{border-color:#9b2c2c}.xl\:border-red-900{border-color:#742a2a}.xl\:border-orange-100{border-color:#fffaf0}.xl\:border-orange-200{border-color:#feebc8}.xl\:border-orange-300{border-color:#fbd38d}.xl\:border-orange-400{border-color:#f6ad55}.xl\:border-orange-500{border-color:#ed8936}.xl\:border-orange-600{border-color:#dd6b20}.xl\:border-orange-700{border-color:#c05621}.xl\:border-orange-800{border-color:#9c4221}.xl\:border-orange-900{border-color:#7b341e}.xl\:border-yellow-100{border-color:ivory}.xl\:border-yellow-200{border-color:#fefcbf}.xl\:border-yellow-300{border-color:#faf089}.xl\:border-yellow-400{border-color:#f6e05e}.xl\:border-yellow-500{border-color:#ecc94b}.xl\:border-yellow-600{border-color:#d69e2e}.xl\:border-yellow-700{border-color:#b7791f}.xl\:border-yellow-800{border-color:#975a16}.xl\:border-yellow-900{border-color:#744210}.xl\:border-green-100{border-color:#f0fff4}.xl\:border-green-200{border-color:#c6f6d5}.xl\:border-green-300{border-color:#9ae6b4}.xl\:border-green-400{border-color:#68d391}.xl\:border-green-500{border-color:#48bb78}.xl\:border-green-600{border-color:#38a169}.xl\:border-green-700{border-color:#2f855a}.xl\:border-green-800{border-color:#276749}.xl\:border-green-900{border-color:#22543d}.xl\:border-teal-100{border-color:#e6fffa}.xl\:border-teal-200{border-color:#b2f5ea}.xl\:border-teal-300{border-color:#81e6d9}.xl\:border-teal-400{border-color:#4fd1c5}.xl\:border-teal-500{border-color:#38b2ac}.xl\:border-teal-600{border-color:#319795}.xl\:border-teal-700{border-color:#2c7a7b}.xl\:border-teal-800{border-color:#285e61}.xl\:border-teal-900{border-color:#234e52}.xl\:border-blue-100{border-color:#ebf8ff}.xl\:border-blue-200{border-color:#bee3f8}.xl\:border-blue-300{border-color:#90cdf4}.xl\:border-blue-400{border-color:#63b3ed}.xl\:border-blue-500{border-color:#4299e1}.xl\:border-blue-600{border-color:#3182ce}.xl\:border-blue-700{border-color:#2b6cb0}.xl\:border-blue-800{border-color:#2c5282}.xl\:border-blue-900{border-color:#2a4365}.xl\:border-indigo-100{border-color:#ebf4ff}.xl\:border-indigo-200{border-color:#c3dafe}.xl\:border-indigo-300{border-color:#a3bffa}.xl\:border-indigo-400{border-color:#7f9cf5}.xl\:border-indigo-500{border-color:#667eea}.xl\:border-indigo-600{border-color:#5a67d8}.xl\:border-indigo-700{border-color:#4c51bf}.xl\:border-indigo-800{border-color:#434190}.xl\:border-indigo-900{border-color:#3c366b}.xl\:border-purple-100{border-color:#faf5ff}.xl\:border-purple-200{border-color:#e9d8fd}.xl\:border-purple-300{border-color:#d6bcfa}.xl\:border-purple-400{border-color:#b794f4}.xl\:border-purple-500{border-color:#9f7aea}.xl\:border-purple-600{border-color:#805ad5}.xl\:border-purple-700{border-color:#6b46c1}.xl\:border-purple-800{border-color:#553c9a}.xl\:border-purple-900{border-color:#44337a}.xl\:border-pink-100{border-color:#fff5f7}.xl\:border-pink-200{border-color:#fed7e2}.xl\:border-pink-300{border-color:#fbb6ce}.xl\:border-pink-400{border-color:#f687b3}.xl\:border-pink-500{border-color:#ed64a6}.xl\:border-pink-600{border-color:#d53f8c}.xl\:border-pink-700{border-color:#b83280}.xl\:border-pink-800{border-color:#97266d}.xl\:border-pink-900{border-color:#702459}.xl\:border-regal-blue{border-color:#243c5a}.xl\:border-selection-blue{border-color:#aadaff}.xl\:border-fill-gray{border-color:#e2e2e2}.xl\:border-outline-gray{border-color:#d0d0d0}.xl\:border-disabled-red{border-color:#ecc9c9}.xl\:border-violated-red{border-color:#ff7b7b}.xl\:border-modified-yellow{border-color:#fce869}.xl\:hover\:border-transparent:hover{border-color:transparent}.xl\:hover\:border-black:hover{border-color:#000}.xl\:hover\:border-white:hover{border-color:#fff}.xl\:hover\:border-gray-100:hover{border-color:#f7fafc}.xl\:hover\:border-gray-200:hover{border-color:#edf2f7}.xl\:hover\:border-gray-300:hover{border-color:#e2e8f0}.xl\:hover\:border-gray-400:hover{border-color:#cbd5e0}.xl\:hover\:border-gray-500:hover{border-color:#a0aec0}.xl\:hover\:border-gray-600:hover{border-color:#718096}.xl\:hover\:border-gray-700:hover{border-color:#4a5568}.xl\:hover\:border-gray-800:hover{border-color:#2d3748}.xl\:hover\:border-gray-900:hover{border-color:#1a202c}.xl\:hover\:border-red-100:hover{border-color:#fff5f5}.xl\:hover\:border-red-200:hover{border-color:#fed7d7}.xl\:hover\:border-red-300:hover{border-color:#feb2b2}.xl\:hover\:border-red-400:hover{border-color:#fc8181}.xl\:hover\:border-red-500:hover{border-color:#f56565}.xl\:hover\:border-red-600:hover{border-color:#e53e3e}.xl\:hover\:border-red-700:hover{border-color:#c53030}.xl\:hover\:border-red-800:hover{border-color:#9b2c2c}.xl\:hover\:border-red-900:hover{border-color:#742a2a}.xl\:hover\:border-orange-100:hover{border-color:#fffaf0}.xl\:hover\:border-orange-200:hover{border-color:#feebc8}.xl\:hover\:border-orange-300:hover{border-color:#fbd38d}.xl\:hover\:border-orange-400:hover{border-color:#f6ad55}.xl\:hover\:border-orange-500:hover{border-color:#ed8936}.xl\:hover\:border-orange-600:hover{border-color:#dd6b20}.xl\:hover\:border-orange-700:hover{border-color:#c05621}.xl\:hover\:border-orange-800:hover{border-color:#9c4221}.xl\:hover\:border-orange-900:hover{border-color:#7b341e}.xl\:hover\:border-yellow-100:hover{border-color:ivory}.xl\:hover\:border-yellow-200:hover{border-color:#fefcbf}.xl\:hover\:border-yellow-300:hover{border-color:#faf089}.xl\:hover\:border-yellow-400:hover{border-color:#f6e05e}.xl\:hover\:border-yellow-500:hover{border-color:#ecc94b}.xl\:hover\:border-yellow-600:hover{border-color:#d69e2e}.xl\:hover\:border-yellow-700:hover{border-color:#b7791f}.xl\:hover\:border-yellow-800:hover{border-color:#975a16}.xl\:hover\:border-yellow-900:hover{border-color:#744210}.xl\:hover\:border-green-100:hover{border-color:#f0fff4}.xl\:hover\:border-green-200:hover{border-color:#c6f6d5}.xl\:hover\:border-green-300:hover{border-color:#9ae6b4}.xl\:hover\:border-green-400:hover{border-color:#68d391}.xl\:hover\:border-green-500:hover{border-color:#48bb78}.xl\:hover\:border-green-600:hover{border-color:#38a169}.xl\:hover\:border-green-700:hover{border-color:#2f855a}.xl\:hover\:border-green-800:hover{border-color:#276749}.xl\:hover\:border-green-900:hover{border-color:#22543d}.xl\:hover\:border-teal-100:hover{border-color:#e6fffa}.xl\:hover\:border-teal-200:hover{border-color:#b2f5ea}.xl\:hover\:border-teal-300:hover{border-color:#81e6d9}.xl\:hover\:border-teal-400:hover{border-color:#4fd1c5}.xl\:hover\:border-teal-500:hover{border-color:#38b2ac}.xl\:hover\:border-teal-600:hover{border-color:#319795}.xl\:hover\:border-teal-700:hover{border-color:#2c7a7b}.xl\:hover\:border-teal-800:hover{border-color:#285e61}.xl\:hover\:border-teal-900:hover{border-color:#234e52}.xl\:hover\:border-blue-100:hover{border-color:#ebf8ff}.xl\:hover\:border-blue-200:hover{border-color:#bee3f8}.xl\:hover\:border-blue-300:hover{border-color:#90cdf4}.xl\:hover\:border-blue-400:hover{border-color:#63b3ed}.xl\:hover\:border-blue-500:hover{border-color:#4299e1}.xl\:hover\:border-blue-600:hover{border-color:#3182ce}.xl\:hover\:border-blue-700:hover{border-color:#2b6cb0}.xl\:hover\:border-blue-800:hover{border-color:#2c5282}.xl\:hover\:border-blue-900:hover{border-color:#2a4365}.xl\:hover\:border-indigo-100:hover{border-color:#ebf4ff}.xl\:hover\:border-indigo-200:hover{border-color:#c3dafe}.xl\:hover\:border-indigo-300:hover{border-color:#a3bffa}.xl\:hover\:border-indigo-400:hover{border-color:#7f9cf5}.xl\:hover\:border-indigo-500:hover{border-color:#667eea}.xl\:hover\:border-indigo-600:hover{border-color:#5a67d8}.xl\:hover\:border-indigo-700:hover{border-color:#4c51bf}.xl\:hover\:border-indigo-800:hover{border-color:#434190}.xl\:hover\:border-indigo-900:hover{border-color:#3c366b}.xl\:hover\:border-purple-100:hover{border-color:#faf5ff}.xl\:hover\:border-purple-200:hover{border-color:#e9d8fd}.xl\:hover\:border-purple-300:hover{border-color:#d6bcfa}.xl\:hover\:border-purple-400:hover{border-color:#b794f4}.xl\:hover\:border-purple-500:hover{border-color:#9f7aea}.xl\:hover\:border-purple-600:hover{border-color:#805ad5}.xl\:hover\:border-purple-700:hover{border-color:#6b46c1}.xl\:hover\:border-purple-800:hover{border-color:#553c9a}.xl\:hover\:border-purple-900:hover{border-color:#44337a}.xl\:hover\:border-pink-100:hover{border-color:#fff5f7}.xl\:hover\:border-pink-200:hover{border-color:#fed7e2}.xl\:hover\:border-pink-300:hover{border-color:#fbb6ce}.xl\:hover\:border-pink-400:hover{border-color:#f687b3}.xl\:hover\:border-pink-500:hover{border-color:#ed64a6}.xl\:hover\:border-pink-600:hover{border-color:#d53f8c}.xl\:hover\:border-pink-700:hover{border-color:#b83280}.xl\:hover\:border-pink-800:hover{border-color:#97266d}.xl\:hover\:border-pink-900:hover{border-color:#702459}.xl\:hover\:border-regal-blue:hover{border-color:#243c5a}.xl\:hover\:border-selection-blue:hover{border-color:#aadaff}.xl\:hover\:border-fill-gray:hover{border-color:#e2e2e2}.xl\:hover\:border-outline-gray:hover{border-color:#d0d0d0}.xl\:hover\:border-disabled-red:hover{border-color:#ecc9c9}.xl\:hover\:border-violated-red:hover{border-color:#ff7b7b}.xl\:hover\:border-modified-yellow:hover{border-color:#fce869}.xl\:focus\:border-transparent:focus{border-color:transparent}.xl\:focus\:border-black:focus{border-color:#000}.xl\:focus\:border-white:focus{border-color:#fff}.xl\:focus\:border-gray-100:focus{border-color:#f7fafc}.xl\:focus\:border-gray-200:focus{border-color:#edf2f7}.xl\:focus\:border-gray-300:focus{border-color:#e2e8f0}.xl\:focus\:border-gray-400:focus{border-color:#cbd5e0}.xl\:focus\:border-gray-500:focus{border-color:#a0aec0}.xl\:focus\:border-gray-600:focus{border-color:#718096}.xl\:focus\:border-gray-700:focus{border-color:#4a5568}.xl\:focus\:border-gray-800:focus{border-color:#2d3748}.xl\:focus\:border-gray-900:focus{border-color:#1a202c}.xl\:focus\:border-red-100:focus{border-color:#fff5f5}.xl\:focus\:border-red-200:focus{border-color:#fed7d7}.xl\:focus\:border-red-300:focus{border-color:#feb2b2}.xl\:focus\:border-red-400:focus{border-color:#fc8181}.xl\:focus\:border-red-500:focus{border-color:#f56565}.xl\:focus\:border-red-600:focus{border-color:#e53e3e}.xl\:focus\:border-red-700:focus{border-color:#c53030}.xl\:focus\:border-red-800:focus{border-color:#9b2c2c}.xl\:focus\:border-red-900:focus{border-color:#742a2a}.xl\:focus\:border-orange-100:focus{border-color:#fffaf0}.xl\:focus\:border-orange-200:focus{border-color:#feebc8}.xl\:focus\:border-orange-300:focus{border-color:#fbd38d}.xl\:focus\:border-orange-400:focus{border-color:#f6ad55}.xl\:focus\:border-orange-500:focus{border-color:#ed8936}.xl\:focus\:border-orange-600:focus{border-color:#dd6b20}.xl\:focus\:border-orange-700:focus{border-color:#c05621}.xl\:focus\:border-orange-800:focus{border-color:#9c4221}.xl\:focus\:border-orange-900:focus{border-color:#7b341e}.xl\:focus\:border-yellow-100:focus{border-color:ivory}.xl\:focus\:border-yellow-200:focus{border-color:#fefcbf}.xl\:focus\:border-yellow-300:focus{border-color:#faf089}.xl\:focus\:border-yellow-400:focus{border-color:#f6e05e}.xl\:focus\:border-yellow-500:focus{border-color:#ecc94b}.xl\:focus\:border-yellow-600:focus{border-color:#d69e2e}.xl\:focus\:border-yellow-700:focus{border-color:#b7791f}.xl\:focus\:border-yellow-800:focus{border-color:#975a16}.xl\:focus\:border-yellow-900:focus{border-color:#744210}.xl\:focus\:border-green-100:focus{border-color:#f0fff4}.xl\:focus\:border-green-200:focus{border-color:#c6f6d5}.xl\:focus\:border-green-300:focus{border-color:#9ae6b4}.xl\:focus\:border-green-400:focus{border-color:#68d391}.xl\:focus\:border-green-500:focus{border-color:#48bb78}.xl\:focus\:border-green-600:focus{border-color:#38a169}.xl\:focus\:border-green-700:focus{border-color:#2f855a}.xl\:focus\:border-green-800:focus{border-color:#276749}.xl\:focus\:border-green-900:focus{border-color:#22543d}.xl\:focus\:border-teal-100:focus{border-color:#e6fffa}.xl\:focus\:border-teal-200:focus{border-color:#b2f5ea}.xl\:focus\:border-teal-300:focus{border-color:#81e6d9}.xl\:focus\:border-teal-400:focus{border-color:#4fd1c5}.xl\:focus\:border-teal-500:focus{border-color:#38b2ac}.xl\:focus\:border-teal-600:focus{border-color:#319795}.xl\:focus\:border-teal-700:focus{border-color:#2c7a7b}.xl\:focus\:border-teal-800:focus{border-color:#285e61}.xl\:focus\:border-teal-900:focus{border-color:#234e52}.xl\:focus\:border-blue-100:focus{border-color:#ebf8ff}.xl\:focus\:border-blue-200:focus{border-color:#bee3f8}.xl\:focus\:border-blue-300:focus{border-color:#90cdf4}.xl\:focus\:border-blue-400:focus{border-color:#63b3ed}.xl\:focus\:border-blue-500:focus{border-color:#4299e1}.xl\:focus\:border-blue-600:focus{border-color:#3182ce}.xl\:focus\:border-blue-700:focus{border-color:#2b6cb0}.xl\:focus\:border-blue-800:focus{border-color:#2c5282}.xl\:focus\:border-blue-900:focus{border-color:#2a4365}.xl\:focus\:border-indigo-100:focus{border-color:#ebf4ff}.xl\:focus\:border-indigo-200:focus{border-color:#c3dafe}.xl\:focus\:border-indigo-300:focus{border-color:#a3bffa}.xl\:focus\:border-indigo-400:focus{border-color:#7f9cf5}.xl\:focus\:border-indigo-500:focus{border-color:#667eea}.xl\:focus\:border-indigo-600:focus{border-color:#5a67d8}.xl\:focus\:border-indigo-700:focus{border-color:#4c51bf}.xl\:focus\:border-indigo-800:focus{border-color:#434190}.xl\:focus\:border-indigo-900:focus{border-color:#3c366b}.xl\:focus\:border-purple-100:focus{border-color:#faf5ff}.xl\:focus\:border-purple-200:focus{border-color:#e9d8fd}.xl\:focus\:border-purple-300:focus{border-color:#d6bcfa}.xl\:focus\:border-purple-400:focus{border-color:#b794f4}.xl\:focus\:border-purple-500:focus{border-color:#9f7aea}.xl\:focus\:border-purple-600:focus{border-color:#805ad5}.xl\:focus\:border-purple-700:focus{border-color:#6b46c1}.xl\:focus\:border-purple-800:focus{border-color:#553c9a}.xl\:focus\:border-purple-900:focus{border-color:#44337a}.xl\:focus\:border-pink-100:focus{border-color:#fff5f7}.xl\:focus\:border-pink-200:focus{border-color:#fed7e2}.xl\:focus\:border-pink-300:focus{border-color:#fbb6ce}.xl\:focus\:border-pink-400:focus{border-color:#f687b3}.xl\:focus\:border-pink-500:focus{border-color:#ed64a6}.xl\:focus\:border-pink-600:focus{border-color:#d53f8c}.xl\:focus\:border-pink-700:focus{border-color:#b83280}.xl\:focus\:border-pink-800:focus{border-color:#97266d}.xl\:focus\:border-pink-900:focus{border-color:#702459}.xl\:focus\:border-regal-blue:focus{border-color:#243c5a}.xl\:focus\:border-selection-blue:focus{border-color:#aadaff}.xl\:focus\:border-fill-gray:focus{border-color:#e2e2e2}.xl\:focus\:border-outline-gray:focus{border-color:#d0d0d0}.xl\:focus\:border-disabled-red:focus{border-color:#ecc9c9}.xl\:focus\:border-violated-red:focus{border-color:#ff7b7b}.xl\:focus\:border-modified-yellow:focus{border-color:#fce869}.xl\:rounded-none{border-radius:0}.xl\:rounded-sm{border-radius:.125rem}.xl\:rounded{border-radius:.25rem}.xl\:rounded-lg{border-radius:.5rem}.xl\:rounded-full{border-radius:9999px}.xl\:rounded-xl{border-radius:1rem}.xl\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.xl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.xl\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.xl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.xl\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.xl\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.xl\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.xl\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.xl\:rounded-t{border-top-left-radius:.25rem}.xl\:rounded-r,.xl\:rounded-t{border-top-right-radius:.25rem}.xl\:rounded-b,.xl\:rounded-r{border-bottom-right-radius:.25rem}.xl\:rounded-b,.xl\:rounded-l{border-bottom-left-radius:.25rem}.xl\:rounded-l{border-top-left-radius:.25rem}.xl\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.xl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.xl\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.xl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.xl\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.xl\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.xl\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.xl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.xl\:rounded-t-xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.xl\:rounded-r-xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.xl\:rounded-b-xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.xl\:rounded-l-xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.xl\:rounded-tl-none{border-top-left-radius:0}.xl\:rounded-tr-none{border-top-right-radius:0}.xl\:rounded-br-none{border-bottom-right-radius:0}.xl\:rounded-bl-none{border-bottom-left-radius:0}.xl\:rounded-tl-sm{border-top-left-radius:.125rem}.xl\:rounded-tr-sm{border-top-right-radius:.125rem}.xl\:rounded-br-sm{border-bottom-right-radius:.125rem}.xl\:rounded-bl-sm{border-bottom-left-radius:.125rem}.xl\:rounded-tl{border-top-left-radius:.25rem}.xl\:rounded-tr{border-top-right-radius:.25rem}.xl\:rounded-br{border-bottom-right-radius:.25rem}.xl\:rounded-bl{border-bottom-left-radius:.25rem}.xl\:rounded-tl-lg{border-top-left-radius:.5rem}.xl\:rounded-tr-lg{border-top-right-radius:.5rem}.xl\:rounded-br-lg{border-bottom-right-radius:.5rem}.xl\:rounded-bl-lg{border-bottom-left-radius:.5rem}.xl\:rounded-tl-full{border-top-left-radius:9999px}.xl\:rounded-tr-full{border-top-right-radius:9999px}.xl\:rounded-br-full{border-bottom-right-radius:9999px}.xl\:rounded-bl-full{border-bottom-left-radius:9999px}.xl\:rounded-tl-xl{border-top-left-radius:1rem}.xl\:rounded-tr-xl{border-top-right-radius:1rem}.xl\:rounded-br-xl{border-bottom-right-radius:1rem}.xl\:rounded-bl-xl{border-bottom-left-radius:1rem}.xl\:border-solid{border-style:solid}.xl\:border-dashed{border-style:dashed}.xl\:border-dotted{border-style:dotted}.xl\:border-double{border-style:double}.xl\:border-none{border-style:none}.xl\:border-0{border-width:0}.xl\:border-1{border-width:1px}.xl\:border-2{border-width:2px}.xl\:border-3{border-width:3px}.xl\:border-4{border-width:4px}.xl\:border-8{border-width:8px}.xl\:border{border-width:1px}.xl\:border-t-0{border-top-width:0}.xl\:border-r-0{border-right-width:0}.xl\:border-b-0{border-bottom-width:0}.xl\:border-l-0{border-left-width:0}.xl\:border-t-1{border-top-width:1px}.xl\:border-r-1{border-right-width:1px}.xl\:border-b-1{border-bottom-width:1px}.xl\:border-l-1{border-left-width:1px}.xl\:border-t-2{border-top-width:2px}.xl\:border-r-2{border-right-width:2px}.xl\:border-b-2{border-bottom-width:2px}.xl\:border-l-2{border-left-width:2px}.xl\:border-t-3{border-top-width:3px}.xl\:border-r-3{border-right-width:3px}.xl\:border-b-3{border-bottom-width:3px}.xl\:border-l-3{border-left-width:3px}.xl\:border-t-4{border-top-width:4px}.xl\:border-r-4{border-right-width:4px}.xl\:border-b-4{border-bottom-width:4px}.xl\:border-l-4{border-left-width:4px}.xl\:border-t-8{border-top-width:8px}.xl\:border-r-8{border-right-width:8px}.xl\:border-b-8{border-bottom-width:8px}.xl\:border-l-8{border-left-width:8px}.xl\:border-t{border-top-width:1px}.xl\:border-r{border-right-width:1px}.xl\:border-b{border-bottom-width:1px}.xl\:border-l{border-left-width:1px}.xl\:cursor-auto{cursor:auto}.xl\:cursor-default{cursor:default}.xl\:cursor-pointer{cursor:pointer}.xl\:cursor-wait{cursor:wait}.xl\:cursor-text{cursor:text}.xl\:cursor-move{cursor:move}.xl\:cursor-not-allowed{cursor:not-allowed}.xl\:block{display:block}.xl\:inline-block{display:inline-block}.xl\:inline{display:inline}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}.xl\:table{display:table}.xl\:table-row{display:table-row}.xl\:table-cell{display:table-cell}.xl\:hidden{display:none}.xl\:flex-row{flex-direction:row}.xl\:flex-row-reverse{flex-direction:row-reverse}.xl\:flex-col{flex-direction:column}.xl\:flex-col-reverse{flex-direction:column-reverse}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.xl\:flex-no-wrap{flex-wrap:nowrap}.xl\:items-start{align-items:flex-start}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:items-stretch{align-items:stretch}.xl\:self-auto{align-self:auto}.xl\:self-start{align-self:flex-start}.xl\:self-end{align-self:flex-end}.xl\:self-center{align-self:center}.xl\:self-stretch{align-self:stretch}.xl\:justify-start{justify-content:flex-start}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-around{justify-content:space-around}.xl\:content-center{align-content:center}.xl\:content-start{align-content:flex-start}.xl\:content-end{align-content:flex-end}.xl\:content-between{align-content:space-between}.xl\:content-around{align-content:space-around}.xl\:flex-1{flex:1 1 0%}.xl\:flex-auto{flex:1 1 auto}.xl\:flex-initial{flex:0 1 auto}.xl\:flex-none{flex:none}.xl\:flex-grow-0{flex-grow:0}.xl\:flex-grow{flex-grow:1}.xl\:flex-shrink-0{flex-shrink:0}.xl\:flex-shrink{flex-shrink:1}.xl\:order-1{order:1}.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:order-4{order:4}.xl\:order-5{order:5}.xl\:order-6{order:6}.xl\:order-7{order:7}.xl\:order-8{order:8}.xl\:order-9{order:9}.xl\:order-10{order:10}.xl\:order-11{order:11}.xl\:order-12{order:12}.xl\:order-first{order:-9999}.xl\:order-last{order:9999}.xl\:order-none{order:0}.xl\:float-right{float:right}.xl\:float-left{float:left}.xl\:float-none{float:none}.xl\:clearfix:after{content:"";display:table;clear:both}.xl\:font-sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.xl\:font-serif{font-family:Georgia,Cambria,"Times New Roman",Times,serif}.xl\:font-mono{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.xl\:font-hairline{font-weight:100}.xl\:font-thin{font-weight:200}.xl\:font-light{font-weight:300}.xl\:font-normal{font-weight:400}.xl\:font-medium{font-weight:500}.xl\:font-semibold{font-weight:600}.xl\:font-bold{font-weight:700}.xl\:font-extrabold{font-weight:800}.xl\:font-black{font-weight:900}.xl\:hover\:font-hairline:hover{font-weight:100}.xl\:hover\:font-thin:hover{font-weight:200}.xl\:hover\:font-light:hover{font-weight:300}.xl\:hover\:font-normal:hover{font-weight:400}.xl\:hover\:font-medium:hover{font-weight:500}.xl\:hover\:font-semibold:hover{font-weight:600}.xl\:hover\:font-bold:hover{font-weight:700}.xl\:hover\:font-extrabold:hover{font-weight:800}.xl\:hover\:font-black:hover{font-weight:900}.xl\:focus\:font-hairline:focus{font-weight:100}.xl\:focus\:font-thin:focus{font-weight:200}.xl\:focus\:font-light:focus{font-weight:300}.xl\:focus\:font-normal:focus{font-weight:400}.xl\:focus\:font-medium:focus{font-weight:500}.xl\:focus\:font-semibold:focus{font-weight:600}.xl\:focus\:font-bold:focus{font-weight:700}.xl\:focus\:font-extrabold:focus{font-weight:800}.xl\:focus\:font-black:focus{font-weight:900}.xl\:h-0{height:0}.xl\:h-1{height:.25rem}.xl\:h-2{height:.5rem}.xl\:h-3{height:.75rem}.xl\:h-4{height:1rem}.xl\:h-5{height:1.25rem}.xl\:h-6{height:1.5rem}.xl\:h-8{height:2rem}.xl\:h-10{height:2.5rem}.xl\:h-12{height:3rem}.xl\:h-16{height:4rem}.xl\:h-20{height:5rem}.xl\:h-24{height:6rem}.xl\:h-32{height:8rem}.xl\:h-40{height:10rem}.xl\:h-48{height:12rem}.xl\:h-56{height:14rem}.xl\:h-64{height:16rem}.xl\:h-auto{height:auto}.xl\:h-px{height:1px}.xl\:h-full{height:100%}.xl\:h-screen{height:100vh}.xl\:leading-none{line-height:1}.xl\:leading-tight{line-height:1.25}.xl\:leading-snug{line-height:1.375}.xl\:leading-normal{line-height:1.5}.xl\:leading-relaxed{line-height:1.625}.xl\:leading-loose{line-height:2}.xl\:list-inside{list-style-position:inside}.xl\:list-outside{list-style-position:outside}.xl\:list-none{list-style-type:none}.xl\:list-disc{list-style-type:disc}.xl\:list-decimal{list-style-type:decimal}.xl\:m-0{margin:0}.xl\:m-1{margin:.25rem}.xl\:m-2{margin:.5rem}.xl\:m-3{margin:.75rem}.xl\:m-4{margin:1rem}.xl\:m-5{margin:1.25rem}.xl\:m-6{margin:1.5rem}.xl\:m-8{margin:2rem}.xl\:m-10{margin:2.5rem}.xl\:m-12{margin:3rem}.xl\:m-16{margin:4rem}.xl\:m-20{margin:5rem}.xl\:m-24{margin:6rem}.xl\:m-32{margin:8rem}.xl\:m-40{margin:10rem}.xl\:m-48{margin:12rem}.xl\:m-56{margin:14rem}.xl\:m-64{margin:16rem}.xl\:m-auto{margin:auto}.xl\:m-px{margin:1px}.xl\:-m-1{margin:-.25rem}.xl\:-m-2{margin:-.5rem}.xl\:-m-3{margin:-.75rem}.xl\:-m-4{margin:-1rem}.xl\:-m-5{margin:-1.25rem}.xl\:-m-6{margin:-1.5rem}.xl\:-m-8{margin:-2rem}.xl\:-m-10{margin:-2.5rem}.xl\:-m-12{margin:-3rem}.xl\:-m-16{margin:-4rem}.xl\:-m-20{margin:-5rem}.xl\:-m-24{margin:-6rem}.xl\:-m-32{margin:-8rem}.xl\:-m-40{margin:-10rem}.xl\:-m-48{margin:-12rem}.xl\:-m-56{margin:-14rem}.xl\:-m-64{margin:-16rem}.xl\:-m-px{margin:-1px}.xl\:my-0{margin-top:0;margin-bottom:0}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xl\:mx-1{margin-left:.25rem;margin-right:.25rem}.xl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.xl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xl\:mx-3{margin-left:.75rem;margin-right:.75rem}.xl\:my-4{margin-top:1rem;margin-bottom:1rem}.xl\:mx-4{margin-left:1rem;margin-right:1rem}.xl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.xl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xl\:my-8{margin-top:2rem;margin-bottom:2rem}.xl\:mx-8{margin-left:2rem;margin-right:2rem}.xl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.xl\:my-12{margin-top:3rem;margin-bottom:3rem}.xl\:mx-12{margin-left:3rem;margin-right:3rem}.xl\:my-16{margin-top:4rem;margin-bottom:4rem}.xl\:mx-16{margin-left:4rem;margin-right:4rem}.xl\:my-20{margin-top:5rem;margin-bottom:5rem}.xl\:mx-20{margin-left:5rem;margin-right:5rem}.xl\:my-24{margin-top:6rem;margin-bottom:6rem}.xl\:mx-24{margin-left:6rem;margin-right:6rem}.xl\:my-32{margin-top:8rem;margin-bottom:8rem}.xl\:mx-32{margin-left:8rem;margin-right:8rem}.xl\:my-40{margin-top:10rem;margin-bottom:10rem}.xl\:mx-40{margin-left:10rem;margin-right:10rem}.xl\:my-48{margin-top:12rem;margin-bottom:12rem}.xl\:mx-48{margin-left:12rem;margin-right:12rem}.xl\:my-56{margin-top:14rem;margin-bottom:14rem}.xl\:mx-56{margin-left:14rem;margin-right:14rem}.xl\:my-64{margin-top:16rem;margin-bottom:16rem}.xl\:mx-64{margin-left:16rem;margin-right:16rem}.xl\:my-auto{margin-top:auto;margin-bottom:auto}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:my-px{margin-top:1px;margin-bottom:1px}.xl\:mx-px{margin-left:1px;margin-right:1px}.xl\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.xl\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.xl\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.xl\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.xl\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.xl\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.xl\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.xl\:-mx-4{margin-left:-1rem;margin-right:-1rem}.xl\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.xl\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.xl\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.xl\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.xl\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.xl\:-mx-8{margin-left:-2rem;margin-right:-2rem}.xl\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.xl\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.xl\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.xl\:-mx-12{margin-left:-3rem;margin-right:-3rem}.xl\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.xl\:-mx-16{margin-left:-4rem;margin-right:-4rem}.xl\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.xl\:-mx-20{margin-left:-5rem;margin-right:-5rem}.xl\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.xl\:-mx-24{margin-left:-6rem;margin-right:-6rem}.xl\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.xl\:-mx-32{margin-left:-8rem;margin-right:-8rem}.xl\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.xl\:-mx-40{margin-left:-10rem;margin-right:-10rem}.xl\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.xl\:-mx-48{margin-left:-12rem;margin-right:-12rem}.xl\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.xl\:-mx-56{margin-left:-14rem;margin-right:-14rem}.xl\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.xl\:-mx-64{margin-left:-16rem;margin-right:-16rem}.xl\:-my-px{margin-top:-1px;margin-bottom:-1px}.xl\:-mx-px{margin-left:-1px;margin-right:-1px}.xl\:mt-0{margin-top:0}.xl\:mr-0{margin-right:0}.xl\:mb-0{margin-bottom:0}.xl\:ml-0{margin-left:0}.xl\:mt-1{margin-top:.25rem}.xl\:mr-1{margin-right:.25rem}.xl\:mb-1{margin-bottom:.25rem}.xl\:ml-1{margin-left:.25rem}.xl\:mt-2{margin-top:.5rem}.xl\:mr-2{margin-right:.5rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:ml-2{margin-left:.5rem}.xl\:mt-3{margin-top:.75rem}.xl\:mr-3{margin-right:.75rem}.xl\:mb-3{margin-bottom:.75rem}.xl\:ml-3{margin-left:.75rem}.xl\:mt-4{margin-top:1rem}.xl\:mr-4{margin-right:1rem}.xl\:mb-4{margin-bottom:1rem}.xl\:ml-4{margin-left:1rem}.xl\:mt-5{margin-top:1.25rem}.xl\:mr-5{margin-right:1.25rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:ml-5{margin-left:1.25rem}.xl\:mt-6{margin-top:1.5rem}.xl\:mr-6{margin-right:1.5rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:ml-6{margin-left:1.5rem}.xl\:mt-8{margin-top:2rem}.xl\:mr-8{margin-right:2rem}.xl\:mb-8{margin-bottom:2rem}.xl\:ml-8{margin-left:2rem}.xl\:mt-10{margin-top:2.5rem}.xl\:mr-10{margin-right:2.5rem}.xl\:mb-10{margin-bottom:2.5rem}.xl\:ml-10{margin-left:2.5rem}.xl\:mt-12{margin-top:3rem}.xl\:mr-12{margin-right:3rem}.xl\:mb-12{margin-bottom:3rem}.xl\:ml-12{margin-left:3rem}.xl\:mt-16{margin-top:4rem}.xl\:mr-16{margin-right:4rem}.xl\:mb-16{margin-bottom:4rem}.xl\:ml-16{margin-left:4rem}.xl\:mt-20{margin-top:5rem}.xl\:mr-20{margin-right:5rem}.xl\:mb-20{margin-bottom:5rem}.xl\:ml-20{margin-left:5rem}.xl\:mt-24{margin-top:6rem}.xl\:mr-24{margin-right:6rem}.xl\:mb-24{margin-bottom:6rem}.xl\:ml-24{margin-left:6rem}.xl\:mt-32{margin-top:8rem}.xl\:mr-32{margin-right:8rem}.xl\:mb-32{margin-bottom:8rem}.xl\:ml-32{margin-left:8rem}.xl\:mt-40{margin-top:10rem}.xl\:mr-40{margin-right:10rem}.xl\:mb-40{margin-bottom:10rem}.xl\:ml-40{margin-left:10rem}.xl\:mt-48{margin-top:12rem}.xl\:mr-48{margin-right:12rem}.xl\:mb-48{margin-bottom:12rem}.xl\:ml-48{margin-left:12rem}.xl\:mt-56{margin-top:14rem}.xl\:mr-56{margin-right:14rem}.xl\:mb-56{margin-bottom:14rem}.xl\:ml-56{margin-left:14rem}.xl\:mt-64{margin-top:16rem}.xl\:mr-64{margin-right:16rem}.xl\:mb-64{margin-bottom:16rem}.xl\:ml-64{margin-left:16rem}.xl\:mt-auto{margin-top:auto}.xl\:mr-auto{margin-right:auto}.xl\:mb-auto{margin-bottom:auto}.xl\:ml-auto{margin-left:auto}.xl\:mt-px{margin-top:1px}.xl\:mr-px{margin-right:1px}.xl\:mb-px{margin-bottom:1px}.xl\:ml-px{margin-left:1px}.xl\:-mt-1{margin-top:-.25rem}.xl\:-mr-1{margin-right:-.25rem}.xl\:-mb-1{margin-bottom:-.25rem}.xl\:-ml-1{margin-left:-.25rem}.xl\:-mt-2{margin-top:-.5rem}.xl\:-mr-2{margin-right:-.5rem}.xl\:-mb-2{margin-bottom:-.5rem}.xl\:-ml-2{margin-left:-.5rem}.xl\:-mt-3{margin-top:-.75rem}.xl\:-mr-3{margin-right:-.75rem}.xl\:-mb-3{margin-bottom:-.75rem}.xl\:-ml-3{margin-left:-.75rem}.xl\:-mt-4{margin-top:-1rem}.xl\:-mr-4{margin-right:-1rem}.xl\:-mb-4{margin-bottom:-1rem}.xl\:-ml-4{margin-left:-1rem}.xl\:-mt-5{margin-top:-1.25rem}.xl\:-mr-5{margin-right:-1.25rem}.xl\:-mb-5{margin-bottom:-1.25rem}.xl\:-ml-5{margin-left:-1.25rem}.xl\:-mt-6{margin-top:-1.5rem}.xl\:-mr-6{margin-right:-1.5rem}.xl\:-mb-6{margin-bottom:-1.5rem}.xl\:-ml-6{margin-left:-1.5rem}.xl\:-mt-8{margin-top:-2rem}.xl\:-mr-8{margin-right:-2rem}.xl\:-mb-8{margin-bottom:-2rem}.xl\:-ml-8{margin-left:-2rem}.xl\:-mt-10{margin-top:-2.5rem}.xl\:-mr-10{margin-right:-2.5rem}.xl\:-mb-10{margin-bottom:-2.5rem}.xl\:-ml-10{margin-left:-2.5rem}.xl\:-mt-12{margin-top:-3rem}.xl\:-mr-12{margin-right:-3rem}.xl\:-mb-12{margin-bottom:-3rem}.xl\:-ml-12{margin-left:-3rem}.xl\:-mt-16{margin-top:-4rem}.xl\:-mr-16{margin-right:-4rem}.xl\:-mb-16{margin-bottom:-4rem}.xl\:-ml-16{margin-left:-4rem}.xl\:-mt-20{margin-top:-5rem}.xl\:-mr-20{margin-right:-5rem}.xl\:-mb-20{margin-bottom:-5rem}.xl\:-ml-20{margin-left:-5rem}.xl\:-mt-24{margin-top:-6rem}.xl\:-mr-24{margin-right:-6rem}.xl\:-mb-24{margin-bottom:-6rem}.xl\:-ml-24{margin-left:-6rem}.xl\:-mt-32{margin-top:-8rem}.xl\:-mr-32{margin-right:-8rem}.xl\:-mb-32{margin-bottom:-8rem}.xl\:-ml-32{margin-left:-8rem}.xl\:-mt-40{margin-top:-10rem}.xl\:-mr-40{margin-right:-10rem}.xl\:-mb-40{margin-bottom:-10rem}.xl\:-ml-40{margin-left:-10rem}.xl\:-mt-48{margin-top:-12rem}.xl\:-mr-48{margin-right:-12rem}.xl\:-mb-48{margin-bottom:-12rem}.xl\:-ml-48{margin-left:-12rem}.xl\:-mt-56{margin-top:-14rem}.xl\:-mr-56{margin-right:-14rem}.xl\:-mb-56{margin-bottom:-14rem}.xl\:-ml-56{margin-left:-14rem}.xl\:-mt-64{margin-top:-16rem}.xl\:-mr-64{margin-right:-16rem}.xl\:-mb-64{margin-bottom:-16rem}.xl\:-ml-64{margin-left:-16rem}.xl\:-mt-px{margin-top:-1px}.xl\:-mr-px{margin-right:-1px}.xl\:-mb-px{margin-bottom:-1px}.xl\:-ml-px{margin-left:-1px}.xl\:max-h-full{max-height:100%}.xl\:max-h-screen{max-height:100vh}.xl\:max-w-xs{max-width:20rem}.xl\:max-w-sm{max-width:24rem}.xl\:max-w-md{max-width:28rem}.xl\:max-w-lg{max-width:32rem}.xl\:max-w-xl{max-width:36rem}.xl\:max-w-2xl{max-width:42rem}.xl\:max-w-3xl{max-width:48rem}.xl\:max-w-4xl{max-width:56rem}.xl\:max-w-5xl{max-width:64rem}.xl\:max-w-6xl{max-width:72rem}.xl\:max-w-full{max-width:100%}.xl\:min-h-0{min-height:0}.xl\:min-h-full{min-height:100%}.xl\:min-h-screen{min-height:100vh}.xl\:min-w-0{min-width:0}.xl\:min-w-full{min-width:100%}.xl\:object-contain{object-fit:contain}.xl\:object-cover{object-fit:cover}.xl\:object-fill{object-fit:fill}.xl\:object-none{object-fit:none}.xl\:object-scale-down{object-fit:scale-down}.xl\:object-bottom{object-position:bottom}.xl\:object-center{object-position:center}.xl\:object-left{object-position:left}.xl\:object-left-bottom{object-position:left bottom}.xl\:object-left-top{object-position:left top}.xl\:object-right{object-position:right}.xl\:object-right-bottom{object-position:right bottom}.xl\:object-right-top{object-position:right top}.xl\:object-top{object-position:top}.xl\:opacity-0{opacity:0}.xl\:opacity-25{opacity:.25}.xl\:opacity-50{opacity:.5}.xl\:opacity-75{opacity:.75}.xl\:opacity-100{opacity:1}.xl\:hover\:opacity-0:hover{opacity:0}.xl\:hover\:opacity-25:hover{opacity:.25}.xl\:hover\:opacity-50:hover{opacity:.5}.xl\:hover\:opacity-75:hover{opacity:.75}.xl\:hover\:opacity-100:hover{opacity:1}.xl\:focus\:opacity-0:focus{opacity:0}.xl\:focus\:opacity-25:focus{opacity:.25}.xl\:focus\:opacity-50:focus{opacity:.5}.xl\:focus\:opacity-75:focus{opacity:.75}.xl\:focus\:opacity-100:focus{opacity:1}.xl\:focus\:outline-none:focus,.xl\:outline-none{outline:0}.xl\:overflow-auto{overflow:auto}.xl\:overflow-hidden{overflow:hidden}.xl\:overflow-visible{overflow:visible}.xl\:overflow-scroll{overflow:scroll}.xl\:overflow-x-auto{overflow-x:auto}.xl\:overflow-y-auto{overflow-y:auto}.xl\:overflow-x-hidden{overflow-x:hidden}.xl\:overflow-y-hidden{overflow-y:hidden}.xl\:overflow-x-visible{overflow-x:visible}.xl\:overflow-y-visible{overflow-y:visible}.xl\:overflow-x-scroll{overflow-x:scroll}.xl\:overflow-y-scroll{overflow-y:scroll}.xl\:scrolling-touch{-webkit-overflow-scrolling:touch}.xl\:scrolling-auto{-webkit-overflow-scrolling:auto}.xl\:p-0{padding:0}.xl\:p-1{padding:.25rem}.xl\:p-2{padding:.5rem}.xl\:p-3{padding:.75rem}.xl\:p-4{padding:1rem}.xl\:p-5{padding:1.25rem}.xl\:p-6{padding:1.5rem}.xl\:p-8{padding:2rem}.xl\:p-10{padding:2.5rem}.xl\:p-12{padding:3rem}.xl\:p-16{padding:4rem}.xl\:p-20{padding:5rem}.xl\:p-24{padding:6rem}.xl\:p-32{padding:8rem}.xl\:p-40{padding:10rem}.xl\:p-48{padding:12rem}.xl\:p-56{padding:14rem}.xl\:p-64{padding:16rem}.xl\:p-px{padding:1px}.xl\:py-0{padding-top:0;padding-bottom:0}.xl\:px-0{padding-left:0;padding-right:0}.xl\:py-1{padding-top:.25rem;padding-bottom:.25rem}.xl\:px-1{padding-left:.25rem;padding-right:.25rem}.xl\:py-2{padding-top:.5rem;padding-bottom:.5rem}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:py-4{padding-top:1rem;padding-bottom:1rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:py-8{padding-top:2rem;padding-bottom:2rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:py-12{padding-top:3rem;padding-bottom:3rem}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:py-16{padding-top:4rem;padding-bottom:4rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:py-20{padding-top:5rem;padding-bottom:5rem}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:py-24{padding-top:6rem;padding-bottom:6rem}.xl\:px-24{padding-left:6rem;padding-right:6rem}.xl\:py-32{padding-top:8rem;padding-bottom:8rem}.xl\:px-32{padding-left:8rem;padding-right:8rem}.xl\:py-40{padding-top:10rem;padding-bottom:10rem}.xl\:px-40{padding-left:10rem;padding-right:10rem}.xl\:py-48{padding-top:12rem;padding-bottom:12rem}.xl\:px-48{padding-left:12rem;padding-right:12rem}.xl\:py-56{padding-top:14rem;padding-bottom:14rem}.xl\:px-56{padding-left:14rem;padding-right:14rem}.xl\:py-64{padding-top:16rem;padding-bottom:16rem}.xl\:px-64{padding-left:16rem;padding-right:16rem}.xl\:py-px{padding-top:1px;padding-bottom:1px}.xl\:px-px{padding-left:1px;padding-right:1px}.xl\:pt-0{padding-top:0}.xl\:pr-0{padding-right:0}.xl\:pb-0{padding-bottom:0}.xl\:pl-0{padding-left:0}.xl\:pt-1{padding-top:.25rem}.xl\:pr-1{padding-right:.25rem}.xl\:pb-1{padding-bottom:.25rem}.xl\:pl-1{padding-left:.25rem}.xl\:pt-2{padding-top:.5rem}.xl\:pr-2{padding-right:.5rem}.xl\:pb-2{padding-bottom:.5rem}.xl\:pl-2{padding-left:.5rem}.xl\:pt-3{padding-top:.75rem}.xl\:pr-3{padding-right:.75rem}.xl\:pb-3{padding-bottom:.75rem}.xl\:pl-3{padding-left:.75rem}.xl\:pt-4{padding-top:1rem}.xl\:pr-4{padding-right:1rem}.xl\:pb-4{padding-bottom:1rem}.xl\:pl-4{padding-left:1rem}.xl\:pt-5{padding-top:1.25rem}.xl\:pr-5{padding-right:1.25rem}.xl\:pb-5{padding-bottom:1.25rem}.xl\:pl-5{padding-left:1.25rem}.xl\:pt-6{padding-top:1.5rem}.xl\:pr-6{padding-right:1.5rem}.xl\:pb-6{padding-bottom:1.5rem}.xl\:pl-6{padding-left:1.5rem}.xl\:pt-8{padding-top:2rem}.xl\:pr-8{padding-right:2rem}.xl\:pb-8{padding-bottom:2rem}.xl\:pl-8{padding-left:2rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pr-10{padding-right:2.5rem}.xl\:pb-10{padding-bottom:2.5rem}.xl\:pl-10{padding-left:2.5rem}.xl\:pt-12{padding-top:3rem}.xl\:pr-12{padding-right:3rem}.xl\:pb-12{padding-bottom:3rem}.xl\:pl-12{padding-left:3rem}.xl\:pt-16{padding-top:4rem}.xl\:pr-16{padding-right:4rem}.xl\:pb-16{padding-bottom:4rem}.xl\:pl-16{padding-left:4rem}.xl\:pt-20{padding-top:5rem}.xl\:pr-20{padding-right:5rem}.xl\:pb-20{padding-bottom:5rem}.xl\:pl-20{padding-left:5rem}.xl\:pt-24{padding-top:6rem}.xl\:pr-24{padding-right:6rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pl-24{padding-left:6rem}.xl\:pt-32{padding-top:8rem}.xl\:pr-32{padding-right:8rem}.xl\:pb-32{padding-bottom:8rem}.xl\:pl-32{padding-left:8rem}.xl\:pt-40{padding-top:10rem}.xl\:pr-40{padding-right:10rem}.xl\:pb-40{padding-bottom:10rem}.xl\:pl-40{padding-left:10rem}.xl\:pt-48{padding-top:12rem}.xl\:pr-48{padding-right:12rem}.xl\:pb-48{padding-bottom:12rem}.xl\:pl-48{padding-left:12rem}.xl\:pt-56{padding-top:14rem}.xl\:pr-56{padding-right:14rem}.xl\:pb-56{padding-bottom:14rem}.xl\:pl-56{padding-left:14rem}.xl\:pt-64{padding-top:16rem}.xl\:pr-64{padding-right:16rem}.xl\:pb-64{padding-bottom:16rem}.xl\:pl-64{padding-left:16rem}.xl\:pt-px{padding-top:1px}.xl\:pr-px{padding-right:1px}.xl\:pb-px{padding-bottom:1px}.xl\:pl-px{padding-left:1px}.xl\:placeholder-transparent::-webkit-input-placeholder{color:transparent}.xl\:placeholder-transparent::placeholder{color:transparent}.xl\:placeholder-black::-webkit-input-placeholder{color:#000}.xl\:placeholder-black::placeholder{color:#000}.xl\:placeholder-white::-webkit-input-placeholder{color:#fff}.xl\:placeholder-white::placeholder{color:#fff}.xl\:placeholder-gray-100::-webkit-input-placeholder{color:#f7fafc}.xl\:placeholder-gray-100::placeholder{color:#f7fafc}.xl\:placeholder-gray-200::-webkit-input-placeholder{color:#edf2f7}.xl\:placeholder-gray-200::placeholder{color:#edf2f7}.xl\:placeholder-gray-300::-webkit-input-placeholder{color:#e2e8f0}.xl\:placeholder-gray-300::placeholder{color:#e2e8f0}.xl\:placeholder-gray-400::-webkit-input-placeholder{color:#cbd5e0}.xl\:placeholder-gray-400::placeholder{color:#cbd5e0}.xl\:placeholder-gray-500::-webkit-input-placeholder{color:#a0aec0}.xl\:placeholder-gray-500::placeholder{color:#a0aec0}.xl\:placeholder-gray-600::-webkit-input-placeholder{color:#718096}.xl\:placeholder-gray-600::placeholder{color:#718096}.xl\:placeholder-gray-700::-webkit-input-placeholder{color:#4a5568}.xl\:placeholder-gray-700::placeholder{color:#4a5568}.xl\:placeholder-gray-800::-webkit-input-placeholder{color:#2d3748}.xl\:placeholder-gray-800::placeholder{color:#2d3748}.xl\:placeholder-gray-900::-webkit-input-placeholder{color:#1a202c}.xl\:placeholder-gray-900::placeholder{color:#1a202c}.xl\:placeholder-red-100::-webkit-input-placeholder{color:#fff5f5}.xl\:placeholder-red-100::placeholder{color:#fff5f5}.xl\:placeholder-red-200::-webkit-input-placeholder{color:#fed7d7}.xl\:placeholder-red-200::placeholder{color:#fed7d7}.xl\:placeholder-red-300::-webkit-input-placeholder{color:#feb2b2}.xl\:placeholder-red-300::placeholder{color:#feb2b2}.xl\:placeholder-red-400::-webkit-input-placeholder{color:#fc8181}.xl\:placeholder-red-400::placeholder{color:#fc8181}.xl\:placeholder-red-500::-webkit-input-placeholder{color:#f56565}.xl\:placeholder-red-500::placeholder{color:#f56565}.xl\:placeholder-red-600::-webkit-input-placeholder{color:#e53e3e}.xl\:placeholder-red-600::placeholder{color:#e53e3e}.xl\:placeholder-red-700::-webkit-input-placeholder{color:#c53030}.xl\:placeholder-red-700::placeholder{color:#c53030}.xl\:placeholder-red-800::-webkit-input-placeholder{color:#9b2c2c}.xl\:placeholder-red-800::placeholder{color:#9b2c2c}.xl\:placeholder-red-900::-webkit-input-placeholder{color:#742a2a}.xl\:placeholder-red-900::placeholder{color:#742a2a}.xl\:placeholder-orange-100::-webkit-input-placeholder{color:#fffaf0}.xl\:placeholder-orange-100::placeholder{color:#fffaf0}.xl\:placeholder-orange-200::-webkit-input-placeholder{color:#feebc8}.xl\:placeholder-orange-200::placeholder{color:#feebc8}.xl\:placeholder-orange-300::-webkit-input-placeholder{color:#fbd38d}.xl\:placeholder-orange-300::placeholder{color:#fbd38d}.xl\:placeholder-orange-400::-webkit-input-placeholder{color:#f6ad55}.xl\:placeholder-orange-400::placeholder{color:#f6ad55}.xl\:placeholder-orange-500::-webkit-input-placeholder{color:#ed8936}.xl\:placeholder-orange-500::placeholder{color:#ed8936}.xl\:placeholder-orange-600::-webkit-input-placeholder{color:#dd6b20}.xl\:placeholder-orange-600::placeholder{color:#dd6b20}.xl\:placeholder-orange-700::-webkit-input-placeholder{color:#c05621}.xl\:placeholder-orange-700::placeholder{color:#c05621}.xl\:placeholder-orange-800::-webkit-input-placeholder{color:#9c4221}.xl\:placeholder-orange-800::placeholder{color:#9c4221}.xl\:placeholder-orange-900::-webkit-input-placeholder{color:#7b341e}.xl\:placeholder-orange-900::placeholder{color:#7b341e}.xl\:placeholder-yellow-100::-webkit-input-placeholder{color:ivory}.xl\:placeholder-yellow-100::placeholder{color:ivory}.xl\:placeholder-yellow-200::-webkit-input-placeholder{color:#fefcbf}.xl\:placeholder-yellow-200::placeholder{color:#fefcbf}.xl\:placeholder-yellow-300::-webkit-input-placeholder{color:#faf089}.xl\:placeholder-yellow-300::placeholder{color:#faf089}.xl\:placeholder-yellow-400::-webkit-input-placeholder{color:#f6e05e}.xl\:placeholder-yellow-400::placeholder{color:#f6e05e}.xl\:placeholder-yellow-500::-webkit-input-placeholder{color:#ecc94b}.xl\:placeholder-yellow-500::placeholder{color:#ecc94b}.xl\:placeholder-yellow-600::-webkit-input-placeholder{color:#d69e2e}.xl\:placeholder-yellow-600::placeholder{color:#d69e2e}.xl\:placeholder-yellow-700::-webkit-input-placeholder{color:#b7791f}.xl\:placeholder-yellow-700::placeholder{color:#b7791f}.xl\:placeholder-yellow-800::-webkit-input-placeholder{color:#975a16}.xl\:placeholder-yellow-800::placeholder{color:#975a16}.xl\:placeholder-yellow-900::-webkit-input-placeholder{color:#744210}.xl\:placeholder-yellow-900::placeholder{color:#744210}.xl\:placeholder-green-100::-webkit-input-placeholder{color:#f0fff4}.xl\:placeholder-green-100::placeholder{color:#f0fff4}.xl\:placeholder-green-200::-webkit-input-placeholder{color:#c6f6d5}.xl\:placeholder-green-200::placeholder{color:#c6f6d5}.xl\:placeholder-green-300::-webkit-input-placeholder{color:#9ae6b4}.xl\:placeholder-green-300::placeholder{color:#9ae6b4}.xl\:placeholder-green-400::-webkit-input-placeholder{color:#68d391}.xl\:placeholder-green-400::placeholder{color:#68d391}.xl\:placeholder-green-500::-webkit-input-placeholder{color:#48bb78}.xl\:placeholder-green-500::placeholder{color:#48bb78}.xl\:placeholder-green-600::-webkit-input-placeholder{color:#38a169}.xl\:placeholder-green-600::placeholder{color:#38a169}.xl\:placeholder-green-700::-webkit-input-placeholder{color:#2f855a}.xl\:placeholder-green-700::placeholder{color:#2f855a}.xl\:placeholder-green-800::-webkit-input-placeholder{color:#276749}.xl\:placeholder-green-800::placeholder{color:#276749}.xl\:placeholder-green-900::-webkit-input-placeholder{color:#22543d}.xl\:placeholder-green-900::placeholder{color:#22543d}.xl\:placeholder-teal-100::-webkit-input-placeholder{color:#e6fffa}.xl\:placeholder-teal-100::placeholder{color:#e6fffa}.xl\:placeholder-teal-200::-webkit-input-placeholder{color:#b2f5ea}.xl\:placeholder-teal-200::placeholder{color:#b2f5ea}.xl\:placeholder-teal-300::-webkit-input-placeholder{color:#81e6d9}.xl\:placeholder-teal-300::placeholder{color:#81e6d9}.xl\:placeholder-teal-400::-webkit-input-placeholder{color:#4fd1c5}.xl\:placeholder-teal-400::placeholder{color:#4fd1c5}.xl\:placeholder-teal-500::-webkit-input-placeholder{color:#38b2ac}.xl\:placeholder-teal-500::placeholder{color:#38b2ac}.xl\:placeholder-teal-600::-webkit-input-placeholder{color:#319795}.xl\:placeholder-teal-600::placeholder{color:#319795}.xl\:placeholder-teal-700::-webkit-input-placeholder{color:#2c7a7b}.xl\:placeholder-teal-700::placeholder{color:#2c7a7b}.xl\:placeholder-teal-800::-webkit-input-placeholder{color:#285e61}.xl\:placeholder-teal-800::placeholder{color:#285e61}.xl\:placeholder-teal-900::-webkit-input-placeholder{color:#234e52}.xl\:placeholder-teal-900::placeholder{color:#234e52}.xl\:placeholder-blue-100::-webkit-input-placeholder{color:#ebf8ff}.xl\:placeholder-blue-100::placeholder{color:#ebf8ff}.xl\:placeholder-blue-200::-webkit-input-placeholder{color:#bee3f8}.xl\:placeholder-blue-200::placeholder{color:#bee3f8}.xl\:placeholder-blue-300::-webkit-input-placeholder{color:#90cdf4}.xl\:placeholder-blue-300::placeholder{color:#90cdf4}.xl\:placeholder-blue-400::-webkit-input-placeholder{color:#63b3ed}.xl\:placeholder-blue-400::placeholder{color:#63b3ed}.xl\:placeholder-blue-500::-webkit-input-placeholder{color:#4299e1}.xl\:placeholder-blue-500::placeholder{color:#4299e1}.xl\:placeholder-blue-600::-webkit-input-placeholder{color:#3182ce}.xl\:placeholder-blue-600::placeholder{color:#3182ce}.xl\:placeholder-blue-700::-webkit-input-placeholder{color:#2b6cb0}.xl\:placeholder-blue-700::placeholder{color:#2b6cb0}.xl\:placeholder-blue-800::-webkit-input-placeholder{color:#2c5282}.xl\:placeholder-blue-800::placeholder{color:#2c5282}.xl\:placeholder-blue-900::-webkit-input-placeholder{color:#2a4365}.xl\:placeholder-blue-900::placeholder{color:#2a4365}.xl\:placeholder-indigo-100::-webkit-input-placeholder{color:#ebf4ff}.xl\:placeholder-indigo-100::placeholder{color:#ebf4ff}.xl\:placeholder-indigo-200::-webkit-input-placeholder{color:#c3dafe}.xl\:placeholder-indigo-200::placeholder{color:#c3dafe}.xl\:placeholder-indigo-300::-webkit-input-placeholder{color:#a3bffa}.xl\:placeholder-indigo-300::placeholder{color:#a3bffa}.xl\:placeholder-indigo-400::-webkit-input-placeholder{color:#7f9cf5}.xl\:placeholder-indigo-400::placeholder{color:#7f9cf5}.xl\:placeholder-indigo-500::-webkit-input-placeholder{color:#667eea}.xl\:placeholder-indigo-500::placeholder{color:#667eea}.xl\:placeholder-indigo-600::-webkit-input-placeholder{color:#5a67d8}.xl\:placeholder-indigo-600::placeholder{color:#5a67d8}.xl\:placeholder-indigo-700::-webkit-input-placeholder{color:#4c51bf}.xl\:placeholder-indigo-700::placeholder{color:#4c51bf}.xl\:placeholder-indigo-800::-webkit-input-placeholder{color:#434190}.xl\:placeholder-indigo-800::placeholder{color:#434190}.xl\:placeholder-indigo-900::-webkit-input-placeholder{color:#3c366b}.xl\:placeholder-indigo-900::placeholder{color:#3c366b}.xl\:placeholder-purple-100::-webkit-input-placeholder{color:#faf5ff}.xl\:placeholder-purple-100::placeholder{color:#faf5ff}.xl\:placeholder-purple-200::-webkit-input-placeholder{color:#e9d8fd}.xl\:placeholder-purple-200::placeholder{color:#e9d8fd}.xl\:placeholder-purple-300::-webkit-input-placeholder{color:#d6bcfa}.xl\:placeholder-purple-300::placeholder{color:#d6bcfa}.xl\:placeholder-purple-400::-webkit-input-placeholder{color:#b794f4}.xl\:placeholder-purple-400::placeholder{color:#b794f4}.xl\:placeholder-purple-500::-webkit-input-placeholder{color:#9f7aea}.xl\:placeholder-purple-500::placeholder{color:#9f7aea}.xl\:placeholder-purple-600::-webkit-input-placeholder{color:#805ad5}.xl\:placeholder-purple-600::placeholder{color:#805ad5}.xl\:placeholder-purple-700::-webkit-input-placeholder{color:#6b46c1}.xl\:placeholder-purple-700::placeholder{color:#6b46c1}.xl\:placeholder-purple-800::-webkit-input-placeholder{color:#553c9a}.xl\:placeholder-purple-800::placeholder{color:#553c9a}.xl\:placeholder-purple-900::-webkit-input-placeholder{color:#44337a}.xl\:placeholder-purple-900::placeholder{color:#44337a}.xl\:placeholder-pink-100::-webkit-input-placeholder{color:#fff5f7}.xl\:placeholder-pink-100::placeholder{color:#fff5f7}.xl\:placeholder-pink-200::-webkit-input-placeholder{color:#fed7e2}.xl\:placeholder-pink-200::placeholder{color:#fed7e2}.xl\:placeholder-pink-300::-webkit-input-placeholder{color:#fbb6ce}.xl\:placeholder-pink-300::placeholder{color:#fbb6ce}.xl\:placeholder-pink-400::-webkit-input-placeholder{color:#f687b3}.xl\:placeholder-pink-400::placeholder{color:#f687b3}.xl\:placeholder-pink-500::-webkit-input-placeholder{color:#ed64a6}.xl\:placeholder-pink-500::placeholder{color:#ed64a6}.xl\:placeholder-pink-600::-webkit-input-placeholder{color:#d53f8c}.xl\:placeholder-pink-600::placeholder{color:#d53f8c}.xl\:placeholder-pink-700::-webkit-input-placeholder{color:#b83280}.xl\:placeholder-pink-700::placeholder{color:#b83280}.xl\:placeholder-pink-800::-webkit-input-placeholder{color:#97266d}.xl\:placeholder-pink-800::placeholder{color:#97266d}.xl\:placeholder-pink-900::-webkit-input-placeholder{color:#702459}.xl\:placeholder-pink-900::placeholder{color:#702459}.xl\:placeholder-regal-blue::-webkit-input-placeholder{color:#243c5a}.xl\:placeholder-regal-blue::placeholder{color:#243c5a}.xl\:placeholder-selection-blue::-webkit-input-placeholder{color:#aadaff}.xl\:placeholder-selection-blue::placeholder{color:#aadaff}.xl\:placeholder-fill-gray::-webkit-input-placeholder{color:#e2e2e2}.xl\:placeholder-fill-gray::placeholder{color:#e2e2e2}.xl\:placeholder-outline-gray::-webkit-input-placeholder{color:#d0d0d0}.xl\:placeholder-outline-gray::placeholder{color:#d0d0d0}.xl\:placeholder-disabled-red::-webkit-input-placeholder{color:#ecc9c9}.xl\:placeholder-disabled-red::placeholder{color:#ecc9c9}.xl\:placeholder-violated-red::-webkit-input-placeholder{color:#ff7b7b}.xl\:placeholder-violated-red::placeholder{color:#ff7b7b}.xl\:placeholder-modified-yellow::-webkit-input-placeholder{color:#fce869}.xl\:placeholder-modified-yellow::placeholder{color:#fce869}.xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{color:transparent}.xl\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{color:#000}.xl\:focus\:placeholder-black:focus::placeholder{color:#000}.xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{color:#fff}.xl\:focus\:placeholder-white:focus::placeholder{color:#fff}.xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{color:#f7fafc}.xl\:focus\:placeholder-gray-100:focus::placeholder{color:#f7fafc}.xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{color:#edf2f7}.xl\:focus\:placeholder-gray-200:focus::placeholder{color:#edf2f7}.xl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{color:#e2e8f0}.xl\:focus\:placeholder-gray-300:focus::placeholder{color:#e2e8f0}.xl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{color:#cbd5e0}.xl\:focus\:placeholder-gray-400:focus::placeholder{color:#cbd5e0}.xl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{color:#a0aec0}.xl\:focus\:placeholder-gray-500:focus::placeholder{color:#a0aec0}.xl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{color:#718096}.xl\:focus\:placeholder-gray-600:focus::placeholder{color:#718096}.xl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{color:#4a5568}.xl\:focus\:placeholder-gray-700:focus::placeholder{color:#4a5568}.xl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{color:#2d3748}.xl\:focus\:placeholder-gray-800:focus::placeholder{color:#2d3748}.xl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{color:#1a202c}.xl\:focus\:placeholder-gray-900:focus::placeholder{color:#1a202c}.xl\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{color:#fff5f5}.xl\:focus\:placeholder-red-100:focus::placeholder{color:#fff5f5}.xl\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{color:#fed7d7}.xl\:focus\:placeholder-red-200:focus::placeholder{color:#fed7d7}.xl\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{color:#feb2b2}.xl\:focus\:placeholder-red-300:focus::placeholder{color:#feb2b2}.xl\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{color:#fc8181}.xl\:focus\:placeholder-red-400:focus::placeholder{color:#fc8181}.xl\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{color:#f56565}.xl\:focus\:placeholder-red-500:focus::placeholder{color:#f56565}.xl\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{color:#e53e3e}.xl\:focus\:placeholder-red-600:focus::placeholder{color:#e53e3e}.xl\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{color:#c53030}.xl\:focus\:placeholder-red-700:focus::placeholder{color:#c53030}.xl\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{color:#9b2c2c}.xl\:focus\:placeholder-red-800:focus::placeholder{color:#9b2c2c}.xl\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{color:#742a2a}.xl\:focus\:placeholder-red-900:focus::placeholder{color:#742a2a}.xl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{color:#fffaf0}.xl\:focus\:placeholder-orange-100:focus::placeholder{color:#fffaf0}.xl\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{color:#feebc8}.xl\:focus\:placeholder-orange-200:focus::placeholder{color:#feebc8}.xl\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{color:#fbd38d}.xl\:focus\:placeholder-orange-300:focus::placeholder{color:#fbd38d}.xl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{color:#f6ad55}.xl\:focus\:placeholder-orange-400:focus::placeholder{color:#f6ad55}.xl\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{color:#ed8936}.xl\:focus\:placeholder-orange-500:focus::placeholder{color:#ed8936}.xl\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{color:#dd6b20}.xl\:focus\:placeholder-orange-600:focus::placeholder{color:#dd6b20}.xl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{color:#c05621}.xl\:focus\:placeholder-orange-700:focus::placeholder{color:#c05621}.xl\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{color:#9c4221}.xl\:focus\:placeholder-orange-800:focus::placeholder{color:#9c4221}.xl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{color:#7b341e}.xl\:focus\:placeholder-orange-900:focus::placeholder{color:#7b341e}.xl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{color:ivory}.xl\:focus\:placeholder-yellow-100:focus::placeholder{color:ivory}.xl\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{color:#fefcbf}.xl\:focus\:placeholder-yellow-200:focus::placeholder{color:#fefcbf}.xl\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{color:#faf089}.xl\:focus\:placeholder-yellow-300:focus::placeholder{color:#faf089}.xl\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{color:#f6e05e}.xl\:focus\:placeholder-yellow-400:focus::placeholder{color:#f6e05e}.xl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{color:#ecc94b}.xl\:focus\:placeholder-yellow-500:focus::placeholder{color:#ecc94b}.xl\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{color:#d69e2e}.xl\:focus\:placeholder-yellow-600:focus::placeholder{color:#d69e2e}.xl\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{color:#b7791f}.xl\:focus\:placeholder-yellow-700:focus::placeholder{color:#b7791f}.xl\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{color:#975a16}.xl\:focus\:placeholder-yellow-800:focus::placeholder{color:#975a16}.xl\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{color:#744210}.xl\:focus\:placeholder-yellow-900:focus::placeholder{color:#744210}.xl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{color:#f0fff4}.xl\:focus\:placeholder-green-100:focus::placeholder{color:#f0fff4}.xl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{color:#c6f6d5}.xl\:focus\:placeholder-green-200:focus::placeholder{color:#c6f6d5}.xl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{color:#9ae6b4}.xl\:focus\:placeholder-green-300:focus::placeholder{color:#9ae6b4}.xl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{color:#68d391}.xl\:focus\:placeholder-green-400:focus::placeholder{color:#68d391}.xl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{color:#48bb78}.xl\:focus\:placeholder-green-500:focus::placeholder{color:#48bb78}.xl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{color:#38a169}.xl\:focus\:placeholder-green-600:focus::placeholder{color:#38a169}.xl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{color:#2f855a}.xl\:focus\:placeholder-green-700:focus::placeholder{color:#2f855a}.xl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{color:#276749}.xl\:focus\:placeholder-green-800:focus::placeholder{color:#276749}.xl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{color:#22543d}.xl\:focus\:placeholder-green-900:focus::placeholder{color:#22543d}.xl\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{color:#e6fffa}.xl\:focus\:placeholder-teal-100:focus::placeholder{color:#e6fffa}.xl\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{color:#b2f5ea}.xl\:focus\:placeholder-teal-200:focus::placeholder{color:#b2f5ea}.xl\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{color:#81e6d9}.xl\:focus\:placeholder-teal-300:focus::placeholder{color:#81e6d9}.xl\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{color:#4fd1c5}.xl\:focus\:placeholder-teal-400:focus::placeholder{color:#4fd1c5}.xl\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{color:#38b2ac}.xl\:focus\:placeholder-teal-500:focus::placeholder{color:#38b2ac}.xl\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{color:#319795}.xl\:focus\:placeholder-teal-600:focus::placeholder{color:#319795}.xl\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{color:#2c7a7b}.xl\:focus\:placeholder-teal-700:focus::placeholder{color:#2c7a7b}.xl\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{color:#285e61}.xl\:focus\:placeholder-teal-800:focus::placeholder{color:#285e61}.xl\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{color:#234e52}.xl\:focus\:placeholder-teal-900:focus::placeholder{color:#234e52}.xl\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{color:#ebf8ff}.xl\:focus\:placeholder-blue-100:focus::placeholder{color:#ebf8ff}.xl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{color:#bee3f8}.xl\:focus\:placeholder-blue-200:focus::placeholder{color:#bee3f8}.xl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{color:#90cdf4}.xl\:focus\:placeholder-blue-300:focus::placeholder{color:#90cdf4}.xl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{color:#63b3ed}.xl\:focus\:placeholder-blue-400:focus::placeholder{color:#63b3ed}.xl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{color:#4299e1}.xl\:focus\:placeholder-blue-500:focus::placeholder{color:#4299e1}.xl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{color:#3182ce}.xl\:focus\:placeholder-blue-600:focus::placeholder{color:#3182ce}.xl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{color:#2b6cb0}.xl\:focus\:placeholder-blue-700:focus::placeholder{color:#2b6cb0}.xl\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{color:#2c5282}.xl\:focus\:placeholder-blue-800:focus::placeholder{color:#2c5282}.xl\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{color:#2a4365}.xl\:focus\:placeholder-blue-900:focus::placeholder{color:#2a4365}.xl\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{color:#ebf4ff}.xl\:focus\:placeholder-indigo-100:focus::placeholder{color:#ebf4ff}.xl\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{color:#c3dafe}.xl\:focus\:placeholder-indigo-200:focus::placeholder{color:#c3dafe}.xl\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{color:#a3bffa}.xl\:focus\:placeholder-indigo-300:focus::placeholder{color:#a3bffa}.xl\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{color:#7f9cf5}.xl\:focus\:placeholder-indigo-400:focus::placeholder{color:#7f9cf5}.xl\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{color:#667eea}.xl\:focus\:placeholder-indigo-500:focus::placeholder{color:#667eea}.xl\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{color:#5a67d8}.xl\:focus\:placeholder-indigo-600:focus::placeholder{color:#5a67d8}.xl\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{color:#4c51bf}.xl\:focus\:placeholder-indigo-700:focus::placeholder{color:#4c51bf}.xl\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{color:#434190}.xl\:focus\:placeholder-indigo-800:focus::placeholder{color:#434190}.xl\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{color:#3c366b}.xl\:focus\:placeholder-indigo-900:focus::placeholder{color:#3c366b}.xl\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{color:#faf5ff}.xl\:focus\:placeholder-purple-100:focus::placeholder{color:#faf5ff}.xl\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{color:#e9d8fd}.xl\:focus\:placeholder-purple-200:focus::placeholder{color:#e9d8fd}.xl\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{color:#d6bcfa}.xl\:focus\:placeholder-purple-300:focus::placeholder{color:#d6bcfa}.xl\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{color:#b794f4}.xl\:focus\:placeholder-purple-400:focus::placeholder{color:#b794f4}.xl\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{color:#9f7aea}.xl\:focus\:placeholder-purple-500:focus::placeholder{color:#9f7aea}.xl\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{color:#805ad5}.xl\:focus\:placeholder-purple-600:focus::placeholder{color:#805ad5}.xl\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{color:#6b46c1}.xl\:focus\:placeholder-purple-700:focus::placeholder{color:#6b46c1}.xl\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{color:#553c9a}.xl\:focus\:placeholder-purple-800:focus::placeholder{color:#553c9a}.xl\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{color:#44337a}.xl\:focus\:placeholder-purple-900:focus::placeholder{color:#44337a}.xl\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{color:#fff5f7}.xl\:focus\:placeholder-pink-100:focus::placeholder{color:#fff5f7}.xl\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{color:#fed7e2}.xl\:focus\:placeholder-pink-200:focus::placeholder{color:#fed7e2}.xl\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{color:#fbb6ce}.xl\:focus\:placeholder-pink-300:focus::placeholder{color:#fbb6ce}.xl\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{color:#f687b3}.xl\:focus\:placeholder-pink-400:focus::placeholder{color:#f687b3}.xl\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{color:#ed64a6}.xl\:focus\:placeholder-pink-500:focus::placeholder{color:#ed64a6}.xl\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{color:#d53f8c}.xl\:focus\:placeholder-pink-600:focus::placeholder{color:#d53f8c}.xl\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{color:#b83280}.xl\:focus\:placeholder-pink-700:focus::placeholder{color:#b83280}.xl\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{color:#97266d}.xl\:focus\:placeholder-pink-800:focus::placeholder{color:#97266d}.xl\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{color:#702459}.xl\:focus\:placeholder-pink-900:focus::placeholder{color:#702459}.xl\:focus\:placeholder-regal-blue:focus::-webkit-input-placeholder{color:#243c5a}.xl\:focus\:placeholder-regal-blue:focus::placeholder{color:#243c5a}.xl\:focus\:placeholder-selection-blue:focus::-webkit-input-placeholder{color:#aadaff}.xl\:focus\:placeholder-selection-blue:focus::placeholder{color:#aadaff}.xl\:focus\:placeholder-fill-gray:focus::-webkit-input-placeholder{color:#e2e2e2}.xl\:focus\:placeholder-fill-gray:focus::placeholder{color:#e2e2e2}.xl\:focus\:placeholder-outline-gray:focus::-webkit-input-placeholder{color:#d0d0d0}.xl\:focus\:placeholder-outline-gray:focus::placeholder{color:#d0d0d0}.xl\:focus\:placeholder-disabled-red:focus::-webkit-input-placeholder{color:#ecc9c9}.xl\:focus\:placeholder-disabled-red:focus::placeholder{color:#ecc9c9}.xl\:focus\:placeholder-violated-red:focus::-webkit-input-placeholder{color:#ff7b7b}.xl\:focus\:placeholder-violated-red:focus::placeholder{color:#ff7b7b}.xl\:focus\:placeholder-modified-yellow:focus::-webkit-input-placeholder{color:#fce869}.xl\:focus\:placeholder-modified-yellow:focus::placeholder{color:#fce869}.xl\:pointer-events-none{pointer-events:none}.xl\:pointer-events-auto{pointer-events:auto}.xl\:static{position:static}.xl\:fixed{position:fixed}.xl\:absolute{position:absolute}.xl\:relative{position:relative}.xl\:sticky{position:-webkit-sticky;position:sticky}.xl\:inset-0{top:0;right:0;bottom:0;left:0}.xl\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.xl\:inset-y-0{top:0;bottom:0}.xl\:inset-x-0{right:0;left:0}.xl\:inset-y-auto{top:auto;bottom:auto}.xl\:inset-x-auto{right:auto;left:auto}.xl\:top-0{top:0}.xl\:right-0{right:0}.xl\:bottom-0{bottom:0}.xl\:left-0{left:0}.xl\:top-auto{top:auto}.xl\:right-auto{right:auto}.xl\:bottom-auto{bottom:auto}.xl\:left-auto{left:auto}.xl\:resize-none{resize:none}.xl\:resize-y{resize:vertical}.xl\:resize-x{resize:horizontal}.xl\:resize{resize:both}.xl\:shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.xl\:shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.xl\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.xl\:shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.xl\:shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.xl\:shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.xl\:shadow-outline{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.xl\:shadow-none{box-shadow:none}.xl\:hover\:shadow:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.xl\:hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.xl\:hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.xl\:hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.xl\:hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.xl\:hover\:shadow-inner:hover{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.xl\:hover\:shadow-outline:hover{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.xl\:hover\:shadow-none:hover{box-shadow:none}.xl\:focus\:shadow:focus{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.xl\:focus\:shadow-md:focus{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.xl\:focus\:shadow-lg:focus{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.xl\:focus\:shadow-xl:focus{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.xl\:focus\:shadow-2xl:focus{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.xl\:focus\:shadow-inner:focus{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.xl\:focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.xl\:focus\:shadow-none:focus{box-shadow:none}.xl\:fill-current{fill:currentColor}.xl\:stroke-current{stroke:currentColor}.xl\:table-auto{table-layout:auto}.xl\:table-fixed{table-layout:fixed}.xl\:text-left{text-align:left}.xl\:text-center{text-align:center}.xl\:text-right{text-align:right}.xl\:text-justify{text-align:justify}.xl\:text-transparent{color:transparent}.xl\:text-black{color:#000}.xl\:text-white{color:#fff}.xl\:text-gray-100{color:#f7fafc}.xl\:text-gray-200{color:#edf2f7}.xl\:text-gray-300{color:#e2e8f0}.xl\:text-gray-400{color:#cbd5e0}.xl\:text-gray-500{color:#a0aec0}.xl\:text-gray-600{color:#718096}.xl\:text-gray-700{color:#4a5568}.xl\:text-gray-800{color:#2d3748}.xl\:text-gray-900{color:#1a202c}.xl\:text-red-100{color:#fff5f5}.xl\:text-red-200{color:#fed7d7}.xl\:text-red-300{color:#feb2b2}.xl\:text-red-400{color:#fc8181}.xl\:text-red-500{color:#f56565}.xl\:text-red-600{color:#e53e3e}.xl\:text-red-700{color:#c53030}.xl\:text-red-800{color:#9b2c2c}.xl\:text-red-900{color:#742a2a}.xl\:text-orange-100{color:#fffaf0}.xl\:text-orange-200{color:#feebc8}.xl\:text-orange-300{color:#fbd38d}.xl\:text-orange-400{color:#f6ad55}.xl\:text-orange-500{color:#ed8936}.xl\:text-orange-600{color:#dd6b20}.xl\:text-orange-700{color:#c05621}.xl\:text-orange-800{color:#9c4221}.xl\:text-orange-900{color:#7b341e}.xl\:text-yellow-100{color:ivory}.xl\:text-yellow-200{color:#fefcbf}.xl\:text-yellow-300{color:#faf089}.xl\:text-yellow-400{color:#f6e05e}.xl\:text-yellow-500{color:#ecc94b}.xl\:text-yellow-600{color:#d69e2e}.xl\:text-yellow-700{color:#b7791f}.xl\:text-yellow-800{color:#975a16}.xl\:text-yellow-900{color:#744210}.xl\:text-green-100{color:#f0fff4}.xl\:text-green-200{color:#c6f6d5}.xl\:text-green-300{color:#9ae6b4}.xl\:text-green-400{color:#68d391}.xl\:text-green-500{color:#48bb78}.xl\:text-green-600{color:#38a169}.xl\:text-green-700{color:#2f855a}.xl\:text-green-800{color:#276749}.xl\:text-green-900{color:#22543d}.xl\:text-teal-100{color:#e6fffa}.xl\:text-teal-200{color:#b2f5ea}.xl\:text-teal-300{color:#81e6d9}.xl\:text-teal-400{color:#4fd1c5}.xl\:text-teal-500{color:#38b2ac}.xl\:text-teal-600{color:#319795}.xl\:text-teal-700{color:#2c7a7b}.xl\:text-teal-800{color:#285e61}.xl\:text-teal-900{color:#234e52}.xl\:text-blue-100{color:#ebf8ff}.xl\:text-blue-200{color:#bee3f8}.xl\:text-blue-300{color:#90cdf4}.xl\:text-blue-400{color:#63b3ed}.xl\:text-blue-500{color:#4299e1}.xl\:text-blue-600{color:#3182ce}.xl\:text-blue-700{color:#2b6cb0}.xl\:text-blue-800{color:#2c5282}.xl\:text-blue-900{color:#2a4365}.xl\:text-indigo-100{color:#ebf4ff}.xl\:text-indigo-200{color:#c3dafe}.xl\:text-indigo-300{color:#a3bffa}.xl\:text-indigo-400{color:#7f9cf5}.xl\:text-indigo-500{color:#667eea}.xl\:text-indigo-600{color:#5a67d8}.xl\:text-indigo-700{color:#4c51bf}.xl\:text-indigo-800{color:#434190}.xl\:text-indigo-900{color:#3c366b}.xl\:text-purple-100{color:#faf5ff}.xl\:text-purple-200{color:#e9d8fd}.xl\:text-purple-300{color:#d6bcfa}.xl\:text-purple-400{color:#b794f4}.xl\:text-purple-500{color:#9f7aea}.xl\:text-purple-600{color:#805ad5}.xl\:text-purple-700{color:#6b46c1}.xl\:text-purple-800{color:#553c9a}.xl\:text-purple-900{color:#44337a}.xl\:text-pink-100{color:#fff5f7}.xl\:text-pink-200{color:#fed7e2}.xl\:text-pink-300{color:#fbb6ce}.xl\:text-pink-400{color:#f687b3}.xl\:text-pink-500{color:#ed64a6}.xl\:text-pink-600{color:#d53f8c}.xl\:text-pink-700{color:#b83280}.xl\:text-pink-800{color:#97266d}.xl\:text-pink-900{color:#702459}.xl\:text-regal-blue{color:#243c5a}.xl\:text-selection-blue{color:#aadaff}.xl\:text-fill-gray{color:#e2e2e2}.xl\:text-outline-gray{color:#d0d0d0}.xl\:text-disabled-red{color:#ecc9c9}.xl\:text-violated-red{color:#ff7b7b}.xl\:text-modified-yellow{color:#fce869}.xl\:hover\:text-transparent:hover{color:transparent}.xl\:hover\:text-black:hover{color:#000}.xl\:hover\:text-white:hover{color:#fff}.xl\:hover\:text-gray-100:hover{color:#f7fafc}.xl\:hover\:text-gray-200:hover{color:#edf2f7}.xl\:hover\:text-gray-300:hover{color:#e2e8f0}.xl\:hover\:text-gray-400:hover{color:#cbd5e0}.xl\:hover\:text-gray-500:hover{color:#a0aec0}.xl\:hover\:text-gray-600:hover{color:#718096}.xl\:hover\:text-gray-700:hover{color:#4a5568}.xl\:hover\:text-gray-800:hover{color:#2d3748}.xl\:hover\:text-gray-900:hover{color:#1a202c}.xl\:hover\:text-red-100:hover{color:#fff5f5}.xl\:hover\:text-red-200:hover{color:#fed7d7}.xl\:hover\:text-red-300:hover{color:#feb2b2}.xl\:hover\:text-red-400:hover{color:#fc8181}.xl\:hover\:text-red-500:hover{color:#f56565}.xl\:hover\:text-red-600:hover{color:#e53e3e}.xl\:hover\:text-red-700:hover{color:#c53030}.xl\:hover\:text-red-800:hover{color:#9b2c2c}.xl\:hover\:text-red-900:hover{color:#742a2a}.xl\:hover\:text-orange-100:hover{color:#fffaf0}.xl\:hover\:text-orange-200:hover{color:#feebc8}.xl\:hover\:text-orange-300:hover{color:#fbd38d}.xl\:hover\:text-orange-400:hover{color:#f6ad55}.xl\:hover\:text-orange-500:hover{color:#ed8936}.xl\:hover\:text-orange-600:hover{color:#dd6b20}.xl\:hover\:text-orange-700:hover{color:#c05621}.xl\:hover\:text-orange-800:hover{color:#9c4221}.xl\:hover\:text-orange-900:hover{color:#7b341e}.xl\:hover\:text-yellow-100:hover{color:ivory}.xl\:hover\:text-yellow-200:hover{color:#fefcbf}.xl\:hover\:text-yellow-300:hover{color:#faf089}.xl\:hover\:text-yellow-400:hover{color:#f6e05e}.xl\:hover\:text-yellow-500:hover{color:#ecc94b}.xl\:hover\:text-yellow-600:hover{color:#d69e2e}.xl\:hover\:text-yellow-700:hover{color:#b7791f}.xl\:hover\:text-yellow-800:hover{color:#975a16}.xl\:hover\:text-yellow-900:hover{color:#744210}.xl\:hover\:text-green-100:hover{color:#f0fff4}.xl\:hover\:text-green-200:hover{color:#c6f6d5}.xl\:hover\:text-green-300:hover{color:#9ae6b4}.xl\:hover\:text-green-400:hover{color:#68d391}.xl\:hover\:text-green-500:hover{color:#48bb78}.xl\:hover\:text-green-600:hover{color:#38a169}.xl\:hover\:text-green-700:hover{color:#2f855a}.xl\:hover\:text-green-800:hover{color:#276749}.xl\:hover\:text-green-900:hover{color:#22543d}.xl\:hover\:text-teal-100:hover{color:#e6fffa}.xl\:hover\:text-teal-200:hover{color:#b2f5ea}.xl\:hover\:text-teal-300:hover{color:#81e6d9}.xl\:hover\:text-teal-400:hover{color:#4fd1c5}.xl\:hover\:text-teal-500:hover{color:#38b2ac}.xl\:hover\:text-teal-600:hover{color:#319795}.xl\:hover\:text-teal-700:hover{color:#2c7a7b}.xl\:hover\:text-teal-800:hover{color:#285e61}.xl\:hover\:text-teal-900:hover{color:#234e52}.xl\:hover\:text-blue-100:hover{color:#ebf8ff}.xl\:hover\:text-blue-200:hover{color:#bee3f8}.xl\:hover\:text-blue-300:hover{color:#90cdf4}.xl\:hover\:text-blue-400:hover{color:#63b3ed}.xl\:hover\:text-blue-500:hover{color:#4299e1}.xl\:hover\:text-blue-600:hover{color:#3182ce}.xl\:hover\:text-blue-700:hover{color:#2b6cb0}.xl\:hover\:text-blue-800:hover{color:#2c5282}.xl\:hover\:text-blue-900:hover{color:#2a4365}.xl\:hover\:text-indigo-100:hover{color:#ebf4ff}.xl\:hover\:text-indigo-200:hover{color:#c3dafe}.xl\:hover\:text-indigo-300:hover{color:#a3bffa}.xl\:hover\:text-indigo-400:hover{color:#7f9cf5}.xl\:hover\:text-indigo-500:hover{color:#667eea}.xl\:hover\:text-indigo-600:hover{color:#5a67d8}.xl\:hover\:text-indigo-700:hover{color:#4c51bf}.xl\:hover\:text-indigo-800:hover{color:#434190}.xl\:hover\:text-indigo-900:hover{color:#3c366b}.xl\:hover\:text-purple-100:hover{color:#faf5ff}.xl\:hover\:text-purple-200:hover{color:#e9d8fd}.xl\:hover\:text-purple-300:hover{color:#d6bcfa}.xl\:hover\:text-purple-400:hover{color:#b794f4}.xl\:hover\:text-purple-500:hover{color:#9f7aea}.xl\:hover\:text-purple-600:hover{color:#805ad5}.xl\:hover\:text-purple-700:hover{color:#6b46c1}.xl\:hover\:text-purple-800:hover{color:#553c9a}.xl\:hover\:text-purple-900:hover{color:#44337a}.xl\:hover\:text-pink-100:hover{color:#fff5f7}.xl\:hover\:text-pink-200:hover{color:#fed7e2}.xl\:hover\:text-pink-300:hover{color:#fbb6ce}.xl\:hover\:text-pink-400:hover{color:#f687b3}.xl\:hover\:text-pink-500:hover{color:#ed64a6}.xl\:hover\:text-pink-600:hover{color:#d53f8c}.xl\:hover\:text-pink-700:hover{color:#b83280}.xl\:hover\:text-pink-800:hover{color:#97266d}.xl\:hover\:text-pink-900:hover{color:#702459}.xl\:hover\:text-regal-blue:hover{color:#243c5a}.xl\:hover\:text-selection-blue:hover{color:#aadaff}.xl\:hover\:text-fill-gray:hover{color:#e2e2e2}.xl\:hover\:text-outline-gray:hover{color:#d0d0d0}.xl\:hover\:text-disabled-red:hover{color:#ecc9c9}.xl\:hover\:text-violated-red:hover{color:#ff7b7b}.xl\:hover\:text-modified-yellow:hover{color:#fce869}.xl\:focus\:text-transparent:focus{color:transparent}.xl\:focus\:text-black:focus{color:#000}.xl\:focus\:text-white:focus{color:#fff}.xl\:focus\:text-gray-100:focus{color:#f7fafc}.xl\:focus\:text-gray-200:focus{color:#edf2f7}.xl\:focus\:text-gray-300:focus{color:#e2e8f0}.xl\:focus\:text-gray-400:focus{color:#cbd5e0}.xl\:focus\:text-gray-500:focus{color:#a0aec0}.xl\:focus\:text-gray-600:focus{color:#718096}.xl\:focus\:text-gray-700:focus{color:#4a5568}.xl\:focus\:text-gray-800:focus{color:#2d3748}.xl\:focus\:text-gray-900:focus{color:#1a202c}.xl\:focus\:text-red-100:focus{color:#fff5f5}.xl\:focus\:text-red-200:focus{color:#fed7d7}.xl\:focus\:text-red-300:focus{color:#feb2b2}.xl\:focus\:text-red-400:focus{color:#fc8181}.xl\:focus\:text-red-500:focus{color:#f56565}.xl\:focus\:text-red-600:focus{color:#e53e3e}.xl\:focus\:text-red-700:focus{color:#c53030}.xl\:focus\:text-red-800:focus{color:#9b2c2c}.xl\:focus\:text-red-900:focus{color:#742a2a}.xl\:focus\:text-orange-100:focus{color:#fffaf0}.xl\:focus\:text-orange-200:focus{color:#feebc8}.xl\:focus\:text-orange-300:focus{color:#fbd38d}.xl\:focus\:text-orange-400:focus{color:#f6ad55}.xl\:focus\:text-orange-500:focus{color:#ed8936}.xl\:focus\:text-orange-600:focus{color:#dd6b20}.xl\:focus\:text-orange-700:focus{color:#c05621}.xl\:focus\:text-orange-800:focus{color:#9c4221}.xl\:focus\:text-orange-900:focus{color:#7b341e}.xl\:focus\:text-yellow-100:focus{color:ivory}.xl\:focus\:text-yellow-200:focus{color:#fefcbf}.xl\:focus\:text-yellow-300:focus{color:#faf089}.xl\:focus\:text-yellow-400:focus{color:#f6e05e}.xl\:focus\:text-yellow-500:focus{color:#ecc94b}.xl\:focus\:text-yellow-600:focus{color:#d69e2e}.xl\:focus\:text-yellow-700:focus{color:#b7791f}.xl\:focus\:text-yellow-800:focus{color:#975a16}.xl\:focus\:text-yellow-900:focus{color:#744210}.xl\:focus\:text-green-100:focus{color:#f0fff4}.xl\:focus\:text-green-200:focus{color:#c6f6d5}.xl\:focus\:text-green-300:focus{color:#9ae6b4}.xl\:focus\:text-green-400:focus{color:#68d391}.xl\:focus\:text-green-500:focus{color:#48bb78}.xl\:focus\:text-green-600:focus{color:#38a169}.xl\:focus\:text-green-700:focus{color:#2f855a}.xl\:focus\:text-green-800:focus{color:#276749}.xl\:focus\:text-green-900:focus{color:#22543d}.xl\:focus\:text-teal-100:focus{color:#e6fffa}.xl\:focus\:text-teal-200:focus{color:#b2f5ea}.xl\:focus\:text-teal-300:focus{color:#81e6d9}.xl\:focus\:text-teal-400:focus{color:#4fd1c5}.xl\:focus\:text-teal-500:focus{color:#38b2ac}.xl\:focus\:text-teal-600:focus{color:#319795}.xl\:focus\:text-teal-700:focus{color:#2c7a7b}.xl\:focus\:text-teal-800:focus{color:#285e61}.xl\:focus\:text-teal-900:focus{color:#234e52}.xl\:focus\:text-blue-100:focus{color:#ebf8ff}.xl\:focus\:text-blue-200:focus{color:#bee3f8}.xl\:focus\:text-blue-300:focus{color:#90cdf4}.xl\:focus\:text-blue-400:focus{color:#63b3ed}.xl\:focus\:text-blue-500:focus{color:#4299e1}.xl\:focus\:text-blue-600:focus{color:#3182ce}.xl\:focus\:text-blue-700:focus{color:#2b6cb0}.xl\:focus\:text-blue-800:focus{color:#2c5282}.xl\:focus\:text-blue-900:focus{color:#2a4365}.xl\:focus\:text-indigo-100:focus{color:#ebf4ff}.xl\:focus\:text-indigo-200:focus{color:#c3dafe}.xl\:focus\:text-indigo-300:focus{color:#a3bffa}.xl\:focus\:text-indigo-400:focus{color:#7f9cf5}.xl\:focus\:text-indigo-500:focus{color:#667eea}.xl\:focus\:text-indigo-600:focus{color:#5a67d8}.xl\:focus\:text-indigo-700:focus{color:#4c51bf}.xl\:focus\:text-indigo-800:focus{color:#434190}.xl\:focus\:text-indigo-900:focus{color:#3c366b}.xl\:focus\:text-purple-100:focus{color:#faf5ff}.xl\:focus\:text-purple-200:focus{color:#e9d8fd}.xl\:focus\:text-purple-300:focus{color:#d6bcfa}.xl\:focus\:text-purple-400:focus{color:#b794f4}.xl\:focus\:text-purple-500:focus{color:#9f7aea}.xl\:focus\:text-purple-600:focus{color:#805ad5}.xl\:focus\:text-purple-700:focus{color:#6b46c1}.xl\:focus\:text-purple-800:focus{color:#553c9a}.xl\:focus\:text-purple-900:focus{color:#44337a}.xl\:focus\:text-pink-100:focus{color:#fff5f7}.xl\:focus\:text-pink-200:focus{color:#fed7e2}.xl\:focus\:text-pink-300:focus{color:#fbb6ce}.xl\:focus\:text-pink-400:focus{color:#f687b3}.xl\:focus\:text-pink-500:focus{color:#ed64a6}.xl\:focus\:text-pink-600:focus{color:#d53f8c}.xl\:focus\:text-pink-700:focus{color:#b83280}.xl\:focus\:text-pink-800:focus{color:#97266d}.xl\:focus\:text-pink-900:focus{color:#702459}.xl\:focus\:text-regal-blue:focus{color:#243c5a}.xl\:focus\:text-selection-blue:focus{color:#aadaff}.xl\:focus\:text-fill-gray:focus{color:#e2e2e2}.xl\:focus\:text-outline-gray:focus{color:#d0d0d0}.xl\:focus\:text-disabled-red:focus{color:#ecc9c9}.xl\:focus\:text-violated-red:focus{color:#ff7b7b}.xl\:focus\:text-modified-yellow:focus{color:#fce869}.xl\:text-xs{font-size:.75rem}.xl\:text-sm{font-size:.875rem}.xl\:text-base{font-size:1rem}.xl\:text-lg{font-size:1.125rem}.xl\:text-xl{font-size:1.25rem}.xl\:text-2xl{font-size:1.5rem}.xl\:text-3xl{font-size:1.875rem}.xl\:text-4xl{font-size:2.25rem}.xl\:text-5xl{font-size:3rem}.xl\:text-6xl{font-size:4rem}.xl\:italic{font-style:italic}.xl\:not-italic{font-style:normal}.xl\:uppercase{text-transform:uppercase}.xl\:lowercase{text-transform:lowercase}.xl\:capitalize{text-transform:capitalize}.xl\:normal-case{text-transform:none}.xl\:underline{text-decoration:underline}.xl\:line-through{text-decoration:line-through}.xl\:no-underline{text-decoration:none}.xl\:hover\:underline:hover{text-decoration:underline}.xl\:hover\:line-through:hover{text-decoration:line-through}.xl\:hover\:no-underline:hover{text-decoration:none}.xl\:focus\:underline:focus{text-decoration:underline}.xl\:focus\:line-through:focus{text-decoration:line-through}.xl\:focus\:no-underline:focus{text-decoration:none}.xl\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xl\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.xl\:tracking-tighter{letter-spacing:-.05em}.xl\:tracking-tight{letter-spacing:-.025em}.xl\:tracking-normal{letter-spacing:0}.xl\:tracking-wide{letter-spacing:.025em}.xl\:tracking-wider{letter-spacing:.05em}.xl\:tracking-widest{letter-spacing:.1em}.xl\:select-none{-webkit-user-select:none;user-select:none}.xl\:select-text{-webkit-user-select:text;user-select:text}.xl\:select-all{-webkit-user-select:all;user-select:all}.xl\:select-auto{-webkit-user-select:auto;user-select:auto}.xl\:align-baseline{vertical-align:initial}.xl\:align-top{vertical-align:top}.xl\:align-middle{vertical-align:middle}.xl\:align-bottom{vertical-align:bottom}.xl\:align-text-top{vertical-align:text-top}.xl\:align-text-bottom{vertical-align:text-bottom}.xl\:visible{visibility:visible}.xl\:invisible{visibility:hidden}.xl\:whitespace-normal{white-space:normal}.xl\:whitespace-no-wrap{white-space:nowrap}.xl\:whitespace-pre{white-space:pre}.xl\:whitespace-pre-line{white-space:pre-line}.xl\:whitespace-pre-wrap{white-space:pre-wrap}.xl\:break-normal{overflow-wrap:normal;word-break:normal}.xl\:break-words{overflow-wrap:break-word}.xl\:break-all{word-break:break-all}.xl\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xl\:w-0{width:0}.xl\:w-1{width:.25rem}.xl\:w-2{width:.5rem}.xl\:w-3{width:.75rem}.xl\:w-4{width:1rem}.xl\:w-5{width:1.25rem}.xl\:w-6{width:1.5rem}.xl\:w-8{width:2rem}.xl\:w-10{width:2.5rem}.xl\:w-12{width:3rem}.xl\:w-16{width:4rem}.xl\:w-20{width:5rem}.xl\:w-24{width:6rem}.xl\:w-32{width:8rem}.xl\:w-40{width:10rem}.xl\:w-48{width:12rem}.xl\:w-56{width:14rem}.xl\:w-64{width:16rem}.xl\:w-auto{width:auto}.xl\:w-px{width:1px}.xl\:w-1\/2{width:50%}.xl\:w-1\/3{width:33.333333%}.xl\:w-2\/3{width:66.666667%}.xl\:w-1\/4{width:25%}.xl\:w-2\/4{width:50%}.xl\:w-3\/4{width:75%}.xl\:w-1\/5{width:20%}.xl\:w-2\/5{width:40%}.xl\:w-3\/5{width:60%}.xl\:w-4\/5{width:80%}.xl\:w-1\/6{width:16.666667%}.xl\:w-2\/6{width:33.333333%}.xl\:w-3\/6{width:50%}.xl\:w-4\/6{width:66.666667%}.xl\:w-5\/6{width:83.333333%}.xl\:w-1\/12{width:8.333333%}.xl\:w-2\/12{width:16.666667%}.xl\:w-3\/12{width:25%}.xl\:w-4\/12{width:33.333333%}.xl\:w-5\/12{width:41.666667%}.xl\:w-6\/12{width:50%}.xl\:w-7\/12{width:58.333333%}.xl\:w-8\/12{width:66.666667%}.xl\:w-9\/12{width:75%}.xl\:w-10\/12{width:83.333333%}.xl\:w-11\/12{width:91.666667%}.xl\:w-full{width:100%}.xl\:w-screen{width:100vw}.xl\:z-0{z-index:0}.xl\:z-10{z-index:10}.xl\:z-20{z-index:20}.xl\:z-30{z-index:30}.xl\:z-40{z-index:40}.xl\:z-50{z-index:50}.xl\:z-auto{z-index:auto}}*,:after,:before{box-sizing:inherit;outline:none}body,html{width:100%;height:100%}html{box-sizing:border-box}body{padding:0;margin:0;overflow:hidden}#root,.authComponent,.page,.wrapper,body{display:flex;flex-direction:column;flex:1}#root,.authComponent,.page,.wrapper{position:relative;height:0}.overlaySpinner,.overlaySpinner>div:last-child{height:100%}.mainContainer{flex:1;display:flex;flex-direction:column;height:100%}.fixedWarning a{display:none}.appleFontCorrection{font-family:"Segoe UI","Roboto",Helvetica,sans-serif!important}.dispatchViewMap .gm-style-iw,.routeViewMap .gm-style-iw{padding:0!important;box-shadow:0 1px 2px 0 #b5b5b5!important}.dispatchViewMap .gm-style-iw .gm-style-iw-d,.routeViewMap .gm-style-iw .gm-style-iw-d{overflow:auto!important}.gm-style iframe+div{border:none!important}.coordinatesLink{color:#1976d2;cursor:pointer}.coordinatesLink:hover{text-decoration:underline}html{font-family:"Roboto",Helvetica,sans-serif;font-size:11px;font-style:normal;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;line-height:1.5}body{color:#666;line-height:1.333}p{margin-bottom:2px}p:last-child{margin-bottom:0}h1{margin-top:0;font-size:3.998em}h1,h2{font-size:2.827em}h3{font-size:1.799em}h4{font-size:1.414em}h5{font-size:1.2em;font-weight:500;color:#717171}.font_small,small{font-size:.707em}a{text-decoration:none;cursor:pointer;color:rgba(0,0,0,.9)}a.active,a:hover{color:#000}.fontIcon{line-height:none}.fontIcon.mini{font-size:14px}.icon.middle{vertical-align:middle}.icon.small{font-size:14px}.hidden{display:none!important}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wrap{white-space:pre-wrap}.muted{color:#999}.strong{font-weight:700}.circle{border-radius:50%}.borderless,.borderless:focus{outline:none!important;border:none!important}.stretch{width:100%}.bgWhite{background-color:#fff}.bgGreyLight{background-color:#eee}.border{border:1px solid #ccc}.borderBottom{border-bottom:1px solid #ccc}.flexCol{display:flex;flex-direction:column}.flexRow{display:flex;flex-direction:row}.flexCenter{align-items:center;justify-content:center}.flex1{flex:1}.textCenter{text-align:center}.padding{padding:5px}.framedBlock,.marginBottom{margin-bottom:10px}.framedBlock{background-color:#eee;padding:3px 8px;border-radius:5px}.framedBlock.inline{display:inline-block}.framedBlock.inline:not(:first-child){margin-left:10px}.textWhite{color:#fff}.textBold{font-weight:700}.bgPrimary{color:#fff;background-color:#2196f3}.bgPrimaryDark{color:#fff;background-color:#1976d2}.bgAccent{color:#fff;background-color:#ffab40}.textUppercase{text-transform:uppercase}.selectable{cursor:pointer}.selectable:hover{background:rgba(0,0,0,.26)}.buttonXS{padding:0 2px!important;font-size:.98rem!important;line-height:11px!important;border-radius:3px!important;margin-left:3px!important}.disable-scrollbars::-webkit-scrollbar{width:0;height:0;background:transparent}.disable-scrollbars{scrollbar-width:none;-ms-overflow-style:none}.icon-button{cursor:pointer;-webkit-user-select:none;user-select:none}.icon-button:hover{-webkit-filter:brightness(150%);filter:brightness(150%)}.icon-button:active{-webkit-filter:brightness(130%);filter:brightness(130%)}.smallTag{display:inline-flex;line-height:12px;color:rgba(0,0,0,.65);padding:3px!important}.borderedTitle{font-size:14px;color:rgba(0,0,0,.85);padding:7px 10px;border:1px solid #e8e8e8;border-radius:5px;font-weight:500}.tableRowHeader{background:#fafafa;border-right:1px solid #e8e8e8}.z-1000{z-index:1000}input::-webkit-input-placeholder{color:#aaa!important}.form{background:#fff;outline:none!important;box-shadow:none!important}.form input[type=date]::-webkit-clear-button,.form input[type=date]::-webkit-inner-spin-button{display:none}.form input[type=time]::-webkit-clear-button{display:none}.form input[type=time]::-webkit-inner-spin-button{display:block;margin-top:-4px}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-top:0!important}.formSection{border-bottom:1px dotted #ccc;padding-top:10px}.formSectionTitle{color:#999;font-weight:700;text-align:left;padding:10px 0 0}.formRow{display:flex;flex-direction:row;padding-bottom:5px}.formColumn{flex:1;margin-right:10px;max-width:100%;position:relative}.formColumn:last-child{margin-right:0}.formColumn .dropdown-menu{max-height:240px!important;overflow-y:auto}.formGrid{display:flex;flex-wrap:wrap}.formGrid .formGridItem{display:flex;min-width:224px}.formGrid .formGridItem:nth-child(odd){padding-right:10px}.formGrid.scrollable{margin-right:-10px;overflow-y:scroll}.formGrid.scrollable .formGridItem{display:flex;min-width:220px}.formGrid.scrollable .formGridItem:nth-child(odd){padding-right:10px}.formGrid .form-group{width:100%}.compactFormGrid.scrollable{margin-right:-18px;overflow-y:auto}.compactFormGrid .form-group{margin-bottom:5px}.formFooter{display:flex;flex-direction:row;justify-content:flex-end;padding:10px 0!important}.formFooter button{margin-right:10px}.formFooter button:last-child{margin-right:0}.formCheckboxGroup{display:flex;margin-right:10px}.formCheckboxGroup .label{margin-right:10px}.formSelectionList{overflow:auto}.formSelectionListItem{background-color:#fafafa;border:1px solid #ccc;border-radius:3px;padding:3px 10px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.formSelectionListItem.selectable{cursor:pointer}.formSelectionListItem.selected{border:1px solid red;background-color:#ffffe0}.formPagination{position:absolute;width:120px;height:16px;background:#fafafa;box-sizing:initial;text-align:center;display:flex;z-index:100}.form-label{line-height:18px}.paginationControls{position:fixed;left:10px;bottom:3px;width:120px;height:16px;background:#fafafa;box-sizing:initial;text-align:center;display:flex;z-index:100}.paginationButtonNext,.paginationButtonPrev{flex:0 16px}.paginationCounter{flex:1;display:flex;align-items:center;justify-content:center}.paginationButtonNext,.paginationButtonPrev,.panelButton,.panelSearch .panelSearchButton,.panelSearchForm .panelSearchButton{font-size:9px;color:#fff;background-color:#2196f3;width:16px;height:16px;border-radius:2px;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.paginationButtonNext [data-react-toolbox=font-icon],.paginationButtonPrev [data-react-toolbox=font-icon],.panelButton [data-react-toolbox=font-icon],.panelSearch .panelSearchButton [data-react-toolbox=font-icon],.panelSearchForm .panelSearchButton [data-react-toolbox=font-icon]{font-size:10px}.panelSearch{display:flex;justify-content:flex-end;align-items:center;padding-right:5px;min-width:50px;max-width:130px}.panelSearch input{flex:1;width:100%;padding:0 4px;color:#666;font-size:11px}.panelSearch .panelSearchButton{display:flex;flex:"0 auto";outline:none;border:none;width:16px;height:16px}.panelSearch .panelSearchButton [data-react-toolbox=font-icon]{font-size:11px}.panelSearchForm{position:absolute}.panelSearchForm input{width:100%;max-width:140px;color:#666;font-size:11px;padding:1px 4px}.panelSearchForm .panelSearchButton{position:absolute;right:0;top:0;outline:none;border:none;width:18px;height:18px}.panelSearchForm .panelSearchButton [data-react-toolbox=font-icon]{font-size:11px}.panelDatepicker{position:absolute}.panelDatepicker input{width:100%;max-width:140px;color:#888;font-size:10px;font-family:"Verdana";padding:0 4px}.panelDatepicker.panelDatepickerDisabled input{background-color:#d3d3d3;border:1px solid #d3d3d3}.panelDatepicker input[type=date]::-webkit-calendar-picker-indicator{background-color:transparent;opacity:1;position:absolute;right:5px;top:5px;width:8px;height:8px;z-index:0;padding:0 0 0 70px}.panelDatepicker input[type=date]::-webkit-calendar-picker-indicator:hover{background-color:transparent}.panelDatepicker input[type=date]::-webkit-clear-button,.panelDatepicker input[type=date]::-webkit-inner-spin-button{display:none}.panelInput{position:absolute}.panelInput select{width:100%;color:#888;font-size:10px;padding:1px 4px 2px}.panelInput input[type=date]::-webkit-clear-button,.panelInput input[type=date]::-webkit-inner-spin-button{display:none}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.formCheckRequired{margin-top:5px;margin-bottom:10px;padding-left:0!important}.form-control{display:block;width:100%;padding:.075rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:initial;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#7bb6ef;outline:0;box-shadow:0 0 0 .2rem rgba(25,118,210,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(1.65rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.075rem + 1px);padding-bottom:calc(.075rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.075rem;padding-bottom:.075rem;margin-bottom:0;line-height:1.5;background-color:initial;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0;margin-left:5px}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label:before,.was-validated .custom-file-input:valid~.custom-file-label:before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label:before,.was-validated .custom-file-input:invalid~.custom-file-label:before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;border:1px solid transparent;padding:.075rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,118,210,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#1976d2;border-color:#1976d2}.btn-primary:hover{color:#fff;background-color:#1563b0;border-color:#145ca4}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(25,118,210,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#1976d2;border-color:#1976d2}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#145ca4;border-color:#125699}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(25,118,210,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#1976d2;background-color:initial;background-image:none;border-color:#1976d2}.btn-outline-primary:hover{color:#fff;background-color:#1976d2;border-color:#1976d2}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(25,118,210,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#1976d2;background-color:initial}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#1976d2;border-color:#1976d2}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(25,118,210,.5)}.btn-outline-secondary{color:#6c757d;background-color:initial;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:initial}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:initial;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:initial}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:initial;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:initial}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:initial;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:initial}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:initial;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:initial}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:initial;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:initial}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:initial;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:initial}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#1976d2;background-color:initial}.btn-link:hover{color:#11508e;background-color:initial}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline;border-color:transparent}.btn-link.focus,.btn-link:focus{box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.dropdown,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:initial;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#1976d2}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:initial}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#0d3d6d;background-color:#d1e4f6;border-color:#bfd9f2}.alert-primary hr{border-top-color:#ace}.alert-primary .alert-link{color:#08243f}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label:before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.075rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:initial;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#1976d2}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#1976d2;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#11508e;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(25,118,210,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#1976d2;border-color:#1976d2}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#1976d2}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#145ca4}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}@-webkit-keyframes progress-bar-stripes{0%{background-position:2rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:2rem 0}to{background-position:0 0}}.progress{display:flex;height:2rem;overflow:hidden;font-size:1rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;background-color:#1976d2;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:2rem 2rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.modal,.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-25%);transform:translateY(-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}[dir=ltr] .tooltip{text-align:left}[dir=rtl] .tooltip{text-align:right}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}[dir=ltr] .popover{text-align:left}[dir=rtl] .popover{text-align:right}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.ant-card-small>.ant-card-head{min-height:20px}.ant-tag{padding:0 5px}.anticon svg{vertical-align:initial}img{display:initial}.ant-form-item{margin-bottom:0}.ant-layout-sider,.ant-tabs-nav-container{transition:none}.ant-notification-notice-description{overflow-wrap:break-word}.activityTabsContainer .ant-tabs-content{height:calc(100% - 56px);padding:0}.antTableFix .ant-table-small>.ant-table-content>.ant-table-body{margin:0}.antTableFix .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content,.antTableFix .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,.antTableFix .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td{padding:6px 10px}.antCardFix .ant-card-bordered{margin-bottom:10px;border-radius:5px}.antCardFix .ant-card-head{min-height:0;padding:0 10px}.antCardFix .ant-card-head-title{padding:7px 0}.antCardFix .ant-card-body{padding:10px}.antCardFix .ant-descriptions-row>td,.antCardFix .ant-descriptions-row>th{padding-bottom:1px;height:30px}.antCardFix .ant-list-item{padding:5px 0}.antDescriptionsFix .ant-descriptions{margin-bottom:10px}.antDescriptionsFix .ant-descriptions-title{padding:7px 10px;border-radius:5px 5px 0 0;border:1px solid #e8e8e8;border-bottom:none;margin-bottom:0;font-weight:500}.antDescriptionsFix .ant-descriptions-view{border-radius:0 0 5px 5px}.ant-btn{box-shadow:none}.timeline-tabpane .ant-menu-vertical{border-right:none}.timeline-tabpane .ant-menu-vertical .ant-menu-item{height:30px;line-height:30px;color:rgba(0,0,0,.65)}.timeline-tabpane .ant-menu-vertical .ant-menu-item:hover{background-color:#e9f4ff}.ant-popover-title{min-width:unset}#timeline-wrapper .ant-menu-item{height:30px!important}#timeline-wrapper .ant-menu-vertical{padding-bottom:8px!important}.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-horizontal.ant-divider-with-text-left:before{top:0}table.table{background-color:#fff;box-sizing:border-box;border-top:1px solid #ddd;font-size:10px;width:100%}table.table td,table.table th,table.table tr{min-height:20px}table.table tr:hover{background:#f0f7e7!important}table.table td,table.table th{min-width:20px;padding:3px 4px;box-sizing:border-box;border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}table.table td:first-child,table.table th:first-child{border-left:1px solid #ddd}table.table thead th{cursor:pointer;font-weight:700}table.table tbody tr:nth-child(odd){background-color:#f5fcff}table.table.interactive tbody tr{cursor:pointer}table.table.interactive tbody tr:hover,table.table.interactive tbody tr:hover td.sideHeading{background-color:#fffde7}table.table th.sideHeading{color:#fff;font-weight:700;background-color:#43a047}table.table th.stickyheader{position:-webkit-sticky;position:sticky;top:0}table.table th.topHeading{color:#fff;background-color:#039be5}table.table td.sideHeading{color:#5f892d;background-color:#f0f7e7}table.table td.colorCell.gray{background-color:#d3d3d3;color:#757575}table.table td.colorCell.gold{background-color:#ffff4c;color:#757575}table.table td.colorCell.green{background-color:#228b22;color:#fff}table.table td.colorCell.red{background-color:red;color:#fff}table.table .button{font-size:10px;height:14px;color:#f8f8f8;background-color:#1976d2;margin-right:5px;padding:0 5px;border-radius:3px;cursor:pointer;display:flex}table.table .button:last-child{margin-right:0}table.table .button:hover{background-color:#378fe7}table.table .button [data-react-toolbox=font-icon]{font-size:11px;line-height:0}table.table .button.active{background-color:#f38800}table.table .button.active:hover{background-color:#ffab40}table.table .button section{display:flex;align-items:center}table.table .button section:first-child{flex:"0 auto"}table.table .button section:nth-child(2){padding-left:3px}.iconCircle{width:10px;height:10px;background:#555;border-radius:50%}.iconTriangleUp{border-bottom:10px solid #555}.iconTriangleDown,.iconTriangleUp{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.iconTriangleDown{border-top:10px solid #555}.iconSquare{width:10px;height:10px;background:#555}.iconStar{border-bottom:10px solid;border-top:0;top:-1px;left:-1px;position:relative}.iconStar,.iconStar:after{width:0;height:0;border-left:6px solid transparent!important;border-right:6px solid transparent!important}.iconStar:after{border-top:10px solid;border-top-color:inherit;position:absolute;content:"";top:3px;left:-6px}.iconDiamond{background:#555;height:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px}