.card{border-radius:2px;margin:5px;width:250px}.card-container{background:#fff;padding:0 10px;box-shadow:0 4px 6px hsla(0,0%,52.5%,.6);border:1px solid #ddd}.card-container>h3{margin-bottom:-.4em!important;font-size:1em;font-weight:500;color:#4e4e4e}.card-container>p{margin-bottom:.5em;font-size:.9em;font-weight:300}.card-container>div{display:flex;justify-content:space-between;margin-bottom:-15px;align-items:center}.card-container>div>p{color:#666;font-size:.9em;font-weight:300}.card-container--gutter{padding:20px;border-radius:5px}.schedule-card{border-radius:2px;margin:5px;width:250px}.schedule-card-container{background:#fff;padding:0 10px;box-shadow:0 4px 6px hsla(0,0%,52.5%,.6);border:1px solid #ddd;width:605px;display:grid;grid-template-columns:20px 45px 1fr .5fr 50px 5px;grid-gap:5px;gap:5px;align-items:center;margin-top:-10px}.schedule-card-container>h3{margin-bottom:-.6em!important;font-size:.95em;font-weight:500;color:#4e4e4e}.schedule-card-container>p{margin-bottom:.5em;font-size:.85em;font-weight:300;margin-top:5px}.schedule-card-container>div{display:flex;justify-content:center;margin-bottom:-10px;margin-top:4px;align-items:center}.schedule-card-container>div>p{color:#666;font-size:.9em;font-weight:300;margin-top:-4px}.schedule-card-container>div>span>p{font-size:.93em}.schedule-card-container--gutter{padding:20px;border-radius:5px}.multi_card{border-radius:2px;border:1px solid #ddd;padding:.5em}.multi_card-container{background:#fff;padding:20px;box-shadow:0 4px 6px hsla(0,0%,52.5%,.6)}.multi_card-container--gutter{padding:20px;border-radius:5px}.button{border-radius:5px;color:#ededed;height:40px;font-size:15.5px;cursor:pointer;outline:none;border:0}.button:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.button:disabled{opacity:.4}.button--lg{width:100%}.button--sm{width:30%}@media (max-width:46.24em){.button--sm{width:80%}}.button--blue{background:#4b59ff}.button--straight{border-radius:1px}.button--black{background:#222}.button--primary{background:#a33}.button--transparent{background:none;border:none}.input-container{width:100%;display:flex;justify-content:space-between;grid-gap:1em;gap:1em}.input-container__sub>small{font-size:.75em}.input-container>input,.input-container__sub>input{width:unset;border-radius:5px;margin:.9em 0;border:1px solid #ddd;outline:none;padding:3px 10px}.input--small{height:25px}.input-invalid{border:1px solid #b44}input[type=checkbox]{width:inherit;border-radius:5px;height:40px;margin-top:15px;margin-bottom:15px;background:#fff!important;font-size:13.5px;outline:none;border:1px solid #eee;padding:3px 10px}.select-container{width:100%;display:flex;justify-content:center}.select--small{height:25px}select{width:inherit;border-radius:5px;height:40px;margin-top:5px;margin-bottom:5px;background:#fff!important;font-size:13.5px;outline:none;border:1px solid #eee;padding:3px 10px;cursor:pointer}.react-select-time__control{width:80px}.image{height:auto}.image--logo-auth{margin-bottom:30px}.loader{position:fixed;top:0;bottom:0;left:0;right:0}.loader__icon{z-index:1000;height:100%;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,58.8%,.5)}.loader__icon svg{z-index:1000}.toast-container{width:500px;height:71px;display:flex;box-shadow:0 3px 6px rgba(0,0,0,.16);background-color:#fff;border-radius:5px;position:fixed;bottom:0;left:50%;opacity:0;pointer-events:none;transform:translateX(-50%) translateY(-20px);transition:all .2s ease-in-out;z-index:9999999}.toast-container#show{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(-80px)}.toast-container>*{display:flex;justify-content:center;align-items:center}.toast-container .fa{color:#fff}.toast-action-block,.toast-icon-block{padding:20px 25px}.toast-icon-block{border-top-left-radius:inherit;border-bottom-left-radius:inherit}[data-toast-type=success]{background-color:#36b37e}[data-toast-type=failure]{background-color:#ff5151}.toast-message-block{flex:1 1;margin:0 15px}.toast-message-block .toast-message{font-size:18px;line-height:1.5}.toast-message-block .toast-message:first-letter{text-transform:uppercase}.toast-action-block{cursor:pointer;transition:.2s ease-in-out}.toast-action-block:hover{background-color:#eee}.accordion{margin:2em auto;border:1px solid #ddd;background-color:#fff;box-shadow:0 2px 6px #e9ebee;border-radius:5px}.accordion>h3{text-align:center}.accordion-title{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer;background-color:#fff;font-size:1.3em;border-bottom:1px solid #ddd;align-items:center}.accordion-title--actions{font-size:1em;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:3em;-webkit-column-gap:3em;column-gap:3em}.accordion-title:hover{background-color:#f5f5f5}.accordion-content,.accordion-title{padding:1em}.accordion-content{background-color:#f5f5f5;display:grid;grid-template-columns:repeat(7,minmax(100px,auto));grid-gap:10px;gap:10px;transition:all .3s ease-in-out}.accordion-content>span{border:1px solid #ab3333;padding:5px 10px;border-radius:20px;cursor:pointer;color:#ab3333}.accordion-content>span i{float:right}.accordion-content>p{font-size:1.2em;text-align:center}.filters-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-template-rows:auto;grid-gap:10px;justify-items:stretch;margin-left:-2em}.filter-single:last-child{margin:0 7px}.filter-single__label{font-size:.9em}.search-container{display:flex;width:15px;padding:5px;border:1px solid #bfbfbf;transition:width .2s;overflow:hidden;border-radius:5px;background-color:#fff;margin-bottom:.8em;margin-left:-1.5em}.search-container:hover{width:unset;padding:10px}.search-container .search-icon-btn{color:#bfbfbf;font-size:12px}.hide{display:none}.schedule-list-wrapper-height120{margin-top:16px;display:flex;height:120px;background-color:#ddd;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:0;margin-bottom:60px}.queue-name{height:20px}.clear{clear:both}.cursor-pointer{cursor:pointer;margin-left:0;position:absolute;margin-top:-40px}.position-relative{position:relative}.margin-right-20{margin-right:20px}.schedule-item-header{margin:0 3px}.buffer-item{width:640px;margin:10px 5px;background-color:#fff;border-radius:3px;padding:8px 10px;box-shadow:0 4px 6px #999;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.buffer-item__content{width:260px}.buffer-item-header{line-height:36px;font-size:13.5px;font-weight:700;display:flex;align-items:center;justify-content:space-between;margin:0 3px}.buffer-item-header>span{margin-bottom:-1em!important}.pop{background-color:#1f1f1f;padding:.7em;border:1px solid #1f1f1f;z-index:999999;position:relative;float:right;font:600 1em Arial,Helvetica,sans-serif;color:#fff;box-shadow:0 4px 6px hsla(0,0%,52.5%,.6);cursor:pointer;letter-spacing:1.5px}.scroll-x{overflow-x:scroll}.row-repeat0,.row-repeat1,.row-repeat2,.row-repeat3,.row-repeat4,.row-repeat5,.row-repeat6,.row-repeat7{min-height:50px}.marginBottomScheduleList{margin-bottom:30px}.height120{height:120px}.schedule-list-wrapper{display:flex;height:auto;background-color:#ddd;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:0;margin-top:0;padding-top:0}.schedule-item{width:640px;margin:10px 5px;background-color:#fff;border-radius:3px;padding:8px 10px;box-shadow:0 4px 6px #999;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.schedule-item__content{width:260px}.schedule-item-header{line-height:36px;font-size:13.5px;font-weight:400;display:flex;align-items:center;justify-content:space-between;margin:20px 10px}.schedule-item-header>span{margin-bottom:-1em!important}.inactivepop{background-color:#1f1f1f;padding:.7em;border:1px solid #1f1f1f;z-index:999999;position:relative;float:right;margin-top:0;font:600 1em Arial,Helvetica,sans-serif;color:#fff;box-shadow:0 4px 6px hsla(0,0%,52.5%,.6);cursor:pointer;letter-spacing:1.5px}.schedule-item__multi-content-card{background-color:#ddd!important}.schedule-item__content-card,.schedule-item__multi-content-card{margin-top:15px;margin-bottom:15px;cursor:pointer}.DateInput_input__focused,.SingleDatePickerInput__withBorder{width:300px!important}.schedules-wrapper{margin:0 8em}@media (max-width:46.24em){.schedules-wrapper{width:90%}}.filters-wrapper_{display:flex;align-items:center;justify-content:flex-end}.filters-wrapper_>p{margin-right:3em}.filters-wrapper_>input{margin-right:2em;width:250px;border:1px solid #dbdbdb;height:35px;border-radius:3px;font-size:1.1em;-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px}.filter-single{margin:2px 5px}.filter-single__label{color:#999;margin-bottom:.5em}.search-container_{display:flex;width:15px;padding:5px;border:1px solid #bfbfbf;transition:width .2s;overflow:hidden;border-radius:5px;background-color:#fff;margin-bottom:.8em;margin-right:1.8em}.search-container_:hover{width:unset;padding:10px}.search-container_ .search-icon-btn{color:#bfbfbf;font-size:12px}.expand{width:unset;padding:10px}.search-input{flex:1 1;display:flex}.search-input>input{flex:1 1;background-color:transparent;box-shadow:none;border:0;padding:0;outline:0;margin-left:4px}.container{justify-content:center;grid-template-columns:repeat(2,minmax(500px,1fr));margin:0 3em;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.container,.container .item{align-items:center;display:grid}.container .item{background:#fff;box-shadow:0 4px 6px rgba(45,44,44,.4);border-radius:5px;margin-bottom:.75em;font-size:.95em;grid-template-columns:50px 2fr 1fr 40px 20px 30px;grid-gap:5px;padding:0 10px}.container .item>p{margin-bottom:2px;margin-top:10px;display:flex;flex-direction:column;text-align:start}.container .pop_{background-color:#656363;padding:.7em;border:1px solid #656363;z-index:999999;position:relative;float:right;font:600 1em Arial,Helvetica,sans-serif;color:#fff;box-shadow:0 4px 6px hsla(0,0%,52.5%,.6);cursor:pointer;letter-spacing:1.5px;margin-top:-1.8em;margin-right:1.5em}.page-title{font-size:24px;color:#111}@media (max-width:61.24em){.ReactModal__Content{left:42%!important;width:65%!important}}.schedule-button-container{margin-top:48px;display:flex;justify-content:space-around}.schedule-button-container>.black-text{color:#000!important}.schedule-container{font-size:18px}.schedule-dates__title{margin-right:5px}.schedule-dates__content{display:inline}.schedule-dates__content .DateRangePicker{border:1px solid #bfbfbf;border-radius:5px}.schedule-teams{display:grid;margin-top:24px;grid-template-columns:repeat(3,minmax(100px,1fr));grid-gap:20px}@media (max-width:46.24em){.schedule-teams{flex-direction:column}}.schedule-teams--single{margin-bottom:2.5em}.schedule-teams--single__name{display:flex;margin-bottom:10px}@media (max-width:46.24em){.schedule-teams--single__name{margin:6px}}.schedule-teams--single__value{display:inline-block;max-width:100px;max-height:20px}.table-container{display:grid;justify-content:center;margin-top:24px;white-space:nowrap}@media (min-width:46.25em){.table-container{margin-top:48px;margin-left:-2em}}.table-row{display:table-row}.table-row:hover{background-color:#ccc}.planner-row{background-color:#fff;padding:1em 2em;margin-bottom:1em;box-shadow:0 4px 6px hsla(0,0%,52.9%,.5);border-radius:5px;width:100%;border:1px solid #999}.planner-row .item{display:flex;justify-content:space-between;align-items:center}.planner-row .line{border:.5px solid #999;height:50px}.planner-row .icon>.fa{color:grey;font-size:20px}.planner-row .icon>.fa:first-child{margin:0 .5em}.planner-row .icon>.fa:last-child:checked{color:red}.table-cell{display:table-cell;border:1px solid;padding:12px}@media (min-width:46.25em){.table-cell{padding:12px 24px;font-size:18.5px}}@media (min-width:46.25em){.table-cell--allocations{padding:12px}}.table-cell--allocations__single{margin:6px}.schedule-delete:checked,.schedule-delete:hover{color:#a33}.allocation-name{font-size:13.5px;color:#999;margin-bottom:5px}.allocation-time{font-weight:700}.add-schedule-button{margin-top:48px;display:flex;justify-content:center}.add-slot{margin-top:-1em;margin-bottom:2em}.planner-container{text-align:center}.dashboard-container>.page-title{text-align:center;margin-top:4em}.dashboard{width:100%;display:grid;grid-template-columns:2fr 1fr .2fr;margin:3em 8em}.dashboard__box{background-color:#fff;box-shadow:0 2px 4px 0 #e9ebee;border:1px solid #ddd;padding:1em 2em;border-radius:5px;margin-right:2em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:2em}.dashboard__box>h4{text-align:center;font-size:1.5em;line-height:2}.dashboard__box--filter{margin-bottom:1em;display:grid;grid-template-columns:.45fr 1.5fr 1fr;align-items:center}.dashboard__box--filter>p{font-size:1.2em}.dashboard__box--filter-date{padding:2em;border-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0}.dashboard__box--filter-queue{padding:2em;border-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0}.dashboard__box--filter-queue>select{width:250px;border:1px solid #dbdbdb;height:48px;border-radius:3px;font-size:1.3em}.dashboard__box--approved{display:flex;align-items:center;justify-content:space-between}.dashboard__box--approved>p{width:100px;font-weight:bolder;letter-spacing:1px;font-size:1.2em}.dashboard__box--approved-hour,.dashboard__box--approved-item,.dashboard__box--approved-service{border:1px solid #829ce9;width:140px;background-color:#e6e9f2;border-radius:5px;padding:0 1em;box-shadow:0 2px 6px 0 #cbd4f1;margin-bottom:2em}.dashboard__box--approved-hour>p,.dashboard__box--approved-item>p,.dashboard__box--approved-service>p{font-size:1.1em;letter-spacing:2px;margin-bottom:-1em}.dashboard__box--approved-hour>h3,.dashboard__box--approved-item>h3,.dashboard__box--approved-service>h3{font-size:2em;margin-bottom:.5em}.dashboard__box--approved-download{font-size:2em;cursor:pointer}.dashboard__box--completed{display:flex;align-items:center;justify-content:space-between}.dashboard__box--completed>p{width:100px;font-weight:bolder;letter-spacing:1px;font-size:1.2em}.dashboard__box--completed-hour,.dashboard__box--completed-item,.dashboard__box--completed-service{border:1px solid #16a88e;width:140px;background-color:#8ce7d7;border-radius:5px;padding:0 1em;box-shadow:0 2px 6px 0 #8ef1df;margin-bottom:2em}.dashboard__box--completed-hour>p,.dashboard__box--completed-item>p,.dashboard__box--completed-service>p{font-size:1.1em;letter-spacing:2px;margin-bottom:-1em}.dashboard__box--completed-hour>h3,.dashboard__box--completed-item>h3,.dashboard__box--completed-service>h3{font-size:2em;margin-bottom:.5em}.dashboard__box--completed-download{font-size:2em;cursor:pointer}.dashboard__box--progress{display:flex;align-items:center;justify-content:space-between}.dashboard__box--progress>p{width:100px;font-weight:bolder;letter-spacing:1px;font-size:1.2em}.dashboard__box--progress-hour,.dashboard__box--progress-item,.dashboard__box--progress-service{border:1px solid #f3ae69;width:140px;background-color:#fde0c6;border-radius:5px;padding:0 1em;box-shadow:0 2px 6px 0 #f1d1b0;margin-bottom:2em}.dashboard__box--progress-hour>p,.dashboard__box--progress-item>p,.dashboard__box--progress-service>p{font-size:1.1em;letter-spacing:2px;margin-bottom:-1em}.dashboard__box--progress-hour>h3,.dashboard__box--progress-item>h3,.dashboard__box--progress-service>h3{font-size:2em;margin-bottom:.5em}.dashboard__box--progress-download{font-size:2em;cursor:pointer}.dashboard__graph{display:flex;flex-direction:column}.dashboard__graph>h4{text-align:center;font-size:1.5em;line-height:2}.dashboard__graph-bottom,.dashboard__graph-top{background-color:#fff;box-shadow:0 2px 4px 0 #e9ebee;border:1px solid #ddd;padding:1em;border-radius:5px;margin-right:3em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:2em}.dashboard__graph-bottom-top,.dashboard__graph-top-top{display:flex;justify-content:space-around;align-items:center}.dashboard__graph-bottom>h3,.dashboard__graph-top>h3{text-align:center;font-size:1.5em}.dashboard__graph-bottom>h4,.dashboard__graph-top>h4{text-align:center;font-size:1.5em;line-height:2}.dashboard__graph-bottom--date,.dashboard__graph-top--date{display:flex;justify-content:space-between;margin:2em 0}.dashboard__graph-bottom--date>input,.dashboard__graph-top--date>input{border:1px solid #dbdbdb;border-radius:5px}.category-container{text-align:center}.title{font-size:1.5em;color:#4e4e4e}.add-new{width:inherit;border-radius:5px;height:40px;margin-top:15px;margin-bottom:15px;background:#fff!important;font-size:13.5px;outline:none;border:1px solid #eee;padding:3px 10px}.add{background-color:#4e4e4e;width:auto;float:right;margin-top:-3.5em;margin-right:15em;color:#fff;padding:.6em;font:400 1em Arial,Helvetica,sans-serif;border-radius:5px;letter-spacing:2px;text-transform:uppercase;cursor:pointer}.category{display:grid;justify-content:space-around;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:5em;margin:0 15em 3em}.category p{color:#000;font-size:1.2em}.category .category__select{width:70%;display:flex;align-items:center;justify-content:space-between;margin-top:-15em}.category .category__select>select{border:1px solid #bfbfbf;outline:none}.category .category__checkbox{display:grid;background-color:#fff;max-height:300px;overflow-y:scroll;border-radius:5px;box-shadow:0 2px 6px #999}.category .category__checkbox .category__checkbox-content{display:flex;align-items:center;justify-content:flex-start;margin:0 1em}.category .category__checkbox .category__checkbox-content>input{height:auto}.category .category__checkbox .category__checkbox-content>label{margin-left:5px}.buttons__container{display:grid;justify-content:center;grid-template-columns:repeat(2,110px);grid-gap:2.5em}.buttons__container>.buttons__container-save{background-color:#b44;letter-spacing:3px;padding:.6em}.buttons__container>.buttons__container-cancel,.buttons__container>.buttons__container-save{color:#fff;text-transform:uppercase;font-size:1.1em;border-radius:4px;font-weight:200;cursor:pointer;width:100%;outline:none;border:0}.buttons__container>.buttons__container-cancel{background-color:#111;letter-spacing:2px}.buttons__container:disabled{opacity:.3}.tooltip{position:relative;display:flex;justify-content:space-between}.tooltip .tooltiptext{visibility:hidden;min-width:70px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:90%;flex-direction:column;left:60%;margin-left:-35px;opacity:0;transition:opacity .3s;font-size:.8em;letter-spacing:1px}.tooltip .tooltiptext>p{color:#fff;font-size:.6em}.tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#555}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.title{text-align:center}.users_container{border:1px solid #ddd;margin:0 10em;background-color:#fff;box-shadow:0 2px 6px #e9ebee;border-radius:5px;padding:3em}.users_container>p{display:flex;justify-content:center;padding:1em;font-size:2em}.users_container .button_container{display:flex;justify-content:flex-end;padding-top:0;padding-bottom:2em}.users_container .button_container>button{background-color:#4e4e4e;width:auto;color:#fff;padding:.6em;font:400 1em Arial,Helvetica,sans-serif;border-radius:5px;letter-spacing:2px;text-transform:uppercase;outline:none;cursor:pointer;border:0}.users_container #users{border-collapse:collapse;width:100%;box-shadow:0 4px 6px rgba(78,78,78,.25)}.users_container #users td,.users_container #users th{border:1px solid #ddd;padding:1.5em;font-size:16px}.users_container #users td>i,.users_container #users th>i{display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;color:#a33}.users_container #users tr:nth-child(2n){background-color:#f4f4f4}.users_container #users tr:hover{background-color:#f5f5f5}.users_container #users th{padding:1.5em;text-align:left;background-color:#fff;color:#4e4e4e;font-size:1.2em;letter-spacing:1.5px;font-weight:700}.wrapper{border-radius:5px;padding:3em;margin:0 8em}.wrapper>button{display:flex;align-items:center;justify-content:center;margin-left:auto;width:250px}.wrapper>h4{text-align:center;font-size:1.3em}.permissions{margin:3em 4.5em}.permissions_tab{display:grid;grid-template-columns:100px 200px;align-items:center;font-size:1.2em;letter-spacing:1.3px;margin:0 4em}.permissions_tab>.active{font-size:1.35em;font-weight:700;color:#ab3333}.permissions_tab>.active:after{content:"";width:70%;height:2px;margin:0 auto;display:block;background:#ab3333}.role__button{display:flex;justify-content:flex-end;margin-right:6em}.role__button>button{background-color:#ab3333;color:#fff;outline:0;border:none;padding:.5em;font-size:1.3em;cursor:pointer}.role__container{background-color:#fff;border:1px solid #e9ebee;margin:3em 6em;padding:1em}.role__item{display:flex;margin:.5em 2em;font-size:1.3em;border-bottom:1px solid #c99898}.role__item:last-child{border-bottom:0}div.permission_list{overflow:scroll;flex-grow:1;width:100%}div.permission_list>table{background-color:#fff;margin:3em 0;width:100%;overflow:scroll;box-shadow:0 2px 6px rgba(0,0,0,.4);border-radius:5px}div.permission_list>table>thead>tr:first-child{z-index:3;left:0;top:0}div.permission_list>table>thead>tr>th{position:-webkit-sticky;position:sticky;z-index:2;top:0}div.permission_list>table>thead>tr td{text-align:center}div.permission_list>table tbody tr>:first-child{position:-webkit-sticky;position:sticky;z-index:1;left:0}.login-container{background:#efefef;display:flex;align-items:center;justify-content:center;height:100vh;flex-direction:column}.login-container>img{width:250px;margin-bottom:1em}.login-form{width:500px}@media (max-width:767px){.login-form{width:100%;padding-left:30px;padding-right:30px}}.error-container{display:flex;justify-content:flex-end;color:#b44;margin-bottom:-10px;margin-top:10px}.error-container svg{fill:#b44;margin-right:5px;margin-top:15px}.error-msg{margin-left:5px}.skip{display:flex;align-items:center;justify-content:center;margin:1em 0;font-size:1.3em;cursor:pointer}.header{position:fixed;z-index:9999;top:0;width:100%;background:#fff;max-height:50px;padding:12px;display:flex;justify-content:space-around;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:margin-left .3s ease-in-out 0s}@media (max-width:46.24em){.header{max-height:50px}}.header-logo{max-height:inherit;display:flex;align-items:center}.header-logo img{max-height:30px;max-width:50px}@media (min-width:46.25em){.header-logo img{max-height:25px;max-width:90px}}.header-profile{display:flex;align-content:flex-end;align-items:center;cursor:pointer}.header-profile img{max-height:30px}.header-profile__name{padding:6px}.header-nav{display:flex;font-size:1.2vw}.header-nav__links{display:flex;align-items:center}.header-nav__link{margin:-7px 14px;padding:0 4px;font-family:Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:3px}.header-nav__link a{text-decoration:none;color:#4e4e4e;font-size:.95em}.header-nav__link:hover .dropdown-content{display:block}.dropdown-content{background:#f9f9f9;padding:1em;position:absolute;min-width:50px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;font-size:.95em;display:none;top:3.7em}.dropdown-content a:not(:last-child){display:block;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 0;margin-top:-1em}.nav-link--active{color:#a33!important}.popOutDropDown{position:absolute;top:4em}.popOut{background-color:#fff;padding:.8em;border:1px solid #eee;z-index:999999;font:400 .9em Arial,Helvetica,sans-serif;box-shadow:0 4px 6px hsla(0,0%,52.5%,.6);cursor:pointer;letter-spacing:1.5px}.popOut a:-webkit-any-link{text-decoration:none;color:inherit}.DateRangePickerInput_1{border-radius:5px!important}.date-range .DateInput_input{font-size:.9rem}.date-range .DateInput{max-width:100px;line-height:10px}.DateRangePickerInput__withBorder{width:auto;white-space:nowrap}.DateInput_input{box-sizing:border-box}.DateRangePicker_picker{top:47px!important}.date-range .DateRangePickerInput_arrow_svg{height:22px;width:24px;margin-top:-5px}body,html{background:#f5f5f5;padding:0;margin:0;color:#4e4e4e;width:100%;position:relative;font-size:13.5px;height:100vh;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.main{max-width:100%}.global-content{margin-top:100px;height:100vh}@media (min-width:46.25em){.global-content{margin-top:70px}}.inline-block{display:inline-block}.text-center{text-align:center}.bold{font-weight:700}.large-text{font-size:24px}.semi-large-text{font-size:18px}.smallest-text{font-size:13.5px}.clickable{cursor:pointer}.mg-btm-4{margin-bottom:4px}.mg-btm-10{margin-bottom:10px}.mg-top-30{margin-top:20px}button:disabled{opacity:.5!important;cursor:not-allowed}.pointer{cursor:pointer}