@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic";@import"https://fonts.googleapis.com/css?family=Roboto:400,700,900";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Pacifico&display=swap";.react-icons{font-size:2rem;outline:none}.dark .react-icons{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .react-icons{color:#000;color:var(--theme-light-textdark, #000)}.navbar{align-items:center;border-bottom:1px solid;display:flex;font-size:1rem;justify-content:center;position:sticky;top:0;z-index:999}.dark .navbar{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .navbar{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.dark .navbar{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .navbar{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.dark .navbar-dark{background-color:#fff;background-color:var(--theme-dark-backgrounddark, #fff)}.light .navbar-dark{background-color:#002395;background-color:var(--theme-light-backgrounddark, #002395)}.navbar-container{align-items:center;display:flex;height:80px;justify-content:center;max-width:1500px}.nav-bar-menu-item-text{align-items:center;display:flex;margin-left:16px;width:180px}@media (max-width: 991px){.nav-bar-menu-item-text{width:100%}}.nav-bar-menu-icon{font-size:26px}.dark .nav-bar-menu-icon svg{fill:#333;fill:var(--theme-dark-textlight, #333)}.light .nav-bar-menu-icon svg{fill:#fff;fill:var(--theme-light-textlight, #fff)}.nav-bar-menu-icon-dark{font-size:26px}.dark .nav-bar-menu-icon-dark svg{fill:#fff;fill:var(--theme-dark-textdark, #fff)}.light .nav-bar-menu-icon-dark svg{fill:#000;fill:var(--theme-light-textdark, #000)}.nav-bar-menu-item-container{align-items:left;display:flex;justify-content:center;text-align:left}.nav-bar-menu-icon-container{align-items:center;display:flex;justify-content:center;width:30px}.mymurphy-logo-container{display:flex;width:30px}.nav-bar-arrow{font-size:20px}.nav-links-clicked{border-bottom:4px solid;font-weight:600;transition:all .1s ease-out}.light .nav-links-clicked{color:#00b2a9;color:var(--theme-light-accentcolor5, #00b2a9)}.dark .nav-links-clicked{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .nav-links-clicked{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.navbar-safe-logo{background-color:#fff;height:50px;width:auto}@media (max-width: 575px){.navbar-safe-logo{height:35px}}.nav-item{display:block;height:unset;min-width:100px;text-align:left}.nav-menu{height:auto;display:flex;flex-direction:column;height:0;list-style:none;opacity:1;position:absolute;right:0;text-align:center;top:80px;width:0;z-index:-1000}.light .nav-menu{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.nav-menu.active{height:auto;font-size:14px;transition:all .5s ease;width:300px;z-index:1}@media (max-width: 991px){.nav-menu.active{width:100%}}.dark .nav-menu.active{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .nav-menu.active{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.nav-links{align-items:center;border-bottom:4px solid transparent;cursor:pointer;display:table;display:flex;height:90px;justify-content:flex-start;outline:none;padding:2rem;position:relative;text-decoration:none;width:100%}.dark .nav-links{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .nav-links{color:#000;color:var(--theme-light-textdark, #000)}.nav-links:hover{border-bottom:4px solid;transition:all .2s ease-out}.light .nav-links:hover{border-color:#333;border-color:var(--theme-light-hoverborderdark, #333)}.nav-menu-dropdown{border:0 solid;box-shadow:none;display:none;position:relative}.dark .nav-menu-dropdown{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .nav-menu-dropdown{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.dark .nav-menu-dropdown{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .nav-menu-dropdown{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.light .nav-menu-dropdown>li{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.dark .nav-menu-dropdown>li>a{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .nav-menu-dropdown>li>a{color:#000;color:var(--theme-light-textdark, #000)}.nav-menu-dropdown.active{display:block}.navbar-logo{align-items:center;cursor:pointer;display:flex;font-size:2rem;justify-self:center;position:absolute;text-decoration:none;top:0;transform:translate(25%,50%)}.navbar-links{align-items:center;cursor:pointer;display:flex;font-size:14px;justify-content:center;justify-self:center;left:0;margin-left:20px;position:absolute;text-decoration:none;top:0;transform:translate(25%,50%)}.navbar-links a{font-weight:700;margin:10px;text-decoration:none}.navbar-links a:hover{font-size:15px}.light .navbar-links a{color:#00b2a9;color:var(--theme-light-accentcolor5, #00b2a9)}.rotate{position:relative;transition:transform .4s .1s}.rotate.up{transform:rotate(180deg) translateY(30%)}.rotate.down{transform:rotate(0)}.menu-icon-selected{transition:background-color ease .5s}.light .menu-icon-selected{color:#00b2a9;color:var(--theme-light-backgroundselected, #00b2a9)}.menu-icon{cursor:pointer;display:block;font-size:1.8rem;outline:none;position:absolute;right:0;top:0;transform:translate(-100%,60%)}.menu-icon2{cursor:pointer;display:block;font-size:1.8rem;outline:none;position:absolute;right:50px;top:0;transform:translate(-100%,60%)}.menu-icon3{cursor:pointer;display:block;font-size:1.8rem;outline:none;position:absolute;right:-286px;top:0;transform:translate(-100%,60%)}@media (max-width: 991px){.menu-icon3{right:100px}}.nav-links-mobile{background-color:transparent;border:1px solid;border-radius:4px;display:block;font-size:1.5rem;margin:2rem auto;padding:14px 20px;text-align:center;text-decoration:none;transition:all .3s ease-out;width:80%}.dark .nav-links-mobile{color:#333;color:var(--theme-dark-textlight, #333)}.light .nav-links-mobile{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .nav-links-mobile{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .nav-links-mobile{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.nav-links-mobile:hover{transition:.25s}.dark .nav-links-mobile:hover{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .nav-links-mobile:hover{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.dark .nav-links-mobile:hover{color:#333;color:var(--theme-dark-textlight, #333)}.light .nav-links-mobile:hover{color:#fff;color:var(--theme-light-textlight, #fff)}.nav-links select{border:none;cursor:pointer;width:120px}.nav-links-flex-container{align-items:center;display:flex;flex-direction:row;justify-content:center}@media (max-width: 991px){.navbar-links{align-items:unset;flex-direction:column;font-size:12px}.navbar-links a{margin:10px 0 0}.navbar-links a:last-child{margin-top:10px}}@media (max-width: 575px){.navbar-links{display:none}.navbar-logo{left:0}}.navbar-optionset-container{align-items:center;display:flex;flex-direction:row;justify-content:center}@media (max-width: 991px){.navbar-optionset-container{justify-content:left;margin-left:40px}}.navbar-optionset select{font-size:14px;width:200px}.navbar-optionset-icon{font-size:18px}.pbs-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:30px}.pbs-grid{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:20px;padding-top:10px;width:100%}.pbs-grid>div{margin-bottom:40px;margin-top:20px}.general-wrapper{width:100%;align-items:center;display:flex;flex-direction:column;justify-content:center;padding:30px}.full-width{width:100%}.margin-bottom-40{margin-bottom:40px}.flex-row-container{display:flex;flex-direction:row;align-items:center}.vertical-aligner{align-items:center;display:flex}.vertical-aligner-end{align-items:flex-end;display:flex}.gap-10{gap:10px}.margin-10-all-children>*{margin:10px}.pull-right{display:flex;flex-direction:row-reverse}.vertical-space-flex{width:100%;justify-content:space-between}.space-between-flex{width:100%;display:flex;justify-content:space-between}.horizontal-aligner{display:flex;justify-content:center}.left-aligner{align-items:flex-start}.right-aligner{align-items:flex-end}.remove-justify-center{justify-content:initial!important}.generalwrapper{padding:20px;min-width:60rem;min-height:40rem}.light .generalwrapper{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}@media (max-width: 575px){.generalwrapper{margin:0;padding:0}}.generalwrapper-dashboard{display:flex;flex-direction:column}.row{display:flex;flex-wrap:wrap}.column{display:flex;flex:100%;max-width:100%}@media (max-width: 575px){.column{align-items:center;display:flex;justify-content:center}}@media (min-width: 576px){.column{flex:50%;max-width:50%}}@media (min-width: 992px){.column{flex:25%;max-width:25%}}.gradient{background:radial-gradient(ellipse farthest-side at top center,rgba(0,0,0,.08),transparent);height:20px;width:100%}.gradient:before{background:linear-gradient(to right,transparent,rgba(0,0,0,.02),rgba(0,0,0,.02),transparent);content:"";display:block;height:3px}.light .container-with-background{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.no-items-text{padding:20px}.container-with-vertical-spaces>div{margin-bottom:16px}.margin-top-10{margin-top:10px}.margin-top-20{margin-top:20px}.margin-botton-20{margin-bottom:20px}.margin-left-20{margin:20px}.margin-bottom-60{margin-bottom:60px}.padding-bottom-60{padding-bottom:60px}.cursor-pointer{cursor:pointer}.richtext-display{word-break:break-word}.richtext-display p:after{white-space:pre-line;content:"\a"}.richtext-display blockquote{border-left:2px solid #ddd;color:#aaa;font-style:italic;margin-left:0;margin-right:0;padding-left:10px}.richtext-display blockquote[dir=rtl]{border-left:none;border-right:2px solid #ddd;padding-left:0;padding-right:10px}.richtext-display ol,.richtext-display ul{padding-left:20px;padding-top:24px}.richtext-display ul{list-style:initial}.richtext-display ol{list-style:decimal}.header-with-info-button{display:flex;align-items:center;gap:10px;padding:20px}.header-with-info-button h1{margin-bottom:0}.h2-with-info-button{display:flex;justify-content:center;gap:10px}.ml-5{margin-left:5px}.mr-5{margin-right:5px}.flex-container-full-width{display:flex;flex-direction:row;width:100%}main{margin-left:250px;width:calc(100% - 250px);transition:margin-left .3s ease,width .3s ease;padding:20px}.sidebar-left-panel--collapsed~main{margin-left:60px;width:calc(100% - 60px)}.row-with-gaps{display:flex;flex-wrap:wrap;row-gap:10px}.layout-main{min-height:100vh;width:100%;padding:40px}.light .layout-main{background-color:#f8f8f8;background-color:var(--theme-light-murphy-faded-white, #f8f8f8)}.header-btns{display:flex;width:100%;flex-flow:row;justify-content:space-between;padding:16px 0}.header-btns .btn--medium{font-size:16px;font-weight:500}.header-right-btn{display:flex;column-gap:16px}.search-wrapper{width:100%;display:flex;align-items:center;column-gap:16px;padding:16px 0}.filters-container-general{width:100%;display:flex;align-items:center;flex-wrap:wrap;column-gap:8px;row-gap:8px;padding:0}.table-container-general{padding:16px 0;width:100%}.header-container{display:flex;flex-direction:column;padding:20px;align-items:flex-start}.header-container>div{margin:5px}@media (min-width: 992px){.header-container{flex-direction:row}.header-container .one{margin-right:40px}.header-container .two{text-align:right}.header-container .three{margin-left:auto}}.card-name{flex-grow:2;font-size:11px;max-width:150px;overflow:hidden;text-align:right;text-overflow:ellipsis}@media (max-width: 991px){.card-name{display:none}}.card-icon{margin-left:5px}.profile-card{display:flex;flex-direction:row;height:45px;position:relative;width:300px}@media (max-width: 991px){.profile-card{width:unset}}.dark .dark-mode{color:#333;color:var(--theme-dark-textlight, #333)}.light .dark-mode{color:#fff;color:var(--theme-light-textlight, #fff)}.profile-card-content{background-color:#f1f1f1;box-shadow:0 8px 16px #0003;display:none;min-width:160px;position:absolute;right:0;top:45px;z-index:100}.dark .profile-card-content{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .profile-card-content{color:#000;color:var(--theme-light-textdark, #000)}.profile-card-content>div{border-bottom:solid 1px;display:block;padding:12px 16px}.light .profile-card-content>div{border-color:#e0e1dd;border-color:var(--theme-light-backgrounddisabled, #e0e1dd)}@media (max-width: 575px){.profile-card-content{left:-140px;right:unset}}.profile-card-content.active{display:block}.profile-card-dropdown{cursor:initial;display:flex;flex-direction:column;font-size:12px;width:300px}.profile-card-dropdown>div{margin-bottom:5px}.profile-card-dropdown-first-row{position:relative}.profile-card-logout-button{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:0}.profile-card-logout-button>span{margin-right:3px}.profile-card-logout-button :hover{text-decoration:underline}.profile-card-dropdown-icon{font-size:20px}.profile-card-optionset select{font-size:12px}@font-face{font-display:swap;font-family:Agrandir Grand Light;font-style:normal;font-weight:300;src:url(/assets/Agrandir-GrandLight-Bq4GzHul.eot);src:url(/assets/Agrandir-GrandLight-Bq4GzHul.eot?#iefix) format("embedded-opentype"),url(/assets/Agrandir-GrandLight-qfSy-QDg.woff2) format("woff2"),url(/assets/Agrandir-GrandLight-CulrpY3X.woff) format("woff"),url(/assets/Agrandir-GrandLight-BmMrpG-i.ttf) format("truetype"),url(/assets/Agrandir-GrandLight-B4ArHjXp.svg#Agrandir-GrandLight) format("svg")}@font-face{font-display:swap;font-family:Agrandir Grand Heavy;font-style:normal;font-weight:800;src:url(/assets/Agrandir-GrandHeavy-DE-GIxw8.eot);src:url(/assets/Agrandir-GrandHeavy-DE-GIxw8.eot?#iefix) format("embedded-opentype"),url(/assets/Agrandir-GrandHeavy-BP04ZjZ_.woff2) format("woff2"),url(/assets/Agrandir-GrandHeavy-BUQ5_5s3.woff) format("woff"),url(/assets/Agrandir-GrandHeavy-CLzX_OEr.ttf) format("truetype"),url(/assets/Agrandir-GrandHeavy-C87zKJfW.svg#Agrandir-GrandHeavy) format("svg")}.tab-panel{display:flex;flex-direction:row;flex-wrap:wrap;width:80vw}.tab{border-bottom:solid 1px;cursor:pointer;flex:1;padding:20px 10px;text-align:center}.light .tab:hover{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.tab>h4{text-transform:uppercase}.light .tab{border-color:#f6f6f5;border-color:var(--theme-light-backgroundunselected, #f6f6f5)}.tab-selected{border-bottom:solid 3.5px}.light .tab-selected{border-color:#00b2a9;border-color:var(--theme-light-backgroundselected, #00b2a9)}.tab-not-clickable{cursor:not-allowed;opacity:.5}.tab-solid-panel-tms{width:60%;font-size:14px;display:flex}.light .tab-solid-panel-tms{color:#083454;color:var(--theme-light-dark-blue, #083454)}.tab-solid-panel{width:100%;font-size:14px;display:flex}.light .tab-solid-panel{color:#083454;color:var(--theme-light-dark-blue, #083454)}.tab-solid-panel-tab{padding:8px;border-bottom:none;flex:0;text-align:left}.light .tab-solid-panel-tab{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.light .tab-solid-panel-tab:hover{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.dark .tab-solid-panel-tab:hover{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .tab-solid-panel-tab:hover{color:#000;color:var(--theme-light-textdark, #000)}.tab-solid-panel-tab .wrap-text{white-space:nowrap}.tab-solid-panel-tab:last-of-type{flex:1}.light .tab-solid-panel-tab-selected-alt,.light .tab-solid-panel-tab-selected-alt:hover{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.light .tab-solid-panel-tab-selected{background-color:#083454;background-color:var(--theme-light-dark-blue, #083454)}.dark .tab-solid-panel-tab-selected{color:#333;color:var(--theme-dark-textlight, #333)}.light .tab-solid-panel-tab-selected{color:#fff;color:var(--theme-light-textlight, #fff)}.light .tab-solid-panel-tab-selected:hover{background-color:#083454;background-color:var(--theme-light-dark-blue, #083454)}.dark .tab-solid-panel-tab-selected:hover{color:#333;color:var(--theme-dark-textlight, #333)}.light .tab-solid-panel-tab-selected:hover{color:#fff;color:var(--theme-light-textlight, #fff)}.tab-transparent-panel-tab,.tab-transparent-panel-tab-category{padding:8px;border-bottom:none;text-align:center;min-width:80px;flex:unset}.light .tab-transparent-panel-tab,.tab-transparent-panel-tab-category{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.tab-transparent-panel-tab>h4,.tab-transparent-panel-tab-category>h4{text-transform:unset;font-size:16px;font-weight:400;font-family:Poppins,sans-serif}.light .tab-transparent-panel-tab:hover,.tab-transparent-panel-tab-category:hover{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.tab-transparent-panel-tab .wrap-text,.tab-transparent-panel-tab-category .wrap-text{white-space:nowrap}.tab-transparent-panel-tab-category>h4{display:flex;align-items:center;column-gap:8px}.tab-transparent-default-panel-tab-selected{border-bottom:2px solid}.light .tab-transparent-default-panel-tab-selected{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.light .tab-transparent-default-panel-tab-selected{border-color:#00b2a9;border-color:var(--theme-light-backgroundselected, #00b2a9)}.tab-transparent-default-panel-tab-selected>h4{font-weight:500}.tab-transparent-panel-tab-selected,.tab-transparent-panel-tab-selected--cat5,.tab-transparent-panel-tab-selected--cat4,.tab-transparent-panel-tab-selected--cat3,.tab-transparent-panel-tab-selected--cat2,.tab-transparent-panel-tab-selected--cat1{border-bottom:2px solid}.light .tab-transparent-panel-tab-selected,.light .tab-transparent-panel-tab-selected--cat5,.light .tab-transparent-panel-tab-selected--cat4,.light .tab-transparent-panel-tab-selected--cat3,.light .tab-transparent-panel-tab-selected--cat2,.light .tab-transparent-panel-tab-selected--cat1{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.light .tab-transparent-panel-tab-selected,.light .tab-transparent-panel-tab-selected--cat5,.light .tab-transparent-panel-tab-selected--cat4,.light .tab-transparent-panel-tab-selected--cat3,.light .tab-transparent-panel-tab-selected--cat2,.light .tab-transparent-panel-tab-selected--cat1{border-color:#b0b0b0;border-color:var(--theme-light-murphy-faded-gray, #B0B0B0)}.tab-transparent-panel-tab-selected>h4,.tab-transparent-panel-tab-selected--cat5>h4,.tab-transparent-panel-tab-selected--cat4>h4,.tab-transparent-panel-tab-selected--cat3>h4,.tab-transparent-panel-tab-selected--cat2>h4,.tab-transparent-panel-tab-selected--cat1>h4{font-weight:500}.light .tab-transparent-panel-tab-selected--cat1{border-color:#002395;border-color:var(--theme-light-accentcolor4, #002395)}.light .tab-transparent-panel-tab-selected--cat2{border-color:#d28ac8;border-color:var(--theme-light-accentcolor1, #d28ac8)}.light .tab-transparent-panel-tab-selected--cat3{border-color:#003551;border-color:var(--theme-light-accentcolor8, #003551)}.light .tab-transparent-panel-tab-selected--cat4{border-color:#ffa100;border-color:var(--theme-light-accentcolor2, #ffa100)}.light .tab-transparent-panel-tab-selected--cat5{border-color:#0065bd;border-color:var(--theme-light-accentcolor3, #0065bd)}.grid-container{max-width:1200px;margin:0 auto;display:grid;grid-gap:1rem}@media (min-width: 576px){.grid-container{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.grid-container{grid-template-columns:repeat(3,1fr)}}.grid-item{padding:1rem}.sidebar-left-panel,.sidebar-left-panel--collapsed{width:280px;transition:all .3s ease-in-out;overflow:hidden;flex-shrink:0}.sidebar-left-panel--collapsed{width:80px}.sidebar-menu-wrapper,.sidebar-menu-wrapper--collapsed{border-right:1px solid;position:fixed;left:0;height:100vh;width:280px;padding:16px;background-color:#fafaf9;transition:all .3s ease-in-out;display:flex;flex-flow:column;z-index:111;overflow-y:scroll}.light .sidebar-menu-wrapper,.light .sidebar-menu-wrapper--collapsed{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.sidebar-menu-wrapper--collapsed{width:80px}.sidebar-list-item{list-style:none;padding:12px}.light .sidebar-list-item{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.sidebar-link{text-decoration:none;width:100%;display:block}.light .sidebar-link,.light .sidebar-link:visited{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.sidebar-title,.sidebar-title--collapsed{display:flex;align-items:center;cursor:pointer}.light .sidebar-title,.light .sidebar-title--collapsed{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.sidebar-title--collapsed{justify-content:center}.sidebar-title--collapsed .sidebar-icon{margin-right:0}.sidebar-link-nested,.sidebar-link-nested--collapsed{display:flex;align-items:center}.sidebar-link-nested--collapsed{justify-content:center}.sidebar-link-nested.logout-button,.logout-button.sidebar-link-nested--collapsed{color:#dc2626}.sidebar-link-nested.logout-button:hover,.logout-button.sidebar-link-nested--collapsed:hover{background-color:#fef2f2;cursor:pointer}.sidebar-submenu-active .sidebar-link-nested,.sidebar-submenu-active .sidebar-link-nested--collapsed{font-weight:500}.light .sidebar-submenu-active .sidebar-link-nested,.light .sidebar-submenu-active .sidebar-link-nested--collapsed{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.light .sidebar-active{background:#f8f8f8;background:var(--theme-light-murphy-faded-white, #f8f8f8)}.light .sidebar-active{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.sidebar-active .sidebar-title,.sidebar-active .sidebar-title--collapsed{font-weight:500}.light .sidebar-active .sidebar-title,.light .sidebar-active .sidebar-title--collapsed{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.sidebar-icon{font-size:18px;margin-right:8px}.sidebar-ul-nested{margin-left:13px}.sidebar-accordion,.sidebar-accordion--hide{transition:all .3s ease-in-out;overflow:hidden;max-height:400px}.sidebar-accordion--hide{max-height:0}.sidebar-text-wrapper{display:flex;width:100%;align-items:center;justify-content:space-between}.sidebar-logo{width:150px}.sidebar-logo-portal,.sidebar-logo-portal--collapsed{display:flex;align-items:center;justify-content:space-between}.sidebar-logo-portal--collapsed{justify-content:center}.sidebar-collapse-icon{font-size:21px;cursor:pointer}.light .sidebar-collapse-icon{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.sidebar-settings-item{position:relative;margin-top:auto}.sidebar-settings{border:1px solid;border-radius:8px;padding:8px 24px;position:absolute;left:22px;bottom:40px;width:195px}.light .sidebar-settings{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .sidebar-settings{background:#f8f8f8;background:var(--theme-light-murphy-faded-white, #f8f8f8)}.sidebar-settings-radio{display:flex;align-items:center;padding:4px 0 4px 24px;cursor:pointer}.sidebar-settings-radio .sidebar-icon{margin-right:8px}.sidebar-settings-list{padding:8px 0}.sidebar-settings-list .sidebar-icon{margin-right:8px}.sidebar-user-list{display:flex;align-items:center}.sidebar-user-icon{height:40px;width:40px}.sidebar-license-container{display:flex;flex-flow:column;padding:0 8px;position:relative}.sidebar-settings-user-nested{border:1px solid;border-radius:8px;padding:8px 0;position:absolute;left:22px;bottom:80px;width:210px;max-height:200px;overflow-y:scroll}.light .sidebar-settings-user-nested{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .sidebar-settings-user-nested{background:#f8f8f8;background:var(--theme-light-murphy-faded-white, #f8f8f8)}.sidebar-settings-user-nested .sidebar-icon{margin-right:8px}.sidebar-settings-user-nested .sidebar-settings-radio{padding:8px 24px}.sidebar-license-dropdown{font-size:12px;display:flex;align-items:center;column-gap:4px;cursor:pointer}.sidebar-license-dropdown .sidebar-user-icon{height:24px;width:24px}.card-container{display:flex;width:100%;flex-flow:column;padding:24px;border:1px solid;border-radius:4px}.dark .card-container{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .card-container{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .card-container{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .card-container{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.card-container--title{width:100%;font-weight:500;font-size:18px;margin-bottom:13px}.card-container--paragraph{width:100%}@font-face{font-display:swap;font-family:Agrandir Grand Light;font-style:normal;font-weight:300;src:url(/assets/Agrandir-GrandLight-Bq4GzHul.eot);src:url(/assets/Agrandir-GrandLight-Bq4GzHul.eot?#iefix) format("embedded-opentype"),url(/assets/Agrandir-GrandLight-qfSy-QDg.woff2) format("woff2"),url(/assets/Agrandir-GrandLight-CulrpY3X.woff) format("woff"),url(/assets/Agrandir-GrandLight-BmMrpG-i.ttf) format("truetype"),url(/assets/Agrandir-GrandLight-B4ArHjXp.svg#Agrandir-GrandLight) format("svg")}@font-face{font-display:swap;font-family:Agrandir Grand Heavy;font-style:normal;font-weight:800;src:url(/assets/Agrandir-GrandHeavy-DE-GIxw8.eot);src:url(/assets/Agrandir-GrandHeavy-DE-GIxw8.eot?#iefix) format("embedded-opentype"),url(/assets/Agrandir-GrandHeavy-BP04ZjZ_.woff2) format("woff2"),url(/assets/Agrandir-GrandHeavy-BUQ5_5s3.woff) format("woff"),url(/assets/Agrandir-GrandHeavy-CLzX_OEr.ttf) format("truetype"),url(/assets/Agrandir-GrandHeavy-C87zKJfW.svg#Agrandir-GrandHeavy) format("svg")}.checkbox-container{margin-left:auto;text-align:right}.table-container{box-shadow:5px 5px 10px #00000040;margin:10px}.table-wrapper{display:flex;flex-direction:column;max-width:800px;width:100%}ol.collection{margin:0;padding:0}ol.collection li{list-style:none}.attribute-value{align-items:center;display:flex;flex-direction:row;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.check-all-container{display:none}@media (max-width: 575px){.table-wrapper{align-items:center}.check-all-container{display:flex;flex-direction:column}.table-container{padding:0}.collection-container{display:grid;grid-template-columns:1fr}.collection-container:first-child{border-top:1px solid}.dark .collection-container:first-child{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .collection-container:first-child{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.item{border-bottom:1px solid;border-radius:2px;font-size:14px;overflow:hidden;padding:15px;text-overflow:ellipsis;width:100vw}.dark .item{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .item{color:#000;color:var(--theme-light-textdark, #000)}.dark .item{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .item{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.item:hover{box-shadow:0 0 25px #00000040}.dark .item:hover{color:#333;color:var(--theme-dark-textlight, #333)}.light .item:hover{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .item:hover{background-color:#e6e1c5;background-color:var(--theme-dark-hoverdark, #e6e1c5)}.light .item:hover{background-color:#002395;background-color:var(--theme-light-hoverdark, #002395)}.dark .item:hover{border-color:#333;border-color:var(--theme-dark-borderlight, #333)}.light .item:hover{border-color:#f6f6f5;border-color:var(--theme-light-borderlight, #f6f6f5)}.collection-container>li:first-child{display:none}.attribute{display:grid;grid-template-columns:minmax(6.5em,30%) 1fr;overflow:hidden;text-overflow:ellipsis}.attribute[data-name]:not([data-name=""]):before{content:attr(data-name);font-weight:bolder}}@media (min-width: 576px){.item-container{border-bottom:1px solid;border-left:1px solid;display:grid}.dark .item-container{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .item-container{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.attribute-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--column-width-min),1fr))}.collection{border-top:1px solid}.dark .collection{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .collection{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.attribute{border-right:1px solid;overflow:hidden;padding:15px;text-overflow:ellipsis;white-space:nowrap}.dark .attribute{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .attribute{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.dark .collection-container{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .collection-container{color:#000;color:var(--theme-light-textdark, #000)}.dark .collection-container{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .collection-container{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.dark .collection-container>.item-container:first-child{color:#333;color:var(--theme-dark-textlight, #333)}.light .collection-container>.item-container:first-child{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .collection-container>.item-container:first-child{background-color:#fff;background-color:var(--theme-dark-backgrounddark, #fff)}.light .collection-container>.item-container:first-child{background-color:#002395;background-color:var(--theme-light-backgrounddark, #002395)}.item-container:hover{box-shadow:0 0 25px #00000040}.dark .item-container:hover{color:#333;color:var(--theme-dark-textlight, #333)}.light .item-container:hover{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .item-container:hover{background-color:#fff;background-color:var(--theme-dark-backgrounddark, #fff)}.light .item-container:hover{background-color:#002395;background-color:var(--theme-light-backgrounddark, #002395)}.dark .item-container:hover{border-color:#333;border-color:var(--theme-dark-borderlight, #333)}.light .item-container:hover{border-color:#f6f6f5;border-color:var(--theme-light-borderlight, #f6f6f5)}.dark .item-container:hover .attribute{border-color:#333;border-color:var(--theme-dark-borderlight, #333)}.light .item-container:hover .attribute{border-color:#f6f6f5;border-color:var(--theme-light-borderlight, #f6f6f5)}.dark .item-container:hover .attribute{background-color:#e6e1c5;background-color:var(--theme-dark-hoverdark, #e6e1c5)}.light .item-container:hover .attribute{background-color:#002395;background-color:var(--theme-light-hoverdark, #002395)}.dark .collection-container>.item-container:first-child .attribute{border-color:#333;border-color:var(--theme-dark-borderlight, #333)}.light .collection-container>.item-container:first-child .attribute{border-color:#f6f6f5;border-color:var(--theme-light-borderlight, #f6f6f5)}.clickable{cursor:pointer}}.btn,.btn--reverse{border:none;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;outline:none}.light .btn:disabled,.light .btn--reverse:disabled{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.btn--reverse{flex-direction:row-reverse}.btn-icon,.event-flow-map-icons .btn-icon--inactive{height:20px;width:20px}.btn-icon-container{height:40px;width:40px}.light .btn-icon-positive{background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .btn-icon-positive{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-icon-positive{color:#fff;color:var(--theme-light-textlight, #fff)}.btn--primary{border:1px solid;min-width:100px;justify-content:center;align-items:center}.dark .btn--primary{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn--primary{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .btn--primary{background-color:#558b6e;background-color:var(--theme-dark-backgroundpositive, #558b6e)}.light .btn--primary{background-color:#00b2a9;background-color:var(--theme-light-backgroundpositive, #00b2a9)}.btn--outline{background-color:transparent;border:1px solid;padding:8px 20px;transition:all .3s ease-out}.dark .btn--outline{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .btn--outline{color:#000;color:var(--theme-light-textdark, #000)}.btn--cancel{background-color:transparent;border:1px solid;justify-content:center;align-items:center;margin-right:10px;min-width:100px;transition:all .3s ease-out}.dark .btn--cancel{color:#558b6e;color:var(--theme-dark-borderPrimary, #558b6e)}.light .btn--cancel{color:#00b2a9;color:var(--theme-light-borderPrimary, #00b2a9)}.dark .btn--cancel{border-color:#558b6e;border-color:var(--theme-dark-borderPrimary, #558b6e)}.light .btn--cancel{border-color:#00b2a9;border-color:var(--theme-light-borderPrimary, #00b2a9)}.btn--medium{font-size:14px;height:40px;padding:8px 20px;width:auto}.btn--large{font-size:20px;height:60px;padding:12px 26px;width:auto}.btn--extra-large-square{align-items:center;display:flex;font-size:52px;height:120px;justify-content:center;padding:20px;width:120px}.btn:hover:not([disabled]),.btn--reverse:hover:not([disabled]){transition:all .3s ease-out;transition:.25s}.btn-with-icon{font-size:14px;margin:0;padding:0}.light .btn-with-icon{background-color:#1accc3;background-color:var(--theme-light-accentcolor6, #1accc3)}.dark .btn-with-icon{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-with-icon{color:#fff;color:var(--theme-light-textlight, #fff)}.btn-with-icon-text{padding:8px 20px}.dark .btn-positive:hover:not([disabled]){color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-positive:hover:not([disabled]){color:#fff;color:var(--theme-light-textlight, #fff)}.dark .btn-positive:hover:not([disabled]){background-color:#fff;background-color:var(--theme-dark-backgrounddark, #fff)}.light .btn-positive:hover:not([disabled]){background-color:#002395;background-color:var(--theme-light-backgrounddark, #002395)}.dark .btn-positive:hover:not([disabled])>div{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-positive:hover:not([disabled])>div{color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-positive:hover:not([disabled])>div{background-color:#0065bd;background-color:var(--theme-light-accentcolor3, #0065bd)}.light .btn-negative{background-color:#e30613;background-color:var(--theme-light-errortext, #e30613)}.dark .btn-negative{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-negative{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .btn-negative:hover:not([disabled]){color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-negative:hover:not([disabled]){color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-negative:hover:not([disabled]){background-color:#ffa100;background-color:var(--theme-light-warningtext, #ffa100)}.dark .btn-negative:hover:not([disabled])>div{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-negative:hover:not([disabled])>div{color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-negative:hover:not([disabled])>div{background-color:#ffa100;background-color:var(--theme-light-warningtext, #ffa100)}.btn-dark{border:1px solid;border-radius:4px}.dark .btn-dark{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-dark{color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-dark{background-color:#393939;background-color:var(--theme-light-murphy-faded-black, #393939)}.light .btn-dark:hover:not([disabled]){color:#393939;color:var(--theme-light-murphy-faded-black, #393939)}.dark .btn-dark:hover:not([disabled]){background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .btn-dark:hover:not([disabled]){background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .btn-dark:hover:not([disabled]){border-color:#393939;border-color:var(--theme-light-murphy-faded-black, #393939)}.light .btn-dark:hover:not([disabled])>div{color:#393939;color:var(--theme-light-murphy-faded-black, #393939)}.dark .btn-dark:hover:not([disabled])>div{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .btn-dark:hover:not([disabled])>div{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .btn-dark:hover:not([disabled])>div{border-color:#393939;border-color:var(--theme-light-murphy-faded-black, #393939)}.btn-light{border-radius:4px}.light .btn-light{color:#393939;color:var(--theme-light-murphy-faded-black, #393939)}.dark .btn-light{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .btn-light{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.dark .btn-light:hover:not([disabled]){color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-light:hover:not([disabled]){color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-light:hover:not([disabled]){background-color:#393939;background-color:var(--theme-light-murphy-faded-black, #393939)}.dark .btn-light:hover:not([disabled])>div{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-light:hover:not([disabled])>div{color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-light:hover:not([disabled])>div{background-color:#393939;background-color:var(--theme-light-murphy-faded-black, #393939)}.light .btn-warning{background-color:#ffa100;background-color:var(--theme-light-warningtext, #ffa100)}.dark .btn-warning{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-warning{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .btn-warning:hover:not([disabled]){color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-warning:hover:not([disabled]){color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-warning:hover:not([disabled]){background-color:#f3d6c0;background-color:var(--theme-light-hoverlightnegative, #f3d6c0)}.dark .btn-warning:hover:not([disabled])>div{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-warning:hover:not([disabled])>div{color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-warning:hover:not([disabled])>div{background-color:#f3d6c0;background-color:var(--theme-light-hoverlightnegative, #f3d6c0)}.btn-neutral{border:1px solid}.light .btn-neutral{background-color:#fff;background-color:var(--theme-light-hoverborderlight, #fff)}.light .btn-neutral{color:#00b2a9;color:var(--theme-light-accentcolor5, #00b2a9)}.light .btn-neutral{border-color:#00b2a9;border-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .btn-neutral:hover:not([disabled]){color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-neutral:hover:not([disabled]){color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-neutral:hover:not([disabled]){background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .btn-neutral:hover:not([disabled])>div{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-neutral:hover:not([disabled])>div{color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-neutral:hover:not([disabled])>div{background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .btn--next,.btn--prev{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn--next,.btn--prev{color:#fff;color:var(--theme-light-textlight, #fff)}.btn--m5{margin:0 16px}.btn-underline{border:none;font-weight:500;text-decoration:underline;border-radius:4px}.light .btn-underline{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.dark .btn-underline:hover:not([disabled]){color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-underline:hover:not([disabled]){color:#fff;color:var(--theme-light-textlight, #fff)}.light .btn-underline:hover:not([disabled]){background-color:#393939;background-color:var(--theme-light-murphy-faded-black, #393939)}.dark .btn-underline:hover:not([disabled])>div{color:#333;color:var(--theme-dark-textlight, #333)}.light .btn-underline:hover:not([disabled])>div{color:#fff;color:var(--theme-light-textlight, #fff)}.small-icon-button{font-size:20px}.btn-no-width button{width:unset!important}.btn-icon-transparent{border:1px solid;border-right:none;border-radius:4px 0 0 4px}.light .btn-icon-transparent{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.dark .btn-icon-transparent{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .btn-icon-transparent{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .btn-icon-transparent{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.item-container-configuration-pbslist:hover{cursor:pointer}@media (min-width: 576px){.item-container-configuration-pbslist{grid-template-columns:4fr 4fr 5fr 3fr}}input{border:2px;border-radius:0;border-style:none none solid;font-size:16px;max-width:80vw;padding:10px;width:260px}@media (max-width: 575px){input{width:240px}}.dark input{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light input{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}input[type=checkbox]{width:unset}input:focus{border-bottom:3px solid;outline-style:none;transition:all .2s ease-out}.light input:focus{border-color:#0065bd;border-color:var(--theme-light-accentcolor3, #0065bd)}textarea{border:1px solid;border-radius:5px;font-size:16px;padding:10px;resize:none;width:260px}@media (max-width: 575px){textarea{width:240px}}.dark textarea{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light textarea{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}select{background-position:right .7em top 50%,0 0;background-repeat:no-repeat,repeat;background-size:.65em auto,100%;border:2px;border-radius:0;border-style:none none solid;font-size:16px;max-width:80vw;padding:10px;width:260px}@media (max-width: 575px){select{width:240px}}.dark select{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light select{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.input-error-message{align-items:center;display:flex;flex-direction:column;font-size:14px;justify-content:center;width:260px}@media (max-width: 575px){.input-error-message{width:240px}}.light .input-error-message{color:#e30613;color:var(--theme-light-errortext, #e30613)}.input-info-message{align-items:left;display:flex;flex-direction:column;font-size:14px;font-style:italic;justify-content:center;width:260px}@media (max-width: 575px){.input-info-message{width:240px}}.dark .input-info-message{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .input-info-message{color:#000;color:var(--theme-light-textdark, #000)}.form-input{display:grid;grid-gap:10px;max-width:90vw;position:relative}.dark .form-input{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .form-input{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.form-input label{font-size:14px;font-weight:500}.dark .form-input label{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .form-input label{color:#000;color:var(--theme-light-textdark, #000)}.form-input input:disabled{border-style:none}.dark .form-input input:disabled{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .form-input input:disabled{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.form-input input:disabled:hover{border-style:solid .5px}.form-input textarea{resize:none}.form-input textarea:disabled{border-style:none}.dark .form-input textarea:disabled{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .form-input textarea:disabled{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.form-input-column-flow{align-items:center;display:flex;flex-direction:row;position:relative}.form-input-column-flow>input{margin:10px}.form-input-column-flow>select{margin:10px}.form-input-column-flow label{font-weight:700}.dark .form-input-column-flow label{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .form-input-column-flow label{color:#000;color:var(--theme-light-textdark, #000)}.form-input-column-flow input:disabled{border-style:none}.dark .form-input-column-flow input:disabled{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .form-input-column-flow input:disabled{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.form-input-column-flow textarea{resize:none}.form-input-column-flow textarea:disabled{border-style:none}.dark .form-input-column-flow textarea:disabled{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .form-input-column-flow textarea:disabled{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.form-input-editable input{border-style:none}.dark .form-input-editable input{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .form-input-editable input{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.form-input-editable input:hover{border-style:solid;border-width:1px;border-color:#000}.dark .form-input-editing input{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .form-input-editing input{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.form-input-small input{width:260px}.form-input-medium input{width:500px}.form-input-large input{width:800px}.form-input-100percent input{width:100%}.spinner{animation:spin 2s linear infinite;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid;height:120px;width:120px}.dark .spinner{border-top-color:#921e5b;border-top-color:var(--theme-dark-backgroundimportant, #921e5b)}.light .spinner{border-top-color:#d28ac8;border-top-color:var(--theme-light-backgroundimportant, #d28ac8)}.spinner-container-global-center{align-items:center;display:flex;height:60vh;justify-content:center}.spinner-container-center-small{align-items:center;display:flex;height:200px;width:200px;justify-content:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.small-spinner{animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid;height:24px;width:24px;margin-right:10px}.dark .small-spinner{border-top-color:#921e5b;border-top-color:var(--theme-dark-backgroundimportant, #921e5b)}.light .small-spinner{border-top-color:#d28ac8;border-top-color:var(--theme-light-backgroundimportant, #d28ac8)}.form-fieldset{border:1px solid;border-radius:3px;box-shadow:5px 5px 10px #00000040}.dark .form-fieldset{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .form-fieldset{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.form-fieldset>div{padding:20px}.form-fieldset input,.form-fieldset textarea{width:100%}@media (min-width: 576px){.form-container{width:576px}}@media (min-width: 768px){.form-container{width:768px}}@media (min-width: 992px){.form-container{width:1200px}}@media (min-width: 1200px){.form-container{width:1400px}}.form-container label{font-size:14px;font-weight:500}.form-container button{width:260px}.form-legend{border-radius:3px;border-width:.5px;box-shadow:5px 5px 10px #00000040;padding:6px 12px}.dark .form-legend{color:#333;color:var(--theme-dark-textlight, #333)}.light .form-legend{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .form-legend{background-color:#fff;background-color:var(--theme-dark-backgrounddark, #fff)}.light .form-legend{background-color:#002395;background-color:var(--theme-light-backgrounddark, #002395)}.dark .form-legend{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .form-legend{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.form-section{display:flex;flex-direction:column;margin-bottom:20px;margin-top:20px;position:relative}.form-section>*{margin-top:30px}@media (min-width: 576px){.form-section{margin-left:20px;margin-right:20px}}.form-section-header{font-size:15px;font-weight:650;padding:5px;text-align:left;text-transform:uppercase}.form-simple-container>*{margin-top:30px}.localizations-form textarea,.localizations-form input{width:600px}@keyframes animatetop{0%{opacity:0;top:-300px}to{opacity:1;top:0}}.modal{background-color:#000;background-color:#0006;height:100%;left:0;overflow:auto;padding-top:0;position:fixed;top:0;width:100%;z-index:2000}@media (max-width: 575px){.modal{padding-top:0}}.modal h2{margin-top:10px}.modal.center{display:flex;justify-content:center;align-items:center}.modal-content{animation-duration:.4s;animation-name:animatetop;border:1px solid #888;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;display:flex;flex-direction:column;margin:auto;border-radius:10px;padding:5px;position:relative;width:95%;max-height:100%}@media (min-width: 768px){.modal-content{width:fit-content}}.dark .modal-content{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .modal-content{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.close{float:right;font-size:28px;font-weight:700}.dark .close{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .close{color:#000;color:var(--theme-light-textdark, #000)}.close-absolute{position:absolute;top:0;right:10px}.contactTitle{margin-bottom:30;font-size:18;display:flex}.form{flex-direction:row;display:flex;align-items:center;width:30rem}.input{border-width:1;border-color:#ebebeb;border-style:solid;border-radius:5;width:20rem}.close:hover,.close:focus{cursor:pointer;text-decoration:none}.dark .close:hover,.close:focus{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .close:hover,.close:focus{color:#000;color:var(--theme-light-textdark, #000)}.dark .modal-header{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .modal-header{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .modal-header-error{background-color:#e30613;background-color:var(--theme-light-errortext, #e30613)}.light .modal-header-warning{background-color:#ffa100;background-color:var(--theme-light-warningtext, #ffa100)}.modal-body{overflow-y:auto;padding:2px 16px}@media (min-width: 992px){.modal-body{margin-left:10px;margin-right:10px}}.modal-body.disable-overflow{overflow-y:unset}.modal-body>div{margin-bottom:20px}.modal-body-tutorial{overflow-y:auto}.modal-body-tutorial.disable-overflow{overflow-y:unset}.modal-footer{padding:2px 16px}.modal-footer button{float:right}.dark .modal-footer{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .modal-footer{color:#000;color:var(--theme-light-textdark, #000)}.dark .modal-footer{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .modal-footer{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.modal-filter-footer{display:flex;justify-content:center;align-items:center}.modal-form>*:not(:last-child){margin-bottom:30px}.modal-form input{width:unset}.close-icon{position:absolute;top:8px;right:8px;height:32px;width:32px;cursor:pointer}.template-selector-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap}.template-selector-wrapper li{list-style:none}.template-selector-wrapper>li:not(:first-child){margin-top:20px}.template-title{font-weight:bolder;text-align:center;display:flex;flex-direction:column}.template-text{font-size:14px;color:#7f7f7f;width:20rem;cursor:pointer}.template-text.title{font-size:16px}.dark .template-text.title{color:#558b6e;color:var(--theme-dark-borderPrimary, #558b6e)}.light .template-text.title{color:#00b2a9;color:var(--theme-light-borderPrimary, #00b2a9)}.template-text.title.selected{color:#000}.template-icon{font-size:24px}.template-wrapper{border:1px solid;border-radius:3px;cursor:pointer;padding:1rem;width:30rem;flex-direction:row;align-items:center;display:flex}.dark .template-wrapper{border-color:#558b6e;border-color:var(--theme-dark-borderPrimary, #558b6e)}.light .template-wrapper{border-color:#00b2a9;border-color:var(--theme-light-borderPrimary, #00b2a9)}.light .template-wrapper:hover,.light .template-wrapper.selected{background-color:#00b2a9;background-color:var(--theme-light-backgroundselected, #00b2a9)}.template-wrapper:hover .template-text{color:#000}@media (min-width: 992px){.template-selector-wrapper{flex-direction:row}.template-selector-wrapper>li:not(:first-child){margin-left:20px;margin-top:0}}.search-bar{position:relative}.searchbar-inner-icon-container{cursor:pointer;font-size:30px;position:absolute;right:15px;top:50%;transform:translateY(-50%);display:flex;flex-direction:row;align-items:center;justify-content:center}.dark .searchbar-inner-icon-container{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .searchbar-inner-icon-container{color:#000;color:var(--theme-light-textdark, #000)}.dark .searchbar-inner-icon-container .inner-icon:hover{color:#fff;color:var(--theme-dark-backgrounddark, #fff)}.light .searchbar-inner-icon-container .inner-icon:hover{color:#002395;color:var(--theme-light-backgrounddark, #002395)}.search-bar-murphy{border:none;border-radius:2px;cursor:pointer;display:flex;flex-direction:row;font-size:18px;height:40px;outline:none}.search-bar-murphy input{border-radius:0 4px 4px 0;font-size:14px;height:40px;margin:0;border:1px solid;border-left:none;padding:8px 20px 8px 0}.light .search-bar-murphy input{color:#b0b0b0;color:var(--theme-light-murphy-faded-gray, #B0B0B0)}.light .search-bar-murphy input{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.search-bar-murphy *:focus{outline-style:none;transition:all .2s ease-out}.light .search-bar-murphy ::placeholder{color:#b0b0b0;color:var(--theme-light-murphy-faded-gray, #B0B0B0)}.light .search-bar-murphy:disabled{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.search-bar-icon{height:20px;width:20px}.search-bar-with-icon{font-size:14px;margin:0;padding:0}.light .search-bar-with-icon{background-color:#1accc3;background-color:var(--theme-light-accentcolor6, #1accc3)}.dark .search-bar-with-icon{color:#333;color:var(--theme-dark-textlight, #333)}.light .search-bar-with-icon{color:#fff;color:var(--theme-light-textlight, #fff)}.search-bar-murphy-searchresults-container{margin:0;padding:3px;width:320px;font-size:12px;position:relative}.light .search-bar-murphy-searchresults-container{background-color:#1accc3;background-color:var(--theme-light-accentcolor6, #1accc3)}.dark .search-bar-murphy-searchresults-container{color:#333;color:var(--theme-dark-textlight, #333)}.light .search-bar-murphy-searchresults-container{color:#fff;color:var(--theme-light-textlight, #fff)}.search-results-container{display:flex;flex-direction:column;position:absolute;left:0}.search-results-item{cursor:pointer;width:320px}.light .search-results-item:hover{background-color:#0065bd;background-color:var(--theme-light-accentcolor3, #0065bd)}.light .search-results-item{background-color:#1accc3;background-color:var(--theme-light-accentcolor6, #1accc3)}.dark .search-results-item{color:#333;color:var(--theme-dark-textlight, #333)}.light .search-results-item{color:#fff;color:var(--theme-light-textlight, #fff)}.search-bar-full-width,.search-bar-full-width--xs{width:100%;display:flex}.search-bar-full-width input,.search-bar-full-width--xs input{width:100%;max-width:unset}.search-bar-full-width--xs{flex-direction:row-reverse}.search-bar-full-width--xs .btn-icon-transparent{border:1px solid;border-left:none;border-radius:0 4px 4px 0}.light .search-bar-full-width--xs .btn-icon-transparent{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.dark .search-bar-full-width--xs .btn-icon-transparent{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .search-bar-full-width--xs .btn-icon-transparent{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .search-bar-full-width--xs .btn-icon-transparent{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.search-bar-full-width--xs input{border:1px solid;border-radius:4px 0 0 4px;border-right:none}.search-bar-container,.search-bar-container--mobile{width:100%;display:flex;align-items:center;padding:20px;column-gap:16px}.search-bar-container--mobile{flex-flow:column}.table-expandable-wrapper{width:100%;overflow-x:auto;padding-bottom:30px}.table-expandable{width:100%;display:flex;flex-direction:row;justify-content:flex-start;min-height:400px}.table-fluid{width:100%;display:flex;flex-direction:row;justify-content:stretch;min-height:400px}.table-fluid>div{flex:1}.table-fluid>div:last-child{flex:0 0 auto}.table-column-group-header-label{font-size:14px;font-weight:600;padding:5px;white-space:nowrap}@media (max-width: 575px){.table-column-group-header-label{font-size:8px}}@media (max-width: 767px){.table-column-group-wrapper:first-of-type{width:100%}}.table-column-group>div{display:flex;flex-direction:row}.table-column-group>div>div{padding:8px}.table-column-group>div>div:not(:first-child){margin-left:6px}.table-column-group-header{align-items:center;display:flex;font-size:11px;height:50px;overflow:hidden;text-overflow:ellipsis;white-space:inherit;word-break:break-word}.light .table-column-group-header{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.row-cell{align-items:center;display:flex;font-size:14px;height:40px;margin:3px 0}.dark .row-cell{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .row-cell{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.contact-expandable-cell{height:auto}.column-flex{flex:1;height:45px}@media (max-width: 767px){.column-flex{width:100%}}.column-flex-auto{max-width:calc(50% - 3px);height:45px}@media (max-width: 767px){.column-flex-auto{width:100%}}.column-extra-large{width:360px;height:45px}@media (max-width: 767px){.column-extra-large{width:100%}}.column-extra-large-contacts{width:360px;height:auto}@media (max-width: 767px){.column-extra-large-contacts{width:100%}}.column-extra-extra-large{width:660px;height:45px}@media (max-width: 767px){.column-extra-extra-large{width:100%}}.column-large{width:280px;min-width:26rem;height:45px}@media (max-width: 767px){.column-large{width:100%}}.column-medium-large{width:200px;height:45px}@media (max-width: 767px){.column-medium-large{width:100%}}.column-medium-large-alerts{width:280px;min-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 767px){.column-medium-large-alerts{width:100%}}.column-medium-large-alerts1{width:280px;min-width:20rem;min-height:6rem}@media (max-width: 767px){.column-medium-large-alerts1{width:100%}}.column-medium{width:120px;height:45px}@media (max-width: 767px){.column-medium{width:100%}}.column-medium-wide{width:280px;height:45px}@media (max-width: 767px){.column-medium-wide{width:100%}}.column-completed{min-width:125px;height:45px}.column-small-medium{width:70px;height:45px}@media (max-width: 767px){.column-small-medium{width:100%}}.column-small-medium-lname{width:45px;height:45px}@media (max-width: 767px){.column-small-medium-lname{width:100%}}.column-small-dash_title{width:70px;height:45px}.column-small{width:45px;height:45px}@media (max-width: 767px){.column-small{width:100%}}.column-xsmall{width:35px;height:45px;font-size:35%}@media (max-width: 767px){.column-xsmall{width:100%}}.column-small-lname{width:45px;height:45px;font-size:50%}@media (max-width: 767px){.column-small-lname{width:100%}}.user-table-span-extra-large{width:310px;height:auto}.user-table-span-large{width:230px;height:auto}.user-table-span-large-auto{max-width:100%;height:auto}.user-table-span-medium-large{width:150px;height:auto}.user-table-span-small-medium{width:20px;height:auto}.user-table-span-medium{min-width:70px;height:auto}.user-table-action-small{width:100px;height:auto}.user-table-span-small{width:100%;height:auto}.clickable-cell{cursor:pointer}.user-table-icon{font-size:26px;font-weight:900}.light .filled{color:#00b2a9;color:var(--theme-light-accentcolor5, #00b2a9)}.user-table-small-icon{font-size:20px;font-weight:700}.light .user-table-icon-unselected{color:#e0e1dd;color:var(--theme-light-backgrounddisabled, #e0e1dd)}.user-table-span-with-icon{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 576px){.user-table-span-with-icon{width:100%}}.dropdown{position:relative}.dropdown-abs{position:absolute}.dropdown-content{background-color:#f1f1f1;box-shadow:0 8px 16px #0003;display:none;min-width:190px;position:absolute;right:1;z-index:11;font-size:14px}.dropdown-content.left{right:0}.dropdown-content>li{border-bottom:solid 1px;cursor:pointer;display:block;padding:12px 16px;text-decoration:none}.light .dropdown-content>li{border-color:#e0e1dd;border-color:var(--theme-light-backgrounddisabled, #e0e1dd)}@media (max-width: 767px){.dropdown-content{left:-140px;right:unset}.dropdown-content.pull-right{left:unset}}.dropdown-content.active{display:block}.dropdown-content.pull-left{left:-140px;right:unset}.dropdown-icon{font-size:18px;margin-right:10px}.light .icon-hover-child>:hover{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.light .icon-hover:hover{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.table-footer{display:flex;flex-direction:row;margin:40px 0 10px}.table-footer input{font-size:13px;width:50px}.table-footer>div{margin-right:10px}@media (max-width: 575px){.table-footer{flex-direction:column}.table-footer>div{justify-content:left;margin-bottom:10px;margin-top:10px}}.table-footer-box{cursor:pointer;font-size:12px;height:40px;width:40px}.table-footer-span{font-size:12px;margin-left:20px;margin-right:20px}.table-footer-buttons-container{display:flex;flex-direction:row}@media (max-width: 575px){.table-footer-buttons-container{flex-wrap:nowrap}.table-footer-buttons-container :first-child{margin-left:auto}.table-footer-buttons-container :last-child{margin-right:auto}}.table-footer-numbers{display:flex;flex-direction:row}@media (max-width: 575px){.table-footer-numbers{flex-wrap:nowrap;overflow:hidden;overflow-x:auto;width:180px}}.light .table-footer-selected{background-color:#1accc3;background-color:var(--theme-light-accentcolor6, #1accc3)}.expandable-table-row{display:flex;position:relative;width:100%;align-items:center;justify-content:center}.expandable-table-row-left-container{text-overflow:ellipsis;padding-left:5px;overflow:hidden;display:flex;flex-direction:row;justify-content:center;align-items:center}.expandable-table-row-left-text{text-overflow:ellipsis;overflow:hidden;padding-left:5px;width:200px}.expandable-table-row-right-container{margin-left:auto;text-align:right;display:flex;flex-direction:row;align-items:center;justify-content:center}.expandable-table-row-right-container>span{padding-left:3px}.mobile-email-icon{font-size:20px;font-weight:600}.mbs-action-button{font-size:28px}.light .mbs-action-button{color:#00b2a9;color:var(--theme-light-accentcolor5, #00b2a9)}.mbs-action-remove-button{font-size:28px}.light .mbs-action-remove-button{color:#98040d;color:var(--theme-light-greenlight-critical-red, #98040d)}.contact-expandend-containter{background-color:#fff}.contact-expandable-table-row{display:flex;width:100%;height:auto;align-items:center;justify-content:center}.link{cursor:pointer;text-decoration:underline}.dark .link{color:#fff;color:var(--theme-dark-backgrounddark, #fff)}.light .link{color:#002395;color:var(--theme-light-backgrounddark, #002395)}.light .link:hover{color:#e0e1dd;color:var(--theme-light-backgrounddisabled, #e0e1dd)}.filter-control-wrapper{width:100%;margin-bottom:20px;margin-left:4px;margin-right:4px}.filter-control-wrapper>div:not(:first){margin-top:12px}@media (min-width: 576px){.filter-control-wrapper{margin-left:0;margin-right:0}}.filter-control-wrapper .margin-top-small{margin-top:8px!important}.filter-control-container{display:flex;flex-direction:row;flex-wrap:wrap}.filter-control-container>div{margin-left:5px;margin-top:5px}.filter-control-box{border:none;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;font-size:12px;height:28px;justify-content:center;outline:none;padding:5px}.dark .filter-control-box{color:#333;color:var(--theme-dark-textlight, #333)}.light .filter-control-box{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .filter-control-box{background-color:#558b6e;background-color:var(--theme-dark-backgroundpositive, #558b6e)}.light .filter-control-box{background-color:#00b2a9;background-color:var(--theme-light-backgroundpositive, #00b2a9)}.light .filter-control-box:hover,.light .filter-control-box-selected{background-color:#00b2a980;background-color:var(--theme-light-backgroundunselectedaccent, rgba(0, 178, 169, .5))}.dark .add-filter-box{color:#333;color:var(--theme-dark-textlight, #333)}.light .add-filter-box{color:#fff;color:var(--theme-light-textlight, #fff)}.light .add-filter-box{background-color:#00b2a980;background-color:var(--theme-light-backgroundunselectedaccent, rgba(0, 178, 169, .5))}.dark .add-filter-box:hover{background-color:#558b6e;background-color:var(--theme-dark-backgroundpositive, #558b6e)}.light .add-filter-box:hover{background-color:#00b2a9;background-color:var(--theme-light-backgroundpositive, #00b2a9)}.filter-control-box-text{padding-left:6px;padding-right:8px}.light .filter-clear-color{background-color:#f3d6c0;background-color:var(--theme-light-hoverlightnegative, #f3d6c0)}.dark .filter-clear-color{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .filter-clear-color{color:#000;color:var(--theme-light-textdark, #000)}.filter-control-box-remove-button{border-left:1px solid;padding-left:8px;padding-right:8px}.dark .filter-control-box-remove-button{color:#333;color:var(--theme-dark-textlight, #333)}.light .filter-control-box-remove-button{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .filter-control-box-remove-button{border-color:#333;border-color:var(--theme-dark-textlight, #333)}.light .filter-control-box-remove-button{border-color:#fff;border-color:var(--theme-light-textlight, #fff)}.filter-dropdown-content{background-color:#f1f1f1;box-shadow:0 8px 16px #0003;display:none;min-width:160px;position:absolute;z-index:1}.filter-dropdown-content>li{border-bottom:solid 1px;cursor:pointer;display:block;padding:12px 16px;text-decoration:none}.light .filter-dropdown-content>li{border-color:#e0e1dd;border-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.dark .filter-dropdown-content>li{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .filter-dropdown-content>li{color:#000;color:var(--theme-light-textdark, #000)}.light .filter-dropdown-content>li:hover{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}@media (max-width: 767px){.filter-dropdown-content{left:-20px;right:unset}}.filter-dropdown-content.active{display:block}.filter-dropdown{position:relative}.filter-tag{border-radius:8px;cursor:pointer;display:flex;flex-direction:row;font-size:12px;height:26px;justify-content:center;outline:none;align-items:center;margin-right:5px}.filter-tag-active{border:none}.light .filter-tag-active{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.light .filter-tag-active{background-color:#ebebeb;background-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .filter-tag-active:hover{background-color:#00b2a980;background-color:var(--theme-light-backgroundunselectedaccent, rgba(0, 178, 169, .5))}.filter-tag-inactive{border:1px solid}.light .filter-tag-inactive{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.light .filter-tag-inactive{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .filter-tag-inactive:hover,.light .filter-tag-selected{background-color:#00b2a980;background-color:var(--theme-light-backgroundunselectedaccent, rgba(0, 178, 169, .5))}.filter-tag-text{padding:0 8px}.filter-tag-mandatory{font-size:14px;margin:0}.light .filter-tag-mandatory{background-color:#393939;background-color:var(--theme-light-murphy-faded-black, #393939)}.dark .filter-tag-mandatory{color:#333;color:var(--theme-dark-textlight, #333)}.light .filter-tag-mandatory{color:#fff;color:var(--theme-light-textlight, #fff)}.filter-tag-recommended{border:1px solid;margin:0;font-size:14px}.light .filter-tag-recommended{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.light .filter-tag-recommended{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .filter-tag-recommended{color:#222;color:var(--theme-light-murphy-dark-gray, #222222)}.filter-tag-passive{cursor:default;border:1px solid}.light .filter-tag-passive{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.light .filter-tag-passive{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.filter-tag-user{max-width:100px;margin:0 auto;font-size:12px;border-radius:22px;font-weight:400}.light .filter-tag-user{color:#0065bd;color:var(--theme-light-mbsmodulecolor, #0065bd)}.light .filter-tag-user{background-color:#f2f8ff;background-color:var(--theme-light-murphy-light-blue-lighter, #f2f8ff)}.filter-tag-admin{max-width:100px;margin:0 auto;font-size:12px;border-radius:22px;font-weight:400}.light .filter-tag-admin{color:#e59100;color:var(--theme-light-murphy-orange-dark, #E59100)}.light .filter-tag-admin{background-color:#fcf4ee;background-color:var(--theme-light-murphy-orange-light, #FCF4EE)}.filter-tag-readonly{max-width:100px;margin:0 auto;font-size:12px;border-radius:22px;font-weight:400}.dark .filter-tag-readonly{color:#333;color:var(--theme-dark-textlight, #333)}.light .filter-tag-readonly{color:#fff;color:var(--theme-light-textlight, #fff)}.light .filter-tag-readonly{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.filter-tag-intro{min-width:100px;max-width:140px;margin:0 auto;font-size:12px;border-radius:22px;font-weight:400}.light .filter-tag-intro{color:#ca84c0;color:var(--theme-light-murphy-pink-dark, #CA84C0)}.light .filter-tag-intro{background-color:#f9f0f8;background-color:var(--theme-light-murphy-pink-light, #F9F0F8)}.filter-tag-advanced{min-width:100px;max-width:140px;margin:0 auto;font-size:12px;border-radius:22px;font-weight:400}.light .filter-tag-advanced{color:#0065bd;color:var(--theme-light-mbsmodulecolor, #0065bd)}.light .filter-tag-advanced{background-color:#f2f8ff;background-color:var(--theme-light-murphy-light-blue-lighter, #f2f8ff)}.filter-tag-intermediate{min-width:100px;max-width:140px;margin:0 auto;font-size:12px;border-radius:22px;font-weight:400}.light .filter-tag-intermediate{color:#00726c;color:var(--theme-light-murphy-teal-dark, #00726C)}.light .filter-tag-intermediate{background-color:#f2f8f8;background-color:var(--theme-light-murphy-teal-bg, #F2F8F8)}.filter-toggle-tag{border-radius:8px;cursor:pointer;display:flex;flex-direction:row;font-size:16px;height:26px;justify-content:center;outline:none;align-items:center}.filters-container,.filters-row{width:100%;display:flex;align-items:center;flex-wrap:wrap;column-gap:8px;row-gap:8px}.filters-container{padding:0 20px}.filters-header{width:100%;margin-bottom:12px;font-size:16px;margin-top:24px;display:flex;flex-flow:column}.light .filters-header{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.filter-icon,.filter-icon--close{margin-right:8px;font-size:20px}.filter-icon--close{font-size:24px}.filter-button-container{margin:24px 0}.course-description-wrapper{display:flex;width:100%;position:relative;flex-flow:row wrap;padding:120px 40px 40px;background-position:0 -400px;background-size:100%;background-repeat:no-repeat}.light .course-description-wrapper{background-color:#ebebeb;background-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.course-description-container{display:flex;width:100%;flex-flow:row wrap;padding:40px}.dark .course-description-container{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .course-description-container{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.course-description-title{width:100%;margin:16px 0}.light .course-description-title{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.course-description{width:100%;margin-bottom:24px}.light .course-description{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.course-description-header{width:100%;font-size:36px;text-align:left;margin-top:16px;margin-bottom:12px;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.light .course-description-header{color:#222;color:var(--theme-light-murphy-dark-gray, #222222)}.course-description-filters,.course-description-btn{margin:12px 0;width:100%}.course-description-back{position:absolute;top:40px;left:40px}.file-control{font-size:14px}.file-control>div:first-child{align-items:center;display:flex;justify-content:center}.file-control>div{margin-top:20px}.file-control input[type=file]{display:none}.file-control .file-submit{float:right}.file-control .file-cancel{float:left}.custom-file-upload{align-items:center;justify-content:center;padding:30px;background-color:#f6f6f5;width:100%}.course-card-container{border-radius:4px;overflow:hidden;display:flex;flex-direction:column;position:relative;min-width:300px;max-width:300px;height:520px}@media (max-width: 575px){.course-card-container{width:100%;max-width:unset;min-width:unset}}.dark .course-card-container{background-color:#fff;background-color:var(--theme-dark-backgrounddark, #fff)}.light .course-card-container{background-color:#002395;background-color:var(--theme-light-backgrounddark, #002395)}.dark .course-card-container{color:#333;color:var(--theme-dark-textlight, #333)}.light .course-card-container{color:#fff;color:var(--theme-light-textlight, #fff)}.course-card-container:hover{box-shadow:5px 5px 20px #00000080;transition:all .2s ease-in-out}.course-card-header{flex-shrink:0;height:200px;cursor:pointer}.course-card-header .course-card-background-image{height:200px;width:100%;padding:18px;display:flex;flex-direction:column-reverse;position:relative}@media (max-width: 575px){.course-card-header .course-card-background-image{width:100%}}.course-card-header .course-card-background-image .course-card-state-icon-container{position:absolute;top:5px;right:5px;height:27px;display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:4px}.light .course-card-header .course-card-background-image .course-card-state-icon-container{background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.course-card-header .course-card-background-image .course-card-state-icon-container .course-card-state-icon{font-size:24px;font-weight:900}.course-card-header .course-card-background-image .course-card-completed-sessions{position:absolute;top:5px;left:5px;align-items:center;justify-content:center;display:flex;flex-direction:row}.course-card-header .course-card-background-image .course-card-completed-sessions>*{margin-right:5px}.course-card-header .course-card-background-image .course-card-completed-sessions .course-card-completed-icon{font-size:14px;font-weight:600;border-radius:4px;padding:3px}.dark .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-completed-icon{color:#333;color:var(--theme-dark-textlight, #333)}.light .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-completed-icon{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-completed-icon{background-color:#042a2b;background-color:var(--theme-dark-hoverlight, #042a2b)}.light .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-completed-icon{background-color:#d28ac8;background-color:var(--theme-light-hoverlight, #d28ac8)}.course-card-header .course-card-background-image .course-card-completed-sessions .course-card-mandatory-icon{font-size:14px;font-weight:600;border-radius:4px;padding:3px}.dark .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-mandatory-icon{color:#333;color:var(--theme-dark-textlight, #333)}.light .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-mandatory-icon{color:#fff;color:var(--theme-light-textlight, #fff)}.light .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-mandatory-icon{background-color:#393939;background-color:var(--theme-light-murphy-faded-black, #393939)}.course-card-header .course-card-background-image .course-card-completed-sessions .course-card-booked-icon{font-size:14px;font-weight:600;border-radius:4px;padding:3px}.dark .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-booked-icon{color:#333;color:var(--theme-dark-textlight, #333)}.light .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-booked-icon{color:#fff;color:var(--theme-light-textlight, #fff)}.light .course-card-header .course-card-background-image .course-card-completed-sessions .course-card-booked-icon{background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.course-card-header .course-card-background-image .course-card-state-date{position:absolute;left:5px;bottom:5px;padding:3px;font-size:14px;font-weight:600;border-radius:4px}.dark .course-card-header .course-card-background-image .course-card-state-date{color:#333;color:var(--theme-dark-textlight, #333)}.light .course-card-header .course-card-background-image .course-card-state-date{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .course-card-header .course-card-background-image .course-card-state-date{background-color:#558b6e;background-color:var(--theme-dark-backgroundpositive, #558b6e)}.light .course-card-header .course-card-background-image .course-card-state-date{background-color:#00b2a9;background-color:var(--theme-light-backgroundpositive, #00b2a9)}.course-card-body{flex:1 1 0;display:flex;flex-direction:column;overflow:hidden;padding:16px;position:relative;border-left:1px solid;border-right:1px solid}.light .course-card-body{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dark .course-card-body{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .course-card-body{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.dark .course-card-body{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .course-card-body{color:#000;color:var(--theme-light-textdark, #000)}.course-card-body h2{text-transform:uppercase;font-size:16px;text-align:left;margin:4px 0 8px;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;white-space:normal;min-height:2.6em;max-width:100%;hyphenate-limit-chars:6 3 2}.course-card-body .course-card-text{overflow:hidden;height:140px}.light .course-card-body .course-card-text{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.course-card-body .course-card-text p{font-size:12px;word-break:break-word;line-height:1.4}.course-card-body .course-card-text-expanded{height:140px;overflow-y:auto}.course-card-body .course-card-text-expanded p{font-size:12px}.course-card-body .course-card-text-more{height:140px;-webkit-mask-image:linear-gradient(to bottom,#000 100px,#0000 140px);mask-image:linear-gradient(to bottom,#000 100px,#0000 140px)}.course-card-body .course-card-more{text-align:left;font-size:10px;cursor:pointer;margin-top:8px}.course-card-body .course-card-description{display:flex;flex-direction:column;width:100%;overflow:hidden}.course-card-body .course-card-tags{display:flex;flex-direction:column;margin-top:auto;flex-shrink:0}.course-card-footer{flex-shrink:0;min-height:40px;border:1px solid;position:relative}.light .course-card-footer{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dark .course-card-footer{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .course-card-footer{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.course-card-footer h2{font-size:12px;text-align:left}.course-card-footer button{width:100%;border:0;border-radius:0}.course-card-footer .course-card-text{height:unset}.course-card-booked-buttons{display:flex;flex-direction:row}.course-card-booked-buttons button{text-align:center;justify-content:center}.course-card-footer-container{display:flex;flex-direction:row;padding:8px 16px;align-items:center;justify-content:space-between}.light .course-card-footer-container{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.course-card-footer-booking-button{display:flex;flex-direction:row}.course-card-footer-booking-button select{height:40px;width:50%;font-size:14px;border-right:2px solid;border-left:0;border-top:0;border-bottom:0;cursor:pointer}.dark .course-card-footer-booking-button select{color:#333;color:var(--theme-dark-textlight, #333)}.light .course-card-footer-booking-button select{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .course-card-footer-booking-button select{background-color:#558b6e;background-color:var(--theme-dark-backgroundpositive, #558b6e)}.light .course-card-footer-booking-button select{background-color:#00b2a9;background-color:var(--theme-light-backgroundpositive, #00b2a9)}.course-card-footer-booking-button button{position:absolute;right:0;width:50%;height:40px;border:0;text-align:center;justify-content:center}.course-spots-left-container{display:flex;flex-direction:row}.course-spots-left{margin-left:5px}.light .course-spots-left{color:#1accc3;color:var(--theme-light-accentcolor6, #1accc3)}.course-spots-left_few{margin-left:5px}.light .course-spots-left_few{color:#ffa100;color:var(--theme-light-warningtext, #ffa100)}.course-card-mandatory{position:absolute;right:16px;top:16px}.course-booking-container,.course-booking-container-footer{display:flex;width:100%;align-items:center;column-gap:16px}.course-booking-container select,.course-booking-container option,.course-booking-container-footer select,.course-booking-container-footer option{font-weight:500}.dark .course-booking-container select,.course-booking-container option,.course-booking-container-footer select,.course-booking-container-footer option{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .course-booking-container select,.course-booking-container option,.course-booking-container-footer select,.course-booking-container-footer option{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .course-booking-container select,.course-booking-container option,.course-booking-container-footer select,.course-booking-container-footer option{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.course-booking-container select,.course-booking-container-footer select{border:1px solid;border-radius:4px}.light .course-booking-container select,.course-booking-container-footer select{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.course-booking-container-footer{height:100%;column-gap:0}.course-booking-container-footer select{width:200px;border:0;padding:0 16px}.course-registration-container{padding-top:20px}.course-carousel-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;column-gap:24px;row-gap:24px}@media (max-width: 767px){.course-carousel-container{flex-direction:column;justify-content:center;align-items:center}}.filter-modal-xs-container,.filter-modal-xs-container--hide{padding:0 20px;display:flex;width:100%;flex-flow:column nowrap;transition:all .3s ease-in-out;overflow:hidden;max-height:500px}.dark .filter-modal-xs-container,.dark .filter-modal-xs-container--hide{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .filter-modal-xs-container,.light .filter-modal-xs-container--hide{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.filter-modal-xs-container--hide{max-height:0}.filter-count-container{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px}.dark .filter-count-container{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .filter-count-container{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .filter-count-container{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.filter-wrapper{margin-top:16px;border-radius:4px;border:1px solid}.light .filter-wrapper{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.comment-summary{border-radius:8px;padding:0;margin-top:0;box-shadow:0 2px 4px #0000001a;max-width:100%;padding:1rem}.dark .comment-summary{background:#333;background:var(--theme-dark-textlight, #333)}.light .comment-summary{background:#fff;background:var(--theme-light-textlight, #fff)}.comment-summary__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px 0}.comment-summary__header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.comment-summary__tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid #e5e7eb}.comment-summary__content{display:flex;flex-direction:column;gap:15px}.comment-item{border-bottom:1px solid #e5e7eb;padding-bottom:10px;margin-bottom:10px}.comment-item h4{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:5px;text-transform:uppercase}.comment-item p{font-size:.95rem;color:#4b5563;line-height:1.5;margin:0}@media print{.comment-summary__tabs{display:none!important}.comment-summary__content:not(.pdf-all-categories){display:none!important}.pdf-all-categories{display:flex!important;flex-direction:column;gap:15px}}.print-to-pdf-button{padding:10px 20px;background-color:#4a90e2;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px}.print-to-pdf-button:hover{background-color:#357abd}.pdf-temp-container{all:initial;width:794px;padding:20px;box-sizing:border-box;position:absolute;top:-9999px;left:-9999px;background-color:#fff}.pdf-temp-container *{all:initial!important;display:revert!important;visibility:visible!important;opacity:1!important}.actions-summary{border-radius:8px;padding:0;margin-top:20px;box-shadow:0 2px 4px #0000001a;max-width:100%;padding:1rem}.dark .actions-summary{background:#333;background:var(--theme-dark-textlight, #333)}.light .actions-summary{background:#fff;background:var(--theme-light-textlight, #fff)}.actions-summary__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px 0}.expand-collapse-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.expand-icon{font-size:1rem;color:#333}.actions-summary__header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.actions-summary__tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid #e5e7eb}.tab-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:none;border:none;font-size:1rem;color:#6b7280;cursor:pointer;transition:color .2s}.tab-button.active{color:#6d28d9;font-weight:600;border-bottom:2px solid #6d28d9}.tab-icon{font-size:1.2rem}.actions-summary__content{display:flex;flex-direction:column;gap:15px}.category-section{margin-bottom:15px}.category-headline{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:10px 0}.category-headline h3{font-size:1.25rem;font-weight:600;color:#6d28d9;margin:0}.category-icon{font-size:1.2rem;color:#6d28d9}.action-item{border-bottom:1px solid #e5e7eb;padding-bottom:10px;margin-bottom:10px}.action-item h4{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:5px;text-transform:uppercase}.action-item p{font-size:.95rem;color:#4b5563;line-height:1.5;margin:0}.pdf-all-categories{display:none}@media print{.actions-summary__tabs{display:none!important}.actions-summary__content:not(.pdf-all-categories){display:none!important}.pdf-all-categories{display:flex!important;flex-direction:column;gap:15px}}.error-page{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;width:100%;height:100vh;padding-top:30px}.error-page>div{max-width:700px;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center}.error-page>div .logo{width:200px;margin-bottom:72px}.error-page>div h1{white-space:nowrap;margin-bottom:24px;font-size:36px;line-height:1.2}.error-page>div .error-quote{margin-bottom:24px}.error-page>div .error-quote .quote{margin-bottom:4px;font-style:italic}.error-page>div .error-quote .author{font-weight:400}.error-page>div .error-description{margin-bottom:20px}.error-page>div .error-description p{margin-bottom:4px}.error-page>div .error-description pre{font-style:italic;margin:4px 0}.error-page>div button{margin-top:20px;padding:10px 30px;border-radius:4px;border:none;background-color:#00b2a9;color:#fff;font-size:16px;cursor:pointer}.error-page>div button:hover{opacity:.9}.error-page .logout-button{position:absolute;top:15px;right:20px;cursor:pointer;font-size:16px;padding:8px 16px;background:transparent;border:1px solid #ccc;border-radius:4px}.error-page .logout-button:hover{background-color:#0000000d}.trainingform-container{max-width:1200px;display:grid;grid-gap:1rem;grid-template-columns:1fr}@media (min-width: 992px){.trainingform-container{grid-template-columns:1fr 3fr}}.trainingform-container input,.trainingform-container textarea,.trainingform-container select{width:360px}.upserttraining-container{max-width:1600px;display:grid;grid-gap:1rem;grid-template-columns:1fr}.upserttraining-container input,.upserttraining-container textarea,.upserttraining-container select{width:360px}.upserttrainigform-container{max-width:1600px;display:grid;grid-gap:1rem;grid-template-columns:1fr}@media (min-width: 992px){.upserttrainigform-container{grid-template-columns:1fr 3fr}}.rich-text-editor-container{min-width:600px;max-width:800px;padding:10px}.overridecontainer div{background:#fff}.overridecontainer div[role=textbox]{padding:30px}.overridecontainer input,.overridecontainer textarea{background:#eee;line-height:1.4}.overridecontainer body,.overridecontainer p{margin:0}.overridecontainer pre{background-color:#eee;padding:10px;white-space:pre-wrap}.overridecontainer :not(pre)>code{background-color:#eee;font-family:monospace;padding:3px}.overridecontainer img{max-height:20em;max-width:100%}.overridecontainer blockquote{border-left:2px solid #ddd;color:#aaa;font-style:italic;margin-left:0;margin-right:0;padding-left:10px}.overridecontainer blockquote[dir=rtl]{border-left:none;border-right:2px solid #ddd;padding-left:0;padding-right:10px}.overridecontainer table{border-collapse:collapse}.overridecontainer td{border:2px solid #ddd;padding:10px}.overridecontainer input{background:#fafafa;border:2px solid #ddd;box-sizing:border-box;font-size:.85em;padding:.5em;width:100%}.overridecontainer input:focus{border-color:#00f;outline:0}.overridecontainer iframe{border:1px solid #eee;width:100%}.overridecontainer ol,.overridecontainer ul{padding:40px}.overridecontainer ul{list-style:initial}.overridecontainer ol{list-style:decimal}.player-wrapper{position:relative;padding-top:56.25%}.react-player{position:absolute;top:0;left:0}.dashboard-table{display:flex;flex-direction:column;overflow-wrap:break-word}.light .dashboard-table{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.dashboard-table-rows-container{padding:8px}.dashboard-table-row-text{padding-left:5px;overflow-wrap:break-word;overflow:hidden}.dashboard-table-flex-header{display:flex;align-items:center;justify-content:space-between}.light .dashboard-table-flex-header{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.dashboard-table-flex-header .dashboard-table-title{display:flex;align-items:center;flex-direction:row}.dashboard-table-flex-header .dashboard-table-title h2{text-transform:uppercase;margin-left:16px;margin-right:16px;font-size:14px}.light .dashboard-table-flex-header .dashboard-table-title h2{color:#083454;color:var(--theme-light-dark-blue, #083454)}.dashboard-table-flex-header .controls{display:flex;flex-direction:row;align-items:center}.dashboard-table-actions-button{display:flex;align-items:center;margin-right:5px}.dashboard-table-actions-button-icon{font-size:26px;font-weight:900}.dark .dashboard-table-actions-button-icon{color:#558b6e;color:var(--theme-dark-backgroundpositive, #558b6e)}.light .dashboard-table-actions-button-icon{color:#00b2a9;color:var(--theme-light-backgroundpositive, #00b2a9)}.dashboard-table-actions-button-icon:hover{cursor:pointer}.dark .dashboard-table-actions-button-icon:hover{color:#fff;color:var(--theme-dark-backgrounddark, #fff)}.light .dashboard-table-actions-button-icon:hover{color:#002395;color:var(--theme-light-backgrounddark, #002395)}.dashboard-table-action-status-icon{font-size:26px;font-weight:900}.light .dashboard-table-action-status-icon{color:#d28ac8;color:var(--theme-light-accentcolor1, #d28ac8)}.dashboard-table-action-status-icon:not(.disable):hover{cursor:pointer}.dark .dashboard-table-action-status-icon:not(.disable):hover{color:#fff;color:var(--theme-dark-backgrounddark, #fff)}.light .dashboard-table-action-status-icon:not(.disable):hover{color:#002395;color:var(--theme-light-backgrounddark, #002395)}.dashboard-table-icon{font-size:16px;font-weight:900}.light .dashboard-table-icon{color:#6d7c8c;color:var(--theme-light-status-grey, #6d7c8c)}.dashboard-table-icon:not(.disable):hover{cursor:pointer}.dark .dashboard-table-icon:not(.disable):hover{color:#fff;color:var(--theme-dark-backgrounddark, #fff)}.light .dashboard-table-icon:not(.disable):hover{color:#002395;color:var(--theme-light-backgrounddark, #002395)}.light .party-icon{color:#083454;color:var(--theme-light-dark-blue, #083454)}.ongoing{opacity:.5}.light .ongoing{color:#d28ac8;color:var(--theme-light-accentcolor1, #d28ac8)}.notstarted{opacity:.5}.light .notstarted{color:#d28ac8;color:var(--theme-light-accentcolor1, #d28ac8)}.light .no-status{color:#e0e1dd;color:var(--theme-light-backgrounddisabled, #e0e1dd)}.light .green-status{color:#93bf1f;color:var(--theme-light-greenlight-green, #93bf1f)}.light .yellow-status{color:#ffed00;color:var(--theme-light-greenlight-yellow, #ffed00)}.light .orange-status{color:#ffa100;color:var(--theme-light-warningtext, #ffa100)}.light .red-status{color:#e30613;color:var(--theme-light-greenlight-red, #e30613)}.light .critical-red-status{color:#98040d;color:var(--theme-light-greenlight-critical-red, #98040d)}.dashboard-table-row-with-date{margin-top:20px!important}.dashboard-table-row{display:flex;align-items:center;margin-top:8px;padding:12px 8px;margin-left:16px;margin-right:16px;font-size:14px;position:relative}.dark .dashboard-table-row{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .dashboard-table-row{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.light .dashboard-child-status-row{background-color:#d1e9ff;background-color:var(--theme-light-backgroundpositiveaccent, #d1e9ff)}.light .dashboard-parent-status-row{background-color:#d0fbe2;background-color:var(--theme-light-hoverlightpositive, #d0fbe2)}.dashboard-table-row-subgrid-header{padding-top:20px;margin-left:0;margin-right:0;margin-top:0;padding-left:60px}.light .dashboard-table-row-subgrid-header{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.dashboard-table-row-subgrid{padding-left:60px;margin-top:-16px}.light .dashboard-table-row-subgrid{border-color:#083454;border-color:var(--theme-light-dark-blue, #083454)}.light .dashboard-table-row-subgrid{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.party-people-add-new-button-container{font-size:11px;display:flex;align-items:center;text-align:right;padding:8px 12px 16px 60px}.light .party-people-add-new-button-container{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.dashboard-table-row-date{position:absolute;right:0;top:-15px;padding:3px;font-size:12px;height:15px}.dark .dashboard-table-row-date{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .dashboard-table-row-date{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.dark .dashboard-table-row-date{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .dashboard-table-row-date{color:#000;color:var(--theme-light-textdark, #000)}.dashboard-table-row-archived{color:#adaeaa}.left-icon,.left-icon-group{display:flex;align-items:center}.left-icon-group>*+*{margin-left:5px}.right-icon{margin-left:auto;text-align:right}.dashboard-table-clickable-item:hover{cursor:pointer}.dark .dashboard-table-clickable-item:hover{color:#fff;color:var(--theme-dark-backgrounddark, #fff)}.light .dashboard-table-clickable-item:hover{color:#002395;color:var(--theme-light-backgrounddark, #002395)}.dashboard-table-expanded-container{margin-left:16px;margin-right:16px}.dark .dashboard-table-expanded-container{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .dashboard-table-expanded-container{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.dashboard-table-expanded-container .contact-list-item{width:unset;max-width:unset}.light .dashboard-party-table-expanded-container,.light .dashboard-party-table-expanded-container .dashboard-table-expanded-container{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.margin-left-small{margin-left:8px;margin-right:8px}.dashboardform-container{display:grid;grid-gap:10px;grid-template-columns:1fr;justify-items:center}.dashboardform-container .dashboardform-container-section>*:not(:first-child){margin-top:24px}@media (min-width: 576px){.dashboardform-container input,.dashboardform-container textarea,.dashboardform-container select{width:360px}}@media (min-width: 1750px){.dashboardform-container input{width:360px}.dashboardform-container textarea{width:800px}.dashboardform-container select{width:360px}}.form-buttons{display:flex;flex-direction:column;justify-content:left;margin-top:20px}.form-buttons button{width:180px}@media (min-width: 576px){.form-buttons{flex-direction:row}}@media (min-width: 576px){.save-button button{width:360px}}.flex-input-container{display:flex;flex-direction:row;align-items:center}.flex-input-container label{margin-left:8px}@media (min-width: 1750px){.double-col{grid-template-columns:370px 370px;justify-items:left;width:1200px}}.meeting-form-date-picker-container{height:300px}.dashboard-locked-message{margin-bottom:12px}.light .dashboard-locked-message{color:#e30613;color:var(--theme-light-errortext, #e30613)}.murphy-checkbox{display:flex;align-items:center;justify-content:center;position:relative}.murphy-checkbox .murphy-checkbox-input{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.murphy-checkbox .murphy-checkbox-status-icon{font-size:26px;font-weight:900}.light .murphy-checkbox .murphy-checkbox-status-icon{color:#002395;color:var(--theme-light-accentcolor4, #002395)}.murphy-checkbox .murphy-checkbox-status-icon:hover{cursor:pointer}.light .murphy-checkbox .murphy-checkbox-status-icon:hover{color:#0065bd;color:var(--theme-light-accentcolor3, #0065bd)}.dashboard-title{margin-top:18px;margin-bottom:0;font-size:20px;text-transform:uppercase}.light .dashboard-title{color:#083454;color:var(--theme-light-dark-blue, #083454)}.dashboard-nav-bar{position:sticky;display:flex;top:80px;flex-direction:row;align-items:center;justify-content:center;z-index:10;height:120px}@media (min-width: 1200px){.dashboard-nav-bar{flex-direction:column;position:fixed;right:0;height:unset}}.dashboard-nav-bar-item{height:80px;width:80px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.light .dashboard-nav-bar-item{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.light .dashboard-nav-bar-item:hover{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.dashboard-nav-bar-item .dashboard-nav-bar-item-title{font-size:10px;text-align:center;align-items:center}@media (min-width: 576px){.dashboard-nav-bar-item .dashboard-nav-bar-item-title{font-size:12px}}.dashboard-nav-bar-item .dashboard-nav-bar-item-meeting-title{font-size:8px;font-weight:700}@media (min-width: 576px){.dashboard-nav-bar-item .dashboard-nav-bar-item-meeting-title{font-size:10px}}.dashboard-nav-bar-item .dashboard-nav-bar-item-meeting-time{text-align:center;font-weight:500;font-size:8px}@media (min-width: 576px){.dashboard-nav-bar-item .dashboard-nav-bar-item-meeting-time{font-size:10px}}@media (min-width: 576px){.dashboard-nav-bar-item{height:100px;width:100px;padding:10px}}.light .dashboard-nav-bar-item-isselected{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.dashboard-nav-bar-item-icon{font-size:16px}@media (min-width: 576px){.dashboard-nav-bar-item-icon{font-size:24px}}.dashboard-grid{display:grid;grid-template-columns:100%;grid-gap:20px}.light .dashboard-grid .status-cards,.light .dashboard-grid .action-cards{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}@media (min-width: 768px){.dashboard-grid{padding-left:20px;padding-right:20px;padding-bottom:20px;grid-template-rows:530px minmax(200px,50%);grid-template-columns:50% 50%}}@media (min-width: 1200px){.dashboard-grid{padding:20px;max-width:calc(100% - 120px);grid-template-columns:33% 33% 33%;grid-template-rows:455px 1fr}.dashboard-grid .goals{grid-column:1;grid-row:1}.dashboard-grid .assumption{grid-column:1;grid-row:2}.dashboard-grid .status-cards{grid-column:2;grid-row:1/3}.dashboard-grid .action-cards{grid-column:3;grid-row:1/3}}.goals-and-assumptions-container{display:grid;grid-template-columns:1fr;grid-gap:10px}@media (min-width: 768px){.goals-and-assumptions-container{grid-gap:10px}}.party-grid{display:grid;grid-template-columns:100%;grid-gap:10px}@media (min-width: 768px){.party-grid{padding-left:20px;padding-right:20px;padding-bottom:20px}}@media (min-width: 1200px){.party-grid{padding:20px;max-width:calc(100% - 120px)}}.dashboard-flex-container{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.dashboard-flex-container{padding-left:20px;padding-right:20px;padding-bottom:20px}}@media (min-width: 1200px){.dashboard-flex-container.margin-on-large-screen{margin-top:14px}}.dashboard-flex-container-item{max-width:min(900px,100%);min-width:100%}@media (min-width: 768px){.dashboard-flex-container-item{min-width:600px}}@media (min-width: 992px){.dashboard-flex-container-item{min-width:800px}}@media (min-width: 1200px){.dashboard-flex-container-item{min-width:1000px}}.formatted-card{padding:12px;font-size:12px;white-space:pre-line}.card-footer{display:flex;align-items:center;text-align:right}.card-footer .left-footer-container{display:flex;align-items:center}.card-footer .right-footer-container{margin-left:auto;text-align:right}.timeline-lable{display:flex;justify-content:center;align-items:center;border-radius:4px;margin-left:7px;padding:3px 5px;text-align:center;text-transform:uppercase;min-width:45px}.dark .timeline-lable{color:#333;color:var(--theme-dark-textlight, #333)}.light .timeline-lable{color:#fff;color:var(--theme-light-textlight, #fff)}.light .atgarder{background-color:#adbf91;background-color:var(--theme-light-light-green2, #adbf91)}.light .status{background-color:#6d7c8c;background-color:var(--theme-light-status-grey, #6d7c8c)}.light .info{background-color:#c19bb2;background-color:var(--theme-light-info-red, #c19bb2)}.light .kommunikation{background-color:#a7a7a7;background-color:var(--theme-light-com-grey, #a7a7a7)}.light .goal{background-color:#921e5b;background-color:var(--theme-light-practise-purple, #921e5b)}.light .goal-com,.light .file{background-color:#5d5764;background-color:var(--theme-light-purple-grey, #5d5764)}.main-dashboard-second-row-filters{margin-top:12px;display:flex;flex-direction:column;align-items:center}.main-dashboard-second-row-filters .right-icon{text-align:center;margin-left:unset}@media (min-width: 768px){.main-dashboard-second-row-filters .right-icon{margin-left:auto;text-align:right}}@media (min-width: 768px){.main-dashboard-second-row-filters{flex-direction:row;align-items:left;justify-content:left}}.main-dashboard-date-controls{display:flex;margin-top:14px;margin-bottom:14px;flex-direction:row;align-items:left;justify-content:left}.main-dashboard-date-controls>:not(:first-child){margin-left:20px}.main-dashboard-date-controls input{width:140px;font-size:14px}.main-dashboard-date-controls .dashboard-search-inner-icon{right:3px}.dashboard-search-inner-icon{cursor:pointer;font-size:30px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.dashboard-table-search{width:100%}.dashboard-search-bar-murphy{border:none;border-radius:2px;display:flex;flex-direction:row;font-size:18px;outline:none;width:100%}.dark .dashboard-search-bar-murphy{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .dashboard-search-bar-murphy{color:#000;color:var(--theme-light-textdark, #000)}.dashboard-search-bar-murphy input{font-size:14px;margin:0;padding:8px 20px}.dashboard-search-bar-murphy *:focus{border-bottom:3px solid;outline-style:none;transition:all .2s ease-out}.light .dashboard-search-bar-murphy:disabled{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.dashboard-search-bar-icon{height:20px;width:20px}.dashboard-search-bar-with-icon{font-size:14px;margin:0;padding:0}.dashboard__history .dashboard-table-flex-header{height:40px}.dashboard__input__slider{padding:20px;width:calc(100% - 120px)}.dashboard__input__slider input{max-width:100%}.goals-edit-item-button{cursor:pointer;width:36px;height:36px;display:flex;justify-content:center;align-items:center}.light .goals-edit-item-button{background-color:#a7a7a7;background-color:var(--theme-light-com-grey, #a7a7a7)}.dark .goals-edit-item-button{color:#333;color:var(--theme-dark-textlight, #333)}.light .goals-edit-item-button{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .goals-edit-item-button:hover{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .goals-edit-item-button:hover{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .goals-edit-item-button:hover{color:#a7a7a7;color:var(--theme-light-com-grey, #a7a7a7)}.goals-edit-item-icon{font-size:22px}.goals-tab-content{padding:36px;overflow-wrap:break-word;display:flex;flex-direction:column}.goals-edit-item-button-container{display:flex;flex-direction:row-reverse;margin-top:12px;position:sticky;bottom:0;align-self:flex-end}.tab-content-text{font-size:14px;height:300px;overflow-y:auto;white-space:pre-line}@media (min-width: 768px){.tab-content-text{height:380px}}@media (min-width: 1200px){.tab-content-text{height:300px}}.light .tab-content-text a{color:#ffa100;color:var(--theme-light-accentcolor2, #ffa100)}.tooltip-class{font-family:Poppins,sans-serif!important;font-size:16px}.tooltip-class .introjs-tooltipbuttons a.introjs-button:not(.introjs-hidden){border:none;border-radius:2px;cursor:pointer;display:flex;flex-direction:row;outline:none;text-shadow:none;font-family:Poppins,sans-serif;font-size:14px}.light .tooltip-class .introjs-tooltipbuttons a.introjs-button:not(.introjs-hidden){background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .tooltip-class .introjs-tooltipbuttons a.introjs-button:not(.introjs-hidden){color:#333;color:var(--theme-dark-textlight, #333)}.light .tooltip-class .introjs-tooltipbuttons a.introjs-button:not(.introjs-hidden){color:#fff;color:var(--theme-light-textlight, #fff)}.tooltip-class .introjs-tooltiptext{font-family:Poppins,sans-serif!important;font-size:16px;line-height:1.3}.custom-tooltip{box-shadow:0 4px 15px #000;background-color:#fff}.pyramiditem-highlight-class{width:803px!important;height:623px!important}.buttonsitem-highlight-class{width:803px!important;height:183px!important}.block-highlight-class{width:200px!important;height:183px!important}@media (min-width: 576px){.intro-outro-container{max-width:800px}}.requirement-block-row{margin:10px;display:flex;flex-direction:row}.requirement-block-row .name{padding:10px}.requirement-block-row .rows{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:10px}.requirement-block-row .add{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px}.requirement-block{cursor:pointer;border:1px solid black;padding:10px;margin:10px}.req-flex-container{display:flex;flex-direction:row}.requirements-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.requirement-list{display:flex;flex-direction:column}.requirement-list .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px}.requirement-list .header button{width:40px}.requirement-list h4{padding:20px}.pyramid-grid-wrapper{margin:20px;display:flex;align-items:center;justify-content:center}.pyramid-grid-container{display:grid;grid-template-columns:761px 527px;row-gap:0;column-gap:32px;justify-content:center}.pyramid-grid-container .grid-item{display:flex;justify-content:flex-start;align-items:center}.pyramid-grid-container .filtersitem{width:761px;align-items:flex-start}.pyramid-grid-container .pyramiditem{width:761px}.pyramid-grid-container .contentitem{width:527px;display:flex;flex-direction:column;gap:12px}@media (max-width: 1499px){.pyramid-grid-container .contentitem{width:795px}}.pyramid-grid-container .buttonsitem{width:761px}.pyramid-grid-container .emptyitem{width:527px}@media (max-width: 1499px){.pyramid-grid-container{grid-template-columns:1fr}.filtersitem,.pyramiditem,.contentitem,.buttonsitem,.emptyitem{width:100%}.grid-item{justify-content:center}}.pyramid-button{padding:10px 16px;background:#00b2a9;box-shadow:0 1px 6px #00000026;border-radius:8px;display:flex;justify-content:center;align-items:center;height:43px;gap:10px;color:#000;cursor:pointer}.pyramid-button.faded{border-radius:8px;border:1px solid var(--Dark-grey, #c3c3c3);background:var(--te-4-xt-white, #fff);color:var(--Dark-grey, #c3c3c3)}.pyramid-button.faded:hover{background-color:#f8f8f8;color:#000;box-shadow:0 4px 10px #0000004d}.pyramid-button span{text-align:center;font-size:16px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px;word-wrap:break-word}.requirement-filters{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:16px}.buttons-container{height:140px;display:flex;flex-direction:row;gap:16px}.buttons-container .button-frame{width:140px;height:140px;position:relative;flex-shrink:0;border-radius:12px;box-shadow:0 8px 24px #80808026;background:var(--te-4-xt-white, #fff);cursor:pointer}.buttons-container .button-frame:hover{background:#0065bd33}.buttons-container .button-frame.pressed{border:2px solid var(--Blue, #0065bd)}.buttons-container .button-background{width:100%;height:100%;position:absolute;background:#007aff0d;border-radius:12px;border:1px solid var(--Grey, #e0e1dd)}.buttons-container .button-text{top:84px;position:absolute;text-align:center;color:#000;font-size:16px;font-family:Poppins,sans-serif;font-weight:600;word-wrap:break-word;width:100%;display:flex;justify-content:center;align-items:center}.buttons-container .button-icon{width:32px;height:32px;left:54px;top:38px;position:absolute}.buttons-container .button-icon .icon-image{width:100%;height:100%;background:#000}.pyramid-container{height:100%;display:flex;flex-direction:column;gap:16px}.pyramid-container .pyramid-row{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:13.71px}.pyramid-block{position:relative;height:134px;background:#0065bd1a;border-radius:12px;border:1px solid #e0e1dd;cursor:pointer;color:#000;align-items:center}.pyramid-block.block-width,.pyramid-block.level-4{width:180px}.pyramid-block.level-3{width:373px}.pyramid-block.level-2{width:567px}.pyramid-block.level-1{width:761px}.pyramid-block .level-title{width:164px;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-family:Poppins,sans-serif;font-weight:600;word-wrap:break-word}.pyramid-block .level-title.small{font-size:16px}.pyramid-block .level-title.medium{font-size:20px}.pyramid-block:hover{background:#0065bd33;box-shadow:0 4px 10px #0000004d}.pyramid-block.pressed{border:2px solid var(--Blue, #0065bd);box-shadow:0 4px 10px #0000004d}.pyramid-block.filled{border:1px solid var(--Blue, #0065bd);background:var(--Blue, #0065bd);color:var(--te-4-xt-white, #fff)}.pyramid-block.filled:hover{box-shadow:0 4px 10px #0000004d}.pyramid-block.pressed-filled{background:var(--Blue, #0065bd);color:var(--te-4-xt-white, #fff);border:2px solid black}.pyramid-block.pressed-filled:hover{box-shadow:0 4px 10px #0000004d}.pyramid-block .top-right-icon{z-index:100;right:1px;top:1px;position:absolute}.pyramid-block .top-right-icon rect{stroke:none}.pyramid-block .top-right-icon:hover rect{fill:var(--Light-grey, #e6e6e6);stroke:var(--Light-grey, #e6e6e6);stroke-width:2}.pyramid-block .top-right-icon-verified-container{z-index:100;width:20px;height:20px;right:7px;top:3px;position:absolute}.pyramid-block .top-right-icon-verified-container:hover path{fill:var(--Light-grey, #e6e6e6);transform:scale(1.05)}.pyramid-block .top-right-icon-checkbox-container{z-index:100;width:20px;height:20px;right:7px;top:6px;position:absolute}.checkbox{width:20px;height:20px;flex-shrink:0;border-radius:5px;border:1px solid var(--Dark-grey, #c3c3c3);background:var(--te-4-xt-white, #fff);cursor:pointer}.checkbox:hover{background:var(--Light-grey, #e6e6e6);border-color:var(--Primary-color, #007bff);transform:scale(1.1)}.progress-bar-container{position:absolute;bottom:6px;left:0;width:100%;padding:0 13px;box-sizing:border-box}.progress-bar{width:100%;height:20px;flex-shrink:0;border-radius:10px;background:var(--te-4-xt-white, #fff)}.progress-bar .progress{height:100%;width:0%;border-radius:10px 0 0 10px;background:#0065bd;display:flex;align-items:center;justify-content:center;transition:width .3s ease;box-shadow:0 8px 24px #80808026;position:relative}.progress-bar .progress .progress-text{color:var(--te-4-xt-white, #fff);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.size100{width:100%;height:100%}.zoom-in-zoom-out-animation{cursor:pointer;animation:zoom-in-zoom-out 1s ease infinite}@keyframes zoom-in-zoom-out{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.content-container{width:100%;height:100%}.pyramid-content{border-radius:12px;border:1px solid var(--Grey, #e0e1dd);background:var(--te-4-xt-white, #fff);box-shadow:0 1px 6px #80808026}.standard-content{display:flex;flex-direction:column;position:relative;min-height:100%;padding-bottom:67px}.standard-content .title{color:#000;font-size:20px;font-family:Poppins,sans-serif;font-weight:600;word-wrap:break-word;margin-left:33px;margin-top:22px}.standard-content .content{width:100%;padding-left:33px;padding-right:33px;color:#000;font-size:16px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px;word-wrap:break-word;position:relative;padding-top:9px}.standard-content .bottom-shadow{width:100%;height:67px;position:absolute;bottom:0;background:#fff;box-shadow:0 -5px 20px #80808026;border-radius:11px;display:flex;flex-direction:row;align-items:center;left:50%;transform:translate(-50%);padding:0 36px}.info-icon{font-size:20px}.light .info-icon{color:#0065bd;color:var(--theme-light-accentcolor3, #0065bd)}.info-icon-container{display:flex;justify-content:center;align-items:center;margin-top:3px}.event-flow-wrapper{width:2000px;align-items:center;display:flex;flex-direction:column;justify-content:center;padding:30px}.tab-titles-wrapper{display:flex;flex-direction:row;padding-bottom:11px;cursor:pointer}.drone-regular-text{text-align:left;font-size:16px;font-weight:400;color:#000}.chosen-tab-text{font-size:18px;color:#000}.not-chosen-tab-text{font-size:18px;color:#9c9a9a;overflow:hidden}.chosen-tab-title-wrapper{background:#00b2a91a;border-radius:5px;margin-right:10px;border:1px solid rgba(0,178,169,.2);padding:0 5px}.not-chosen-tab-title-wrapper{margin-right:10px}.event-flow-main-wrapper{background-color:#e3e1e1;padding:16px;min-width:500px}@media (min-width: 576px){.event-flow-main-wrapper{min-width:600px}}.divider{width:100%;height:1px;background-color:#ccc}.blocks-wrapper{padding-bottom:70px}.m-spacing{margin-top:16px}.l-text{font-size:18px;font-weight:500;color:#000;display:flex;align-items:center}.m-text{font-size:16px;font-weight:500;color:#000;display:flex;align-items:center}.component-add-button{width:200px}.drone-button-wrapper{background-color:#00b2a9;box-shadow:0 8px 24px #00000026;border-radius:8px;padding:5px 20%;height:56px;width:100%;justify-content:center;display:flex;align-items:center}.drone-button-title{font-weight:600;text-align:center;font-size:20px;color:#fff;display:flex;align-items:center}.drone-text-input-label{text-align:left;font-size:16px;font-weight:400;padding-bottom:11px;color:#000}.drone-text-input{max-width:100%;height:46px;background:#fafafa;border:1px solid #cccccc;padding:5px 10px;margin:0 0 15px;margin-bottom:"15px";width:100%;border-radius:10px;margin:0}.drone-checklist-item-card{padding:11px 13px;border-radius:10px;background:#fff;box-shadow:0 8px 4px #0000000d}.drone-checklist-checkbox-wrapper{padding:11px 13px;border-radius:10px;background:#fff;flex-direction:row;display:flex;justify-content:space-between;box-shadow:0 8px 4px #0000000d}.drone-text-wrapper{width:95%}.drone-checkbox-wrapper{display:flex;justify-content:center;width:5%}.drone-checkbox{width:16px;height:16px;background:#fafafa;border-radius:4px;margin:auto 0;flex-direction:row;justify-content:center;align-items:center}.drone-accordion-button-container{margin-left:auto;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:2px;padding-top:2px}.drone-accordion-button-title{text-align:left;font-size:16px;font-weight:400;color:#000;margin-top:auto;margin-bottom:auto}.event-card-container{padding:32px;width:70%;position:relative}.event-tab-container{display:flex;flex-flow:column;width:100%;row-gap:24px;padding-top:24px}.event-tab-section{display:flex;flex-flow:column;row-gap:8px;width:100%}.event-block-title{font-size:18px;font-weight:400}.light .event-block-title{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.event-input-wrapper textarea{width:100%;border:1px solid;border-radius:4px;padding:12px 16px}.light .event-input-wrapper textarea{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.light .event-input-wrapper textarea{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.event-input-wrapper textarea:focus{outline:none;box-shadow:unset}.light .event-input-wrapper textarea:focus{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.event-checkbox-wrapper{display:flex;border:1px solid;border-radius:4px;padding:16px;justify-content:space-between}.light .event-checkbox-wrapper{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.event-checkbox-wrapper input{accent-color:#7f7f7f;height:24px;width:24px}.event-checkbox-wrapper input[type=checkbox]:disabled{cursor:not-allowed}.light .event-checkbox-wrapper input[type=checkbox]:disabled{color:#b0b0b0;color:var(--theme-light-murphy-faded-gray, #B0B0B0)}.event-check-label{flex:1;font-size:16px;font-weight:500}.light .event-check-label{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.event-history-card,.event-history-card--completed{display:flex;width:30%;flex-flow:column;row-gap:16px}.event-history-card--completed{width:400px}.completed-card{align-items:center}.completed-card h4{margin-bottom:16px;font-size:24px;font-weight:500;font-family:Poppins}.light .completed-card h4{color:#003551;color:var(--theme-light-accentcolor8, #003551)}.completed-card .event-completed-text{margin-bottom:16px}.event-container-general{display:flex;width:100%;padding:16px 0;column-gap:16px}.accordion-button-container{display:flex;border:1px solid;border-radius:4px;padding:16px;width:100%;flex-flow:column}.light .accordion-button-container{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.event-accordion-wrapper{display:flex;justify-content:space-between;width:100%}.event-accordion-wrapper .event-block-title{padding-bottom:0}.event-block-title-wrap{display:flex;justify-content:space-between}.event-block-saved,.event-block-saved--table{text-decoration:underline}.event-block-saved--table{cursor:pointer}.event-progress-bar{width:100%;height:5px;position:absolute;left:0;top:0}.light .event-progress-bar{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.event-flow-status-row{display:flex;width:100%;justify-content:space-between;row-gap:4px}.event-flow-status-col{display:flex;align-items:center;text-overflow:ellipsis;overflow:hidden;padding:6.5px 0;font-size:14px}.event-flow-status-col .btn-icon,.event-flow-status-col .event-flow-map-icons .btn-icon--inactive,.event-flow-map-icons .event-flow-status-col .btn-icon--inactive{height:24px}.event-flow-map-container{display:flex;width:100%}.event-flow-map-icons{display:flex;width:40px;flex-flow:column;row-gap:60px;align-items:center;position:relative}.event-flow-hor-line,.event-flow-hor-line--inactive,.event-flow-hor-line--fifth,.event-flow-hor-line--fourth,.event-flow-hor-line--third,.event-flow-hor-line--second,.event-flow-hor-line--first{position:absolute;width:4px;height:25%;z-index:1}.light .event-flow-hor-line,.light .event-flow-hor-line--inactive,.light .event-flow-hor-line--fifth,.light .event-flow-hor-line--fourth,.light .event-flow-hor-line--third,.light .event-flow-hor-line--second,.light .event-flow-hor-line--first{background:#00b2a9;background:var(--theme-light-backgroundselected, #00b2a9)}.event-flow-hor-line--second{top:25%}.event-flow-hor-line--third{top:50%}.event-flow-hor-line--fourth{top:75%}.event-flow-hor-line--fifth{top:80%}.light .event-flow-hor-line--inactive{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.event-flow-map-icons{height:400px}.event-flow-map-icons .btn-icon,.event-flow-map-icons .btn-icon--inactive{width:32px;height:32px;z-index:2}.light .event-flow-map-icons .btn-icon,.light .event-flow-map-icons .btn-icon--inactive{color:#00b2a9;color:var(--theme-light-backgroundselected, #00b2a9)}.dark .event-flow-map-icons .btn-icon,.dark .event-flow-map-icons .btn-icon--inactive{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .event-flow-map-icons .btn-icon,.light .event-flow-map-icons .btn-icon--inactive{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .event-flow-map-icons .btn-icon--inactive{color:#e0e1dd;color:var(--theme-light-backgrounddisabled, #e0e1dd)}.event-flow-map-text-container,.event-flow-map-text-container--inactive{height:90px}.light .event-flow-map-text-container--inactive .event-flow-map-title{color:#b0b0b0;color:var(--theme-light-murphy-faded-gray, #B0B0B0)}.event-flow-map-text{padding:0 16px}.event-flow-map-title{font-size:16px;font-weight:400}.light .event-flow-map-title{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.event-flow-map-subtext{font-size:12px}.light .event-flow-map-subtext{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.event-flow-history-container{width:850px;display:flex;flex-flow:column}.event-flow-history-container .table-general-wrapper{min-height:unset}.event-flow-history-container h2{text-align:left}.event-flow-history-container p{margin-top:16px}.light .event-flow-history-container p,.light .event-completed-text{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.templates-container{display:flex;width:100%;flex-flow:column}.template-subtext{width:100%}.templates-wrapper{display:flex;column-gap:24px;row-gap:8px;max-width:800px;flex-wrap:wrap}.template-card{display:flex;width:350px;flex-flow:column;align-items:flex-start;cursor:pointer}.template-card h3{font-family:Poppins;margin-bottom:8px}.light .template-card h3{color:#222;color:var(--theme-light-murphy-dark-gray, #222222)}.light .template-desc{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.template-subtext{margin-top:40px;margin-bottom:16px}.light .template-subtext{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.temp-btn{width:100%;text-align:center;justify-content:center}.template-modal{text-align:center}.template-modal h4{font-family:Poppins;font-weight:600;font-size:24px;margin-top:55px}.light .template-modal p{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.completed-icn{width:72px;height:72px;margin:16px}.light .completed-icn{color:#003551;color:var(--theme-light-accentcolor8, #003551)}.comp-btn{width:400px;font-weight:500;font-family:Poppins;justify-content:center;margin:16px}.event-flow-maps{cursor:pointer}.light .event-flow-maps{color:#0065bd;color:var(--theme-light-mbsmodulecolor, #0065bd)}.response-alternative-container{width:300px;display:flex;flex-direction:row;padding-top:16px;padding-bottom:16px;gap:10px}.response-alternative-label-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:310px}.response-alternative-label-container button{width:unset}.alert-template-column{display:flex;flex-direction:column;margin:0 80px}.alert-template-column .contacts-container{flex-wrap:nowrap}.alert-template-form .form-input input{width:360px}.alert-template-layer{z-index:111}.level-tabs{display:flex;width:100%;justify-content:space-between;align-items:center}.category-row,.category-row--dashed,.level-row--dashed,.level-row{display:flex;width:100%;flex-flow:row;column-gap:8px}.category-row--dashed,.level-row--dashed{border:none;border-top:1px dashed;padding-bottom:9px}.light .category-row--dashed,.level-row--dashed{border-color:#00726c;border-color:var(--theme-light-murphy-primary, #00726C)}.category-row,.category-row--dashed,.level-row--dashed{position:relative;padding-bottom:8px}.categorywrapper,.levelwrapper{display:flex;flex-flow:column;width:100%;row-gap:8px}.categorywrapper{row-gap:unset}.category-card,.category-card--freemium,.category-card--completed,.level-card,.level-card--freemium,.level-card--completed,.level-block,.category-block{display:flex;padding:16px;height:104px;align-items:center}.level-card,.level-card--freemium,.level-card--completed{flex:1}.category-block,.level-block{flex-flow:row;width:230px}.category-block{position:relative;width:80px;height:104px;border:1px solid #ccc;border-radius:4px;overflow:hidden}.category-block .fill-overlay{position:absolute;left:0;bottom:0;width:100%;height:var(--fill-percent, 50%);transition:height .3s ease}.light .category-block .fill-overlay--cat1{background-color:#002395;background-color:var(--theme-light-accentcolor4, #002395)}.light .category-block .fill-overlay--cat2{background-color:#d28ac8;background-color:var(--theme-light-accentcolor1, #d28ac8)}.light .category-block .fill-overlay--cat3{background-color:#003551;background-color:var(--theme-light-accentcolor8, #003551)}.light .category-block .fill-overlay--cat4{background-color:#ffa100;background-color:var(--theme-light-accentcolor2, #ffa100)}.light .category-block .fill-overlay--cat5{background-color:#0065bd;background-color:var(--theme-light-accentcolor3, #0065bd)}.category-block .category-text{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:100%;color:#333;font-weight:500;text-align:center}.category-name,.level-name{font-weight:500}.light .category-name,.level-name{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.category-icon,.level-icon{display:flex;flex-flow:column;padding-right:10px}.completed-count{font-size:12px}.light .completed-count{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.level-card,.level-card--freemium,.level-card--completed{border:1px solid;border-radius:4px;font-size:14px;font-weight:500;flex:1;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.dark .level-card,.dark .level-card--freemium,.dark .level-card--completed{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .level-card,.light .level-card--freemium,.light .level-card--completed{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .level-card,.light .level-card--freemium,.light .level-card--completed{border-color:#7f7f7f;border-color:var(--theme-light-murphy-light-gray, #7F7F7F)}.light .level-card,.light .level-card--freemium,.light .level-card--completed{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.light .level-card--completed{color:#00726c;color:var(--theme-light-murphy-primary, #00726C)}.light .level-card--completed{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.level-card .card-content,.level-card--freemium .card-content,.level-card--completed .card-content{display:flex;flex-direction:column;align-items:center}.level-card--freemium{filter:blur(2px)}.level-card .card-title,.level-card--completed .card-title,.level-card--freemium .card-title{margin-bottom:8px}.level-card .level-boxes,.level-card--completed .level-boxes,.level-card--freemium .level-boxes{position:absolute;bottom:8px;right:8px;display:flex;gap:4px}.level-card .level-boxes .level-box,.level-card--completed .level-boxes .level-box,.level-card--freemium .level-boxes .level-box{width:12px;height:12px;border-radius:2px;background-color:#d4cdcd}.category-card,.category-card--freemium,.category-card--completed{border:1px solid;cursor:pointer;border-radius:4px;justify-content:center;font-size:14px;font-weight:500;width:200px;position:relative}.dark .category-card,.dark .category-card--freemium,.dark .category-card--completed{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .category-card,.light .category-card--freemium,.light .category-card--completed{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .category-card,.light .category-card--freemium,.light .category-card--completed{border-color:#7f7f7f;border-color:var(--theme-light-murphy-light-gray, #7F7F7F)}.light .category-card,.light .category-card--freemium,.light .category-card--completed{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.light .category-card--completed{color:#00726c;color:var(--theme-light-murphy-primary, #00726C)}.light .category-card--completed{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.category-card--freemium{filter:blur(2px)}.category-card .level-boxes,.category-card--completed .level-boxes,.category-card--freemium .level-boxes{position:absolute;bottom:8px;right:8px;display:flex;gap:4px}.category-card .level-boxes .level-box,.category-card--completed .level-boxes .level-box,.category-card--freemium .level-boxes .level-box{width:12px;height:12px;border-radius:2px;background-color:#d4cdcd}.description-card{display:flex;width:100%;min-height:160px;flex-flow:column;padding:16px;margin:16px 0;border:1px solid;border-radius:4px}.dark .description-card{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .description-card{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .description-card{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .description-card{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.description-card--title{width:100%;font-weight:500;font-size:18px;margin-bottom:13px}.description-card--paragraph{width:100%}.light .levelview-icon{color:#00726c;color:var(--theme-light-murphy-primary, #00726C)}.light .categoryview-icon{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.category-btn{text-decoration:underline;font-weight:500;font-size:16px;cursor:pointer}.light .category-btn{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.category-card-wrapper{display:flex;justify-content:center;width:100%;column-gap:8px}.category-goal-text{position:absolute;right:0;bottom:100}.light .category-goal-text{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.light .category-card--cat1.level-2 .level-boxes .level-box:nth-of-type(1){background-color:#002395;background-color:var(--theme-light-accentcolor4, #002395)}.light .category-card--cat1.level-3 .level-boxes .level-box:nth-of-type(1),.category-card--cat1.level-3 .level-boxes .level-box:nth-of-type(2){background-color:#002395;background-color:var(--theme-light-accentcolor4, #002395)}.light .category-card--cat1.level-4 .level-boxes .level-box{background-color:#002395;background-color:var(--theme-light-accentcolor4, #002395)}.light .category-card--cat2.level-2 .level-boxes .level-box:nth-of-type(1){background-color:#d28ac8;background-color:var(--theme-light-accentcolor1, #d28ac8)}.light .category-card--cat2.level-3 .level-boxes .level-box:nth-of-type(1),.category-card--cat2.level-3 .level-boxes .level-box:nth-of-type(2){background-color:#d28ac8;background-color:var(--theme-light-accentcolor1, #d28ac8)}.light .category-card--cat2.level-4 .level-boxes .level-box{background-color:#d28ac8;background-color:var(--theme-light-accentcolor1, #d28ac8)}.light .category-card--cat3.level-2 .level-boxes .level-box:nth-of-type(1){background-color:#003551;background-color:var(--theme-light-accentcolor8, #003551)}.light .category-card--cat3.level-3 .level-boxes .level-box:nth-of-type(1),.category-card--cat3.level-3 .level-boxes .level-box:nth-of-type(2){background-color:#003551;background-color:var(--theme-light-accentcolor8, #003551)}.light .category-card--cat3.level-4 .level-boxes .level-box{background-color:#003551;background-color:var(--theme-light-accentcolor8, #003551)}.light .category-card--cat4.level-2 .level-boxes .level-box:nth-of-type(1){background-color:#ffa100;background-color:var(--theme-light-accentcolor2, #ffa100)}.light .category-card--cat4.level-3 .level-boxes .level-box:nth-of-type(1),.category-card--cat4.level-3 .level-boxes .level-box:nth-of-type(2){background-color:#ffa100;background-color:var(--theme-light-accentcolor2, #ffa100)}.light .category-card--cat4.level-4 .level-boxes .level-box{background-color:#ffa100;background-color:var(--theme-light-accentcolor2, #ffa100)}.light .category-card--cat5.level-2 .level-boxes .level-box:nth-of-type(1){background-color:#0065bd;background-color:var(--theme-light-accentcolor3, #0065bd)}.light .category-card--cat5.level-3 .level-boxes .level-box:nth-of-type(1),.category-card--cat5.level-3 .level-boxes .level-box:nth-of-type(2){background-color:#0065bd;background-color:var(--theme-light-accentcolor3, #0065bd)}.light .category-card--cat5.level-4 .level-boxes .level-box{background-color:#0065bd;background-color:var(--theme-light-accentcolor3, #0065bd)}.level-card.level-2 .level-box:nth-of-type(1),.level-2.level-card--completed .level-box:nth-of-type(1),.level-2.level-card--freemium .level-box:nth-of-type(1){background-color:#00b2a9}.level-card.level-3 .level-box:nth-of-type(1),.level-3.level-card--completed .level-box:nth-of-type(1),.level-3.level-card--freemium .level-box:nth-of-type(1),.level-card.level-3 .level-box:nth-of-type(2),.level-3.level-card--completed .level-box:nth-of-type(2),.level-3.level-card--freemium .level-box:nth-of-type(2){background-color:#00b2a9}.level-card.level-4 .level-box,.level-4.level-card--completed .level-box,.level-4.level-card--freemium .level-box{background-color:#00b2a9}.category-card.level-2 .level-box:nth-of-type(1),.level-2.category-card--completed .level-box:nth-of-type(1),.level-2.category-card--freemium .level-box:nth-of-type(1){background-color:#00b2a9}.category-card.level-3 .level-box:nth-of-type(1),.level-3.category-card--completed .level-box:nth-of-type(1),.level-3.category-card--freemium .level-box:nth-of-type(1),.category-card.level-3 .level-box:nth-of-type(2),.level-3.category-card--completed .level-box:nth-of-type(2),.level-3.category-card--freemium .level-box:nth-of-type(2){background-color:#00b2a9}.category-card.level-4 .level-box,.level-4.category-card--completed .level-box,.level-4.category-card--freemium .level-box{background-color:#00b2a9}.level-goal-btn{position:relative}.level-goal-window{position:absolute;border:1px solid;border-radius:8px;padding:16px 20px;left:0;top:45px;z-index:111}.light .level-goal-window{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dark .level-goal-window{background:#333;background:var(--theme-dark-textlight, #333)}.light .level-goal-window{background:#fff;background:var(--theme-light-textlight, #fff)}.light .level-goal-window{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.level-goal-radio{display:flex;align-items:center;padding:8px 0;cursor:pointer}.level-goal-radio .level-goal-icon{margin-right:8px}.questionnaire-header-wrapper{display:flex;width:100%;margin-bottom:16px;justify-content:space-between}.questionnaire-header{font-size:24px;font-weight:600;text-align:left;margin:unset}.light .questionnaire-header{color:#222;color:var(--theme-light-murphy-dark-gray, #222222)}.questionnaire-tags{display:flex;flex-flow:row;column-gap:8px;min-width:300px;justify-content:end}.questionnaire-tag{padding:0 8px;display:flex;align-items:center;border-radius:8px;height:32px}.light .questionnaire-tag{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.light .questionnaire-tag{color:#393939;color:var(--theme-light-murphy-faded-black, #393939)}.questionnaire-title-wrap{width:20px;height:20px}.questionnaire-title-wrap .btn-icon,.questionnaire-title-wrap .event-flow-map-icons .btn-icon--inactive,.event-flow-map-icons .questionnaire-title-wrap .btn-icon--inactive{cursor:pointer}.questionnaire-intro,.questionnaire-intro--collapsed{transition:all .3s ease-in-out;overflow:hidden;max-height:120px;display:flex;flex-flow:row}.questionnaire-intro--collapsed{max-height:250px}.questionnaire-tabs{margin-top:24px;width:100%}.tab-solid-panel-questionnaire{width:100%;justify-content:center;padding:12px 0}.questionnaire__card{position:relative}.questionnaire-progress-bar{position:absolute;left:0;top:0;width:100%}.completed-cont{display:flex;width:100%;justify-content:center;flex-flow:column;align-items:center;padding:20px}.completed-cont h1{width:800px;font-size:36px}.completed-cont p{margin-bottom:20px;text-align:center;width:400px}.btn-comp{height:80px;width:80px;stroke-width:1px;margin-bottom:24px}.dashboard__card{width:100%;font-family:POPPINS}.dashboard__card p{font-size:14px}.dashboard__card h4{font-family:POPPINS;margin-bottom:8px}.card__wrapper{width:100%;display:flex;flex-flow:row;column-gap:16px;margin:16px 0}.goal-card{flex-flow:row;column-gap:8px}.goal-text-seg{width:50%;display:flex;flex-flow:column}.goal-text-seg button{margin-top:50px}.circle-wrapper{width:50%;display:flex;justify-content:center;align-items:center;font-weight:600}.goal-text-card{font-family:POPPINS;font-weight:600;font-style:SemiBold;font-size:18px;display:flex;align-items:center}.capacity-card{justify-content:space-between}.cap-btn{display:flex;justify-content:space-between;align-items:center}.cap-btn .btn-icon,.cap-btn .event-flow-map-icons .btn-icon--inactive,.event-flow-map-icons .cap-btn .btn-icon--inactive{height:64px;width:64px}.cap-btn button{align-self:end}.range-container{display:flex;width:100%;flex-flow:column}.range-input-wrapper{display:flex;width:100%}.range-input-wrapper input[type=range].range-input{height:35.2px;-webkit-appearance:none;width:100%;border:none;padding:8px 0 0;cursor:pointer;outline:none}.range-input-wrapper input[type=range].range-input.slider-progress{--range: calc(var(--max) - var(--min));--ratio: calc((var(--value) - var(--min)) / var(--range));--sx: calc(.5 * 12px + var(--ratio) * (100% - 12px))}.range-input-wrapper input[type=range].range-input::-moz-focus-outer{border:0}.range-input-wrapper input[type=range].range-input:focus{outline:none}.range-input-wrapper input[type=range].range-input::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:32px;border-radius:4px;background:#fff;border:1px solid #7f7f7f;box-shadow:0 0 2px #fff;margin-top:-7.5px}.range-input-wrapper input[type=range].range-input::-webkit-slider-runnable-track{height:17px;border:none;border-radius:4px;background:#ebebeb;box-shadow:none}.range-input-wrapper input[type=range].range-input--cat1.slider-progress::-webkit-slider-runnable-track{background:linear-gradient(#002395,#002395) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input--cat2.slider-progress::-webkit-slider-runnable-track{background:linear-gradient(#d28ac8,#d28ac8) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input--cat3.slider-progress::-webkit-slider-runnable-track{background:linear-gradient(#003551,#003551) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input--cat4.slider-progress::-webkit-slider-runnable-track{background:linear-gradient(#ffa100,#ffa100) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input--cat5.slider-progress::-webkit-slider-runnable-track{background:linear-gradient(#0065bd,#0065bd) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input::-moz-range-thumb{width:10px;height:30px;border-radius:4px;background:#fff;border:1px solid #7f7f7f;box-shadow:0 0 2px #fff}.range-input-wrapper input[type=range].range-input::-moz-range-track{height:17px;border:none;border-radius:4px;background:#ebebeb;box-shadow:none}.range-input-wrapper input[type=range].range-input--cat1.slider-progress::-moz-range-track{background:linear-gradient(#002395,#002395) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input--cat2.slider-progress::-moz-range-track{background:linear-gradient(#d28ac8,#d28ac8) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input--cat3.slider-progress::-moz-range-track{background:linear-gradient(#003551,#003551) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input--cat4.slider-progress::-moz-range-track{background:linear-gradient(#ffa100,#ffa100) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input--cat5.slider-progress::-moz-range-track{background:linear-gradient(#0065bd,#0065bd) 0/var(--sx) 100% no-repeat,#ebebeb}.range-input-wrapper input[type=range].range-input::-ms-fill-upper{background:transparent;border-color:transparent}.range-input-wrapper input[type=range].range-input::-ms-fill-lower{background:transparent;border-color:transparent}.range-input-wrapper input[type=range].range-input::-ms-thumb{width:12px;height:32px;border-radius:4px;background:#fff;border:1px solid #7f7f7f;box-shadow:0 0 2px #fff;margin-top:0;box-sizing:border-box}.range-input-wrapper input[type=range].range-input::-ms-track{height:17px;border-radius:4px;background:#ebebeb;border:none;box-shadow:none;box-sizing:border-box}.range-input-wrapper input[type=range].range-input.slider-progress::-ms-fill-lower{height:17px;border-radius:4px 0 0 4px;margin:0;background:#ffa100;border:none}.range-label-wrapper{width:100%;display:flex;justify-content:space-between}.range-label-wrapper :nth-child(2){justify-content:center}.range-label-wrapper :nth-child(3){justify-content:center}.range-label-wrapper :last-child{justify-content:end}.range-label{display:flex;flex:1;padding:12px 8px}.actions-container{display:flex;width:100%;flex-flow:column}.actions-text{max-width:1200px}.actions-row{display:flex;position:relative;width:100%;flex-flow:row;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid}.light .actions-row{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.actions-row:last-child{border:none}.actions-row select{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px;width:156px;padding:12px 16px;border:1px solid;border-radius:4px;cursor:pointer}.light .actions-row select{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.dark .actions-row select{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .actions-row select{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .actions-row select{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.actions-select{position:relative}.actions-select .btn-icon,.actions-select .event-flow-map-icons .btn-icon--inactive,.event-flow-map-icons .actions-select .btn-icon--inactive{position:absolute;right:16px;top:15px}.actions-select-container{display:flex;align-items:center;margin-left:12px}.actions-more{margin-left:10px;font-size:16px;height:24px;width:24px}.actions-edit-wrapper{display:flex;width:100%;flex-flow:row;padding:12px 0;column-gap:16px}.actions-edit-wrapper button{height:100%}.actions-row-textarea{padding:12px 16px}.actions-row-edit-btn{display:flex;align-content:center;justify-items:center;flex-flow:row;column-gap:16px}.actions-row-edit-btn>button{border:1px solid;border-radius:4px}.actions-row-textarea,.actions-textarea{width:100%}.actions-edit-btn{display:flex;justify-content:flex-end}.actions-modify{border:1px solid;border-radius:4px;font-size:16px;position:absolute;right:40px;top:16px;padding:5px 10px}.dark .actions-modify{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .actions-modify{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .actions-modify{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.actions-modify-row{cursor:pointer;padding:5px 0}.actions-modify-row:last-child{padding-top:0}.actions-btn-container{padding:12px 0}.actions-icon-btn{border:2px solid;border-radius:4px;font-size:16px}.light .actions-icon-btn{background-color:#fff;background-color:var(--theme-light-hoverborderlight, #fff)}.light .actions-icon-btn{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.light .actions-icon-btn{border-color:#7f7f7f;border-color:var(--theme-light-murphy-light-gray, #7F7F7F)}.actions-icon-btn>.btn-icon-container{height:20px;width:20px;margin-right:4px}.dark .actions-icon-btn>.btn-icon-container:hover{background:#333;background:var(--theme-dark-textlight, #333)}.light .actions-icon-btn>.btn-icon-container:hover{background:#fff;background:var(--theme-light-textlight, #fff)}.light .actions-icon-btn:hover:not([disabled]){color:#00b2a9;color:var(--theme-light-accentcolor5, #00b2a9)}.light .actions-icon-btn:hover:not([disabled]){border-color:#00b2a9;border-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .actions-icon-btn:hover:not([disabled]){background:#333;background:var(--theme-dark-textlight, #333)}.light .actions-icon-btn:hover:not([disabled]){background:#fff;background:var(--theme-light-textlight, #fff)}.light .actions-icon-btn:hover:not([disabled])>div{color:#00b2a9;color:var(--theme-light-accentcolor5, #00b2a9)}.dark .actions-icon-btn:hover:not([disabled])>div{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .actions-icon-btn:hover:not([disabled])>div{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.dashboard{width:100%;max-width:1200px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1rem}.dashboard__header{margin-top:1rem;font-size:xx-large;text-align:left}.dashboard__title-container{display:flex;align-items:center;justify-content:space-between}.dashboard__title-container h2{margin:0;font-size:large}.dashboard__title-container .tab-button{padding:8px 16px;background-color:#f8f8f8;border:none;cursor:pointer;transition:background-color .3s}.dashboard__title-container .tab-button.active{background-color:#ddd}.dashboard__chart-container{height:400px;margin-top:1rem}.dashboard__footer{text-align:center;margin-top:.5rem}.dashboard__footer span{color:green;font-weight:700}.category-layer{display:flex;flex-direction:column;align-items:center}.category-layer .category-icon{font-size:24px;color:#333}.category-layer .category-label{margin-top:4px;font-size:.8rem}.category-layer .explore-button{margin-top:4px;font-size:.8rem;cursor:pointer}.category-icon{font-size:32px;width:38px;height:38px;margin-left:11px;color:#333}.explore-button{font-size:2rem;padding:.5rem 1rem;background-color:#fff;border-radius:4px;cursor:pointer}.recommended-button{background-color:#ecfbf9;color:#008b7c;border-radius:8px;border:none;padding:4px 12px;font-size:.9rem}.graph-customer-name{white-space:nowrap;margin-top:20px;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis}.light .graph-customer-name{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.dashboard-dropdown-wrap{display:flex;width:100%;align-items:center}.tcf__note{padding:16px}.dark .tcf__note{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .tcf__note{color:#000;color:var(--theme-light-textdark, #000)}.tcf__date{margin-top:14px}.tmslog-day-wrap{display:flex;flex-flow:column;row-gap:8px;margin:16px 0;width:100%}.activities-wrapper{width:100%}.history__card{display:flex;flex-flow:row;column-gap:16px}@media (max-width: 767px){.history__card{padding:16px}}.history__title{font-weight:600;height:32px;width:32px;border-radius:50%;display:flex;align-items:center;margin-top:12px;justify-content:center}.dark .history__title{color:#333;color:var(--theme-dark-textlight, #333)}.light .history__title{color:#fff;color:var(--theme-light-textlight, #fff)}@media (max-width: 767px){.history__title{height:22px;width:22px;font-size:11px}}.history__content{display:flex;flex-flow:column;row-gap:8px;width:100%}@media (max-width: 767px){.history__content p{font-size:14px}}.history__category-btn{font-weight:500;font-size:12px;padding:4px 8px;border-radius:8px;margin:0 8px}.light .history__category-btn{background:#f9f0f8;background:var(--theme-light-murphy-pink-light, #F9F0F8)}@media (max-width: 767px){.history__category-btn{font-size:12px}}.history__date{font-weight:500}@media (max-width: 767px){.history__date{font-size:14px}}.history__dropdown-icon{cursor:pointer;flex:1;text-align:right}.filterlog-checkbox{display:flex;flex-flow:row;flex-wrap:wrap;row-gap:8px}.filterlog-checkbox .checkbox-wrapper{width:50%;display:flex;justify-content:flex-end;column-gap:8px;padding:12px 8px;flex-direction:row-reverse}.filter-datepicker-cont{display:flex;flex-direction:row;align-items:center;margin-top:10px}@media (max-width: 767px){.filter-datepicker-cont{flex-wrap:wrap;row-gap:12px}}.filter-datepicker{display:flex;align-items:center}@media (max-width: 767px){.filter-datepicker{width:100%;display:unset}}.tms__titlecase{text-transform:capitalize}.pagination-item,.pagination-item--disabled,.pagination-item--selected{border:1px solid;display:flex;height:40px;width:40px;background:wheat;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;font-weight:500}.dark .pagination-item,.dark .pagination-item--disabled,.dark .pagination-item--selected{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .pagination-item,.light .pagination-item--disabled,.light .pagination-item--selected{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .pagination-item,.light .pagination-item--disabled,.light .pagination-item--selected{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.light .pagination-item,.light .pagination-item--disabled,.light .pagination-item--selected{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.pagination-item--selected{border:none}.light .pagination-item--selected{background-color:#d9ebea;background-color:var(--theme-light-murphy-teal-faded, #D9EBEA)}.light .pagination-item--selected{color:#00726c;color:var(--theme-light-murphy-teal-dark, #00726C)}.pagination-item--disabled{cursor:not-allowed;border:none}.light .pagination-item--disabled{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.light .pagination-item--disabled{color:#e0e1dd;color:var(--theme-light-backgrounddisabled, #e0e1dd)}.pagination-container{display:flex;padding-top:20px;column-gap:8px;justify-content:center;width:100%}.table-general-wrapper{min-height:650px;padding-top:24px}.table-wrapper-container{border:1px solid;border-radius:4px;border-spacing:0;table-layout:fixed;width:100%;overflow-x:auto}.light .table-wrapper-container{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .table-column-container{background-color:#ebebeb;background-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.table-column{font-size:14px;padding:12px;overflow:hidden;text-overflow:ellipsis;white-space:inherit;word-break:break-word}.dark .table-body-container{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .table-body-container{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.table-row-wrap>td{padding:13px;border-bottom:1px solid;overflow:hidden;text-overflow:ellipsis}.light .table-row-wrap>td{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.light .table-row-wrap>td{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.table-column-head-wrapper{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.table-column-head-regular{text-align:center}.contact-table-wrapper{margin-bottom:12px}.contact-table-wrapper>.table-general-wrapper{min-height:unset}.table-column-link{cursor:pointer;will-change:opacity;opacity:1}.light .table-column-link{color:#00726c;color:var(--theme-light-murphy-primary, #00726C)}.table-column-link:hover{opacity:.8;transition:opacity .2s}.light .table-row-wrap:hover{background-color:#ebebeb;background-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.table-row-data--url{cursor:pointer}.checkbox-wrapper{display:flex;padding:24px 0 12px}.checkbox-wrapper label{margin-right:12px;font-size:16px}.light .checkbox-wrapper label{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.checkbox-wrapper input{accent-color:#7F7F7F;height:24px;width:24px}.user-form-container{padding:20px;min-width:776px}.add-user-form-container{width:800px;padding:20px}.add-user-form-container h2{font-family:Poppins,sans-serif;margin-bottom:24px;text-align:left}.add-user-form-container input,.add-user-form-container label{font-size:16px;font-weight:500;cursor:pointer}.light .add-user-form-container input,.add-user-form-container label{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.add-user-form-container input[type=text]:disabled{cursor:not-allowed}.light .add-user-form-container input[type=text]:disabled{color:#b0b0b0;color:var(--theme-light-murphy-faded-gray, #B0B0B0)}.field-row{display:flex;width:100%;padding:8px 0;flex-flow:column}.field-input-wrapper{display:flex;width:100%;column-gap:5px}.field-input-wrapper label{width:inherit;flex:1}.field-input-wrapper input,.fields-message-input{width:inherit;border:1px solid;border-radius:4px}.light .field-input-wrapper input,.fields-message-input{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.field-radio-title{width:170px}.light .field-radio-title{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.field-radio-input{width:50%;display:flex;padding:10px;border:1px solid}.light .field-radio-input{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.field-radio-input input{accent-color:#7F7F7F;height:24px;width:24px}.field-label-wrapper{display:flex;width:170px;flex-flow:column}.field-label-wrapper label,.field-label-radio{width:100%;flex:unset}.light .field-label-wrapper label,.field-label-radio{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.field-required{font-size:12px;font-style:italic;margin-top:4px;text-transform:lowercase}.light .field-required{color:#b0b0b0;color:var(--theme-light-murphy-faded-gray, #B0B0B0)}.field-error{font-size:12px;margin-top:4px}.light .field-error{color:#e30613;color:var(--theme-light-errortext, #e30613)}.field-message-wrapper{width:inherit}.field-error:first-letter{text-transform:uppercase}.field-terms{display:block}.field-terms-label{font-size:12px}.light .field-terms-label{color:#b0b0b0;color:var(--theme-light-murphy-faded-gray, #B0B0B0)}#termsAgreed{width:unset;margin-left:12px}.field-checkbox-grid{display:grid;width:100%;row-gap:8px;column-gap:5px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.field-checkbox-wrapper{display:flex;border:1px solid;border-radius:4px;width:100%;padding:10px}.light .field-checkbox-wrapper{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.field-checkbox-wrapper label{cursor:pointer}.field-checkbox-wrapper input{accent-color:#7F7F7F;height:24px;width:24px}.field-input-grid-wrapper{width:100%}.field-add-user-btns{display:flex;width:100%;flex-flow:row;justify-content:center;padding:24px 0;column-gap:16px}.edit-card-container{padding:unset}.edit-user-form-container,.edit-user-form-container--disabled{width:100%}.edit-user-form-container .field-add-user,.edit-user-form-container--disabled .field-add-user{border-bottom:1px solid;padding:16px}.light .edit-user-form-container .field-add-user,.light .edit-user-form-container--disabled .field-add-user{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.edit-user-form-container--disabled input{border:unset}.edit-user-form-container .field-radio-input,.edit-user-form-container--disabled .field-radio-input,.edit-user-form-container .field-checkbox-wrapper,.edit-user-form-container--disabled .field-checkbox-wrapper{width:300px}.edit-user-form-container .field-checkbox-grid,.edit-user-form-container--disabled .field-checkbox-grid{width:600px}.field-checkbox-icon{display:flex;align-items:center}.field-input-wrapper .filter-tag-admin,.field-input-wrapper .filter-tag-user,.field-input-wrapper .filter-tag-readonly{margin:unset}.edit-user-btns{display:flex;width:100%;padding:16px 0;column-gap:8px}.ad-sync-form{max-width:1200px;margin:0 auto;padding:20px}.ad-sync-form .form-columns{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 992px){.ad-sync-form .form-columns{grid-template-columns:1fr 1fr}}.ad-sync-form .form-column{display:flex;flex-direction:column;gap:24px}.ad-sync-form .form-section{border:1px solid;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000000d;height:fit-content}.dark .ad-sync-form .form-section{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .ad-sync-form .form-section{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.dark .ad-sync-form .form-section{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .ad-sync-form .form-section{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.ad-sync-form .form-section .form-section-header{font-size:20px;font-weight:600;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid}.dark .ad-sync-form .form-section .form-section-header{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .ad-sync-form .form-section .form-section-header{color:#000;color:var(--theme-light-textdark, #000)}.dark .ad-sync-form .form-section .form-section-header{border-color:#333;border-color:var(--theme-dark-borderlight, #333)}.light .ad-sync-form .form-section .form-section-header{border-color:#f6f6f5;border-color:var(--theme-light-borderlight, #f6f6f5)}.ad-sync-form .form-subsection{margin-bottom:24px}.ad-sync-form .form-subsection:last-child{margin-bottom:0}.ad-sync-form .form-subsection .form-subsection-header{font-size:16px;font-weight:500;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid}.dark .ad-sync-form .form-subsection .form-subsection-header{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .ad-sync-form .form-subsection .form-subsection-header{color:#000;color:var(--theme-light-textdark, #000)}.dark .ad-sync-form .form-subsection .form-subsection-header{border-color:#333;border-color:var(--theme-dark-borderlight, #333)}.light .ad-sync-form .form-subsection .form-subsection-header{border-color:#f6f6f5;border-color:var(--theme-light-borderlight, #f6f6f5)}.ad-sync-form .form-group{margin-bottom:20px}.ad-sync-form .form-group:last-child{margin-bottom:0}.ad-sync-form .form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.dark .ad-sync-form .form-group label{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .ad-sync-form .form-group label{color:#000;color:var(--theme-light-textdark, #000)}.ad-sync-form .form-group .form-control{width:100%;padding:10px 12px;font-size:14px;border:1px solid;border-radius:4px;transition:border-color .2s ease}.dark .ad-sync-form .form-group .form-control{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .ad-sync-form .form-group .form-control{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.ad-sync-form .form-group .form-control:focus{outline:none;box-shadow:0 0 0 2px #007bff1a}.light .ad-sync-form .form-group .form-control:focus{border-color:#0065bd;border-color:var(--theme-light-accentcolor3, #0065bd)}.ad-sync-form .form-group .form-control:disabled{cursor:not-allowed}.light .ad-sync-form .form-group .form-control:disabled{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.ad-sync-form .form-group textarea.form-control{resize:vertical;min-height:200px;font-family:monospace;line-height:1.5}.ad-sync-form .form-group .error-message{display:block;font-size:12px;margin-top:4px}.light .ad-sync-form .form-group .error-message{color:#e30613;color:var(--theme-light-errortext, #e30613)}.ad-sync-form .form-actions{display:flex;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid}.dark .ad-sync-form .form-actions{border-color:#333;border-color:var(--theme-dark-borderlight, #333)}.light .ad-sync-form .form-actions{border-color:#f6f6f5;border-color:var(--theme-light-borderlight, #f6f6f5)}.ad-sync-form .form-actions .btn,.ad-sync-form .form-actions .btn--reverse{min-width:120px;padding:10px 20px;font-size:14px;font-weight:500;border-radius:4px;transition:all .2s ease}.ad-sync-form .form-actions .btn.btn-primary,.ad-sync-form .form-actions .btn-primary.btn--reverse{border:none}.light .ad-sync-form .form-actions .btn.btn-primary,.light .ad-sync-form .form-actions .btn-primary.btn--reverse{background-color:#0065bd;background-color:var(--theme-light-accentcolor3, #0065bd)}.dark .ad-sync-form .form-actions .btn.btn-primary,.dark .ad-sync-form .form-actions .btn-primary.btn--reverse{color:#333;color:var(--theme-dark-textlight, #333)}.light .ad-sync-form .form-actions .btn.btn-primary,.light .ad-sync-form .form-actions .btn-primary.btn--reverse{color:#fff;color:var(--theme-light-textlight, #fff)}.light .ad-sync-form .form-actions .btn.btn-primary:hover:not(:disabled),.light .ad-sync-form .form-actions .btn-primary.btn--reverse:hover:not(:disabled){background-color:#003551;background-color:var(--theme-light-accentcolor8, #003551)}.ad-sync-form .form-actions .btn.btn-primary:disabled,.ad-sync-form .form-actions .btn-primary.btn--reverse:disabled{cursor:not-allowed}.light .ad-sync-form .form-actions .btn.btn-primary:disabled,.light .ad-sync-form .form-actions .btn-primary.btn--reverse:disabled{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}@media (max-width: 767px){.ad-sync-form{padding:10px}.ad-sync-form .form-section{padding:15px}.ad-sync-form .form-actions .btn,.ad-sync-form .form-actions .btn--reverse{width:100%}}.dropdown-search{border:1px solid;border-radius:4px;font-size:16px;position:absolute;left:40px;top:70px;padding:5px 10px;z-index:9999}.dark .dropdown-search{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .dropdown-search{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .dropdown-search{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dropdown-search-row,.dropdown-search-row--active{cursor:pointer;display:flex;padding:14px 20px 14px 24px;justify-content:space-between}.light .dropdown-search-row--active{color:#00726c;color:var(--theme-light-murphy-primary, #00726C)}.light .dropdown-search-row--active,.light .dropdown-search-row:hover,.light .dropdown-search-row--active:hover{background-color:#f2f8ff;background-color:var(--theme-light-murphy-light-blue-lighter, #f2f8ff)}.dropdown-search-container{padding:12px 0}.dropdown-search-window{border:1px solid;border-radius:4px;position:absolute;left:15px;top:78px;z-index:9999;width:250px}.dark .dropdown-search-window{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .dropdown-search-window{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.light .dropdown-search-window{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dropdown-search-input{margin:10px 20px;border:1px solid;border-radius:4px;display:flex;align-items:center;padding-left:10px}.light .dropdown-search-input{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dropdown-search-input input{border:none;width:100%}.dropdown-search-input input:focus{outline:none;box-shadow:unset}.light .dropdown-search-input input:focus{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dropdown-search-wrap{display:flex;position:relative;flex-flow:row;justify-content:space-between;align-items:center;padding:16px 0}.dropdown-list-scroll{max-height:170px;overflow-y:auto}.dropdown-collapse{padding:10px 20px;border-bottom:1px solid;display:flex;align-items:center;justify-content:space-between}.light .dropdown-collapse{background-color:#f8f8f8;background-color:var(--theme-light-murphy-faded-white, #f8f8f8)}.light .dropdown-collapse{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dropdown-collapse-count{font-size:14px;display:flex;align-items:center;cursor:pointer}.light .dropdown-collapse-count{color:#7f7f7f;color:var(--theme-light-murphy-light-gray, #7F7F7F)}.dropdown-collapse-text{margin-right:5px}.dashboard-dropdown-text{margin-right:16px}.progress-cont{width:100%;height:8px}.dark .progress-cont{background-color:#fff;background-color:var(--theme-dark-borderdark, #fff)}.light .progress-cont{background-color:#e0e1dd;background-color:var(--theme-light-borderdark, #e0e1dd)}.progress-bar-fill{height:8px}.light .progress-bar-fill{background-color:#00a098;background-color:var(--theme-light-murphy-teal-neon, #00A098)}.assessment-row{display:flex;min-width:700px;flex-flow:row}.cat-list{width:100%;display:flex;flex-flow:column;align-items:center}.light .cat-list{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.cat-list .categoryview-icon{height:24px;width:24px;margin-bottom:8px}.assessment_subttext{width:400px;text-align:center;padding:24px 0}.light .assessment_subttext{color:#626262;color:var(--theme-light-murphy-dark-white, #626262)}.assessment_title{width:500px;font-size:36px}.tmswelcome-icon{height:80px;width:80px;margin-bottom:24px}.message-editor-container{width:90vw}.container{background-color:#fff;width:80rem}.heading{width:80rem;display:flex;align-self:center}.recipient-item{align-items:center;border-bottom:1px solid;border-left:1px solid;border-radius:4px;box-shadow:5px 5px 10px #00000026;cursor:pointer;display:flex;flex-wrap:wrap;font-size:14px;justify-content:center;overflow:hidden;padding:20px 10px 20px 5px;text-overflow:ellipsis;width:90vw}.dark .recipient-item{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .recipient-item{color:#000;color:var(--theme-light-textdark, #000)}.dark .recipient-item{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .recipient-item{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.light .recipient-item-selected{background-color:#00b2a9;background-color:var(--theme-light-backgroundselected, #00b2a9)}.light .recipient-item-unselected{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.recipient-item-icon{font-size:25px;margin-left:6px}.recipient-item-icon-small{font-size:18px;margin-left:6px}.recipient-item-icon-faded{opacity:.5}.recipient-item-text{margin-left:10px;overflow:hidden;text-overflow:ellipsis}.check-all-container{display:flex;flex-direction:column}.recipients-container li{list-style:none}.recipient-item-button-container-border-left{border-left:1px solid}.recipient-item-button-container{align-items:center;border-bottom:1px solid;border-left:1px solid;border-radius:4px;box-shadow:5px 5px 10px #00000026;cursor:pointer;display:flex;flex-wrap:wrap;font-size:14px;justify-content:center;overflow:hidden;text-overflow:ellipsis;width:90vw}.dark .recipient-item-button-container{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .recipient-item-button-container{color:#000;color:var(--theme-light-textdark, #000)}.dark .recipient-item-button-container{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .recipient-item-button-container{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.recipient-item-button-container-small{align-items:center;border-radius:4px;box-shadow:5px 5px 10px #00000026;cursor:pointer;display:flex;flex-wrap:wrap;font-size:14px;justify-content:center;overflow:hidden;text-overflow:ellipsis;width:360px}.dark .recipient-item-button-container-small{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .recipient-item-button-container-small{color:#000;color:var(--theme-light-textdark, #000)}.dark .recipient-item-button-container-small{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .recipient-item-button-container-small{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.recipients-select-button-pressed{outline:none}.light .recipients-button-unselected{background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .recipients-button-unselected{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .recipients-button-unselected{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.dark .recipients-button-unselected{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .recipients-button-unselected{color:#000;color:var(--theme-light-textdark, #000)}.dark .recipients-select-button-markall{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .recipients-select-button-markall{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.light .recipients-select-button-markall{background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .recipients-select-button-markall{color:#333;color:var(--theme-dark-textlight, #333)}.light .recipients-select-button-markall{color:#fff;color:var(--theme-light-textlight, #fff)}.recipients-select-button{align-items:center;display:flex;flex:1;flex-direction:row;flex-wrap:wrap;height:60px;justify-content:center}.recipients-select-button-small{align-items:center;display:flex;flex:1;flex-direction:row;flex-wrap:wrap;height:40px;font-size:12px;justify-content:center}@media (max-width: 575px){.recipient-item-text{font-size:12px;max-width:30vw;overflow:hidden;text-overflow:ellipsis}}@media (min-width: 576px){.message-editor-container,.recipient-item{width:460px}.recipient-item-text{max-width:250px;overflow:hidden;text-overflow:ellipsis}.recipient-item-button-container{width:460px}}.mbs-search-recipients{display:flex;flex-direction:column;justify-content:center;align-items:center}.mbs-search-recipients>div{margin-top:18px}.mbs-users-container{display:flex;flex-direction:column;align-items:center}.mbs-users-container .row-cell{height:50px}.light .mbs-users-container .table-column-group-header{background-color:#a7a7a7;background-color:var(--theme-light-com-grey, #a7a7a7)}.cr-container{padding-left:20px;padding-right:20px;overflow:hidden}.cr-section-label{font-size:18px;margin-bottom:20px;color:gray;margin-top:20px;display:flex}.cr-subsection-label{font-size:16px;margin-bottom:20px;color:gray;margin-top:10px;display:flex}.cr-group-container,.cr-recipient-container{width:70rem;display:flex;flex-wrap:wrap;max-height:15rem;overflow-y:auto}.cr-button-container{border-width:1px;border-style:solid;border-color:#ebebeb;width:30rem;padding:10px;display:flex;cursor:pointer;margin-bottom:10px;margin-left:10px;align-items:center}.cr-contacts-container{border-width:1px;border-style:solid;border-color:#ebebeb;width:30rem;justify-content:space-between;padding:10px;display:flex;margin-bottom:10px;margin-left:10px;align-items:center}.cr-searchbar-container{width:60rem}.cr-label-truncate{margin-left:10px;overflow:hidden;width:20rem;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.cr-contact-left,.cr-contact-right{display:flex;align-items:center}.cr-contact-left label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.response-form{padding:20px;width:250px}.radio-button-container .form-input-column-flow{flex-direction:row-reverse;justify-content:flex-end;padding-left:20px}.radio-button-container input{width:20px}.text-already-answered{padding-bottom:10px;padding-left:20px}.text-already-answered.preserve-breaks{white-space:pre-wrap}@media (min-width: 576px){.response-form{width:400px}}.item-container-configuration-pbsresponse:hover{cursor:pointer}.light .response-row-positive{background-color:#d0fbe2;background-color:var(--theme-light-hoverlightpositive, #d0fbe2)}.light .response-row-negative{background-color:#f3d6c0;background-color:var(--theme-light-hoverlightnegative, #f3d6c0)}@media (min-width: 576px){.item-container-configuration-pbsresponse{grid-template-columns:2fr 3fr 2fr 5fr}}.contact-list-item{border-bottom:1px solid;border-left:1px solid;border-radius:4px;box-shadow:2px 2px 5px #00000026;font-size:14px;width:90vw}.dark .contact-list-item{color:#fff;color:var(--theme-dark-textdark, #fff)}.light .contact-list-item{color:#000;color:var(--theme-light-textdark, #000)}.dark .contact-list-item{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .contact-list-item{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.contact-list-item:first-child{border-radius:4px;border-top:1px solid}.dark .contact-list-item:first-child{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .contact-list-item:first-child{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}.contact-item{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;padding:20px 10px 20px 5px;text-overflow:ellipsis}.contact-item-icon{font-size:26px;margin-left:6px}.right-container{margin-left:auto;text-align:right}.contacts-controls{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;overflow:hidden;padding:0 10px 0 5px;text-overflow:ellipsis;gap:10px}.contacts-controls-icon{cursor:pointer;font-size:32px}.contacts-controls-icon-large{cursor:pointer;font-size:46px}@media (min-width: 576px){.contact-list-item{max-width:460px}}.contacts-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;overflow:hidden}.contacts-container>div{margin:20px 10px 10px;padding:20px;width:500px}.dark .contacts-container>div{border-color:#fff;border-color:var(--theme-dark-borderdark, #fff)}.light .contacts-container>div{border-color:#e0e1dd;border-color:var(--theme-light-borderdark, #e0e1dd)}@media (max-width: 575px){.contacts-container>div{margin-left:0;margin-right:0;width:100vw}}.light .contacts-container>div:first-child{background-color:#d0fbe2;background-color:var(--theme-light-hoverlightpositive, #d0fbe2)}.light .contacts-container>div:last-child{background-color:#f3d6c0;background-color:var(--theme-light-hoverlightnegative, #f3d6c0)}.contacts-box{margin-top:20px}.contactgroup-info-icon{font-size:25px;margin-left:10px;margin-right:10px;margin-top:5px}.contactgroup-expanded-members{margin-left:20px}@media (max-width: 575px){.contactgroup-expanded-members{font-size:12px}}.contact-group-expandable{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;max-width:95%}.break{flex-basis:100%;height:0}.portal-grid{display:grid;grid-template-columns:1fr;grid-gap:20px}@media (min-width: 768px){.portal-grid{grid-template-columns:repeat(1,auto)}}@media (min-width: 1030px){.portal-grid{padding-top:20px;grid-template-columns:repeat(2,auto)}}@media (min-width: 1500px){.portal-grid{padding-top:20px;grid-template-columns:repeat(3,auto)}}@media (min-width: 1750px){.portal-grid{padding-top:20px;grid-template-columns:repeat(4,auto)}}.module-container{box-shadow:5px 5px 10px #00000040;cursor:pointer;display:flex;border-radius:10px;flex-direction:column;height:240px;margin:20px;position:relative;width:300px}.dark .module-container{background-color:#fff;background-color:var(--theme-dark-backgrounddark, #fff)}.light .module-container{background-color:#002395;background-color:var(--theme-light-backgrounddark, #002395)}.dark .module-container{color:#333;color:var(--theme-dark-textlight, #333)}.light .module-container{color:#fff;color:var(--theme-light-textlight, #fff)}.module-container:hover{box-shadow:5px 5px 20px #00000080}.module-container-header{height:100px;margin:20px 20px 10px}.module-container-header h2{font-size:14px;text-align:left;text-transform:uppercase}.module-container-header h3{font-size:12px;text-align:left}.module-container-body{height:100px;margin:10px}.module-container-footer{margin:10px;position:absolute;bottom:0}.module-container-footer h2{font-size:20px;text-align:left;text-transform:capitalize}.light .background-item1{background-color:#d28ac8;background-color:var(--theme-light-accentcolor1, #d28ac8)}.light .background-item2{background-color:#ffa100;background-color:var(--theme-light-accentcolor2, #ffa100)}.light .background-item3{background-color:#0065bd;background-color:var(--theme-light-accentcolor3, #0065bd)}.light .background-item4{background-color:#002395;background-color:var(--theme-light-accentcolor4, #002395)}.light .background-item5{background-color:#000;background-color:var(--theme-light-pyramidmodulecolor, #000)}.light .background-item6{background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.light .background-item7{background-color:#003551;background-color:var(--theme-light-incidentscolor, #003551)}.light .background-item8{background-color:#002395;background-color:var(--theme-light-accentcolor4, #002395)}.light .background-item9{background-color:#00726c;background-color:var(--theme-light-murphy-primary, #00726C)}.module-custom-icon{padding-bottom:37px}.dashboard-search,.dashboard-new{width:100%}.light .other-grey{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.user-table-container{padding:30px 20px;width:100%}.light .user-table-container{background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}@media (max-width: 575px){.user-table-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}}.education-admin-user{display:flex}.light .education-admin-user:nth-child(2n){background-color:#f6f6f5;background-color:var(--theme-light-backgroundunselected, #f6f6f5)}.education-admin-courses-filter{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center}.education-admin-courses-filter-box{margin:5px 0;display:flex;justify-content:center;align-items:center}.dark .education-admin-courses-filter-box{background-color:#558b6e;background-color:var(--theme-dark-backgroundpositive, #558b6e)}.light .education-admin-courses-filter-box{background-color:#00b2a9;background-color:var(--theme-light-backgroundpositive, #00b2a9)}.light .education-admin-courses-filter-box_selected{background-color:#00b2a980;background-color:var(--theme-light-backgroundunselectedaccent, rgba(0, 178, 169, .5))}.education-admin-username{display:flex;justify-content:flex-start;align-items:center;min-width:250px;min-height:45px}.education-admin-course-list{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.education-admin-course-wrapper{position:relative;margin:5px;min-width:110px}.education-admin-users-container{display:"flex";width:"100%";height:"100%";flex-direction:"column"}.education-admin-course-icon{position:absolute;top:-8px;right:-8px;border:none;border-radius:3px}.light .education-admin-course-completed{background-color:#93bf1f;background-color:var(--theme-light-greenlight-green, #93bf1f)}.light .education-admin-course-booked{background-color:#ffa100;background-color:var(--theme-light-warningtext, #ffa100)}.education-admin-icon{display:flex;justify-content:center;align-items:center;min-width:15px;min-height:15px}.light .modal-header-education-course-completed{background-color:#93bf1f;background-color:var(--theme-light-greenlight-green, #93bf1f)}.light .modal-header-education-course-booked{background-color:#ffa100;background-color:var(--theme-light-warningtext, #ffa100)}.education-admin-course-modal-innerWrapper{display:flex;justify-content:center;align-items:center}.useradmin-dropdown-content,.useradmin-dropdown-content--active{border:1px solid;display:none;min-width:190px;position:absolute;right:50px;z-index:11;font-size:16px;border-radius:4px}.light .useradmin-dropdown-content,.light .useradmin-dropdown-content--active{border-color:#ebebeb;border-color:var(--theme-light-murphy-chalk-white, #EBEBEB)}.dark .useradmin-dropdown-content,.dark .useradmin-dropdown-content--active{background-color:#333;background-color:var(--theme-dark-textlight, #333)}.light .useradmin-dropdown-content,.light .useradmin-dropdown-content--active{background-color:#fff;background-color:var(--theme-light-textlight, #fff)}.useradmin-dropdown-content--active{display:block}.useradmin-select{display:flex;cursor:pointer;text-align:left;padding:8px 24px;align-items:center}.actions-more{cursor:pointer}.useradmin-more{margin-right:5px}.useradmin-more-wrapper{text-align:right}.user-tab-wrapper{display:flex;width:100%;justify-content:space-between}.controls-container{display:flex;flex-direction:row}.controls-container>div{margin-left:10px}.permission-selector-row{cursor:pointer;display:flex;flex-direction:row;height:60px;margin-bottom:5px}.permission-selector-row>span{height:60px;padding:5px 10px;width:200px}.light .permission-selector-row>span{background-color:#e0e1dd;background-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.permission-selector-row>div{height:60px;width:60px}.existing-account-result-card{padding-left:20px}.training-detail-wrapper{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:20px}.training-image-wrapper{max-width:800px;min-width:75%;height:600px;display:flex;justify-content:center;align-items:center}.training-image-container{background-repeat:no-repeat;background-size:contain;background-position:center;width:100%;height:100%}.dark .training-image-container{color:#333;color:var(--theme-dark-textlight, #333)}.light .training-image-container{color:#fff;color:var(--theme-light-textlight, #fff)}.training-title{text-align:left;margin:40px;word-break:break-word}.training-htmldescription-display{max-width:800px;word-break:break-word;padding:30px}.training-htmldescription-display p:after{display:block;white-space:pre-line;content:"\a"}.training-htmldescription-display blockquote{border-left:2px solid #ddd;color:#aaa;font-style:italic;margin-left:0;margin-right:0;padding-left:10px}.training-htmldescription-display blockquote[dir=rtl]{border-left:none;border-right:2px solid #ddd;padding-left:0;padding-right:10px}.training-htmldescription-display ol,.training-htmldescription-display ul{padding:40px}.training-htmldescription-display ul{list-style:initial}.training-htmldescription-display ol{list-style:decimal}.training-grid{display:grid}.training-tab-panel{width:100%}.training-tab-panel h4{font-size:12px}.training-tab-panel .tab-panel{width:100%;display:flex;justify-content:center;align-items:center}.training-tab-panel .tab{min-width:200px;flex:0}.training-container{padding:20px;max-width:800px}.training-tabs-panel h4{font-size:12px;text-transform:initial}.training-tabs-panel .tab-panel{width:100%}.training-tabs-panel .tab{min-width:200px;flex:0}.training-selected-tab{padding:30px}.login-flex-container{display:flex;flex-direction:column}@media (min-width: 1200px){.login-flex-container{flex-direction:row}}.login-left-container{background-color:#eee;padding:0 80px 200px;width:100%;height:calc(100vh - 81px);display:flex;justify-content:center;align-items:center}@media (min-width: 1200px){.login-left-container{width:35%;height:calc(100vh - 81px);padding:0 80px 400px}}.login-page-title{font-size:1.6em;font-family:Poppins,sans-serif;font-weight:300}.login-page-title-bold{font-weight:700}.login-right-container{padding:30px;width:100%;display:flex;justify-content:center;align-items:center}@media (min-width: 1200px){.login-right-container{padding:20px 80px 60px;width:65%;height:calc(100vh - 81px)}}@media (min-width: 1800px){.login-right-container{padding:20px 80px 60px;width:65%;height:calc(100vh - 81px)}}.login-right-container div:first-of-type{margin-top:40px;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-page-text{overflow-wrap:break-word;margin-top:40px;width:70%}.login-page-text>p{margin-bottom:6px}@media (min-width: 1200px){.login-page-text{width:80%}}.login-buttons-container{display:flex;flex-direction:column;align-items:center;width:100%}.login-buttons-container div:first-of-type{margin-bottom:40px}.login-buttons-container>div{margin-bottom:20px}.login-buttons-container button{margin-bottom:20px;width:100%;border-radius:6px;display:flex;flex-direction:column;align-items:center}@media (min-width: 1200px){.login-buttons-container button{width:90%}}.login-buttons-container input{margin-bottom:20px;margin-top:20px;width:100%;border-radius:6px;height:60px;display:flex;flex-direction:column;align-items:center}@media (min-width: 1200px){.login-buttons-container input{width:90%}}.murphy-logo{background-repeat:no-repeat;background-size:200px 50px;display:block;height:50px;margin:auto;text-indent:-9999px;width:200px}.preaparatus-pic{max-height:600px;width:70%}@media (min-width: 1200px){.preaparatus-pic{width:80%}}.not-found-page{display:flex;flex-direction:column}.not-found-icon{font-size:20em}.light .not-found-icon{color:#e0e1dd;color:var(--theme-light-backgrounddisabled, #e0e1dd)}.my-murphy-container{display:flex;justify-content:center;flex-direction:column;width:80vw}@media (min-width: 1200px){.my-murphy-container{width:1000px}}.crisis-file-row-container{margin-bottom:20px}.crisis-file-row{display:flex;border:1px solid;border-radius:5px;padding:10px;justify-content:space-between;align-items:center;width:100%;margin:10px 0}.light .crisis-file-row{border-color:#e0e1dd;border-color:var(--theme-light-backgrounddisabled, #e0e1dd)}.crisis-file-row .form-input-column-flow,.crisis-file-row input{width:100%}.crisis-file-row-controls{display:flex;justify-content:space-between;align-items:center;gap:5px}.crisis-file-row-controls button{align-items:center;display:flex;flex:1;flex-direction:row;flex-wrap:wrap;height:40px;font-size:12px;justify-content:center}.icon-small{height:1.5em;width:1.5em}*,*:before,*:after{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}h1,h2{font-family:Agrandir Grand Heavy;text-align:center}h3,h4,h5,h6{font-family:Agrandir Grand Heavy}h1{margin-bottom:30px}h3{margin-bottom:40px}html{--theme-dark-borderdark: #fff;--theme-light-borderdark: #e0e1dd;--theme-dark-borderlight: #333;--theme-light-borderlight: #f6f6f5;--theme-dark-borderPrimary: #558b6e;--theme-light-borderPrimary: #00b2a9;--theme-dark-textdark: #fff;--theme-light-textdark: #000;--theme-dark-textlight: #333;--theme-light-textlight: #fff;--theme-dark-backgrounddark: #fff;--theme-light-backgrounddark: #002395;--theme-dark-backgroundlight: #333;--theme-light-backgroundlight: #fff;--theme-dark-backgroundimportant: #921e5b;--theme-light-backgroundimportant: #d28ac8;--theme-dark-backgroundpositive: #558b6e;--theme-light-backgroundpositive: #00b2a9;--theme-dark-hoverdark: #e6e1c5;--theme-light-hoverdark: #002395;--theme-dark-hoverlight: #042a2b;--theme-light-hoverlight: #d28ac8;--theme-light-backgrounddisabled: #e0e1dd;--theme-light-backgroundunselected: #f6f6f5;--theme-light-backgroundselected: #00b2a9;--theme-light-backgroundunselectedaccent: rgba(0, 178, 169, .5);--theme-light-hoverborderdark: #333;--theme-light-hoverborderlight: #fff;--theme-light-errortext: #e30613;--theme-light-warningtext: #ffa100;--theme-light-warningbackground: #ffe9c4;--theme-light-backgroundpositiveaccent: #d1e9ff;--theme-light-hoverlightnegative: #f3d6c0;--theme-light-hoverlightpositive: #d0fbe2;--theme-light-accentcolor1: #d28ac8;--theme-light-accentcolor2: #ffa100;--theme-light-accentcolor3: #0065bd;--theme-light-accentcolor4: #002395;--theme-light-accentcolor5: #00b2a9;--theme-light-accentcolor6: #1accc3;--theme-light-accentcolor7: #f9e300;--theme-light-accentcolor8: #003551;--theme-light-coursesmodulecolor: #d28ac8;--theme-light-excercisesmodulecolor: #ffa100;--theme-light-mbsmodulecolor: #0065bd;--theme-light-whitemodulecolor: #002395;--theme-light-pyramidmodulecolor: #000;--theme-light-incidentscolor: #003551;--theme-light-light-green: #0dff00;--theme-light-greenlight-green: #93bf1f;--theme-light-greenlight-red: #e30613;--theme-light-greenlight-yellow: #ffed00;--theme-light-greenlight-critical-red: #98040d;--theme-light-light-purple-grey: #d2d6de;--theme-light-light-green2: #adbf91;--theme-light-status-grey: #6d7c8c;--theme-light-info-red: #c19bb2;--theme-light-purple-grey: #5d5764;--theme-light-practise-purple: #921e5b;--theme-light-com-grey: #a7a7a7;--theme-light-dark-blue: #083454;--theme-light-eventflow-green: #2d9e45;--theme-light-murphy-chalk-white: #EBEBEB;--theme-light-murphy-dark-white: #626262;--theme-light-murphy-light-gray: #7F7F7F;--theme-light-murphy-dark-gray: #222222;--theme-light-murphy-faded-black: #393939;--theme-light-murphy-faded-gray: #B0B0B0;--theme-light-murphy-dull-gray: #fafaf9;--theme-light-murphy-primary: #00726C;--theme-light-murphy-faded-white: #f8f8f8;--theme-light-murphy-teal-faded: #D9EBEA;--theme-light-murphy-teal-dark: #00726C;--theme-light-murphy-teal-bg: #F2F8F8;--theme-light-murphy-light-blue-lighter: #f2f8ff;--theme-light-murphy-orange-light: #FCF4EE;--theme-light-murphy-orange-dark: #E59100;--theme-light-murphy-pink-light: #F9F0F8;--theme-light-murphy-pink-dark: #CA84C0;--theme-light-murphy-teal-neon: #00A098;height:100%;scroll-behavior:smooth}ul,ol{list-style:none}.dark body{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light body{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.light .courses-module-color{background-color:#d28ac8;background-color:var(--theme-light-coursesmodulecolor, #d28ac8)}.dark .courses-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .courses-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.light .courses-completed-module-color{background-color:#93bf1f;background-color:var(--theme-light-greenlight-green, #93bf1f)}.dark .courses-completed-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .courses-completed-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.light .courses-booked-module-color{background-color:#ffa100;background-color:var(--theme-light-excercisesmodulecolor, #ffa100)}.dark .courses-booked-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .courses-booked-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.light .excercises-module-color{background-color:#ffa100;background-color:var(--theme-light-excercisesmodulecolor, #ffa100)}.dark .excercises-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .excercises-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.light .mbs-module-color{background-color:#0065bd;background-color:var(--theme-light-mbsmodulecolor, #0065bd)}.dark .mbs-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .mbs-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.light .white-module-color{background-color:#002395;background-color:var(--theme-light-whitemodulecolor, #002395)}.dark .white-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .white-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.light .pyramid-module-color{background-color:#000;background-color:var(--theme-light-pyramidmodulecolor, #000)}.dark .pyramid-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .pyramid-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.light .eventflow-module-color{background-color:#2d9e45;background-color:var(--theme-light-eventflow-green, #2d9e45)}.dark .eventflow-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .eventflow-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.light .default-module-color{background-color:#00b2a9;background-color:var(--theme-light-accentcolor5, #00b2a9)}.dark .default-module-color{color:#333;color:var(--theme-dark-textlight, #333)}.light .default-module-color{color:#fff;color:var(--theme-light-textlight, #fff)}.dark .unselected-module-color{background-color:#333;background-color:var(--theme-dark-backgroundlight, #333)}.light .unselected-module-color{background-color:#fff;background-color:var(--theme-light-backgroundlight, #fff)}.light .unselected-module-color{color:#e0e1dd;color:var(--theme-light-backgrounddisabled, #e0e1dd)}.dark .light-text{color:#333;color:var(--theme-dark-textlight, #333)}.light .light-text{color:#fff;color:var(--theme-light-textlight, #fff)}.light .background-light-green{background-color:#d0fbe2;background-color:var(--theme-light-hoverlightpositive, #d0fbe2)}.light .background-light-red{background-color:#f3d6c0;background-color:var(--theme-light-hoverlightnegative, #f3d6c0)}.light .background-light-orange{background-color:#ffe9c4;background-color:var(--theme-light-warningbackground, #ffe9c4)}.light .background-light-blue{background-color:#d1e9ff;background-color:var(--theme-light-backgroundpositiveaccent, #d1e9ff)}.admin-logo{height:52px;font-family:Agrandir Grand Heavy;font-size:28px}.dark .admin-logo{color:#333;color:var(--theme-dark-textlight, #333)}.light .admin-logo{color:#fff;color:var(--theme-light-textlight, #fff)}.text-center{text-align:center}.flex-row{width:100%;display:flex;flex-flow:row}.flex-column{width:100%;display:flex;flex-flow:column}.flex-align-vertical{display:flex;align-items:center}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;font-display:block;src:url(/assets/material-icons-kAwBdRge.woff2) format("woff2"),url(/assets/material-icons-Dr0goTwe.woff) format("woff")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Outlined;font-style:normal;font-weight:400;font-display:block;src:url(/assets/material-icons-outlined-DZhiGvEA.woff2) format("woff2"),url(/assets/material-icons-outlined-BpWbwl2n.woff) format("woff")}.material-icons-outlined{font-family:Material Icons Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Round;font-style:normal;font-weight:400;font-display:block;src:url(/assets/material-icons-round-DrirKXBx.woff2) format("woff2"),url(/assets/material-icons-round-BDlwx-sv.woff) format("woff")}.material-icons-round{font-family:Material Icons Round;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Sharp;font-style:normal;font-weight:400;font-display:block;src:url(/assets/material-icons-sharp-gidztirS.woff2) format("woff2"),url(/assets/material-icons-sharp-CH1KkVu7.woff) format("woff")}.material-icons-sharp{font-family:Material Icons Sharp;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Two Tone;font-style:normal;font-weight:400;font-display:block;src:url(/assets/material-icons-two-tone-DuNIpaEj.woff2) format("woff2"),url(/assets/material-icons-two-tone-B7wz7mED.woff) format("woff")}.material-icons-two-tone{font-family:Material Icons Two Tone;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}
