@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");:root{--background:#ffffff;--foreground:#171717;--primary:#03304e;--secondary:#00baf2;--green:#5bc500;--text-clr:#7d7d7d;--silver-clr:#cccccc;--dark-gray:#333333;--white-smoke:#f5f5f5;--success:#1c913f;--red-clr:#ff0000;--red-hover-clr:#f01440;--grey:#555;--light-blue:#eaf8fc;--blue:#03304e;--mustered:#ffcc00;--light-blue:#e3f2fd}*{box-sizing:border-box;padding:0;margin:0;font-family:Montserrat!important}body{max-width:100vw;overflow-x:hidden;background:var(--background);color:var(--foreground)}table,td,th{border:1px solid #dadce0;border-collapse:collapse;padding:16px 32px}th{color:#212529;font-weight:600;text-align:left}td,th{font-size:14px;line-height:18px}td{color:#5f6368;font-weight:400}.astricStyles{color:rgb(247,11,11);font-size:16px}.Inputstyles{background:transparent;outline:none;border:none;border-radius:4px;width:100%;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15);padding:12px}.hover-link{text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom .3s ease;display:inline-block}.hover-link:hover{border-bottom:1px solid var(--secondary)}