@import url(https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@100;200;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,100&family=Roboto:wght@100;300;400;900&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif;overflow-x:hidden}a{color:#fff;text-decoration:none}.container{display:flex;height:100vh;width:100%}.left-section{background:#000;color:#fff;display:grid;font-size:72px;height:100%;place-content:center;width:40%}.right-section{background:#f5f5f5;display:grid;flex:1 1;font-family:Lato,sans-serif;place-content:center}.card{display:flex;flex-direction:column;gap:20px}.titles h2{font-family:Montserrat,sans-serif;font-size:36px;margin-bottom:3px}.titles span{font-size:16px}.google{display:flex;justify-content:space-between}.provider-btn,.sign-btn{align-items:center;background-color:#fff;border:none;border-radius:10px;color:#858585;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:13px;font-weight:400;gap:5px;outline:none;padding:7px 19px}.sign-form{background-color:#fff;border-radius:20px;gap:20px;padding:30px;width:400px}.input-grp,.sign-form{display:flex;flex-direction:column}.input-grp{gap:10px}.input-grp input{background-color:#f5f5f5;border:none;border-radius:10px;height:40px;outline:none;padding:11px 15px}.forgot{color:#346bd4;cursor:pointer}.sign-btn{background-color:#000;color:#fff;font-size:16px;height:40px;justify-content:center}.card p{color:#858585;text-align:center}.link{color:#346bd4;margin-left:5px}@media screen and (max-width:1300px){.left-section{font-size:50px}}@media screen and (max-width:900px){.container{flex-direction:column}.left-section{font-size:42px;height:20%;width:100%}.right-section{display:flex;justify-content:center;padding:50px 0}.card{align-items:center}.google{flex-direction:column;gap:10px;width:100%}.provider-btn{justify-content:center}}@media screen and (max-width:400px){.right-section{padding:50px 10px}.sign-form{width:100%}.card p{display:flex;flex-direction:column}}.nav-section{align-items:center;display:flex;height:40px;justify-content:space-between;width:100%}.nav-left h2{pointer-events:none}.nav-right{gap:20px}.nav-right,.search-grp{align-items:center;display:flex}.search-grp{background-color:#fff;border-radius:10px;height:30px;padding:0 15px}.search-input{border:none;outline:none}.search-input::-webkit-input-placeholder{color:#b0b0b0}.search-input::placeholder{color:#b0b0b0}.bell-icon,.search-icon{cursor:pointer}.profile-section{position:relative}.profile{background-repeat:no-repeat;background-size:cover;border-radius:50%;cursor:pointer;height:50px;width:50px}.profile-dropdown{background-color:#000;color:#fff;display:none;flex-direction:column;position:absolute;right:0;text-align:center;top:50px;transition:background-color .5s ease;width:150px}.profile-dropdown span:hover{background-color:#2d2c2d}.profile-dropdown span{align-items:center;border-bottom:1px solid #fff;cursor:pointer;display:flex;justify-content:center;padding:10px 0}@media screen and (max-width:1300px){.nav-section{gap:30px;justify-content:space-between}.bell-icon,.search-grp{display:none}}.sidebar{background-color:#000;border-radius:30px;color:#fff;display:flex;flex-direction:column;gap:60px;height:100%;padding:30px 100px 30px 60px}.logo{cursor:pointer;font-size:36px;font-weight:700}.side-links ul{display:flex;flex-direction:column;gap:30px}.side-links ul li{align-items:center;cursor:pointer;display:flex;font-size:18px;gap:10px;list-style-type:none}.side-links ul li span{transition:all .5s ease}.side-links ul li span:hover{color:#9e9c9cc7}.side-footer{display:flex;flex:1 1;flex-direction:column;gap:10px;justify-content:end}.side-footer a{font-size:14px}.home{background-color:#f5f5f5;display:flex;gap:50px;justify-content:space-around;min-height:100vh;padding:30px 80px 30px 20px}.sidebar-section{display:flex;position:relative}.side-menu{color:#fff;cursor:pointer;left:5%;position:absolute;top:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.sidebar-open{-webkit-transform:translateX(0);transform:translateX(0)}.home-section{display:flex;flex-direction:column;gap:30px}.widget-section{grid-gap:60px;display:grid;gap:60px;grid-template-columns:repeat(4,minmax(0,1fr))}.chart-section{width:100%}.bottom-section{display:flex;gap:20px;justify-content:space-between;width:100%}@media screen and (max-width:1300px){.home{gap:50px;padding:30px 20px}.home-section{align-items:flex-start}.widget-section{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.bottom-section{align-items:center;flex-direction:column;gap:20px}}@media screen and (max-width:1200px){.home{flex-direction:column}}@media screen and (max-width:1100px){.widget-section{gap:40px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:900px){.widget-section{gap:30px;grid-template-columns:repeat(1,minmax(0,1fr))}}.widget-wrap{border-radius:20px;display:flex;flex-direction:column;gap:5px;padding:10px 30px}.widget-logo{align-self:flex-end;height:10px;width:10px}.widget-wrap span{font-family:Lato,sans-serif;font-size:14px}.widget-wrap h2{font-family:Open Sans,sans-serif;font-size:22px}.chart-container{background-color:#fff;border-radius:20px;padding:10px 40px;width:100%}.chart-title span{cursor:pointer}.chart-header,.chart-labels,.label-grp{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.chart-header h2{font-size:16px}.chart-header span{color:#858585;font-size:12px}.chart-labels{gap:30px;margin-bottom:0}.label-grp{gap:10px;margin-bottom:0}.guest-label,.user-label{background-color:#e9a0a0;border-radius:50%;height:10px;width:10px}.user-label{background-color:#9bdd7c}@media screen and (max-width:1300px){.chart-container{padding:10px}.chart-header,.chart-labels{align-items:flex-start;flex-direction:column;gap:5px;justify-content:flex-start}}.schedule-container{background-color:#fff;border-radius:20px;display:flex;flex-direction:column;gap:24px;padding:10px 30px;width:100%}.schedule-header{display:flex;justify-content:space-between}.see-all{align-items:center;cursor:pointer;display:flex;gap:3px}.schedule-header h3{font-size:18px;pointer-events:none}.schedule-header span{color:#858585;font-size:12px}.schedule-list{cursor:pointer;display:flex;flex-direction:column;gap:20px;justify-content:center}.schedule{display:flex;gap:5px}.schedule-bar{background:#9bdd7c;height:100%;width:4px}.second-bar{background:#6972c3}.schedule-matter{color:#999;display:flex;flex-direction:column;font-family:Lato,sans-serif;font-size:12px;gap:5px;padding:5px 0}.schedule-title{color:#666;font-family:Montserrat,sans-serif;font-size:14px}
/*# sourceMappingURL=main.6485eb29.css.map*/