#dashboardContainer{width:100%;height:100vh;min-height:100vh;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width: 1024px){#dashboardContainer{background-color:#f2f2ff}}#dashboardContainer ::-webkit-scrollbar{width:3px}#dashboardContainer ::-webkit-scrollbar-thumb{background-color:#ebedf3}#dashboardContainer #headerSection{position:fixed;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;padding-top:.75rem;padding-bottom:.75rem;-webkit-box-shadow:0px 9px 15px -12px rgba(2,3,58,0.17);box-shadow:0px 9px 15px -12px rgba(2,3,58,0.17)}@media (min-width: 1024px){#dashboardContainer #headerSection{display:none}}#dashboardContainer #headerSection #menuIcon{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:1rem;-webkit-transition:all 0.3s;transition:all 0.3s;z-index:1}@media (min-width: 568px){#dashboardContainer #headerSection #menuIcon{width:45px}}@media (min-width: 1024px){#dashboardContainer #headerSection #menuIcon{display:none}}#dashboardContainer #headerSection #menuIcon .menuIconBar{border-radius:20px;width:100%;height:2px;margin:4px 0;border-radius:1rem;background-color:#242323;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all 0.5s;transition:all 0.5s}#dashboardContainer #headerSection #menuIcon .menuBarOne{-webkit-transform:none;transform:none;width:100%}#dashboardContainer #headerSection #menuIcon .menuBarOneIntro{-webkit-transform:rotate(45deg) translate(0px, 4px);transform:rotate(45deg) translate(0px, 4px);margin:0 !important;width:100%}@media (min-width: 568px){#dashboardContainer #headerSection #menuIcon .menuBarOneIntro{-webkit-transform:rotate(45deg) translate(0px, 5px);transform:rotate(45deg) translate(0px, 5px)}}#dashboardContainer #headerSection #menuIcon .menuBarCenter{opacity:1;-webkit-transform:none;transform:none;-webkit-transition:-webkit-transform 0.1s opacity 0.2s !important;transition:-webkit-transform 0.1s opacity 0.2s !important;transition:transform 0.1s opacity 0.2s !important;transition:transform 0.1s opacity 0.2s, -webkit-transform 0.1s opacity 0.2s !important}#dashboardContainer #headerSection #menuIcon .menuBarCenterIntro{opacity:0 !important;-webkit-transform:translateX(10px);transform:translateX(10px)}#dashboardContainer #headerSection #menuIcon .menuBarTwo{-webkit-transform:none;transform:none}#dashboardContainer #headerSection #menuIcon .menuBarTwoIntro{-webkit-transform:rotate(-45deg) translate(-2px, -2px);transform:rotate(-45deg) translate(-2px, -2px);margin:0 !important;width:100%}@media (min-width: 568px){#dashboardContainer #headerSection #menuIcon .menuBarTwoIntro{-webkit-transform:rotate(-45deg) translate(-3px, -2px);transform:rotate(-45deg) translate(-3px, -2px)}}#dashboardContainer #headerSection #logoDiv{display:inline-block;width:10rem}#dashboardContainer #headerSection .logout{margin-left:auto;color:#f9b406;font-size:.9rem;font-weight:600}#dashboardContainer .dashboardMenuIntro{background-color:#fff !important;-webkit-transform:none !important;transform:none !important}#dashboardContainer .dashboardMenuIntro #logoDiv{padding:2rem !important}#dashboardContainer .dashboardMenuIntro #logoDiv .mainLogo{display:inline-block !important}#dashboardContainer .dashboardMenuIntro #logoDiv .logoIcon{display:none !important}#dashboardContainer .dashboardMenuIntro #menuDiv{height:80vh;overflow-y:auto}#dashboardContainer .dashboardMenuIntro #menuDiv::-webkit-scrollbar{width:3px;height:1px}#dashboardContainer .dashboardMenuIntro #menuDiv::-webkit-scrollbar-thumb{background:#909294}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList:hover{background-color:#f9b406;border-radius:0.3rem}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList:hover span{color:#f9b406}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink{padding:0.5rem 1rem !important}@media (min-width: 320px){#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink{padding:0.5rem 1.5rem !important}}@media (min-width: 1280px){#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink{padding:0.5rem 2rem !important}}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink .iconDiv{background-color:#fff !important}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink span{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .subMenu{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#dashboardContainer #dashboardMenu{position:fixed;left:0;top:0;width:210px;z-index:300;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0px 1px 22px 4px rgba(25,107,114,0.03);box-shadow:0px 1px 22px 4px rgba(25,107,114,0.03);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;overflow:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media (min-width: 1024px){#dashboardContainer #dashboardMenu{position:relative;width:60px;-webkit-transform:none;transform:none}}@media (min-width: 1280px){#dashboardContainer #dashboardMenu{width:210px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}#dashboardContainer #dashboardMenu:hover{width:210px;background-color:#fff !important}#dashboardContainer #dashboardMenu:hover #logoDiv{padding:2rem !important}#dashboardContainer #dashboardMenu:hover #logoDiv .mainLogo{display:inline-block !important}#dashboardContainer #dashboardMenu:hover #logoDiv .logoIcon{display:none !important}#dashboardContainer #dashboardMenu:hover #menu .menuList:hover{background-color:#fff;border-left:5px solid #f9b406}@media (min-width: 1024px){#dashboardContainer #dashboardMenu:hover #menu .menuList:hover{border-radius:0}}#dashboardContainer #dashboardMenu:hover #menu .menuList:hover span{color:#f9b406}#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink{padding:0.5rem 1rem !important}@media (min-width: 320px){#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink{padding:0.5rem 1.5rem !important}}@media (min-width: 1280px){#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink{padding:0.5rem 2rem !important}}#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink .iconDiv{background-color:#fff !important;padding:0.25rem !important;width:25px !important;min-width:25px !important;height:25px !important}#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink span{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#dashboardContainer #dashboardMenu:hover #menu .menuList .subMenu{width:auto;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#dashboardContainer #dashboardMenu:hover .menuFooter{display:block !important}#dashboardContainer #dashboardMenu #logoDiv{display:none;padding:2rem 1rem}@media (min-width: 1024px){#dashboardContainer #dashboardMenu #logoDiv{display:block}}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #logoDiv{padding:2rem !important}}#dashboardContainer #dashboardMenu #logoDiv .mainLogo{display:none;width:8rem}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #logoDiv .mainLogo{width:9rem;display:inline-block !important}}#dashboardContainer #dashboardMenu #logoDiv .logoIcon{width:30px;display:inline-block}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #logoDiv .logoIcon{display:none !important}}#dashboardContainer #dashboardMenu #menuDiv{padding-top:4rem}@media (min-width: 1024px){#dashboardContainer #dashboardMenu #menuDiv{padding-top:0}}#dashboardContainer #dashboardMenu #menu{margin-top:2rem}#dashboardContainer #dashboardMenu #menu .menuList{border-left:5px solid transparent;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList:hover .menuLink{border-radius:0}}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList:hover .menuLink span{color:#f9b406}}#dashboardContainer #dashboardMenu #menu .menuList .menuLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.5rem 1rem;border-bottom:1px solid transparent}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList .menuLink{border-bottom:1px solid #ebedf3;padding:0.5rem 2rem !important}}#dashboardContainer #dashboardMenu #menu .menuList .menuLink .iconDiv{width:30px;min-width:30px;height:30px;display:inline-block;background-color:#fff;padding:0.5rem;border-radius:0.3rem;-webkit-transition:all 0.3s;transition:all 0.3s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList .menuLink .iconDiv{width:25px !important;min-width:25px !important;height:25px !important;padding:0.25rem !important;background-color:#fff !important}}#dashboardContainer #dashboardMenu #menu .menuList .menuLink span{display:none;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0.5rem;color:#101011;font-size:.8rem;font-weight:600}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList .menuLink span{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}#dashboardContainer #dashboardMenu #menu .menuList .menuLink span img{width:8px;margin-left:auto}#dashboardContainer #dashboardMenu #menu .menuList .subMenuIntro{height:auto !important}#dashboardContainer #dashboardMenu #menu .menuList .subMenu{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:0;width:auto;overflow:hidden;background-color:#f8f8f9;-webkit-transition:all 0.3s;transition:all 0.3s;-webkit-animation-delay:0.6s;animation-delay:0.6s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@media (min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList .subMenu{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}#dashboardContainer #dashboardMenu #menu .menuList .subMenu a{color:#242323;font-size:.8rem;font-weight:500;padding:0.75rem 2rem;-webkit-transition:all 0.3s;transition:all 0.3s}#dashboardContainer #dashboardMenu #menu .menuList .subMenu a:hover{background-color:#f8f8f9;color:#040f4e}#dashboardContainer #dashboardMenu .menuFooter{margin-top:auto;padding:2rem;display:none}@media (min-width: 1280px){#dashboardContainer #dashboardMenu .menuFooter{display:block}}#dashboardContainer #dashboardMenu .menuFooter .name{color:#101011;font-size:.9rem;font-weight:600;margin:0}#dashboardContainer #dashboardMenu .menuFooter .footerMenuListDiv{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#dashboardContainer #dashboardMenu .menuFooter .footerMenuListDiv .footerMenuList{color:#040f4e;font-size:.8rem;font-weight:600;-webkit-transition:all 0.3s;transition:all 0.3s}#dashboardContainer #dashboardMenu .menuFooter .footerMenuListDiv .footerMenuList:hover{color:#f9b406}#dashboardContainer #dashboardMenu .menuFooter .footerMenuListDiv span{margin:0 .5rem;width:1px;height:15px;background-color:#b2bbd2}#dashboardContainer #mobNavSection{position:fixed;bottom:0;left:0;z-index:998;padding:0}@media (min-width: 1024px){#dashboardContainer #mobNavSection{display:none}}#dashboardContainer #mobNavSection #mobNav{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;background-color:#040f4e;border-radius:1rem 1rem 0 0;padding:0.75rem 1rem}#dashboardContainer #mobNavSection #mobNav .navList{text-align:center}#dashboardContainer #mobNavSection #mobNav .navList img{width:18px;margin:0 auto}#dashboardContainer #mobNavSection #mobNav .navList span{display:block;margin-top:.5rem;color:#ebedf3;font-size:.8rem;font-weight:300}#dashboardContainer #dashboardUserIDSection{position:absolute;top:1rem;right:2rem;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1024px){#dashboardContainer #dashboardUserIDSection{top:2rem;right:2rem}}#dashboardContainer #dashboardUserIDSection span{font-weight:600}#dashboardContainer #dashboardUserIDSection a{margin-left:0.5rem;padding-left:0.5rem;border-left:1px solid #ebedf3;color:#f9b406;-webkit-transition:all 0.3s;transition:all 0.3s}#dashboardContainer #dashboardUserIDSection a:hover{color:#141414}#dashboardContainer .dashboardHeaderIntro .innerSection{padding-left:210px !important}#dashboardContainer .dashboardHeader{position:fixed;top:0;right:0;z-index:99;width:100%;background-color:#fff;border-bottom:1px solid #ebedf3}#dashboardContainer .dashboardHeader .innerSection{max-width:1800px;margin:0 auto;padding:1rem 2rem;padding-left:60px}@media (min-width: 1024px){#dashboardContainer .dashboardHeader .innerSection{padding:2rem 1rem;padding-left:60px}}@media (min-width: 1280px){#dashboardContainer .dashboardHeader .innerSection{padding-left:210px}}#dashboardContainer .dashboardHeader .innerSection .title{margin:0;color:#101011;font-weight:600;letter-spacing:.25px;padding-left:1rem}#dashboardContainer #headerMenu{display:none;position:fixed;top:0;left:0;z-index:3;width:100%;min-height:100vh;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#040f4e;padding-top:3.052rem;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media (min-width: 768px){#dashboardContainer #headerMenu{display:block;position:relative;min-height:auto;padding-top:0;padding:0 1rem;-webkit-transform:none;transform:none}}@media (min-width: 768px){#dashboardContainer #headerMenu{padding:0 2rem}}#dashboardContainer #headerMenu #menuCloseDiv{display:none;position:absolute;top:0;left:0;z-index:2;width:100%;height:100vh}#dashboardContainer #headerMenu .innerSection{z-index:3}#dashboardContainer #headerMenu .innerSection #menuSection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 768px){#dashboardContainer #headerMenu .innerSection #menuSection{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#dashboardContainer #headerMenu .innerSection #menuSection .menuList{color:#fff}#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;font-weight:300;padding:.75rem 0}@media (min-width: 320px){#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuLink{font-size:1.25rem}}@media (min-width: 568px){#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuLink{font-size:1.563rem}}@media (min-width: 768px){#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuLink{font-size:.9rem;padding:.75rem}}#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuLink img{width:8px;margin-left:.45rem}#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuSubListDivIntro{height:auto !important;padding:.5rem 0 !important;margin:1rem 0 !important;border:1px solid #ebedf3 !important}@media (min-width: 768px){#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuSubListDivIntro{margin:0 !important;margin-bottom:1rem !important;-webkit-box-shadow:-1px 9px 28px -4px rgba(13,13,14,0.123) !important;box-shadow:-1px 9px 28px -4px rgba(13,13,14,0.123) !important}}#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuSubListDiv{width:100%;height:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;margin:0;border:none;border-radius:.5rem;padding:0;-webkit-transition:all .3s;transition:all .3s}@media (min-width: 768px){#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuSubListDiv{min-width:200px;position:absolute;top:100%;left:0;margin:0;border-top:none;border-radius:0 0 .5rem .5rem;-webkit-box-shadow:-1px 9px 28px -4px rgba(13,13,14,0);box-shadow:-1px 9px 28px -4px rgba(13,13,14,0)}}#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuSubListDiv .menuSubList{display:block;color:#101011;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-bottom:1px solid #ebedf3;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}@media (min-width: 768px){#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuSubListDiv .menuSubList{font-size:.9rem;padding:.5rem}}#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuSubListDiv .menuSubList:hover{background-color:#040f4e;color:#fff}#dashboardContainer #dashboard{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;margin-top:3rem}@media (min-width: 1024px){#dashboardContainer #dashboard{margin:0;padding:1rem}}@media (min-width: 1280px){#dashboardContainer #dashboard{padding:1.563rem}}#dashboardContainer #dashboard .titleDiv{display:block;margin-bottom:2rem}#dashboardContainer #dashboard .titleDiv .title{margin:0;color:#101011;font-weight:600}.dashboardCard{display:inline-block;background-color:#fff !important}@media (min-width: 1024px){.dashboardCard{padding:1rem;border-radius:1rem;border:1px solid #ebedf3}}@media (min-width: 1280px){.dashboardCard{padding:1.563rem}}.lgDiv{width:100% !important}.mdDiv{width:100% !important}@media (min-width: 1024px){.mdDiv{width:48.5% !important}}.smDiv{width:48.5% !important}@media (min-width: 1024px){.smDiv{width:23% !important}}.xsDiv{width:10% !important}.dashboardForm .formDiv{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboardForm form{margin:0;margin-top:1rem}.dashboardForm form .selectedLabelDiv{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dashboardForm form .selectedLabelDiv .selectedLabel{margin-right:1rem;margin-bottom:1rem;padding:.5rem;color:#101011;font-size:.9rem;font-weight:500;background-color:#f8f8f9;border:1px solid #ebedf3;border-radius:.2rem;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.dashboardForm form .selectedLabelDiv .selectedLabel:hover{opacity:.5}.dashboardForm form .selectedLabelDiv .selectedLabel .closeIcon{display:inline-block;width:10px;margin-left:.5rem}.dashboardForm form .datalist{font-size:1rem}.dashboardForm form .lgSelectBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboardForm form .lgSelectBox label{display:inline-block;margin:0;margin-right:.5rem}.dashboardForm form .lgSelectBox .inputDiv{display:inline-block;margin-right:.5rem;max-width:90px}.dashboardForm form .radioBtnDiv .lgDiv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.5rem}.dashboardForm form .radioBtnDiv .lgDiv .smDiv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1rem}.dashboardForm form .radioBtnDiv .lgDiv .smDiv input{width:15px;min-width:auto;margin-right:.5rem}.dashboardForm form .radioBtnDiv .lgDiv .smDiv label{margin:0}#filters{margin-bottom:1rem}#filters #timePeriodFilters{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid #ebedf3;border-radius:.5rem}#filters #timePeriodFilters #statusSelector{border:none;font-family:"Poppins",sans-serif;font-size:1rem;font-weight:400;margin-right:.5rem}#filters #timePeriodFilters select,#filters #timePeriodFilters input{padding:.5rem;font-family:inherit}#filters #timePeriodFilters .timePeriodDateInput{min-width:145px}#filters #timePeriodFilters #filterButton{margin:0;color:#040f4e;padding:.5rem}table{border-collapse:collapse}table tr:nth-child(even){background-color:#f8f8f9}table tr th{font-weight:500}table tr td,table tr th{font-size:.9rem;padding:.5rem;border:1px solid #ebedf3}
/*# sourceMappingURL=dashboard.css.map */