#dashboardContainer{width:100%;height:100vh;min-height:100vh;background-color:#fff;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:flex;align-items:center;background-color:#fff;padding-top:.75rem;padding-bottom:.75rem;-webkit-box-shadow:0px 9px 15px -12px rgba(2,3,58,.17);box-shadow:0px 9px 15px -12px rgba(2,3,58,.17)}@media(min-width: 1024px){#dashboardContainer #headerSection{display:none}}#dashboardContainer #headerSection #menuIcon{width:30px;display:flex;justify-content:center;align-items:flex-end;flex-direction:column;margin-right:1rem;transition:all .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;animation-timing-function:ease-in-out;transition:all .5s}#dashboardContainer #headerSection #menuIcon .menuBarOne{transform:none;width:100%}#dashboardContainer #headerSection #menuIcon .menuBarOneIntro{transform:rotate(45deg) translate(0px, 4px);margin:0 !important;width:100%}@media(min-width: 568px){#dashboardContainer #headerSection #menuIcon .menuBarOneIntro{transform:rotate(45deg) translate(0px, 5px)}}#dashboardContainer #headerSection #menuIcon .menuBarCenter{opacity:1;transform:none;transition:transform .1s opacity .2s !important}#dashboardContainer #headerSection #menuIcon .menuBarCenterIntro{opacity:0 !important;transform:translateX(10px)}#dashboardContainer #headerSection #menuIcon .menuBarTwo{transform:none}#dashboardContainer #headerSection #menuIcon .menuBarTwoIntro{transform:rotate(-45deg) translate(-2px, -2px);margin:0 !important;width:100%}@media(min-width: 568px){#dashboardContainer #headerSection #menuIcon .menuBarTwoIntro{transform:rotate(-45deg) translate(-3px, -2px)}}#dashboardContainer #headerSection #logoDiv{display:inline-block;width:10rem}#dashboardContainer #headerSection .logout{margin-left:auto;color:#f8ca0f;font-size:.9rem;font-weight:600}#dashboardContainer .dashboardMenuIntro{background-color:#fff !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:#f8ca0f;border-radius:.3rem}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList:hover span{color:#fff}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink{padding:.5rem 1rem !important}@media(min-width: 320px){#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink{padding:.5rem 1.5rem !important}}@media(min-width: 1280px){#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink{padding:.5rem 2rem !important}}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink .iconDiv{background-color:#fff !important}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .menuLink span{display:flex !important}#dashboardContainer .dashboardMenuIntro #menuDiv #menu .menuList .subMenu{display:flex !important}#dashboardContainer #dashboardMenu{position:fixed;left:0;top:0;width:210px;z-index:300;display:flex;background-color:#fff;flex-direction:column;box-shadow:0px 1px 22px 4px rgba(25,107,114,.03);transition:all .5s;animation-timing-function:ease-in;overflow:hidden;transform:translateX(-100%)}@media(min-width: 1024px){#dashboardContainer #dashboardMenu{position:relative;width:60px;transform:none}}@media(min-width: 1280px){#dashboardContainer #dashboardMenu{width:210px;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 #f8ca0f}@media(min-width: 1024px){#dashboardContainer #dashboardMenu:hover #menu .menuList:hover{border-radius:0}}#dashboardContainer #dashboardMenu:hover #menu .menuList:hover span{color:#fff}#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink{padding:.5rem 1rem !important}@media(min-width: 320px){#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink{padding:.5rem 1.5rem !important}}@media(min-width: 1280px){#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink{padding:.5rem 2rem !important}}#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink .iconDiv{background-color:#fff !important;padding:.25rem !important;width:25px !important;min-width:25px !important;height:25px !important}#dashboardContainer #dashboardMenu:hover #menu .menuList .menuLink span{display:flex !important}#dashboardContainer #dashboardMenu:hover #menu .menuList .subMenu{width:auto;display:flex !important}#dashboardContainer #dashboardMenu:hover .menuFooter{display:block !important}#dashboardContainer #dashboardMenu #logoDiv{display:block;padding:2rem 1rem}@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 #menu{margin-top:2rem}#dashboardContainer #dashboardMenu #menu .menuList{border-left:5px solid transparent;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:#1d1d1d}}#dashboardContainer #dashboardMenu #menu .menuList .menuLink{display:flex;align-items:center;padding:.5rem 1rem;border-bottom:1px solid transparent}@media(min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList .menuLink{border-bottom:1px solid #ebedf3;padding:.5rem 2rem !important}}#dashboardContainer #dashboardMenu #menu .menuList .menuLink .iconDiv{width:30px;min-width:30px;height:30px;display:inline-block;background-color:#fff;padding:.5rem;border-radius:.3rem;transition:all .3s;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:.25rem !important;background-color:#fff !important}}#dashboardContainer #dashboardMenu #menu .menuList .menuLink span{display:none;flex:1;align-items:center;margin-left:.5rem;color:#101011;font-size:.8rem;font-weight:600}@media(min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList .menuLink span{display:flex !important}}#dashboardContainer #dashboardMenu #menu .menuList .menuLink span img{width:8px;margin-left:auto}#dashboardContainer #dashboardMenu #menu .menuList .subMenuIntro{padding:.5rem 0 !important;height:auto !important}#dashboardContainer #dashboardMenu #menu .menuList .subMenu{display:none;flex-direction:column;height:0;width:auto;overflow:hidden;background-color:#ebedf3;transition:all .3s;animation-delay:.6s;animation-timing-function:ease-in}@media(min-width: 1280px){#dashboardContainer #dashboardMenu #menu .menuList .subMenu{display:flex !important}}#dashboardContainer #dashboardMenu #menu .menuList .subMenu a{color:#242323;font-size:.8rem;font-weight:500;padding:.75rem 2rem;transition:all .3s}#dashboardContainer #dashboardMenu #menu .menuList .subMenu a:hover{background-color:#f5f5fa;color:#1d1d1d}#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:flex;align-items:center}#dashboardContainer #dashboardMenu .menuFooter .footerMenuListDiv .footerMenuList{color:#1d1d1d;font-size:.8rem;font-weight:600;transition:all .3s}#dashboardContainer #dashboardMenu .menuFooter .footerMenuListDiv .footerMenuList:hover{color:#f8ca0f}#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:flex;justify-content:space-around;background-color:#1d1d1d;border-radius:1rem 1rem 0 0;padding:.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:flex;justify-content: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:.5rem;padding-left:.5rem;border-left:1px solid #ebedf3;color:#f8ca0f;transition:all .3s}#dashboardContainer #dashboardUserIDSection a:hover{color:#cecece}#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;transform:translateX(100%);background-color:#1d1d1d;padding-top:3.052rem;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;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:flex;flex-direction:column}@media(min-width: 768px){#dashboardContainer #headerMenu .innerSection #menuSection{flex-direction:row}}#dashboardContainer #headerMenu .innerSection #menuSection .menuList{color:#fff}#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuLink{display:flex;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;box-shadow:-1px 9px 28px -4px rgba(13,13,14,.123) !important}}#dashboardContainer #headerMenu .innerSection #menuSection .menuList .menuSubListDiv{width:100%;height:0;overflow:hidden;display:flex;flex-direction:column;background-color:#fff;margin:0;border:none;border-radius:.5rem;padding:0;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;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;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:#1d1d1d;color:#fff}#dashboardContainer #dashboard{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{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 form{margin:0;margin-top:1rem}.dashboardForm form .lgSelectBox{display:flex;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:flex;align-items:center;margin-top:.5rem}.dashboardForm form .radioBtnDiv .lgDiv .smDiv{display:flex;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}table{border-collapse:collapse}table tr:nth-child(even){background-color:#f5f5fa}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 */