@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,900;1,400&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;0,900;1,400&display=swap');:root{--primary-dark:#3013BF;--primary-medium:#5533FF;--primary-medium-hover:#775CFF;--primary-light:#A3B2FF;--secondary-dark:#13B27D;--secondary-medium:#00E599;--secondary-medium-hover:#33EAAD;--secondary-light:#A3FFE0;--tertiary-dark:#BF7300;--tertiary-medium:#FFA31A;--tertiary-medium-hover:#FFB548;--tertiary-light:#FFDAA4;--neutral-lightest:#f6f7ff;--neutral-light:#E5E9FF;--neutral-grey:#FFFFFF;--black:#24262B;--dark-grey:#737278;--light-grey:#DADDE1;--lightest-grey:#f1f1f1;--error-light:#FEDCDC;--error-medium:#FA5252;--success-light:#CDEDE4;--success-medium:#05A677;--warning-light:#FFDAA4;--warning-medium:#FFA31A;--primary-gradient:linear-gradient(160deg,rgba(48,19,191,1) 0%,rgba(19,178,125,1) 100%)}*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:'Nunito Sans',Helvetica,Arial,sans-serif;font-size:16px;line-height:150%;color:#24262B;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:600}p{font-size:16px;line-height:150%;font-weight:400;margin:1rem 0}a{text-decoration:underline;color:inherit;cursor:pointer}a.not-underline{text-decoration:none}.dashboard-layout-wrapper{padding:0 15px}.dashboard-layout-wrapper .dashboard-layout{margin-left:280px;min-height:100vh!important;transition:margin-left 0.3s;display:flex;flex-direction:column}.dashboard-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:100;background-color:#ffffff;width:280px;font-size:14px;display:flex;flex-direction:column;transition:width 0.3s;border-right:1px solid #e5e7eb}.dashboard-sidebar-logo img{height:28px}.dashboard-sidebar-close{display:none;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer;color:white;border-radius:8px;transition:background-color 0.2s;font-size:16px}.dashboard-sidebar-close:hover{background-color:rgba(255,255,255,0.2)}.dashboard-sidebar-user-footer{padding:1.5rem;background-color:#ffffff;border-top:1px solid #f3f4f6;margin-top:auto}.dashboard-mobile-hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;color:#374151;border-radius:8px;transition:background-color 0.2s;font-size:16px}.dashboard-mobile-hamburger:hover{background-color:#f3f4f6}.dashboard-mobile-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:999;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility 0.3s}.dashboard-mobile-overlay.active{opacity:1;visibility:visible}@media only screen and (max-width:1024px){.dashboard-layout-wrapper{padding:0}.dashboard-layout-wrapper .dashboard-layout{margin-left:0}.dashboard-mobile-overlay{display:block!important}.dashboard-sidebar{border-right:none!important}.dashboard-sidebar-close{display:flex!important}}.fa-google{background:conic-gradient(from -45deg,#ea4335 110deg,#4285f4 90deg 180deg,#34a853 180deg 270deg,#fbbc05 270deg) 73% 55%/150% 150% no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.fa-github{background:conic-gradient(from -45deg,#000000 110deg,#333333 90deg 180deg,#666666 180deg 270deg,#999999 270deg) 73% 55%/150% 150% no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.iti{width:100%}.iti .iti__search-input{height:36px}.iti__selected-country:focus{outline:none;box-shadow:0 0 0 2px var(--primary-medium);border-radius:4px}.iti__selected-country{height:36px!important}