body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#002147;--secondary-color:#095a83;--accent-color:#095a83;--accent-hover:#0a6b9c;--dropdown-bg:#fff;--dropdown-shadow:0 4px 20px #00214726;--border-color:#e6ecf2;--text-color:#2d3748;--text-light:#64748b;--white:#fff;--shadow:0 2px 10px #0021471a;--transition:all .3s ease}.header{box-shadow:var(--shadow);z-index:1000;background:#002147;width:100%;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 1rem;display:flex}.logo-container{flex-shrink:0;align-items:center;height:100%;margin-right:auto;padding:5px 0;display:flex}.logo-image{object-fit:contain;cursor:pointer;width:auto;height:100%;max-height:60px;transition:transform .3s}.logo-image:hover{transform:scale(1.05)}.desktop-nav{flex:1;margin:0 1.5rem;display:none}.nav-menu{justify-content:center;gap:1.5rem;width:100%;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:var(--white);transition:var(--transition);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 0;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;display:flex;position:relative}.nav-link:hover{color:#fff;opacity:.9}.nav-link:after{content:"";width:0;height:2px;transition:var(--transition);background:#095a83;position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-item.active .nav-link:after{width:100%}.dropdown{position:relative}.dropdown-toggle{align-items:center;gap:.5rem;display:flex}.dropdown-arrow{transition:var(--transition);color:#fff;font-size:.7rem}.nav-item.active .dropdown-arrow{color:#095a83;transform:rotate(180deg)}.dropdown-menu{background:var(--white);min-width:200px;box-shadow:var(--dropdown-shadow);opacity:0;visibility:hidden;transition:var(--transition);z-index:1000;border:1px solid var(--border-color);border-radius:8px;padding:.5rem 0;position:absolute;top:100%;left:0;transform:translateY(10px)}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{color:#002147;transition:var(--transition);text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.65rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;display:block;position:relative}.dropdown-item:hover{color:#095a83;background:#f1f7fb;padding-left:1.5rem}.dropdown-item.has-submenu{justify-content:space-between;align-items:center;padding-right:1rem;display:flex}.submenu-container{position:relative}.submenu{background:var(--white);min-width:200px;box-shadow:var(--dropdown-shadow);opacity:0;visibility:hidden;transition:var(--transition);border:1px solid var(--border-color);border-radius:8px;padding:.5rem 0;position:absolute;top:0;left:100%;transform:translate(-10px)}.submenu.show{opacity:1;visibility:visible;transform:translate(0)}.submenu-item{color:#002147;transition:var(--transition);padding:.65rem 1.25rem;font-size:.85rem;font-weight:500;text-decoration:none;display:block}.submenu-item:hover{color:#095a83;background:#f1f7fb;padding-left:1.5rem}.submenu-arrow{transition:var(--transition);color:#64748b;font-size:.7rem}.submenu-container.active .submenu-arrow{color:#095a83;transform:rotate(90deg)}.logout-container{flex-shrink:0;margin-left:auto;display:none}.logout-btn{color:var(--white);cursor:pointer;transition:var(--transition);background:linear-gradient(135deg,#095a83,#0a6b9c);border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.9rem;font-weight:500;display:flex;box-shadow:0 2px 5px #095a8333}.logout-btn:hover{background:linear-gradient(135deg,#0a6b9c,#095a83);transform:translateY(-1px);box-shadow:0 4px 8px #095a834d}.logout-icon{transition:var(--transition);font-size:1rem}.logout-btn:hover .logout-icon{transform:translate(3px)}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;margin-left:auto;padding:.5rem;display:block}.hamburger{cursor:pointer;flex-direction:column;justify-content:space-between;width:22px;height:16px;display:flex}.bar{background-color:var(--white);width:100%;height:2px;transition:var(--transition)}.hamburger.open .bar:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{background:var(--white);width:100%;height:calc(100vh - 70px);transition:var(--transition);z-index:999;position:fixed;top:70px;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:inset 0 2px 5px #0021470d}.mobile-nav.open{transform:translate(0)}.mobile-nav-content{padding:0}.mobile-logo{border-bottom:1px solid var(--border-color);background:#002147;justify-content:center;align-items:center;height:80px;padding:1rem;display:flex}.mobile-logo .logo-image{width:auto;max-height:50px}.mobile-nav-menu{padding:0 1.25rem;list-style:none}.mobile-nav-item{border-bottom:1px solid var(--border-color);margin-bottom:.4rem;padding-bottom:.4rem}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-link{color:#002147;transition:var(--transition);padding:.9rem 0;font-size:1rem;font-weight:500;text-decoration:none;display:block}.mobile-nav-link:hover{color:#095a83;padding-left:.5rem}.mobile-dropdown-item{width:100%;display:block}.mobile-dropdown-toggle{color:#002147;cursor:pointer;width:100%;transition:var(--transition);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.9rem 0;font-family:inherit;font-size:1rem;font-weight:500;display:flex}.mobile-dropdown-toggle:hover,.mobile-dropdown-toggle.active{color:#095a83}.mobile-dropdown-arrow{transition:var(--transition);color:#64748b;margin-left:.5rem;font-size:.7rem}.mobile-dropdown-toggle.active .mobile-dropdown-arrow{color:#095a83;transform:rotate(180deg)}.mobile-dropdown-menu{max-height:0;padding-left:.9rem;transition:max-height .4s;overflow:hidden}.mobile-dropdown-menu.show{max-height:800px}.mobile-dropdown-link{color:#002147;transition:var(--transition);text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.65rem 0;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;display:block}.mobile-dropdown-link:hover{color:#095a83;padding-left:.5rem}.mobile-submenu{border-left:2px solid #e6ecf2;margin-top:.4rem;margin-left:.5rem;padding-left:.5rem}.mobile-submenu-toggle{color:#002147;cursor:pointer;width:100%;transition:var(--transition);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.65rem 0;font-family:inherit;font-size:.95rem;font-weight:500;display:flex}.mobile-submenu-toggle:hover,.mobile-submenu-toggle.active{color:#095a83}.mobile-submenu-arrow{transition:var(--transition);color:#64748b;margin-left:.5rem;font-size:.65rem}.mobile-submenu-toggle.active .mobile-submenu-arrow{color:#095a83;transform:rotate(180deg)}.mobile-submenu-items{max-height:0;padding-left:.5rem;transition:max-height .4s;overflow:hidden}.mobile-submenu-items.show{max-height:500px}.mobile-submenu-link{color:#475569;transition:var(--transition);padding:.45rem 0;font-size:.9rem;text-decoration:none;display:block}.mobile-submenu-link:hover{color:#095a83;padding-left:.5rem}.mobile-logout-btn{width:100%;color:var(--white);cursor:pointer;transition:var(--transition);background:linear-gradient(135deg,#095a83,#0a6b9c);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.9rem;font-size:1rem;font-weight:500;display:flex;box-shadow:0 2px 5px #095a8333}.mobile-logout-btn:hover{background:linear-gradient(135deg,#0a6b9c,#095a83);transform:translateY(-2px);box-shadow:0 4px 8px #095a834d}.mobile-logout-icon{transition:var(--transition);font-size:1.1rem}.mobile-logout-btn:hover .mobile-logout-icon{transform:translate(3px)}@media (width>=768px){.header-container{height:80px;padding:0 1.5rem}.logo-image{max-height:70px}.mobile-menu-btn{display:none}.desktop-nav{flex:1;margin:0 1.5rem;display:flex}.logout-container{display:flex}.mobile-nav{display:none}.nav-menu{gap:1.75rem}.nav-link{font-size:1rem}}@media (width>=1024px){.header-container{padding:0 2rem}.logo-image{max-height:75px}.nav-menu{gap:2rem}}@media (width<=767px){.header-container{height:70px;padding:0 .75rem}.logo-image{max-height:50px}.mobile-nav{height:calc(100vh - 70px);top:70px}}@media (width<=480px){.header-container{height:65px;padding:0 .5rem}.logo-image{max-height:45px}.mobile-nav{height:calc(100vh - 65px);top:65px}.mobile-logo{height:70px}.mobile-logo .logo-image{max-height:45px}}@media (prefers-color-scheme:dark){.header{background:#001a36}.nav-link{color:#e2e8f0}.dropdown-menu{background:#1e293b;border-color:#334155}.dropdown-item{color:#cbd5e0}.dropdown-item:hover{color:#38bdf8;background:#0f172a}.submenu{background:#1e293b;border-color:#334155}.submenu-item{color:#cbd5e0}.submenu-item:hover{color:#38bdf8;background:#0f172a}.mobile-nav{background:#1e293b}.mobile-logo{background:#001a36}.mobile-nav-link,.mobile-dropdown-toggle,.mobile-submenu-toggle,.mobile-dropdown-link{color:#cbd5e0}.mobile-nav-item{border-bottom-color:#334155}.mobile-submenu{border-left-color:#334155}.mobile-submenu-link{color:#94a3b8}.bar{background-color:#fff}.logout-btn{background:linear-gradient(135deg,#0ea5e9,#0284c7)}}.logout-btn:focus,.mobile-menu-btn:focus,.mobile-nav-link:focus,.mobile-logout-btn:focus,.dropdown-toggle:focus,.dropdown-item:focus,.mobile-dropdown-toggle:focus,.mobile-submenu-toggle:focus{outline-offset:2px;outline:2px solid #095a83}html{scroll-behavior:smooth}.payment-summary{max-width:700px;margin:20px auto}.row{background:#fff;border:1px solid #e6e6e6;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px 15px;display:flex;box-shadow:0 2px 6px #0000000d}.row span{color:#555;font-weight:600}.row span:after{content:" :"}.row b{color:#000;text-align:right;font-weight:600}.cc1-card{background:#fff;border-radius:12px;margin:15px auto;padding:20px;box-shadow:0 4px 12px #00000014}.cc1-courses{background:#f9fdf9;border:1px solid #c8e6c9;border-left:5px solid #2e7d32;border-radius:8px;max-width:700px;margin:25px auto;padding:15px}.cc1-courses strong{color:#2e7d32;margin-bottom:8px;display:block}.cc1-courses ul{color:#000;margin-top:5px;padding-left:18px}.cc1-courses li{margin-bottom:6px}.course-cart-hostel{text-align:center;background-color:#f5f7fa;border:1px solid #dcdcdc;border-radius:8px;margin-top:20px;padding:15px}.hostel-link{color:#fff;background-color:#2e7d32;border-radius:6px;padding:10px 18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.hostel-link:hover{background-color:#1b5e20}.hostel-paid{text-align:center}.hostel-date{color:green;margin-top:5px;font-size:14px;font-weight:700}.confirm-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.confirm-box{text-align:center;background:#fff;border-radius:10px;width:90%;max-width:380px;padding:25px;box-shadow:0 4px 15px #0003}.confirm-box h3{color:#333;margin-bottom:15px}.confirm-fee{color:#0a7a36;margin-bottom:10px;font-size:18px}.confirm-msg{color:#444;margin-bottom:20px}.confirm-buttons{justify-content:center;gap:15px;display:flex}.confirm-cancel,.confirm-pay{cursor:pointer;border:none;border-radius:5px;padding:8px 18px}.confirm-cancel{background:#ccc}.confirm-pay{color:#fff;background:#0a7a36}.center-text{text-align:center;color:#1e4620;margin-top:10px;font-size:14px;font-weight:500}@media (width<=768px){.cc1-card{padding:15px}.row{flex-direction:column;align-items:flex-start}.row b{text-align:left;margin-top:5px}.payment-summary{padding:0 10px}.cc1-courses{margin:20px 10px}.confirm-box{width:90%}.cc1-actions{flex-direction:column;align-items:stretch}.cc1-actions button{width:100%}}.hostel-application{background:#eaf2f8;border:1px solid #cfd8dc;border-radius:10px;margin-top:15px;padding:20px}.hostel-application.single-layout{text-align:center;justify-content:center;align-items:center;display:flex}.hostel-application.split-layout{grid-template-columns:.9fr 1.1fr;gap:20px;display:grid;position:relative}.hostel-application.split-layout:before{content:"";background:#d0d7de;width:1px;position:absolute;top:20px;bottom:20px;left:45%}.hostel-left{flex-direction:column;justify-content:center;align-items:center;display:flex}.hostel-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.hostel-icon{color:#1976d2;background:#dfeaf5;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;display:flex}.hostel-content{text-align:center;font-size:13px}.hostel-left button{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:6px;margin-top:10px;padding:8px 16px}.hostel-left button:hover{background:#1565c0}.apply-link{color:#fff;background:#1976d2;border-radius:6px;align-items:center;gap:6px;padding:10px 16px;font-weight:500;text-decoration:none;display:inline-flex}.apply-link:hover{background:#1565c0}.icon-left{margin-right:4px}.icon-right{margin-left:4px;font-size:12px}.success{color:#2e7d32;font-weight:600}.info{color:#1976d2;font-weight:600}.payment-section{flex-direction:column;align-items:center;gap:4px;margin-top:6px;font-size:12px;font-weight:600;display:flex}.pay-link{color:#1976d2;font-size:12px;font-weight:600;text-decoration:none}.pay-link:hover{text-decoration:underline}.danger{color:#d32f2f;font-size:12px}.hostel-right{flex-direction:column;justify-content:center;gap:12px;font-size:13px;display:flex}.status-box{background:#e8f5e9;border-left:4px solid #2e7d32;border-radius:5px;padding:12px;font-size:13px}.instruction-box{background:#e3f2fd;border-left:4px solid #1976d2;border-radius:8px;padding:12px}.icon-sm{vertical-align:middle;margin-right:2px;font-size:13px}@media (width<=768px){.hostel-application.split-layout{grid-template-columns:1fr}.hostel-application.split-layout:before{display:none}}.print-wrapper{color:#2d3748;background:#fff;border-radius:12px;max-width:1100px;margin:30px auto;padding:30px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3;box-shadow:0 10px 30px #0000001a}.header-enhanced{color:#fff;background:#002147;border-radius:12px;margin-bottom:20px;overflow:hidden;box-shadow:0 4px 15px #0021474d}.header-top{background:#ffffff1a;align-items:center;padding:20px 25px;display:flex}.header-title{flex:1}.main-heading{text-align:center;letter-spacing:.5px;color:#002147;margin-bottom:3px;font-size:28px;font-weight:700}.institution-banner{text-align:center;background:#0000001a;padding:15px 25px}.banner-title{color:#fff;margin-bottom:3px;font-size:20px;font-weight:600}.affiliation-text{opacity:.9;color:#fff;margin-bottom:3px;font-size:13px;font-style:italic}.accreditation-badge{color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:30px;padding:4px 15px;font-size:12px;font-weight:500;display:inline-block}.app-id-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;flex-flow:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;padding:8px 12px;display:flex}.id-field{white-space:nowrap;flex-direction:row;flex-shrink:0;align-items:center;gap:5px;display:flex}.id-field:first-child{flex-shrink:1;min-width:0}.id-field:last-child{flex-shrink:0}.id-label{color:#4a5568;white-space:nowrap;font-size:18px;font-weight:600}.id-value{white-space:nowrap;border-radius:30px;padding:2px 8px;font-size:18px;font-weight:500}.id-highlight{background:#edf2f7;border:1px solid #cbd5e0}.program-badge{color:#fff;white-space:nowrap;background:#002147}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.card-header{color:#fff;background:#002147;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.card-title{align-items:center;gap:6px;display:flex}.card-icon{font-size:16px}.card-title-text{color:#fff;font-size:18px;font-weight:600}.card-content{background:#fafdff;padding:20px}.info-grid{grid-template-columns:repeat(2,1fr);gap:12px 30px;width:100%;display:grid}.info-row{border-bottom:1px dashed #e2e8f0;flex-direction:row;align-items:baseline;width:100%;padding:8px 0;line-height:1.6;display:flex}.info-row.full-row{grid-column:span 2}.info-label{color:#4a5568;white-space:nowrap;min-width:160px;margin-right:15px;font-size:16px;font-weight:600}.info-value{color:#2d3748;word-break:break-word;flex:1;margin-left:5px;padding-left:15px;font-size:15px;font-weight:500}.name-value{color:#002147;font-size:16px;font-weight:700}@media screen and (width>=1025px){.info-grid{gap:12px 35px}.info-label{min-width:170px;margin-right:15px;font-size:16px}.info-value{margin-left:5px;padding-left:15px;font-size:15px}}@media screen and (width>=769px) and (width<=1024px){.info-grid{gap:10px 20px}.info-label{min-width:150px;margin-right:15px;font-size:16px}.info-value{margin-left:5px;padding-left:12px;font-size:14px}}@media screen and (width<=768px){.info-grid{width:100%;display:block}.info-row{border-bottom:1px solid #e2e8f0;flex-direction:column;align-items:flex-start;margin-bottom:0;padding:12px 0;display:flex}.info-label{color:#718096;white-space:normal;text-transform:uppercase;letter-spacing:.3px;width:100%;min-width:auto;margin-bottom:4px;margin-right:15px;font-size:16px}.info-value{color:#2d3748;width:100%;margin-left:5px;padding-left:0;font-size:15px;font-weight:500;line-height:1.5}.name-value{font-size:16px;font-weight:600}.info-row:last-child{border-bottom:none}}@media screen and (width<=480px){.info-row{padding:10px 0}.info-label{margin-bottom:3px;margin-right:15px;font-size:16px}.info-value{margin-left:5px;font-size:14px}.name-value{font-size:15px}}.address-grid-fixed{grid-template-columns:1fr 1fr;gap:25px;display:grid}.address-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:15px}.address-section-title{color:#002147;border-bottom:2px solid #002147;margin-bottom:15px;padding-bottom:8px;font-size:16px;font-weight:600}.address-details-fixed{flex-direction:column;gap:8px;display:flex}.address-row{border-bottom:1px dashed #e2e8f0;flex-direction:row;align-items:baseline;padding:6px 0;display:flex}.address-row:last-child{border-bottom:none}.addr-label-fixed{color:#4a5568;white-space:nowrap;min-width:100px;font-size:14px;font-weight:600}.addr-value-fixed{color:#2d3748;flex:1;padding-left:12px;font-size:14px;font-weight:500}@media screen and (width<=768px){.address-grid-fixed{grid-template-columns:1fr;gap:20px}.address-row{flex-direction:column;align-items:flex-start;padding:10px 0}.addr-label-fixed{color:#718096;white-space:normal;width:100%;min-width:auto;margin-bottom:4px;font-size:13px}.addr-value-fixed{width:100%;padding-left:0;font-size:14px}}.education-table-enhanced{border-collapse:collapse;border:1px solid #e2e8f0;border-radius:8px;width:100%;margin-bottom:12px;overflow:hidden}.education-table-enhanced th{color:#2d3748;text-align:left;background:#f1f5f9;border-bottom:2px solid #667eea;padding:10px;font-size:14px;font-weight:600}.education-table-enhanced td{background:#fff;border-bottom:1px solid #e2e8f0;padding:8px 10px;font-size:14px}.education-table-enhanced tr:last-child td{border-bottom:none}.qualification-text{color:#2d3748;font-weight:600}.percent-cell{color:#48bb78}.percent-value{color:#48bb78;font-weight:600}.study-location-box{background:#f1f5f9;border-radius:8px;gap:8px;padding:8px 12px;display:flex}.study-label{color:#4a5568;min-width:90px;font-size:14px;font-weight:600}.study-value{color:#2d3748;font-size:14px}.marks-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto}.marks-table-enhanced{border-collapse:collapse;width:100%;min-width:600px}.marks-table-enhanced th{color:#2d3748;text-align:center;background:#f1f5f9;border-bottom:2px solid #667eea;padding:8px;font-size:14px;font-weight:600}.marks-table-enhanced td{text-align:center;border:1px solid #e2e8f0;padding:6px;font-size:14px}.marks-table-enhanced td:first-child{background:#f8fafc;font-weight:600}.marks-subtitle{color:#fff;background:#fff3;border-radius:20px;padding:3px 10px;font-size:14px;font-weight:400}.marks-note{color:#718096;text-align:right;margin-top:8px;font-size:11px;font-style:italic}.hostel-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:20px;padding:12px 20px;box-shadow:0 2px 8px #0000000d}.hostel-content{justify-content:center;align-items:center;gap:15px;display:flex}.hostel-label{color:#4a5568;font-size:15px;font-weight:600}.hostel-badge{border-radius:40px;padding:6px 25px;font-size:15px;font-weight:600}.hostel-yes{color:#166534;background:#dcfce7;border:1px solid #86efac}.hostel-no{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.documents-intro{color:#4a5568;margin-bottom:12px;font-size:14px}.documents-list-enhanced{padding:0;list-style:none}.documents-list-enhanced li{color:#2d3748;margin-bottom:8px;padding-left:25px;font-size:14px;position:relative}.documents-list-enhanced li:before{content:"✓";color:#667eea;font-size:14px;font-weight:600;position:absolute;left:0}.declaration-box{background:#f1f5f9;border-radius:10px;margin-bottom:20px;padding:15px}.declaration-statement{color:#4a5568;border-left:3px solid #667eea;margin-bottom:10px;padding-left:12px;font-size:14px;line-height:1.4}.declaration-statement:last-child{margin-bottom:0}.signature-section-enhanced{border-top:2px dashed #cbd5e0;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:15px 0 8px;display:flex}.signature-item{white-space:nowrap;align-items:center;gap:10px;display:flex}.signature-label{color:#4a5568;white-space:nowrap;font-size:13px;font-weight:600}.signature-value{color:#2d3748;white-space:nowrap;font-size:14px}.date-box{white-space:nowrap;background:#f1f5f9;border:1px solid #cbd5e0;border-radius:6px;padding:5px 15px}.signature-line-enhanced{letter-spacing:3px;color:#94a3b8;text-align:center;white-space:nowrap;border-bottom:2px solid #cbd5e0;min-width:200px;font-family:Courier New,monospace;font-size:18px}.action-buttons-enhanced{justify-content:center;gap:15px;margin:25px 0 15px;display:flex}.print-btn-enhanced,.back-btn-enhanced,.download-btn-enhanced{cursor:pointer;border:none;border-radius:40px;align-items:center;gap:8px;padding:10px 35px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #0000001a}.print-btn-enhanced{color:#fff;background:#002147}.print-btn-enhanced:hover{transform:translateY(-3px);box-shadow:0 8px 20px #667eea66}.back-btn-enhanced{color:#4a5568;background:#fff;border:1px solid #e2e8f0}.back-btn-enhanced:hover{background:#f8fafc;transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.download-btn-enhanced{color:#fff;background:#059669}.download-btn-enhanced:hover{background:#047857;transform:translateY(-3px);box-shadow:0 8px 20px #05966966}.btn-icon{font-size:14px}.back-link-enhanced{text-align:center;margin-top:15px}.back-link-enhanced a{color:#667eea;border:1px solid #e2e8f0;border-radius:30px;padding:8px 20px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.back-link-enhanced a:hover{color:#764ba2;background:#f8fafc;border-color:#667eea}.page-break-after{page-break-after:always!important}.page-break-before{page-break-before:always!important}.no-page-break{page-break-inside:avoid!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (width>=769px) and (width<=1024px){.print-wrapper{max-width:95%;margin:15px auto;padding:20px}.main-heading{font-size:24px}.info-grid{gap:8px 15px}.info-label{min-width:130px;margin-right:15px;font-size:16px}.info-value{margin-left:5px;padding-left:8px;font-size:14px}.address-grid-fixed{gap:15px}.addr-label-fixed{min-width:90px;font-size:13px}.addr-value-fixed{font-size:13px}}@media screen and (width<=768px){.print-wrapper{border-radius:8px;margin:10px;padding:15px}.header-top{text-align:center;flex-direction:column;padding:15px}.main-heading{margin-bottom:5px;font-size:22px}.banner-title{font-size:18px}.institution-banner{padding:12px 15px}.affiliation-text{font-size:12px}.accreditation-badge{padding:3px 12px;font-size:11px}.app-id-card{flex-direction:column;align-items:flex-start;gap:8px;padding:12px}.id-field{justify-content:space-between;width:100%}.id-label{font-size:14px}.id-value{padding:2px 6px;font-size:14px}.card-header{padding:12px 15px}.card-title-text{font-size:16px}.card-content{padding:15px}.info-grid{flex-direction:column;gap:0;width:100%;display:flex}.info-row{border-bottom:1px solid #e2e8f0;flex-direction:column;align-items:flex-start;width:100%;margin:0;padding:10px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#4a5568;text-transform:uppercase;letter-spacing:.3px;white-space:normal;background:0 0;width:100%;min-width:auto;margin-bottom:2px;margin-right:15px;padding:0;font-size:16px;font-weight:600}.info-value{color:#1a202c;word-break:break-word;background:0 0;width:100%;margin:0 0 0 5px;padding:2px 0 0;font-size:15px;font-weight:500;line-height:1.4}.name-value{color:#002147;font-size:16px;font-weight:600}.address-grid-fixed{grid-template-columns:1fr;gap:20px}.address-section{padding:12px}.address-section-title{margin-bottom:12px;padding-bottom:6px;font-size:15px}.address-row{flex-direction:column;align-items:flex-start;padding:8px 0;display:flex}.addr-label-fixed{color:#4a5568;text-transform:uppercase;letter-spacing:.3px;white-space:normal;width:100%;min-width:auto;margin-bottom:2px;padding:0;font-size:12px;font-weight:600}.addr-value-fixed{color:#1a202c;width:100%;margin:0;padding:2px 0 0;font-size:14px;font-weight:500;line-height:1.4}.education-table-enhanced th{white-space:nowrap;padding:8px 6px;font-size:13px}.education-table-enhanced td{padding:6px;font-size:13px}.study-location-box{flex-direction:column;gap:6px;padding:10px}.study-label{text-transform:uppercase;color:#4a5568;min-width:auto;font-size:12px}.study-value{padding-left:0;font-size:14px}.marks-table-wrapper{margin:0 -5px;overflow-x:auto}.marks-table-enhanced{min-width:500px}.marks-table-enhanced th{padding:6px 4px;font-size:12px}.marks-table-enhanced td{padding:4px;font-size:12px}.marks-subtitle{padding:2px 8px;font-size:12px}.marks-note{margin-top:6px;font-size:10px}.hostel-card{padding:12px 15px}.hostel-content{flex-direction:column;align-items:flex-start;gap:8px}.hostel-label{text-transform:uppercase;color:#4a5568;font-size:13px}.hostel-badge{text-align:center;width:100%;padding:8px;font-size:14px}.documents-intro{margin-bottom:10px;font-size:13px}.documents-list-enhanced li{margin-bottom:8px;padding-left:22px;font-size:13px}.documents-list-enhanced li:before{font-size:13px}.declaration-box{padding:12px}.declaration-statement{margin-bottom:8px;padding-left:10px;font-size:13px;line-height:1.5}.signature-section-enhanced{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 0 10px}.signature-item{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%}.signature-label{text-transform:uppercase;color:#4a5568;min-width:80px;font-size:12px}.signature-value{flex:1;font-size:13px}.date-box{padding:4px 12px;font-size:13px}.signature-line-enhanced{border-bottom-width:1px;width:auto;min-width:150px;font-size:16px}.action-buttons-enhanced{flex-direction:column;gap:10px;margin:20px 0 10px}.print-btn-enhanced,.back-btn-enhanced,.download-btn-enhanced{justify-content:center;width:100%;padding:12px 20px;font-size:14px}}@media screen and (width<=480px){.print-wrapper{margin:5px;padding:10px}.main-heading{font-size:18px}.banner-title{font-size:16px}.card-title-text{font-size:15px}.info-label{margin-right:15px;font-size:16px}.info-value{margin-left:5px;font-size:14px}.name-value{font-size:15px}.addr-label-fixed{font-size:11px}.addr-value-fixed{font-size:13px}.education-table-enhanced th,.education-table-enhanced td{padding:5px 4px;font-size:12px}.study-label{font-size:11px}.study-value{font-size:13px}.hostel-label{font-size:12px}.hostel-badge{padding:6px;font-size:13px}.signature-label{min-width:70px;font-size:11px}.signature-value{font-size:12px}.date-box{padding:3px 8px;font-size:12px}.signature-line-enhanced{min-width:120px;font-size:14px}}@media print{@page{size:A4;margin:1.5cm 1cm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;box-sizing:border-box!important}body{background:#fff!important;margin:0!important;padding:0!important}.print-wrapper{max-width:100%!important;box-shadow:none!important;background:#fff!important;margin:0 auto!important;padding:0!important}.action-buttons-enhanced,.print-btn-enhanced,.download-btn-enhanced,.back-btn-enhanced,.back-link-enhanced,.btn-icon{display:none!important}.info-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px 20px!important;width:100%!important;display:grid!important}.info-row{page-break-inside:avoid!important;border-bottom:1px dashed #e2e8f0!important;flex-direction:row!important;justify-content:flex-start!important;align-items:baseline!important;width:100%!important;margin:0!important;padding:6px 0!important;display:flex!important}.info-label{margin-right:15px;color:#4a5568!important;white-space:nowrap!important;text-transform:none!important;letter-spacing:normal!important;background:0 0!important;flex-shrink:0!important;width:150px!important;min-width:150px!important;max-width:150px!important;margin-bottom:0!important;padding:0!important;font-size:16px!important;font-weight:600!important}.info-value{margin-left:5px;color:#2d3748!important;word-break:break-word!important;flex:auto!important;width:auto!important;margin:0!important;padding-bottom:0!important;padding-left:12px!important;font-size:12px!important;font-weight:500!important;line-height:1.4!important}.name-value{color:#002147!important;font-size:13px!important;font-weight:700!important}.info-row.full-row{grid-column:span 2!important}.address-grid-fixed{grid-template-columns:1fr 1fr!important;gap:15px!important;display:grid!important}.address-section{page-break-inside:avoid!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:6px!important;padding:10px!important}.address-section-title{color:#002147!important;border-bottom:2px solid #002147!important;margin-bottom:8px!important;padding-bottom:4px!important;font-size:12px!important;font-weight:600!important}.address-row{border-bottom:1px dashed #e2e8f0!important;flex-direction:row!important;align-items:baseline!important;padding:4px 0!important;display:flex!important}.address-row:last-child{border-bottom:none!important}.addr-label-fixed{color:#4a5568!important;white-space:nowrap!important;flex-shrink:0!important;width:90px!important;min-width:90px!important;max-width:90px!important;font-size:11px!important;font-weight:600!important}.addr-value-fixed{color:#2d3748!important;flex:1!important;padding-left:8px!important;font-size:11px!important;font-weight:500!important}.header-enhanced{color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#002147!important;border-radius:6px!important;margin-bottom:10px!important}.main-heading{color:#002147!important;font-size:18px!important;font-weight:700!important}.banner-title{color:#fff!important;font-size:16px!important;font-weight:600!important}.app-id-card{background:#f7fafc!important;border:1px solid #e2e8f0!important;border-radius:6px!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:10px!important;padding:5px 10px!important;display:flex!important}.id-field{flex-direction:row!important;align-items:center!important;gap:5px!important;display:flex!important}.id-label{color:#4a5568!important;font-size:12px!important;font-weight:600!important}.id-value{font-size:12px!important;font-weight:500!important}.info-card{page-break-inside:avoid!important;border:1px solid #e2e8f0!important;border-radius:6px!important;margin-bottom:12px!important}.card-header{color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#002147!important;padding:6px 12px!important}.card-title-text{color:#fff!important;font-size:13px!important;font-weight:600!important}.card-content{background:#fff!important;padding:12px!important}.education-table-enhanced{border-collapse:collapse!important;border:1px solid #e2e8f0!important;width:100%!important;margin-bottom:8px!important}.education-table-enhanced th{color:#2d3748!important;background:#f1f5f9!important;border-bottom:2px solid #667eea!important;padding:5px 8px!important;font-size:11px!important;font-weight:600!important}.education-table-enhanced td{border-bottom:1px solid #e2e8f0!important;padding:4px 8px!important;font-size:11px!important}.qualification-text{font-weight:600!important}.percent-value{color:#48bb78!important;font-weight:600!important}.marks-table-enhanced th,.marks-table-enhanced td{padding:4px!important;font-size:10px!important}.study-location-box{padding:5px 8px!important}.study-label{min-width:80px!important;font-size:10px!important}.study-value{font-size:10px!important}.hostel-card{margin-bottom:12px!important;padding:8px 12px!important}.hostel-label{font-size:11px!important}.hostel-badge{padding:4px 15px!important;font-size:11px!important}.documents-intro{font-size:11px!important}.documents-list-enhanced li{padding-left:20px!important;font-size:11px!important}.documents-list-enhanced li:before{font-size:11px!important}.declaration-box{padding:8px!important}.declaration-statement{padding-left:8px!important;font-size:10px!important;line-height:1.4!important}.signature-section-enhanced{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-top:8px!important;padding:8px 0 4px!important;display:flex!important}.signature-item{flex-direction:row!important;align-items:center!important;gap:5px!important;display:flex!important}.signature-label{color:#4a5568!important;font-size:10px!important;font-weight:600!important}.signature-value{color:#2d3748!important;font-size:10px!important}.signature-line-enhanced{letter-spacing:2px!important;border-bottom:1px solid #cbd5e0!important;min-width:100px!important;font-size:12px!important}.date-box{background:#f1f5f9!important;border:1px solid #cbd5e0!important;border-radius:4px!important;padding:2px 6px!important;font-size:9px!important}.page-break-after{page-break-after:always!important}.page-break-before{page-break-before:always!important}.no-page-break{page-break-inside:avoid!important}}@media screen and (width>=1025px) and (width<=1200px){.print-wrapper{max-width:95%}}@media screen and (width<=768px){.print-wrapper{margin:10px!important;padding:15px!important}.app-id-card{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:12px!important;padding:15px!important;display:flex!important}.id-field{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.id-label{color:#002147!important;text-align:center!important;font-size:16px!important;font-weight:600!important}.id-value{color:#002147!important;text-align:center!important;width:auto!important;padding:8px 16px!important;font-size:16px!important;font-weight:500!important;display:inline-block!important}.id-highlight{background:#edf2f7!important;border:1px solid #cbd5e0!important;border-radius:6px!important}.program-badge{color:#fff!important;text-align:center!important;background:#002147!important;border-radius:6px!important;width:auto!important;font-size:15px!important;display:inline-block!important}.info-grid{width:100%!important;display:block!important}.info-row{border-bottom:1px solid #e2e8f0!important;width:100%!important;padding:12px 0!important;display:block!important}.info-label{color:#4a5568!important;width:100%!important;min-width:auto!important;margin-bottom:6px!important;padding:0!important;font-size:16px!important;font-weight:600!important;display:block!important}.info-value{color:#2d3748!important;width:100%!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:500!important;display:block!important}.address-grid-fixed{display:block!important}.address-section{margin-bottom:20px!important}.address-section:last-child{margin-bottom:0!important}.address-row{padding:8px 0!important;display:block!important}.addr-label-fixed{color:#4a5568!important;width:100%!important;margin-bottom:4px!important;font-size:16px!important;font-weight:600!important;display:block!important}.addr-value-fixed{width:100%!important;padding:0!important;font-size:16px!important;display:block!important}.card-content>div[style*=grid-template-columns]{display:block!important}.card-content>div[style*=grid-template-columns]>div{margin-bottom:15px!important}.hostel-content{text-align:center!important;flex-direction:column!important;gap:8px!important}.hostel-label{margin-bottom:5px!important;font-size:16px!important;display:block!important}.hostel-badge{padding:6px 20px!important;font-size:16px!important;display:inline-block!important}.signature-section-enhanced{flex-direction:column!important;align-items:flex-start!important;gap:15px!important}.signature-item{justify-content:space-between!important;align-items:center!important;width:100%!important;display:flex!important}.signature-label{min-width:110px!important;font-size:16px!important}.signature-value{font-size:14px!important}.signature-line-enhanced{min-width:120px!important;font-size:16px!important}.date-box{padding:4px 10px!important;font-size:13px!important}.action-buttons-enhanced{display:block!important}.action-buttons-enhanced button{width:100%!important;margin-bottom:10px!important;padding:12px 20px!important;font-size:16px!important;display:block!important}.action-buttons-enhanced button:last-child{margin-bottom:0!important}.back-link-enhanced{text-align:center!important;margin-top:15px!important}.back-link-enhanced a{padding:8px 15px!important;font-size:14px!important;display:inline-block!important}.card-content>div>table,.card-content>table,.marks-table-wrapper{-webkit-overflow-scrolling:touch!important;width:100%!important;display:block!important;overflow:auto hidden!important}.card-content table{border-collapse:collapse!important;width:max-content!important;min-width:100%!important;display:table!important}.card-content{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.marks-table-enhanced,table{width:auto!important;min-width:650px!important;display:table!important}.marks-table-enhanced th,.marks-table-enhanced td,table th,table td{white-space:nowrap!important;padding:8px 6px!important;font-size:12px!important}.card-content{position:relative!important}.card-content:after{text-align:center!important;color:#667eea!important;background:#f0f4f8!important;border-radius:4px!important;margin-top:8px!important;padding:4px!important;font-size:10px!important;display:block!important}.declaration-statement{font-size:15px!important;line-height:1.4!important}.card-header{padding:12px 15px!important}.card-title-text{font-size:18px!important}.main-heading{padding:10px 0!important;font-size:18px!important}.college-header-section{padding:15px!important}.college-header-section h1{font-size:20px!important}.college-header-section p{font-size:11px!important}}@media screen and (width<=480px){.print-wrapper{padding:12px!important}.id-label{font-size:14px!important}.id-value{padding:6px 12px!important;font-size:14px!important}.program-badge{font-size:13px!important}.info-label,.info-value,.addr-label-fixed,.addr-value-fixed{font-size:14px!important}.signature-label{min-width:95px!important;font-size:13px!important}.signature-value{font-size:12px!important}.signature-line-enhanced{min-width:100px!important;font-size:14px!important}.card-title-text{font-size:16px!important}.hostel-label,.hostel-badge{font-size:14px!important}.marks-table-enhanced,table{min-width:550px!important}.marks-table-enhanced th,.marks-table-enhanced td,table th,table td{padding:6px 4px!important;font-size:10px!important}}@media screen and (width<=380px){.card-content:after{font-size:9px!important}}@media screen and (width<=768px){.full-row{grid-column:auto!important}}@media screen and (width>=769px) and (width<=1024px){.info-label{min-width:180px!important;font-size:15px!important}.info-value{padding-left:15px!important;font-size:15px!important}.addr-label-fixed{min-width:90px!important;font-size:13px!important}.addr-value-fixed{font-size:14px!important}.marks-table-enhanced,table{min-width:auto!important}.marks-table-enhanced th,.marks-table-enhanced td,table th,table td{white-space:normal!important;padding:8px!important;font-size:13px!important}.card-content:after{display:none!important}}*{box-sizing:border-box;margin:0;padding:0}.provisional-print-wrapper{color:#2d3748;background:#fff;border-radius:12px;max-width:1100px;margin:30px auto;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.4;box-shadow:0 10px 30px #0000001a}.provisional-college-header{margin-bottom:20px}.loading-container{flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.spinner{border:3px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;margin-bottom:15px;animation:1s linear infinite spin}.error-container{text-align:center;background:#fff;border-radius:12px;max-width:500px;margin:40px auto;padding:40px 20px;box-shadow:0 4px 12px #0000001a}.error-message{color:#e53e3e;background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;margin-bottom:15px;padding:12px;font-size:15px}.debug-info{text-align:left;background-color:#f5f5f5;border-radius:5px;margin-top:20px;padding:20px;font-size:10pt}.provisional-header-top{text-align:center;margin-bottom:25px}.provisional-main-heading{text-align:center;letter-spacing:.5px;color:#002147;margin-bottom:5px;font-size:22px;font-weight:700}.provisional-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:20px;overflow:hidden}.provisional-card-header{color:#fff;background:#002147;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.provisional-card-title{align-items:center;gap:8px;display:flex}.provisional-card-icon{font-size:16px}.provisional-card-title-text{color:#fff;font-size:16px;font-weight:600}.provisional-card-content{background:#fafdff;padding:15px}.provisional-student-table{border-collapse:collapse;width:100%}.provisional-student-table td{vertical-align:top;border-bottom:1px solid #e2e8f0;padding:8px 4px}.provisional-student-table td:first-child{color:#4a5568;width:28%;font-weight:600}.provisional-student-table td:nth-child(2){color:#2d3748;width:32%;font-weight:500}.provisional-admission-message{text-align:justify;margin-bottom:20px;font-size:14pt;line-height:1.5}.provisional-message-text{color:#2d3748;margin:8px 0}.provisional-document-section{margin-bottom:20px}.provisional-document-title{color:#2d3748;margin-bottom:5px;font-size:14pt;font-weight:600}.provisional-document-subtitle{color:#4a5568;margin:8px 0;font-size:14pt}.provisional-document-list{text-align:justify;margin:8px 0;padding-left:25px;line-height:1.5;list-style-type:lower-alpha}.provisional-document-list li{color:#2d3748;margin-bottom:6px;font-size:14pt}.provisional-instructions-section{margin-top:20px;margin-bottom:20px}.provisional-instructions-list{margin:8px 0;padding-left:25px;line-height:1.5}.provisional-instructions-list li{margin-bottom:12px;font-size:14pt}.provisional-final-note{margin-top:30px;margin-bottom:30px}.provisional-final-note-text{text-align:justify;color:#2d3748;padding:10px;font-size:14pt;font-weight:500;line-height:1.5}.provisional-signature-section{text-align:right;margin-top:60px;margin-bottom:20px}.provisional-signature-name{color:#2d3748;font-size:11pt;font-weight:700}.provisional-signature-title{color:#4a5568;font-size:11pt;font-weight:700}.provisional-umis-header{text-align:center;margin-bottom:15px}.provisional-umis-title{color:#002147;margin-top:5px;font-size:16pt;font-weight:700;text-decoration:underline}.provisional-umis-student-card{background:#f7fafc;border:1px solid #ddd;border-radius:8px;margin-bottom:20px;padding:12px}.provisional-umis-student-table{border-collapse:collapse;width:100%}.provisional-umis-student-table td{padding:8px;font-size:14pt}.provisional-umis-student-name{width:60%}.provisional-umis-student-id{text-align:center;border:1px solid #000;width:38%;padding:8px}.provisional-info-grid{grid-template-columns:repeat(2,1fr);gap:8px 20px;width:100%;display:grid}.provisional-info-row{border-bottom:1px dashed #e2e8f0;flex-direction:row;align-items:baseline;width:100%;padding:6px 0;line-height:1.4;display:flex}.provisional-info-label{color:#4a5568;white-space:nowrap;min-width:170px;font-size:14pt;font-weight:600}.provisional-info-value{color:#2d3748;word-break:break-word;flex:1;padding-left:12px;font-size:12pt;font-weight:500}.provisional-action-buttons{z-index:1000;justify-content:center;gap:15px;margin-top:30px;margin-bottom:20px;display:flex;position:sticky;bottom:20px}.provisional-print-btn,.provisional-download-btn,.provisional-back-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 24px;font-size:11pt;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 2px 5px #0003}.provisional-print-btn{color:#fff;background-color:#4caf50}.provisional-print-btn:hover{background-color:#45a049;transform:translateY(-2px)}.provisional-download-btn{color:#fff;background-color:#2196f3}.provisional-download-btn:hover{background-color:#0b7dda;transform:translateY(-2px)}.provisional-back-btn{color:#fff;background-color:#f44336}.provisional-back-btn:hover{background-color:#da190b;transform:translateY(-2px)}.provisional-action-buttons button:disabled{opacity:.6;cursor:not-allowed;transform:none}.provisional-pdf-page{box-sizing:border-box;background:#fff;border-bottom:1px solid #e2e8f0;min-height:auto;margin-bottom:30px;padding:0;position:relative}.provisional-pdf-page:last-child{border-bottom:none;margin-bottom:0}.provisional-page-number{display:none}.provisional-location-loading{z-index:1000;background:#ffc107;border-radius:4px;padding:5px 10px;font-family:Inter,sans-serif;font-size:10pt;position:fixed;top:70px;right:10px}@media screen and (width<=768px){.provisional-print-wrapper{border-radius:8px;margin:10px;padding:10px}.provisional-main-heading,.provisional-card-title-text{font-size:16px}.provisional-card-content{padding:12px}.provisional-info-grid{display:block}.provisional-info-row{flex-direction:column;align-items:flex-start;padding:8px 0}.provisional-info-label{white-space:normal;width:100%;min-width:auto;margin-bottom:4px;font-size:14px}.provisional-info-value{width:100%;padding-left:0;font-size:12px}.provisional-action-buttons{flex-direction:column;gap:10px;margin-top:20px;position:static}.provisional-print-btn,.provisional-download-btn,.provisional-back-btn{justify-content:center;width:100%}.provisional-umis-student-table td{width:100%;margin-bottom:8px;display:block}.provisional-umis-student-id{border:1px solid #ddd}.provisional-signature-section{text-align:center;margin-top:40px}}@media print{@page{size:A4;margin:1.5cm 1.2cm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body,html{background:#fff!important;margin:0!important;padding:0!important}.provisional-print-wrapper{max-width:100%!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:0!important}.provisional-action-buttons,.provisional-location-loading{display:none!important}.provisional-pdf-page{page-break-after:always!important;page-break-before:avoid!important;page-break-inside:avoid!important;border:none!important;margin:0!important;padding:0!important}.provisional-pdf-page:last-child{page-break-after:auto!important}.provisional-page-number{text-align:right!important;color:#666!important;border-top:1px solid #ccc!important;margin-top:15px!important;padding-top:8px!important;font-size:9pt!important;display:block!important}.provisional-info-card,.provisional-document-section,.provisional-instructions-section,.provisional-final-note,.provisional-signature-section,.provisional-umis-student-card{page-break-inside:avoid!important;break-inside:avoid!important}.provisional-info-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px 20px!important;display:grid!important}.provisional-info-row{page-break-inside:avoid!important;flex-direction:row!important;align-items:baseline!important;padding:4px 0!important;display:flex!important}.provisional-info-label{white-space:normal!important;color:#4a5568!important;width:170px!important;min-width:170px!important;font-size:14pt!important;font-weight:600!important}.provisional-info-value{flex:1!important;padding-left:12px!important;font-size:10pt!important;font-weight:500!important}.provisional-student-table,.provisional-umis-student-table{width:100%!important}.provisional-student-table td,.provisional-umis-student-table td{padding:6px 4px!important;font-size:14pt!important}.provisional-card-header{background:#002147!important}.provisional-main-heading{font-size:18pt!important;font-weight:700!important}.provisional-umis-title{font-size:16pt!important}.provisional-message-text,.provisional-document-list li,.provisional-instructions-list li,.provisional-final-note-text{font-size:10pt!important;line-height:1.5!important}.provisional-signature-name,.provisional-signature-title{font-size:11pt!important}p,li,.provisional-info-row{orphans:3!important;widows:3!important}}.print-mode .provisional-pdf-page{page-break-after:always!important;break-after:page!important;margin:0!important;padding:1.5cm!important}@media screen and (width<=768px){.provisional-print-wrapper{box-shadow:none;background:#fff;border-radius:12px;margin:12px;padding:16px 16px 90px}.provisional-main-heading{word-break:break-word;line-height:1.3;font-size:18px!important}.provisional-info-card{border-radius:12px;margin-bottom:20px;overflow:hidden}.provisional-card-header{padding:12px 16px}.provisional-card-title-text{font-size:16px;font-weight:600}.provisional-card-content{padding:16px}.provisional-card-content>div[style*="display: grid"]{flex-direction:column!important;gap:8px!important;display:flex!important}.provisional-card-content>div[style*="grid-template-columns: 1fr 1fr"]{flex-direction:column!important;gap:20px!important;display:flex!important}.provisional-card-content>div[style*="grid-template-columns: 1fr 1fr"]>div{margin-bottom:8px;width:100%!important}.provisional-info-row,div[style*="display: flex"][style*="align-items: baseline"]{border-bottom:1px solid #f0f0f0;gap:4px;padding:8px 0;flex-wrap:wrap!important;align-items:flex-start!important;display:flex!important}.provisional-info-label,span[style*="min-width: 220px"]{color:#1e293b;flex-shrink:0;font-weight:600;width:auto!important;min-width:140px!important;font-size:13px!important}.provisional-info-value,span[style*="padding-left: 30px"]{word-break:break-word;flex:1;padding-left:12px!important;font-size:14px!important}.provisional-card-content:has(table){-webkit-overflow-scrolling:touch;scroll-behavior:smooth;position:relative;overflow:auto visible}.provisional-card-content:has(table):before{content:"← Scroll horizontally →";text-align:center;color:#666;letter-spacing:1px;background:linear-gradient(90deg,#f0f0f0,#fff,#f0f0f0);border-radius:20px;margin-bottom:10px;padding:6px;font-size:11px;animation:1.5s ease-in-out infinite pulse;display:block}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.provisional-card-content table{border-collapse:collapse;width:max-content;min-width:100%;margin-bottom:5px;font-size:12px;display:table}.provisional-card-content table thead tr th{z-index:10;position:sticky;top:0;background-color:#002147!important}.provisional-card-content table td,.provisional-card-content table th{word-break:keep-all;white-space:nowrap;padding:10px 8px!important;font-size:12px!important}.provisional-card-content table td:first-child,.provisional-card-content table td:nth-child(2),.provisional-card-content table th:first-child,.provisional-card-content table th:nth-child(2){white-space:normal;min-width:120px;max-width:200px}.provisional-card-content table td:nth-child(2){white-space:normal;word-break:break-word}.provisional-card-content:has(table)::-webkit-scrollbar{height:6px}.provisional-card-content:has(table)::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.provisional-card-content:has(table)::-webkit-scrollbar-thumb{background:#002147;border-radius:10px}div[style*="display: grid"][style*="grid-template-columns: 1fr 1fr"]{gap:8px;flex-direction:column!important;display:flex!important}.provisional-umis-student-card table{width:100%;display:block;overflow-x:auto}.provisional-umis-student-card table td{display:block;text-align:left!important;width:100%!important;padding:6px 0!important}.provisional-info-card:has(.provisional-card-content table) .provisional-card-content{padding:12px 0;overflow-x:auto}.provisional-document-list li,.provisional-instructions-list li{margin-bottom:10px;line-height:1.5;font-size:14px!important}.provisional-message-text{line-height:1.5;font-size:14px!important}.provisional-action-buttons{z-index:1000!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffffa!important;border-top:1px solid #e2e8f0!important;border-radius:0!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:12px 16px!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;box-shadow:0 -4px 20px #00000026!important}.provisional-action-buttons button{white-space:nowrap!important;text-align:center!important;border-radius:40px!important;flex:0 auto!important;min-width:140px!important;max-width:180px!important;margin:0!important;padding:14px 24px!important;font-size:14px!important;font-weight:600!important}.provisional-download-btn{background:linear-gradient(135deg,#002147 0%,#036 100%)!important;left:-20px!important}.provisional-back-btn{background:linear-gradient(135deg,#6c757d 0%,#5a6268 100%)!important}.provisional-pdf-page:last-child{padding-bottom:80px!important}.provisional-page-number{display:none}.provisional-card-content>div>div>div[style*="display: flex"]{flex-wrap:wrap}.provisional-card-content .provisional-info-row+div{margin-top:4px}body{overflow-x:hidden}body:has(.provisional-card-content:has(table):active){overflow:hidden}.provisional-college-header svg,.provisional-college-header img{max-width:100%;height:auto}.provisional-info-card:first-child .provisional-card-content>div>div:last-child{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px}button,.provisional-download-btn,.provisional-back-btn{cursor:pointer;min-height:48px}.provisional-card-content:not(:has(table)):before{display:none}}@media screen and (width<=480px){.provisional-print-wrapper{margin:8px;padding:12px 12px 85px}.provisional-main-heading{font-size:16px!important}.provisional-card-title-text{font-size:16px}.provisional-info-label,span[style*="min-width: 220px"]{min-width:120px!important;font-size:12px!important}.provisional-info-value,span[style*="padding-left: 30px"]{padding-left:8px!important;font-size:13px!important}.provisional-action-buttons button{min-width:120px!important;max-width:150px!important;padding:12px 16px!important;font-size:13px!important}.provisional-action-buttons{gap:10px!important;padding:10px 12px!important}.provisional-document-list li,.provisional-instructions-list li{font-size:14px!important}.provisional-card-content:has(table):before{padding:4px;font-size:10px}.provisional-card-content table td,.provisional-card-content table th{padding:8px 6px!important;font-size:11px!important}.provisional-pdf-page:last-child{padding-bottom:75px!important}}@media screen and (width<=380px){.provisional-action-buttons button{min-width:100px!important;max-width:130px!important;padding:10px 12px!important;font-size:12px!important}.provisional-action-buttons{gap:8px!important;padding:8px 12px!important}}@media print{.provisional-action-buttons{display:none!important;position:static!important}.provisional-page-number{display:none!important}.provisional-card-content:has(table):before{display:none!important}.provisional-print-wrapper,.provisional-pdf-page:last-child{padding-bottom:0!important}.provisional-card-content>div[style*="display: grid"],.provisional-card-content>div[style*="grid-template-columns: 1fr 1fr"]{flex-direction:unset!important;display:grid!important}.provisional-info-label,span[style*="min-width: 220px"]{width:170px!important;min-width:170px!important}.provisional-info-value,span[style*="padding-left: 30px"]{padding-left:12px!important}.provisional-card-content table{width:100%!important;overflow:visible!important}.provisional-card-content:has(table){overflow:visible!important}}@media screen and (width>=769px) and (width<=1024px){.provisional-action-buttons{justify-content:center!important;margin-top:30px!important;position:sticky!important;bottom:20px!important}.provisional-action-buttons button{min-width:160px!important}}.login-container{min-height:100vh;font-family:Poppins,sans-serif;display:flex}.left-section{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.illustration{max-width:80%;height:auto}.right-section{background:#fff;flex:1;justify-content:center;align-items:center;display:flex}h3{color:#002147}h2{margin-bottom:8px;font-size:28px;font-weight:600}.subtitle{color:#777;margin-bottom:24px}.input-group{flex-direction:column;margin-bottom:16px;display:flex}.input-group label{color:#555;margin-bottom:6px;font-size:14px}.input-group input{border:1px solid #ddd;border-radius:8px;padding:12px;font-size:14px}.options{justify-content:space-between;align-items:center;margin-bottom:20px;font-size:13px;display:flex}.options a{color:#002147;text-decoration:none}.btn-primary{color:#fff;cursor:pointer;background-color:#002147;border:none;border-radius:8px;width:100%;padding:12px;font-size:15px;font-weight:500;transition:all .3s}.btn-primary:hover{background-color:#002147}.social-login{text-align:center;margin-top:20px}.social-buttons{justify-content:center;gap:12px;margin-top:8px;display:flex}.social-btn{cursor:pointer;background:#eee;border:none;border-radius:50%;width:40px;height:40px;font-size:18px;transition:all .3s}.social-btn:hover{background:#ddd}.signup-text{text-align:center;margin-top:20px;font-size:14px}.signup-text a{color:#002147;text-decoration:none}.password-group{position:relative}.password-wrapper{align-items:center;display:flex;position:relative}.password-wrapper input{border:1px solid #ddd;border-radius:8px;width:100%;padding:12px 40px 12px 12px;font-size:14px}.toggle-password-icon{cursor:pointer;color:#666;font-size:18px;position:absolute;top:35%;right:20px}.toggle-password-icon:hover{color:#110e0e}.form-container{text-align:left;background:#fff;border-radius:12px;max-width:1000px;margin:40px auto;padding:30px;font-family:Segoe UI,Arial,sans-serif;animation:.6s ease-in-out fadeIn;box-shadow:0 6px 18px #00000026}.form-container h2,.form-container h3,.form-container h4{text-align:center;color:#002147;margin-bottom:25px;font-weight:700}.form-container h2{font-size:22px}.form-container h3{font-size:20px}.form-container h4{font-size:18px}.two-column-form{grid-template-columns:1fr 1fr;gap:20px 30px;display:grid}label,.inline-label{color:#333;align-items:center;gap:4px;margin-bottom:5px;font-size:16px;font-weight:700;display:inline-flex}input,select,textarea{box-sizing:border-box;border:1px solid #ccc;border-radius:6px;outline:none;width:100%;margin-top:6px;padding:12px;font-size:14px;transition:border-color .3s,box-shadow .3s}input:focus,select:focus,textarea:focus{border-color:#002147;box-shadow:0 0 6px #0f1c574d}.radio-group{color:#444;gap:50px;margin-top:8px;font-weight:400;display:flex}.submit-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background-color:#002147;border:none;border-radius:6px;width:100%;padding:14px 0;font-size:1.1rem;font-weight:700;transition:background .2s}.submit-btn:hover{background-color:#002147}.input-wrapper{text-align:left;grid-template-columns:410px 1fr;align-items:center;gap:16px;margin-bottom:30px;display:grid}.inline-label{color:#1a1a1a;white-space:nowrap;margin:6px 0;font-size:16px;font-weight:600;display:block}.input-field{margin-left:8px;position:relative}.input-field input,.input-field select{border:1px solid #c7c7c7;border-radius:6px;width:500px;height:40px;padding:8px 40px 8px 12px;font-size:14.5px}.input-field .dob-row select{box-sizing:border-box;height:38px;padding:8px 10px;font-size:14.5px;line-height:1.2}@media (width<=768px){.input-field input,.input-field select{width:100%}}.valid-icon{color:#2e7d32;pointer-events:none;font-size:18px;position:absolute;top:50%;right:40px;transform:translateY(-50%)}select{padding-right:35px}.error{color:red;margin-top:4px;font-size:12px}.input-wrapper .error+.valid-icon,.input-field .error+.valid-icon{display:none}.required{color:red;font-weight:700}.tamil-label{color:#0f0f0f;margin-top:3px;font-size:13px;font-weight:700}.field-with-icon{align-items:center;display:flex;position:relative}.field-with-icon input,.field-with-icon select{width:100%;padding-right:40px}.registration-container{color:#002147;background:#fff;border-radius:12px;max-width:850px;margin:60px auto;padding:40px 50px;font-family:Poppins,sans-serif;box-shadow:0 8px 20px #0000001a}.registration-header{text-align:center;margin-bottom:30px}.registration-header h2{color:#002147;margin-bottom:6px;font-size:26px;font-weight:700}.registration-header h4{color:#555;margin-bottom:20px;font-size:18px}.register-btn{color:#fff;cursor:pointer;background-color:#002147;border:none;border-radius:10px;width:250px;margin-top:10px;padding:18px;font-size:18px;font-weight:600;transition:background .3s}.register-btn:hover{background-color:#002147}.login-link{text-align:center;grid-column:span 2;margin-top:10px;font-size:14px}.login-link a{color:#002147;font-weight:600;text-decoration:none}.login-link a:hover{text-decoration:underline}@media (width<=768px){.registration-form{grid-template-columns:1fr;gap:18px}.register-btn{font-size:15px}}.dob-row{align-items:center;gap:10px;display:flex;position:relative}.dob-validation{position:absolute;top:50%;right:35px;transform:translateY(-50%)}.dob-validation .valid-icon{margin-top:18px;margin-left:-24px;position:static!important}.dob-row select:focus{border-color:#002147;box-shadow:0 0 5px #0d16454d}.popup{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-content{text-align:center;background:#fff;border-radius:12px;width:500px;padding:25px;box-shadow:0 4px 20px #0003}.popup-content h3{color:#fff;background-color:#002147;border-radius:10px 10px 0 0;margin:-25px -25px 15px;padding:10px}.popup-content p{color:#002147;font-size:16px;line-height:1.5}.apply-btn{color:#fff;cursor:pointer;background-color:#002147;border:none;border-radius:20px;margin-top:10px;padding:8px 18px;font-weight:700}.apply-btn:hover{background-color:#002147}.marks-table th,.marks-table td{text-align:center;border:1px solid #ccc;padding:8px}.marks-table input{text-align:right;width:50px}.form-message{color:green;margin-top:10px;font-weight:700}.header-section{color:#fff;text-align:center;background-color:#002147;border-radius:10px 10px 0 0;padding:20px 10px}.header-section h1{letter-spacing:.5px;margin:0;font-size:26px;font-weight:700}.header-section p{color:#eaf0ff;margin:5px 0;font-size:14px;line-height:1.4}.step-progress{text-align:center;margin-bottom:30px}.step-progress h3{color:#002147;margin-bottom:4px;font-weight:600}.step-progress p{color:#555;margin-bottom:20px;font-size:15px}.steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex;position:relative}.step{text-align:center;position:relative}.circle{color:#fff;background-color:#ccc;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin:0 auto 5px;font-size:15px;font-weight:700;display:flex}.step.completed .circle{background-color:#28a745}.step.active .circle{background-color:#007bff}.label{color:#333;font-size:12px;font-weight:600;display:block}.steps:before{content:"";z-index:0;background-color:#ccc;height:2px;position:absolute;top:14px;left:15%;right:15%}.step.completed~.step:before,.step.active:before{background-color:#28a745}.register-btn:disabled{cursor:not-allowed;background-color:#ccc}.error-text{color:#dc3545;text-align:left;text-align:center;grid-column:2/3;min-height:16px;margin-top:4px;font-size:12px;line-height:1.2;display:block}.submit-btn:disabled{cursor:not-allowed;background-color:#ccc}@media (width<=768px){.input-wrapper{grid-template-columns:1fr}.inline-label{margin-bottom:5px;padding-top:0}.error{grid-column:1}}.course-grid{grid-template-columns:1fr 1fr;gap:60px;margin-top:30px;display:grid}.course-list{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.course-item{text-align:left;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;font-size:15px;font-weight:500;display:flex}.course-item input[type=checkbox]{flex-shrink:0;width:16px;height:16px;margin-top:3px}.course-item span{line-height:1.4}.course-title{text-align:left;color:#002147;margin-bottom:18px;font-size:16px;font-weight:600}.course-selection{margin-top:20px}.course-summary-container{background:#fff;border-radius:12px;max-width:1000px;margin:40px auto;padding:25px;box-shadow:0 6px 18px #00000026}.course-summary-title{text-align:center;color:#002147;margin-bottom:20px;font-size:20px;font-weight:700}.course-summary-table{border-collapse:collapse;width:100%;margin-top:10px}.course-summary-table th{color:#fff;text-align:center;background-color:#002147;padding:12px;font-size:14px}.course-summary-table td{text-align:center;border-bottom:1px solid #ddd;padding:12px;font-size:14px}.course-summary-table tr:nth-child(2n){background-color:#e9ffff}.course-summary-table th:first-child,.course-summary-table td:first-child{text-align:left;padding-left:20px}.remove-link{color:#002147;cursor:pointer;font-weight:600}.remove-link:hover{text-decoration:underline}.pay-checkbox{cursor:pointer;width:16px;height:16px}.pay-btn{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:20px;width:100%;padding:8px}.pay-btn.selected{background:#07652fc7}.pay-btn:hover{background-color:#07652fc7}.input-field input[type=checkbox]{width:18px;height:18px;margin:0}.readonly-field{color:#000;cursor:not-allowed;background-color:#f7f7f7;font-weight:500}.payment-actions{justify-content:center;gap:20px;margin-top:30px;display:flex}.add-course-btn,.pay-online-btn{cursor:pointer;border:none;border-radius:8px;min-width:160px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s ease-in-out}.add-course-btn{color:#f3f4f5;background-color:#002147}.add-course-btn:hover{background-color:#002147}.pay-online-btn{color:#f3f4f5;background-color:#002147}.pay-online-btn:hover{background-color:#002147}.marks-table{border-collapse:collapse;width:100%;margin-top:20px}.marks-table th{text-align:center;background-color:#b6b3b3;border:1px solid #ddd;padding:10px;font-weight:700}.marks-table td{text-align:center;vertical-align:middle;border:1px solid #ddd;padding:10px}.mark-cell{display:inline-block;position:relative}.mark-cell .error-text{text-align:center!important;width:100%!important;margin-top:2px!important;padding:2px 4px!important;font-size:14px!important;display:block!important;position:relative!important;top:auto!important;right:auto!important;transform:none!important}.mark-cell input{text-align:center;border:1px solid #ccc;border-radius:4px;width:80px;padding:8px}.required-asterisk{color:red;margin-left:5px;font-size:16px;font-weight:700;position:absolute;top:50%;right:-15px;transform:translateY(-50%)}.input-error{color:red!important;background-color:#ffe6e6!important;border:2px solid red!important}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-page{background:linear-gradient(135deg,#f5f7fa 0%,#e4edf5 100%);flex-direction:column;min-height:100vh;display:flex}.header{color:#fff;z-index:100;background:#002147;padding:1rem 0;position:sticky;top:0;box-shadow:0 4px 12px #00000026}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.college-name{letter-spacing:.5px;text-shadow:1px 1px 3px #0000004d;font-size:1.8rem;font-weight:700}.admission-title h2{letter-spacing:1px;margin-bottom:.2rem;font-size:1.5rem;font-weight:600}.admission-title h3{color:#c8e1ff;text-align:right;font-size:1.2rem;font-weight:500}.main-content{flex:1;padding:2rem 1rem}.container{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}.instructions-section{flex-direction:column;display:flex}.instructions-box{background:#fff;border:1px solid #e1e8f0;border-radius:12px;padding:2rem;box-shadow:0 6px 20px #00000014}.instructions-box h3{color:#002147;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.3rem;display:flex}.instructions-list{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.instruction-item{background:#f8fafd;border-left:4px solid #002147;border-radius:8px;gap:1rem;padding:1rem;transition:transform .2s;display:flex}.instruction-item:hover{background:#f0f7ff;transform:translate(5px)}.instruction-number{color:#fff;background:#002147;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-weight:600;display:flex}.instruction-item p{color:#333;line-height:1.5}.disclaimer-box{background:#fff8f8;border:1px solid #ffdede;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.disclaimer-box h3{color:#c0392b}.disclaimer-list{color:#555;padding-left:1.5rem}.disclaimer-list li{margin-bottom:1rem;line-height:1.5}.disclaimer-list a{color:#002147;font-weight:500;text-decoration:none}.disclaimer-list a:hover{text-decoration:underline}.help-section{background:#f0f8ff;border-left:4px solid #002147;border-radius:8px;padding:1.5rem}.help-section h4{color:#002147;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.help-section p{color:#333;margin-bottom:.5rem;line-height:1.4}.login-section{flex-direction:column;gap:2rem;display:flex}.login-box{background:#fff;border:1px solid #e1e8f0;border-radius:12px;padding:2.5rem;box-shadow:0 8px 25px #0000001a}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{color:#002147;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.6rem;display:flex}.login-header p{color:#666;font-size:1rem}.login-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#333;align-items:center;gap:.5rem;font-weight:600;display:flex}.form-group input,.form-group select{border:2px solid #e1e8f0;border-radius:8px;padding:.9rem 1rem;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus{border-color:#002147;outline:none;box-shadow:0 0 0 3px #20468f1a}.form-options{justify-content:space-between;align-items:center;display:flex}.remember-me{align-items:center;gap:.5rem;display:flex}.remember-me input{cursor:pointer;width:18px;height:18px}.remember-me label{color:#555;cursor:pointer;font-weight:500}.forgot-password{color:#002147;font-weight:500;text-decoration:none;transition:color .2s}.forgot-password:hover{color:#002147;text-decoration:underline}.login-button{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.login-button:hover{background:#002147;transform:translateY(-2px);box-shadow:0 5px 15px #20468f4d}.login-divider{text-align:center;margin:1rem 0;position:relative}.login-divider:before{content:"";background:#e1e8f0;height:1px;position:absolute;top:50%;left:0;right:0}.login-divider span{color:#666;background:#fff;padding:0 1rem;font-size:.9rem}.register-button{color:#002147;cursor:pointer;background:#f8fafd;border:2px solid #002147;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.register-button:hover{color:#fff;background:#002147;transform:translateY(-2px)}.login-footer{text-align:center;color:#666;border-top:1px solid #e1e8f0;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;font-size:.9rem;display:flex}.quick-links{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 6px 20px #00000014}.quick-links h3{color:#002147;text-align:center;margin-bottom:1.5rem;font-size:1.3rem}.links-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.link-card{color:#333;background:#f8fafd;border:1px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;text-decoration:none;transition:all .3s;display:flex}.link-card:hover{background:#fff;border-color:#002147;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.link-icon{margin-bottom:.5rem;font-size:1.8rem}.link-card span{text-align:center;font-size:.9rem;font-weight:500}.footer{color:#c8e1ff;text-align:center;background:#002147;margin-top:2rem;padding:1.5rem}.footer p{margin:.3rem 0;font-size:.9rem}.icon{font-style:normal}.error-input{background-color:#fff8f8;border:1px solid red!important}.error-input:focus{border-color:#dc3545!important;box-shadow:0 0 0 3px #dc35451a!important}.error-message{color:#dc3545;margin-top:.25rem;margin-bottom:0;font-size:.875rem;font-weight:500}.required{color:#dc3545;margin-left:2px}.required-note{color:#f70808;text-align:right;margin-bottom:1.5rem;font-size:.9rem}.form-row{gap:1rem;margin-bottom:1rem;display:flex}.form-buttons{gap:1rem;margin-top:2rem;display:flex}.back-button{color:#002147;cursor:pointer;background:#f8fafd;border:2px solid #002147;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.back-button:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.proceed-button{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:8px;flex:2;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.proceed-button:hover{background:#002147;transform:translateY(-2px);box-shadow:0 5px 15px #20468f4d}.form-section{margin-bottom:1.5rem}.form-section h3{color:#002147;border-bottom:1px solid #e1e8f0;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;display:flex}.academic-info-box{background:#f8fafd;border:1px solid #e1e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.academic-info-box h3{color:#002147;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.centered-form .container{grid-template-columns:1fr;max-width:500px}.password-toggle{position:relative}.password-toggle input{padding-right:3rem}.toggle-password-btn{cursor:pointer;color:#666;background:0 0;border:none;padding:.25rem;font-size:1.2rem;position:absolute;top:35px;right:10px}a{color:#002147;font-weight:500;text-decoration:none}a:hover{color:#002147;text-decoration:underline}select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}@media (width<=1024px){.container{grid-template-columns:1fr;max-width:800px}.header-content{text-align:center;flex-direction:column;gap:.5rem}.admission-title h3{text-align:center}}@media (width<=768px){.container{padding:0}.instructions-box,.login-box,.quick-links{padding:1.5rem}.links-grid{grid-template-columns:1fr}.form-options{flex-direction:column;align-items:flex-start;gap:1rem}.form-row{flex-direction:column;gap:1rem}.form-buttons{flex-direction:column}.back-button,.proceed-button{flex:1!important}.centered-form .container{max-width:100%;padding:0 1rem}}@media (width<=480px){.header{padding:.8rem 0}.college-name{font-size:1.5rem}.admission-title h2{font-size:1.3rem}.admission-title h3{font-size:1.1rem}.main-content{padding:1rem .5rem}.login-box{padding:1.5rem}.login-header h2{font-size:1.4rem}.login-form{gap:1rem}.form-group input,.form-group select{padding:.75rem .875rem;font-size:.9375rem}.login-button,.register-button,.back-button,.proceed-button{padding:.875rem;font-size:1rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#002147;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#002147}@media print{.no-print{display:none!important}body{color:#000!important;background:#fff!important}a{color:#000!important;text-decoration:underline!important}.login-box,.instructions-box{box-shadow:none!important;border:1px solid #ddd!important}}input:disabled,select:disabled,input[readonly],.readonly-field{font-weight:600;color:#111!important;opacity:1!important;background-color:#f5f5f5!important}input[readonly]{background-color:#f5f5f5;font-weight:600;color:#111!important;opacity:1!important}.readonly-field{font-weight:600;color:#111!important;opacity:1!important;background-color:#f5f5f5!important}#card{text-align:center;width:620px;margin:auto;font-family:Source Sans Pro,sans-serif;display:block;position:relative;top:110px}#upper-side{color:#fff;background-color:#002147;border-top-left-radius:8px;border-top-right-radius:8px;padding:2em;display:block}#checkmark{fill:#fff;width:80px;height:80px;margin:-3.5em auto auto 80px;font-weight:lighter}#status{text-transform:uppercase;letter-spacing:2px;margin-top:-.2em;margin-bottom:0;font-size:1em;font-weight:lighter}#lower-side{background:#fff;border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding:2em 2em 5em;display:block;box-shadow:0 0 10px #0000007d}#message{color:#757575;letter-spacing:1px;margin-top:-.5em}#contBtn{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:25px;margin:auto;padding:.8em 3em;font-weight:700;text-decoration:none;transition:all .4s;display:inline-block;position:relative;top:1.5em;box-shadow:0 15px 30px #32323236}#contBtn:hover{transition:all .4s;box-shadow:0 15px 30px #32323269}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.animated.fadeIn{animation:.5s ease-in fadeIn}@media (width<=768px){#card{width:90%;top:50px}#checkmark{margin-left:auto;margin-right:auto}}.course-card-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;margin-top:20px;display:grid}.course-card{background:#fff;border-radius:14px;flex-direction:column;align-items:center;padding:22px 20px;display:flex;box-shadow:0 4px 12px #00000014}.course-tile{background:#fff;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;min-height:180px;padding:14px 12px;display:flex;box-shadow:0 8px 18px #0000000f}.course-tile:hover{transform:translateY(-4px)}.tile-icon{color:#002147;background:#f8f9ff;border:3px solid #dce3f0;border-radius:10px;justify-content:center;align-items:center;width:80px;height:60px;margin:0 auto 6px;font-size:32px;transition:all .3s;display:flex;box-shadow:0 6px 18px #0000001f}.tile-icon:hover{transform:translateY(-4px);box-shadow:0 10px 22px #00000026}.tile-name{text-align:center;-webkit-box-orient:vertical;justify-content:center;align-items:center;min-height:48px;margin:6px 0 8px;font-size:15px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.tile-btn{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:999px;width:100%;margin-top:auto;padding:8px 0;font-size:16px}.tile-btn.applied{background:#1aa64b}.course-tile.locked{opacity:.6}.course-tile.locked .tile-btn{cursor:not-allowed;background:#07652fc7}.course-section>div{margin-bottom:36px}.tile-remove-btn{cursor:pointer;color:#b71c1c;background:0 0;border:none;align-items:center;gap:6px;margin-top:6px;font-size:15px;font-weight:700;transition:color .2s,transform .2s;display:flex}.tile-remove-btn span,.tile-remove-btn svg{color:#b71c1c}.tile-remove-btn:hover{color:#7f0000;transform:scale(1.05)}.tile-remove-btn:disabled{opacity:1;pointer-events:auto}.tile-remove-btn:first-letter{font-size:16px}.course-name{text-align:center;-webkit-box-orient:vertical;justify-content:center;align-items:center;min-height:48px;margin-bottom:4px;font-size:16px;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.section-title{text-align:center;margin:20px 0}.course-icon{color:#002147;background:#eef3ff;border-radius:16px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 12px;font-size:100px;display:flex}.selected-btn{color:#fff;cursor:not-allowed;background:#a9ada9d2;border:none;border-radius:20px;margin-bottom:10px;padding:6px 14px;font-size:13px}.pay-tick{font-size:12px;line-height:1}.pay-btn.selected{justify-content:center;align-items:center;display:flex}.popup-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-box{text-align:center;background:#fff;border-radius:10px;min-width:300px;padding:30px 40px;box-shadow:0 10px 25px #00000040}.popup-box h3{color:#002147;margin-bottom:10px}.popup-box p{margin-bottom:20px;font-size:16px}.popup-box button{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:6px;padding:8px 22px}.error-text{color:#d32f2f;margin-top:2px;font-size:16px;font-weight:700}.success-text{color:#2e7d32}.cc1-wrapper{background:#f6f7fb;max-width:1100px;margin:auto;padding:20px}.cc1-card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 4px 14px #00000014}.cc1-title{text-align:center;background:#cfe8ef;border-radius:8px;margin-bottom:18px;padding:10px;font-weight:600}.cc1-info{grid-template-columns:repeat(2,1fr);gap:14px;font-size:14px;display:grid}.cc1-info div{background:#f9fafc;border-radius:6px;justify-content:space-between;padding:10px 12px;display:flex}.cc1-info span{color:#6b7280}.cc1-courses{margin-top:20px}.cc1-courses h4{margin-bottom:8px;font-size:15px}.cc1-courses ul{padding-left:18px}.cc1-courses li{margin-bottom:6px;font-size:14px}.cc1-actions{justify-content:center;gap:18px;margin-top:24px;display:flex}.cc1-btn-outline{color:#002147;cursor:pointer;background:#fff;border:1px solid #002147;border-radius:8px;padding:10px 30px;font-weight:600}.cc1-btn-primary{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:8px;padding:10px 30px;font-weight:600}.course-type{margin-top:2px;margin-bottom:6px;font-size:12px;font-weight:500;line-height:1.2}.course-type.aided,.course-type.self-finance{color:#002147}.tooltip{color:#ff0606;z-index:1000;background:#fff;border:1px solid #002147;border-radius:6px;margin-top:5px;padding:12px;font-size:13px;line-height:1.4;animation:.2s ease-in-out fadeIn;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #00000026}.tooltip:before{content:"";border-bottom:8px solid #002147;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;top:-8px;left:15px}.tooltip:after{content:"";border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;top:-7px;left:15px}.dob-tooltip{color:#333;z-index:1001;background:#fff;border:1px solid #002147;border-radius:6px;width:200px;margin-top:5px;padding:12px;font-size:13px;line-height:1.4;animation:.2s ease-in-out fadeIn;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000026}.dob-tooltip:before{content:"";border-bottom:8px solid #002147;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;top:-8px;left:10px}.dob-tooltip:after{content:"";border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;top:-7px;left:10px}.input-field,.dob-row{position:relative}.readonly-input:focus{cursor:default;border-color:#ccc;outline:none}.radio-box{box-sizing:border-box;background:#fff;border:1px solid #cfcfcf;border-radius:4px;align-items:center;gap:0;width:100%;height:40px;padding:0 4px;display:flex;transform:translate(-2px)}.radio-box label{cursor:pointer;align-items:center;gap:2px;margin-right:12px;font-size:15px;display:inline-flex}.radio-box label:first-child{margin-left:-50px}.radio-box input[type=radio]{zoom:.28;cursor:pointer;box-shadow:none;outline:none;margin-right:-200px}.radio-box input[type=radio]:focus{box-shadow:none;outline:none}.preview-details{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin:20px 0;padding:15px;overflow:hidden}.preview-row{word-break:break-word;border-bottom:1px dashed #dee2e6;align-items:center;gap:12px;margin-bottom:10px;padding-bottom:10px;display:flex}.preview-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.preview-label{color:#495057;text-align:left;flex-shrink:0;width:140px;font-weight:600}.preview-value{color:#212529;word-break:break-word;overflow-wrap:anywhere;text-align:left;flex:1;min-width:0;font-weight:500}.preview-note{background-color:#fff3cd;border-radius:4px;margin:15px 0;padding:12px;font-size:14px;line-height:1.5;color:#d32f2f!important;text-align:left!important;border:1px solid #f5c6cb!important}.preview-note br{content:"";margin:5px 0;display:block}.preview-note span{margin-top:5px;font-size:.9em;display:block}.preview-buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.preview-btn{cursor:pointer;border:none;border-radius:4px;min-width:140px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s}.submit-preview-btn{color:#fff;background-color:#28a745}.submit-preview-btn:hover:not(:disabled){background-color:#218838}.reset-preview-btn{color:#fff;background-color:#dc3545}.reset-preview-btn:hover:not(:disabled){background-color:#c82333}.cancel-preview-btn{color:#fff;background-color:#6c757d}.cancel-preview-btn:hover:not(:disabled){background-color:#5a6268}.preview-btn:disabled{opacity:.6;cursor:not-allowed}.popup-content{width:90%;max-width:600px;margin:20px auto;padding:25px}.popup-content h3{color:#002147;text-align:center;margin-bottom:20px;font-size:1.3rem}.preview-row{border-bottom:1px dashed #dee2e6;align-items:flex-start;gap:20px;margin-bottom:15px;padding-bottom:10px;display:flex}.preview-label-group{flex:2;min-width:250px}.preview-label{color:#495057;font-size:14px;font-weight:600;line-height:1.4;display:block}.preview-tamil-label{color:#666;margin-top:2px;font-size:13px;font-weight:500;display:block}.preview-value{color:#212529;word-break:break-word;text-align:left;flex:1;padding-top:2px;font-weight:500}@media (width<=768px){.preview-row{flex-direction:column;gap:5px}.preview-label-group{width:100%;min-width:auto}.preview-value{width:100%;padding-left:10px}}.preview-row-compact{border-bottom:1px dashed #e0e0e0;align-items:flex-start;gap:15px;margin-bottom:8px;padding-bottom:8px;display:flex}.preview-label-compact{flex:2;min-width:250px}.preview-label-english{color:#333;margin:0;padding:0;font-size:14px;font-weight:700;line-height:1.3}.preview-label-tamil{color:#666;margin-top:0;padding:0;font-size:12px;font-weight:700;line-height:1.3}.preview-value-compact{color:#212529;word-break:break-word;flex:1;padding-top:0;font-weight:500}.preview-note-compact{color:#856404;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;align-items:center;gap:8px;margin:15px 0;padding:10px 12px;font-size:14px;display:flex}.preview-note-compact:before{content:"⚠️";font-size:16px}@media (width<=768px){.preview-row-compact{flex-direction:column;gap:3px}.preview-label-compact{width:100%;min-width:auto}.preview-value-compact{width:100%;padding-left:5px}}.preview-row-left{border-bottom:1px dashed #e0e0e0;align-items:flex-start;gap:20px;margin-bottom:8px;padding-bottom:8px;display:flex}.preview-label-section{flex:2;min-width:280px}.preview-label-english{color:#333;text-align:left;margin:0;padding:0;font-size:14px;font-weight:800;line-height:1.3}.preview-label-tamil{color:#666;text-align:left;margin-top:0;padding:0;font-size:12px;line-height:1.3}.preview-value-left{color:#212529;text-align:left;word-break:break-word;flex:1;padding-top:0;font-weight:800}.preview-note-left{color:#856404;text-align:left;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;align-items:center;gap:8px;margin:15px 0;padding:10px 12px;font-size:14px;display:flex}.preview-note-left:before{content:"⚠️";font-size:16px}.preview-table{border-collapse:collapse;width:100%;margin-top:10px}.preview-table th,.preview-table td{text-align:left;border:1px solid #ccc;padding:8px}.preview-table th{color:#fff;text-align:left;background:#002147}@media (width<=768px){.preview-row-left{flex-direction:column;gap:3px}.preview-label-section{width:100%;min-width:auto}.preview-value-left{width:100%;padding-left:5px}}.preview-table{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:10px}.preview-table th,.preview-table td{text-align:center;word-break:break-word;border:1px solid #ccc;padding:8px}.preview-table th{color:#fff;background:#002147}.large-popup{flex-direction:column;max-width:900px;max-height:90vh;display:flex;overflow:hidden;padding:0!important}.large-popup h3{color:#fff;background-color:#002147;border-radius:12px 12px 0 0;flex-shrink:0;padding:15px;margin:0!important}.large-popup .preview-details{flex:1;max-height:calc(90vh - 150px);margin:0;padding:20px 25px;overflow-y:auto}.large-popup .preview-note{flex-shrink:0;margin:0 25px 15px}.large-popup .preview-buttons{background:#fff;border-top:1px solid #eee;border-radius:0 0 12px 12px;flex-shrink:0;margin:0;padding:15px 25px 25px}.popup-content.large-popup{flex-direction:column;display:flex}@media (width<=768px){.large-popup{width:95%;max-height:95vh}.large-popup .preview-details,.large-popup .preview-buttons{padding:15px}.large-popup .preview-note{margin:0 15px 10px;font-size:13px}.preview-btn{width:100%}.preview-row{flex-direction:column;align-items:flex-start;gap:4px;padding-bottom:15px}.preview-label{width:100%;font-size:14px}.preview-value{width:100%;font-size:15px}.preview-buttons{flex-direction:column;gap:10px}.preview-btn{width:100%;padding:14px}.popup-content{width:95%;margin:10px auto;padding:15px}}@media (width<=480px){.preview-label{font-size:13px}.preview-value{font-size:14px}.preview-btn{padding:12px;font-size:13px}.preview-note{padding:10px;font-size:12px}.popup-content{padding:12px}}@media (width>=769px){.preview-buttons{justify-content:space-between}.preview-btn{min-width:150px}.popup-content{padding:25px}}.loading-indicator{text-align:center;background-color:#ffffffe6;border-radius:8px;margin:20px 0;padding:20px}.spinner{border:4px solid #f3f3f3;border-top-color:#002147;border-radius:50%;width:40px;height:40px;margin:0 auto 10px;animation:1s linear infinite spin}.course-cart-page .cart-header{justify-content:flex-end;align-items:center;display:flex}.course-cart-page .add-course-top{color:#fff;cursor:pointer;align-items:right;background:#002147;border:none;border-radius:8px;padding:8px 18px;font-size:14px;font-weight:500}.course-cart-page .add-course-top:hover{background:#0f2c66}.course-cart-page .course-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:20px;display:grid}.course-cart-page .course-rect-card{background:#fff;border-left:6px solid #002147;border-radius:14px;gap:14px;min-height:185px;padding:18px 16px;display:flex;box-shadow:0 8px 20px #00000014}.course-cart-page .rect-icon{color:#002147;background:#eef2ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}.course-cart-page .rect-content{flex-direction:column;flex:1;display:flex}.course-cart-page .rect-course-name{color:#0f172a;-webkit-box-orient:vertical;font-size:17px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.course-cart-page .rect-amount-row{align-items:center;gap:10px;margin-top:8px;display:flex}.course-cart-page .rect-amount{color:#047857;align-items:center;gap:6px;font-size:15px;font-weight:600;display:flex}.course-cart-page .rect-type{border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.course-cart-page .rect-type.aided{color:#002147;background:#e0f2fe}.course-cart-page .rect-type.self{color:#c2410c;background:#fff7ed}.course-cart-page .rect-actions{flex-direction:column;gap:8px;margin-top:auto;display:flex}.course-cart-page .rect-selected{color:#fff;cursor:default;background:#002147;border:none;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:500}.course-cart-page .rect-remove{color:#dc2626;cursor:pointer;opacity:.85;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;font-size:13px;display:flex}.course-cart-page .rect-remove:hover{opacity:1;text-decoration:underline}.cc1-receipt h4{color:#002147;margin-bottom:12px}.receipt-table{border-collapse:collapse;width:100%;font-size:16px}.receipt-table th{text-align:left;background-color:#f5f7ff;font-weight:600}.receipt-table td,.receipt-table th:nth-child(2),.receipt-table td:nth-child(2){text-align:left}.receipt-table th:nth-child(3),.receipt-table td:nth-child(3){text-align:right}.receipt-table tfoot td{background-color:#f0f3ff;padding:12px;font-size:15px;font-weight:700}.receipt-table tfoot td[colspan="2"]{text-align:right;white-space:nowrap;width:1%;padding-right:5px!important}.receipt-table tfoot td:last-child{text-align:right;color:#002147;min-width:80px;padding-left:5px!important}.receipt-table tfoot td[colspan="3"]{text-align:right;color:#002147;background-color:#f0f3ff;border-top:2px solid #002147;padding:12px;font-size:15px;font-weight:700}.declaration-box{background:#f8f9fa;border:1px solid #d1d9e6;border-radius:10px;margin:30px 0;padding:24px;box-shadow:0 4px 12px #00000014}.declaration-title{color:#002147;border-bottom:2px solid #eaeaea;margin-bottom:18px;padding-bottom:8px;font-size:18px;font-weight:700}.declaration-row{background:#fff;border-left:3px solid #002147;border-radius:6px;align-items:flex-start;gap:12px;margin-bottom:15px;padding:12px;display:none}.declaration-row input[type=checkbox]{cursor:pointer;accent-color:#002147;flex-shrink:0;width:18px;height:18px;margin-top:3px}.declaration-text{color:#333;text-align:justify;margin:0;font-size:15px;line-height:1.7}.declaration-text.tamil{color:#222;background:#f0f4ff;border-radius:6px;margin-top:12px;padding:12px;font-size:14px;line-height:1.8}.declaration-text.tamil strong{color:#002147;margin-bottom:5px;font-size:15px;display:inline-block}.declaration-box hr{border:none;border-top:1px solid #d1d9e6;margin:20px 0}.declaration-row:hover{background-color:#f5f7ff;transition:background-color .2s}.declaration-row input[type=checkbox]:focus{outline-offset:2px;outline:2px solid #002147}.course-summary-container{padding:20px}.section-title{color:#002147;margin:25px 0 15px;font-size:20px;font-weight:600}div[style*="margin-top: 15px"]{background:#fff8f8;border-left:4px solid #f00a0a;border-radius:8px;margin:20px 0;padding:15px}.payment-actions{border-top:1px solid #eee;margin-top:30px;padding-top:20px}.declaration-content{margin-bottom:20px}.declaration-accept{border-top:2px solid #eaeaea;margin-top:25px;padding-top:20px}.declaration-checkbox-label{cursor:pointer;background:#fff;border:1px solid #d1d9e6;border-radius:8px;align-items:flex-start;gap:12px;padding:15px;transition:all .2s;display:flex}.declaration-checkbox-label:hover{background:#f5f7ff;border-color:#002147}.declaration-checkbox{cursor:pointer;accent-color:#002147;flex-shrink:0;width:20px;height:20px;margin-top:3px}.declaration-checkbox-text{color:#002147;flex:1;font-size:16px;font-weight:600;line-height:1.5}.declaration-checkbox:checked+.declaration-checkbox-text{color:#047857}.simple-summary-container{background-color:#f8f9ff;border:3px solid #dce3f0;border-radius:10px;width:100%;margin:15px auto 25px;padding:15px 20px}.simple-summary-grid{grid-template-columns:minmax(100px,auto) minmax(100px,auto) minmax(100px,auto) minmax(100px,auto);align-items:center;gap:15px;display:grid}.simple-summary-field{align-items:center;gap:5px;min-height:auto;display:flex}.simple-field-label{color:#002147;white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:650}.simple-field-value{color:#000;min-width:0;font-size:15px;font-weight:700;line-height:1.4;text-overflow:clip!important;overflow:visible!important}.simple-summary-field:nth-child(2) .simple-field-value{word-break:break-word;overflow-wrap:break-word;white-space:normal}.simple-summary-field:not(:nth-child(2)) .simple-field-value{white-space:nowrap}@media (width<=1024px){.simple-summary-container{padding:12px 15px}.simple-summary-grid{grid-template-columns:repeat(3,1fr);gap:15px}}@media (width<=768px){.simple-summary-container{padding:12px}.simple-summary-grid{grid-template-columns:repeat(2,1fr);gap:12px 16px}.simple-summary-field{white-space:normal;flex-direction:column;align-items:flex-start;gap:2px}.simple-field-label{width:100%;font-size:13px}.simple-field-value{width:100%;margin-top:2px;font-size:14px}.simple-field-label:after{content:""}}@media (width<=480px){.simple-summary-container{padding:10px}.simple-summary-grid{grid-template-columns:repeat(2,1fr);gap:10px 12px}.simple-field-label{font-size:12px}.simple-field-value{font-size:13px}}.applicant-summary{background-color:#f8f9ff;border:3px solid #dce3f0;border-radius:10px;width:100%;margin:15px auto 25px;padding:15px 20px}.summary-items{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.summary-item{white-space:nowrap;align-items:center;gap:8px;display:flex}.summary-label{color:#002147;font-size:14px;font-weight:650}.summary-value{color:#000;word-break:break-word;font-size:15px;font-weight:700}.declaration-highlight{background-color:#fff5f5!important;border:2px solid red!important}.checkbox-error{outline:2px solid red!important}@media (width<=1024px){.applicant-summary{padding:12px 15px}.summary-items{grid-template-columns:repeat(3,1fr);gap:15px}}@media (width<=768px){.applicant-summary{padding:12px}.summary-items{grid-template-columns:repeat(2,1fr);gap:12px 16px}.summary-item{white-space:normal;flex-direction:column;align-items:flex-start;gap:2px}.summary-label{width:100%;font-size:13px}.summary-value{width:100%;margin-top:2px;font-size:14px}.summary-label:after{content:""}}@media (width<=480px){.applicant-summary{padding:10px}.summary-items{grid-template-columns:repeat(2,1fr);gap:10px 12px}.summary-label{font-size:12px}.summary-value{font-size:13px}}.terms-conditions-page{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.terms-header{text-align:center;border-bottom:2px solid #002147;margin-bottom:30px;padding-bottom:20px}.terms-header h1{color:#002147;margin-bottom:20px;font-size:24px;font-weight:700}.applicant-info-summary{background-color:#f8f9ff;border:1px solid #dce3f0;border-radius:8px;flex-wrap:wrap;justify-content:center;gap:40px;margin-top:15px;padding:15px;display:flex}.info-item{align-items:center;gap:8px;display:flex}.info-label{color:#002147;white-space:nowrap;font-size:16px;font-weight:650}.info-value{color:#000;font-size:16px;font-weight:700}.terms-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:30px;box-shadow:0 2px 10px #0000001a}.terms-title{text-align:center;margin-bottom:30px}.terms-title h2{color:#002147;border-bottom:2px solid #002147;padding-bottom:10px;font-size:22px;font-weight:700;display:inline-block}.terms-content{max-height:600px;margin-bottom:30px;padding-right:15px;overflow-y:auto}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.terms-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.terms-content::-webkit-scrollbar-thumb:hover{background:#555}.terms-section{margin-bottom:25px}.terms-section h3{color:#002147;border-bottom:1px solid #e0e0e0;margin-bottom:10px;padding-bottom:5px;font-size:18px;font-weight:600}.terms-section p{color:#333;text-align:justify;margin-bottom:15px;line-height:1.6}.terms-section ul{margin-bottom:15px;padding-left:20px;list-style-type:none}.terms-section ul li{color:#333;text-align:justify;margin-bottom:8px;line-height:1.6;position:relative}.terms-section ul li:before{content:"•";color:#002147;width:1em;margin-left:-1em;font-weight:700;display:inline-block}.nested-list{margin-top:8px;margin-left:20px;list-style-type:disc}.nested-list li{margin-bottom:5px}.nested-list li:before{content:"◦";color:#666}.acceptance-checkbox{text-align:center;background-color:#f8f9ff;border:1px solid #dce3f0;border-radius:8px;margin:30px 0;padding:20px}.acceptance-checkbox label{cursor:pointer;color:#2c3e50;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.acceptance-checkbox input[type=checkbox]{cursor:pointer;accent-color:#002147;width:20px;height:20px}.terms-buttons{border-top:1px solid #e0e0e0;justify-content:center;gap:30px;margin-top:30px;padding-top:20px;display:flex}.btn-previous,.btn-accept{cursor:pointer;border:none;border-radius:6px;min-width:150px;padding:12px 40px;font-size:16px;font-weight:600;transition:all .3s}.btn-previous{color:#fff;background-color:#6c757d}.btn-previous:hover{background-color:#5a6268;transform:translateY(-2px)}.btn-accept{color:#fff;background-color:#002147}.btn-accept:hover:not(:disabled){background-color:#002147;transform:translateY(-2px)}.btn-accept:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}@media (width<=768px){.terms-conditions-page{padding:10px}.terms-container{padding:20px}.applicant-info-summary{flex-direction:column;align-items:flex-start;gap:15px}.info-item{flex-direction:column;align-items:flex-start;gap:2px;width:100%}.terms-content{max-height:500px}.terms-buttons{flex-direction:column;gap:15px}.btn-previous,.btn-accept{width:100%}}@media (width<=480px){.terms-header h1{font-size:20px}.terms-title h2{font-size:18px}.terms-section h3{font-size:16px}.terms-content{max-height:400px}.acceptance-checkbox label{text-align:left;font-size:14px}}input.input-error,select.input-error,textarea.input-error,input.input-error:disabled,select.input-error:disabled,input.input-error:focus,select.input-error:focus,input.input-error:hover,select.input-error:hover,.marks-table input.input-error,.marks-table td input.input-error,div.mark-cell input.input-error,form input.input-error,form select.input-error{color:#000!important;background-color:#fff0f0!important;border:2px solid red!important;outline:none!important}.error-message-container{justify-content:flex-start!important;width:100%!important;margin-top:5px!important;display:flex!important}.error-text{color:red!important;text-align:left!important;white-space:normal!important;word-wrap:break-word!important;width:auto!important;max-width:100%!important;box-shadow:none!important;border-radius:4px!important;margin:0!important;padding:6px 12px!important;font-size:16px!important;font-weight:500!important;line-height:1.5!important;display:inline-block!important}input[name^=mark_p1].input-error,input[name^=mark_p2].input-error,input[name^=mark_p3].input-error,input[name^=mark_p4].input-error{color:#000!important;background-color:#fff0f0!important;border:3px solid red!important;outline:none!important}input[name=mark_p1s3].input-error{color:#000!important;background-color:#fff0f0!important;border:3px solid red!important;outline:none!important;font-weight:700!important}.nc-indicator{color:red!important;text-align:center!important;width:100%!important;margin-top:2px!important;font-size:14px!important;font-weight:700!important;line-height:1.2!important;display:block!important}.tile-amount{color:#088a11;background-color:#fff;border-radius:20px;justify-content:center;align-items:center;gap:5px;margin:-20px 0 5px;padding:8px 12px;font-size:18px;font-weight:600;display:flex}.tile-amount svg{color:#27ae60;font-size:18px}.course-summary-container .note-section{color:#f10909;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:6px;margin-top:10px;margin-bottom:20px;padding:14px 18px;font-size:15px;line-height:1.6}.course-summary-container .cart-header{justify-content:flex-end;margin-top:20px;margin-bottom:20px;display:flex}.course-summary-container .add-course-top{color:#fff;cursor:pointer;background-color:#002147;border:none;border-radius:5px;align-items:center;gap:8px;padding:10px 20px;font-size:16px;font-weight:600;transition:background-color .3s;display:flex}.course-summary-container .add-course-top:hover{background-color:#002147}.course-summary-container .courses-list{flex-direction:column;gap:15px;display:flex}.course-summary-container .course-row-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;flex-wrap:nowrap;align-items:flex-start;width:100%;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.course-summary-container .course-row-card.provisionally-selected{border:2px solid #4caf50}.course-summary-container .course-row-icon{color:#002147;background-color:#eef2ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.course-summary-container .course-row-icon.provisionally-selected{color:#2e7d32;background-color:#e8f5e8}.course-summary-container .course-row-details{flex-direction:column;flex:1;justify-content:center;min-width:200px;margin-left:15px;padding-top:10px;display:flex}.course-summary-container .course-title-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.course-summary-container .course-row-name{white-space:nowrap;font-size:18px;font-weight:600}.course-summary-container .course-badge{vertical-align:middle;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.course-summary-container .badge-aided{color:#1565c0;background-color:#e3f2fd}.course-summary-container .badge-self{color:#e65100;background-color:#fff3e0}.course-summary-container .app-fee-status{width:100%;margin-top:4px}.course-summary-container .app-fee-status div{color:#2e7d32;align-items:center;gap:6px;display:flex}.course-summary-container .app-fee-status svg{font-size:14px}.course-summary-container .app-fee-status span{white-space:nowrap;font-size:13px}.course-summary-container .course-row-status{flex-direction:column;flex:auto;gap:12px;min-width:300px;max-width:600px;margin-left:20px;display:flex}@media (width<=1200px){.course-summary-container .course-row-status{min-width:250px}}@media (width<=992px){.course-summary-container .course-row-card{flex-wrap:wrap}.course-summary-container .course-row-status{min-width:100%;margin-top:15px;margin-left:0}}.course-summary-container .provisional-status-container{background-color:#e8f5e9;border-left:4px solid #4caf50;border-radius:6px;align-items:center;gap:10px;width:100%;padding:10px 15px;display:flex}.course-summary-container .provisional-status-container svg{color:#2e7d32;flex-shrink:0;font-size:22px}.course-summary-container .provisional-status-container>div{flex:1;width:100%;min-width:0}.course-summary-container .provisional-status-container>div>div:first-child{color:#2e7d32;margin-bottom:5px;font-size:14px;font-weight:500}.course-summary-container .provisional-status-container a{color:#1976d2;cursor:pointer;align-items:center;gap:5px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.course-summary-container .provisional-status-container a.status-message-link{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;align-items:flex-start;line-height:1.5}.course-summary-container .provisional-status-container a.status-message-link svg{flex-shrink:0;margin-top:4px}.course-summary-container .provisional-status-container a:hover{text-decoration:underline}.course-summary-container .college-fee-container{background-color:#e8f5e9;border-left:4px solid #4caf50;border-radius:6px;align-items:center;gap:10px;width:100%;padding:10px 15px;display:flex}.course-summary-container .college-fee-container svg{color:#2e7d32;flex-shrink:0;font-size:22px}.course-summary-container .college-fee-container>div{flex:1;min-width:0}.course-summary-container .college-fee-container>div>div:first-child{color:#2e7d32;font-size:13px;font-weight:500}.course-summary-container .college-fee-container a{color:#1976d2;cursor:pointer;white-space:nowrap;align-items:center;gap:5px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.course-summary-container .college-fee-container a:hover{text-decoration:underline}.course-summary-container .college-fee-container .college-fee-paid{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.course-summary-container .college-fee-container .college-fee-paid span:first-child{color:#2e7d32;white-space:nowrap;font-weight:600}.course-summary-container .college-fee-container .college-fee-paid span:nth-child(2){color:#2e7d32;white-space:nowrap;font-size:14px}.course-summary-container .college-fee-container .college-fee-paid svg{color:#4caf50;font-size:14px}.course-summary-container .no-courses-message{text-align:center;color:#666;background-color:#f9f9f9;border-radius:8px;padding:40px}.course-summary-container .no-courses-message p{margin-bottom:20px;font-size:18px}.course-summary-container .no-courses-message button{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:5px;padding:10px 20px;font-size:16px}.course-summary-container .no-courses-message button:hover{background-color:#1565c0}.course-summary-container .hostel-application{text-align:center;background-color:#e3f2fd;border:1px solid #bbdefb;border-radius:8px;margin-top:30px;padding:20px}.course-summary-container .hostel-application a{color:#1976d2;align-items:center;gap:10px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.course-summary-container .hostel-application a:hover{text-decoration:underline}.course-summary-container .hostel-application svg{font-size:20px}.course-summary-container .hostel-application svg:last-child{font-size:12px}.course-summary-container .modal-overlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.course-summary-container .modal-content{background-color:#fff;border-radius:8px;width:90%;height:90%;padding:20px;position:relative}.course-summary-container .modal-content button{color:#fff;cursor:pointer;z-index:1001;background-color:#d32f2f;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex;position:absolute;top:10px;right:10px}.course-summary-container .modal-content button:hover{background-color:#b71c1c}.course-summary-container .modal-content iframe{border:none;width:100%;height:100%}.course-summary-container .college-fee-container .college-fee-paid{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.course-summary-container .college-fee-container .college-fee-paid .paid-message{color:#2e7d32;font-size:14px;font-weight:500;line-height:1.4}.course-summary-container .college-fee-container .college-fee-paid .paid-date{color:#555;font-size:14px}.course-summary-container .college-fee-container .college-fee-paid svg{color:#4caf50;margin-left:5px;font-size:14px}.status-message-link{color:#0b63c5;cursor:pointer;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-align:left;align-items:flex-start;gap:8px;max-width:100%;font-size:14px;line-height:1.5;text-decoration:none;display:flex}.status-message-link svg{flex-shrink:0;margin-top:3px}.status-message-link:hover{text-decoration:underline}.fee-success{color:#2e7d32;margin-top:5px;font-weight:600}@media (width<=768px){.course-row-card{flex-flow:wrap!important;align-items:flex-start!important;padding:15px!important}.course-row-icon{width:50px!important;height:50px!important;margin-bottom:0!important;margin-right:10px!important;font-size:20px!important}.course-row-details{text-align:left!important;flex:calc(100% - 70px)!important;min-width:0!important;margin-left:0!important;padding-top:0!important}.course-row-name{white-space:normal!important;word-break:break-word!important;margin-bottom:3px!important;font-size:16px!important}.course-row-type span{padding:3px 10px!important;font-size:11px!important}.app-fee-status div{flex-wrap:wrap!important}.app-fee-status span{white-space:normal!important;word-break:break-word!important;font-size:12px!important}.course-row-status{flex:100%!important;min-width:0!important;margin-top:10px!important;margin-left:60px!important}.provisional-status-container,.college-fee-container{flex-wrap:wrap!important;padding:8px 12px!important}.provisional-status-container svg,.college-fee-container svg{margin-top:2px!important;font-size:20px!important}.provisional-status-container a,.college-fee-container a{white-space:normal!important;word-break:break-word!important;font-size:14px!important;line-height:1.4!important}.provisional-status-container div:first-child,.college-fee-container div:first-child{font-size:12px!important}}@media (width<=480px){.course-row-icon{width:45px!important;height:45px!important;font-size:18px!important}.course-row-details{flex:calc(100% - 60px)!important}.course-row-name{font-size:15px!important}.course-row-status{margin-left:55px!important}.provisional-status-container,.college-fee-container{padding:8px 10px!important}.provisional-status-container a,.college-fee-container a{font-size:13px!important}}@media (width<=1024px){.form-container{max-width:98%;margin:20px auto;padding:20px 15px}.input-wrapper{grid-template-columns:350px 1fr}.input-field input,.input-field select{width:450px}}@media (width<=992px){.form-container{max-width:95%;padding:18px 12px}.input-wrapper{grid-template-columns:300px 1fr}.input-field input,.input-field select{width:400px}}@media (width<=768px){.form-container{border-radius:8px;max-width:100%;margin:15px 10px;padding:15px 12px;box-shadow:0 4px 12px #0000001a}.input-wrapper{flex-direction:column!important;gap:6px!important;width:100%!important;margin-bottom:20px!important;display:flex!important}.inline-label{white-space:normal!important;word-break:break-word!important;width:100%!important;margin-bottom:0!important;font-size:15px!important;font-weight:600!important;line-height:1.4!important}.tamil-label{color:#666!important;margin-top:2px!important;font-size:12px!important;font-weight:500!important}.input-field{width:100%!important;margin-left:0!important;position:relative!important}.input-field input,.input-field select{box-sizing:border-box!important;appearance:none!important;border:1px solid #ccc!important;border-radius:6px!important;width:100%!important;max-width:100%!important;height:45px!important;padding:10px 12px!important;font-size:15px!important}.input-field select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;background-size:16px!important;padding-right:35px!important}.input-field input:focus,.input-field select:focus{border-color:#002147!important;outline:none!important;box-shadow:0 0 0 3px #0021471a!important}.input-field input:disabled,.input-field select:disabled,.input-field input[readonly],.readonly-field{color:#111!important;opacity:1!important;background-color:#f5f5f5!important;border-color:#ddd!important;font-weight:600!important}.valid-icon{color:#2e7d32!important;z-index:2!important;pointer-events:none!important;font-size:20px!important;position:absolute!important;top:50%!important;right:15px!important;transform:translateY(-50%)!important}.error-text{color:#dc3545!important;text-align:left!important;word-break:break-word!important;margin-top:5px!important;padding:0!important;font-size:13px!important;font-weight:500!important;line-height:1.4!important}.input-error{background-color:#fff8f8!important;border:2px solid #dc3545!important}.radio-box{background:0 0!important;border:none!important;flex-wrap:wrap!important;gap:20px!important;padding:8px 0!important;display:flex!important}.radio-box label{cursor:pointer!important;align-items:center!important;gap:8px!important;margin:0!important;font-size:15px!important;display:flex!important}.radio-box input[type=radio]{cursor:pointer!important;width:18px!important;height:18px!important;margin:0!important}.marks-table-wrapper{-webkit-overflow-scrolling:touch!important;border:1px solid #ddd!important;border-radius:6px!important;width:100%!important;margin:15px 0!important;overflow-x:auto!important}.marks-table{border-collapse:collapse!important;background:#fff!important;width:100%!important;min-width:800px!important}.marks-table th,.marks-table td{text-align:center!important;vertical-align:middle!important;border:1px solid #ddd!important;padding:12px 8px!important;font-size:14px!important}.marks-table th{white-space:nowrap!important;z-index:2!important;background-color:#002147!important;font-weight:600!important;position:sticky!important;top:0!important}.marks-table th:first-child,.marks-table td:first-child{background-color:inherit!important;z-index:3!important;min-width:100px!important;font-weight:600!important;position:sticky!important;left:0!important}.marks-table th:first-child{z-index:4!important;background-color:#002147!important}.marks-table td:first-child{background-color:#fff!important;border-right:2px solid #ccc!important}.mark-cell{flex-direction:column!important;align-items:center!important;min-width:85px!important;display:flex!important;position:relative!important}.mark-cell input{text-align:center!important;border:1px solid #ccc!important;border-radius:4px!important;width:70px!important;height:40px!important;margin:0 auto!important;padding:6px!important;font-size:14px!important}.mark-cell select{background-color:#fff!important;border:1px solid #ccc!important;border-radius:4px!important;width:100px!important;height:40px!important;padding:6px!important;font-size:14px!important}.required-asterisk{color:#dc3545!important;font-size:16px!important;font-weight:700!important;position:absolute!important;top:50%!important;right:-10px!important;transform:translateY(-50%)!important}.marks-table .percentage-row td{background-color:#f5f5f5!important;border-top:2px solid #002147!important;font-weight:700!important}.marks-table .percentage-row td:first-child{text-align:right!important;background-color:#f5f5f5!important;padding-right:15px!important}.marks-table .percentage-row td:last-child{color:#002147!important;text-align:left!important;font-size:16px!important;font-weight:700!important}.scroll-hint{text-align:center!important;color:#002147!important;background-color:#e8f0fe!important;border:1px solid #002147!important;border-radius:4px!important;margin-top:10px!important;padding:8px!important;font-size:13px!important;display:block!important}.form-section-title{text-align:left!important;margin:20px 0 15px!important;font-size:18px!important}h3.form-section-title{font-size:17px!important}h4.form-section-title{font-size:16px!important}div[style*="marginTop: '10px'"],div[style*="marginTop: '15px'"],div[style*="marginTop: '20px'"]{box-sizing:border-box!important;border-radius:6px!important;width:100%!important;margin:15px 0!important;padding:12px 15px!important;font-size:14px!important;line-height:1.5!important}.submit-btn{color:#fff!important;cursor:pointer!important;background-color:#002147!important;border:none!important;border-radius:8px!important;width:100%!important;height:50px!important;margin:20px 0 10px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important}.submit-btn:hover:not(:disabled){background-color:#0f2c66!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #0021474d!important}.submit-btn:disabled{cursor:not-allowed!important;opacity:.6!important;background-color:#ccc!important}.required-note{color:#dc3545!important;text-align:left!important;margin:15px 0!important;font-size:13px!important}.marks-note{background-color:#f8f9fa!important;border-left:4px solid #002147!important;border-radius:6px!important;margin-top:15px!important;padding:12px!important;font-size:13px!important;line-height:1.5!important}.marks-note ul{margin-top:8px!important;padding-left:20px!important}.marks-note li{margin-bottom:6px!important}.popup-content.large-popup{border-radius:12px!important;width:95%!important;max-height:90vh!important;margin:0!important;padding:0!important;overflow:hidden!important}.large-popup h3{padding:15px!important;font-size:18px!important}.large-popup .preview-details{max-height:calc(90vh - 180px)!important;padding:15px!important;overflow-y:auto!important}.preview-row-left{flex-direction:column!important;gap:5px!important;margin-bottom:12px!important;padding-bottom:12px!important}.preview-label-section{width:100%!important;min-width:auto!important}.preview-label-english{font-size:14px!important}.preview-label-tamil{font-size:11px!important}.preview-value-left{width:100%!important;padding-left:8px!important;font-size:14px!important}.preview-table{min-width:600px!important}.preview-table th,.preview-table td{padding:8px 4px!important;font-size:12px!important}.preview-note{margin:10px 15px!important;padding:10px!important;font-size:13px!important}.preview-buttons{flex-direction:column!important;gap:10px!important;padding:15px!important}.preview-btn{width:100%!important;min-width:auto!important;padding:14px!important;font-size:15px!important}.popup-overlay{padding:15px!important}.popup-box{width:90%!important;max-width:350px!important;padding:25px!important}.popup-box h3{margin-bottom:10px!important;font-size:20px!important}.popup-box p{margin-bottom:20px!important;font-size:15px!important}.popup-box button{width:100%!important;padding:12px!important;font-size:16px!important}.field-with-icon{width:100%!important;position:relative!important}.field-with-icon input,.field-with-icon select{width:100%!important;padding-right:40px!important}}@media (width<=480px){.form-container{margin:10px!important;padding:12px 10px!important}.inline-label{font-size:14px!important}.tamil-label{font-size:11px!important}.input-field input,.input-field select{height:42px!important;padding:8px 10px!important;font-size:14px!important}.radio-box{gap:15px!important}.radio-box label{font-size:14px!important}.radio-box input[type=radio]{width:16px!important;height:16px!important}.valid-icon{font-size:18px!important;right:12px!important}.error-text{font-size:12px!important}.marks-table th,.marks-table td{padding:10px 5px!important;font-size:13px!important}.marks-table th:first-child,.marks-table td:first-child{min-width:80px!important}.mark-cell input{width:60px!important;height:36px!important;font-size:13px!important}.mark-cell select{width:90px!important;height:36px!important;font-size:13px!important}.required-asterisk{font-size:14px!important;right:-8px!important}.marks-table .percentage-row td:first-child{font-size:13px!important}.marks-table .percentage-row td:last-child{font-size:15px!important}.scroll-hint{padding:6px!important;font-size:12px!important}.form-section-title{font-size:17px!important}h3.form-section-title{font-size:16px!important}h4.form-section-title{font-size:15px!important}.submit-btn{height:48px!important;font-size:15px!important}.preview-label-english,.preview-value-left{font-size:13px!important}.preview-table th,.preview-table td{padding:6px 3px!important;font-size:11px!important}.preview-note{font-size:12px!important}.preview-btn{padding:12px!important;font-size:14px!important}.popup-box{padding:20px!important}.popup-box h3{font-size:18px!important}.popup-box p{font-size:14px!important}.popup-box button{padding:10px!important;font-size:15px!important}}@media (width<=768px) and (orientation:landscape){.popup-content.large-popup{max-height:95vh!important}.large-popup .preview-details{max-height:calc(95vh - 160px)!important}.marks-table{max-height:300px!important;overflow-y:auto!important}}@media (width<=768px){button,.submit-btn,.preview-btn,.popup-box button,select,input[type=text],input[type=radio]+label{min-height:44px!important}select,input[type=text]{font-size:16px!important}.mark-cell input[type=text][placeholder=Specify]{min-height:36px!important;font-size:13px!important}}@media (width>=769px){.scroll-hint{display:none!important}}@media (width<=1024px){.form-container{max-width:98%;margin:20px auto;padding:20px 15px}.input-wrapper{grid-template-columns:350px 1fr}.input-field input,.input-field select{width:450px}}@media (width<=992px){.form-container{max-width:95%;padding:18px 12px}.input-wrapper{grid-template-columns:300px 1fr}.input-field input,.input-field select{width:400px}}@media (width<=768px){.form-container{border-radius:8px;max-width:100%;margin:15px 10px;padding:15px 12px;box-shadow:0 4px 12px #0000001a}.input-wrapper{flex-direction:column!important;gap:6px!important;width:100%!important;margin-bottom:20px!important;display:flex!important}.inline-label{white-space:normal!important;word-break:break-word!important;width:100%!important;margin-bottom:0!important;font-size:15px!important;font-weight:600!important;line-height:1.4!important}.tamil-label{color:#666!important;margin-top:2px!important;font-size:12px!important;font-weight:500!important}.input-field{width:100%!important;margin-left:0!important;position:relative!important}.input-field input,.input-field select{box-sizing:border-box!important;appearance:none!important;border:1px solid #ccc!important;border-radius:6px!important;width:100%!important;max-width:100%!important;height:45px!important;padding:10px 12px!important;font-size:15px!important}.input-field select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;background-size:16px!important;padding-right:35px!important}.input-field input:focus,.input-field select:focus{border-color:#002147!important;outline:none!important;box-shadow:0 0 0 3px #0021471a!important}.input-field input:disabled,.input-field select:disabled,.input-field input[readonly],.readonly-field{color:#111!important;opacity:1!important;background-color:#f5f5f5!important;border-color:#ddd!important;font-weight:600!important}.valid-icon{color:#2e7d32!important;z-index:2!important;pointer-events:none!important;font-size:20px!important;position:absolute!important;top:50%!important;right:15px!important;transform:translateY(-50%)!important}.error-text{color:#dc3545!important;text-align:left!important;word-break:break-word!important;margin-top:5px!important;padding:0!important;font-size:13px!important;font-weight:500!important;line-height:1.4!important}.input-error{background-color:#fff8f8!important;border:2px solid #dc3545!important}.radio-box{background:0 0!important;border:none!important;flex-wrap:wrap!important;gap:20px!important;padding:8px 0!important;display:flex!important}.radio-box label{cursor:pointer!important;align-items:center!important;gap:8px!important;margin:0!important;font-size:15px!important;display:flex!important}.radio-box input[type=radio]{cursor:pointer!important;width:18px!important;height:18px!important;margin:0!important}.marks-table-wrapper{-webkit-overflow-scrolling:touch!important;border:1px solid #ddd!important;border-radius:6px!important;width:100%!important;margin:15px 0!important;overflow-x:auto!important}.marks-table{border-collapse:collapse!important;background:#fff!important;width:100%!important;min-width:800px!important}.marks-table th,.marks-table td{text-align:center!important;vertical-align:middle!important;border:1px solid #ddd!important;padding:12px 8px!important;font-size:14px!important}.marks-table th{white-space:nowrap!important;z-index:2!important;background-color:#002147!important;font-weight:600!important;position:sticky!important;top:0!important}.marks-table th:first-child,.marks-table td:first-child{background-color:inherit!important;z-index:3!important;min-width:100px!important;font-weight:600!important;position:sticky!important;left:0!important}.marks-table th:first-child{z-index:4!important;background-color:#002147!important}.marks-table td:first-child{background-color:#fff!important;border-right:2px solid #ccc!important}.mark-cell{flex-direction:column!important;align-items:center!important;min-width:85px!important;display:flex!important;position:relative!important}.mark-cell input{text-align:center!important;border:1px solid #ccc!important;border-radius:4px!important;width:70px!important;height:40px!important;margin:0 auto!important;padding:6px!important;font-size:14px!important}.mark-cell select{background-color:#fff!important;border:1px solid #ccc!important;border-radius:4px!important;width:100px!important;height:40px!important;padding:6px!important;font-size:14px!important}.required-asterisk{color:#dc3545!important;font-size:16px!important;font-weight:700!important;position:absolute!important;top:50%!important;right:-10px!important;transform:translateY(-50%)!important}.marks-table .percentage-row td{background-color:#f5f5f5!important;border-top:2px solid #002147!important;font-weight:700!important}.marks-table .percentage-row td:first-child{text-align:right!important;background-color:#f5f5f5!important;padding-right:15px!important}.marks-table .percentage-row td:last-child{color:#002147!important;text-align:left!important;font-size:16px!important;font-weight:700!important}.scroll-hint{text-align:center!important;color:#002147!important;background-color:#e8f0fe!important;border:1px solid #002147!important;border-radius:4px!important;margin-top:10px!important;padding:8px!important;font-size:13px!important;display:block!important}.form-section-title{text-align:left!important;margin:20px 0 15px!important;font-size:18px!important}h3.form-section-title{font-size:17px!important}h4.form-section-title{font-size:16px!important}div[style*="marginTop: '10px'"],div[style*="marginTop: '15px'"],div[style*="marginTop: '20px'"]{box-sizing:border-box!important;border-radius:6px!important;width:100%!important;margin:15px 0!important;padding:12px 15px!important;font-size:14px!important;line-height:1.5!important}.submit-btn{color:#fff!important;cursor:pointer!important;background-color:#002147!important;border:none!important;border-radius:8px!important;width:100%!important;height:50px!important;margin:20px 0 10px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important}.submit-btn:hover:not(:disabled){background-color:#0f2c66!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #0021474d!important}.submit-btn:disabled{cursor:not-allowed!important;opacity:.6!important;background-color:#ccc!important}.required-note{color:#dc3545!important;text-align:left!important;margin:15px 0!important;font-size:13px!important}.marks-note{background-color:#f8f9fa!important;border-left:4px solid #002147!important;border-radius:6px!important;margin-top:15px!important;padding:12px!important;font-size:13px!important;line-height:1.5!important}.marks-note ul{margin-top:8px!important;padding-left:20px!important}.marks-note li{margin-bottom:6px!important}.popup-content.large-popup{border-radius:12px!important;width:95%!important;max-height:90vh!important;margin:0!important;padding:0!important;overflow:hidden!important}.large-popup h3{padding:15px!important;font-size:18px!important}.large-popup .preview-details{max-height:calc(90vh - 180px)!important;padding:15px!important;overflow-y:auto!important}.preview-row-left{flex-direction:column!important;gap:5px!important;margin-bottom:12px!important;padding-bottom:12px!important}.preview-label-section{width:100%!important;min-width:auto!important}.preview-label-english{font-size:14px!important}.preview-label-tamil{font-size:11px!important}.preview-value-left{width:100%!important;padding-left:8px!important;font-size:14px!important}.preview-table{min-width:600px!important}.preview-table th,.preview-table td{padding:8px 4px!important;font-size:12px!important}.preview-note{margin:10px 15px!important;padding:10px!important;font-size:13px!important}.preview-buttons{flex-direction:column!important;gap:10px!important;padding:15px!important}.preview-btn{width:100%!important;min-width:auto!important;padding:14px!important;font-size:15px!important}.popup-overlay{padding:15px!important}.popup-box{width:90%!important;max-width:350px!important;padding:25px!important}.popup-box h3{margin-bottom:10px!important;font-size:20px!important}.popup-box p{margin-bottom:20px!important;font-size:15px!important}.popup-box button{width:100%!important;padding:12px!important;font-size:16px!important}.field-with-icon{width:100%!important;position:relative!important}.field-with-icon input,.field-with-icon select{width:100%!important;padding-right:40px!important}}@media (width<=480px){.form-container{margin:10px!important;padding:12px 10px!important}.inline-label{font-size:14px!important}.tamil-label{font-size:11px!important}.input-field input,.input-field select{height:42px!important;padding:8px 10px!important;font-size:14px!important}.radio-box{gap:15px!important}.radio-box label{font-size:14px!important}.radio-box input[type=radio]{width:16px!important;height:16px!important}.valid-icon{font-size:18px!important;right:12px!important}.error-text{font-size:12px!important}.marks-table th,.marks-table td{padding:10px 5px!important;font-size:13px!important}.marks-table th:first-child,.marks-table td:first-child{min-width:80px!important}.mark-cell input{width:60px!important;height:36px!important;font-size:13px!important}.mark-cell select{width:90px!important;height:36px!important;font-size:13px!important}.required-asterisk{font-size:14px!important;right:-8px!important}.marks-table .percentage-row td:first-child{font-size:13px!important}.marks-table .percentage-row td:last-child{font-size:15px!important}.scroll-hint{padding:6px!important;font-size:12px!important}.form-section-title{font-size:17px!important}h3.form-section-title{font-size:16px!important}h4.form-section-title{font-size:15px!important}.submit-btn{height:48px!important;font-size:15px!important}.preview-label-english,.preview-value-left{font-size:13px!important}.preview-table th,.preview-table td{padding:6px 3px!important;font-size:11px!important}.preview-note{font-size:12px!important}.preview-btn{padding:12px!important;font-size:14px!important}.popup-box{padding:20px!important}.popup-box h3{font-size:18px!important}.popup-box p{font-size:14px!important}.popup-box button{padding:10px!important;font-size:15px!important}}@media (width<=768px) and (orientation:landscape){.popup-content.large-popup{max-height:95vh!important}.large-popup .preview-details{max-height:calc(95vh - 160px)!important}.marks-table{max-height:300px!important;overflow-y:auto!important}}@media (width<=768px){button,.submit-btn,.preview-btn,.popup-box button,select,input[type=text],input[type=radio]+label{min-height:44px!important}select,input[type=text]{font-size:16px!important}.mark-cell input[type=text][placeholder=Specify]{min-height:36px!important;font-size:13px!important}}@media (width>=769px){.scroll-hint{display:none!important}}*{box-sizing:border-box!important}.percentage-display{box-sizing:border-box;background-color:#f5f5f5;border-left:4px solid #002147;border-radius:6px;justify-content:flex-end;align-items:center;gap:10px;width:100%;margin:15px 0;padding:10px 15px;display:flex}.percentage-label{color:#333;white-space:nowrap;font-size:15px;font-weight:700}.percentage-value{color:#1a237e;white-space:nowrap;background-color:#fff;border-radius:20px;padding:5px 15px;font-size:18px;font-weight:700;box-shadow:0 2px 4px #0000001a}@media (width>=1025px){.percentage-display{justify-content:flex-end;padding-right:15%}}@media (width>=1400px){.percentage-display{padding-right:18%}}@media (width>=1200px) and (width<=1399px){.percentage-display{padding-right:16%}}@media (width>=992px) and (width<=1199px){.percentage-display{padding-right:14%}}@media (width>=769px) and (width<=991px){.percentage-display{justify-content:flex-end;padding-right:10%}}@media (width<=768px){.percentage-display{flex-wrap:nowrap;justify-content:center;gap:8px;width:100%;padding:10px 12px}.percentage-label{font-size:14px}.percentage-value{padding:4px 12px;font-size:18px}}@media (width<=480px){.percentage-display{gap:5px;padding:8px 10px}.percentage-label{font-size:13px}.percentage-value{padding:4px 10px;font-size:16px}}.popup-content.large-popup{border-radius:12px!important;width:90%!important;max-width:600px!important}.large-popup h3{margin:0!important;padding:12px 18px!important;font-size:20px!important}.large-popup .preview-details{max-height:calc(90vh - 160px)!important;padding:18px 22px!important}.preview-row-left{gap:15px!important;margin-bottom:12px!important;padding-bottom:10px!important}.preview-label-english{font-size:15px!important;font-weight:600!important}.preview-label-tamil{font-size:12px!important}.preview-value-left{font-size:18px!important;font-weight:700!important}.preview-table{margin:12px 0!important}.preview-table th,.preview-table td{padding:8px 10px!important;font-size:14px!important}.preview-table th{font-size:15px!important}.preview-note-left,.preview-note{margin:10px 0 12px!important;padding:10px 12px!important;font-size:15px!important}.preview-note-left:before,.preview-note:before{font-size:16px!important}.preview-buttons{gap:12px!important;padding:12px 18px 18px!important}.preview-btn{min-width:110px!important;padding:10px 20px!important;font-size:15px!important}@media (width<=768px){.popup-content.large-popup{width:95%!important;max-width:95%!important}.large-popup h3{padding:10px 15px!important;font-size:18px!important}.large-popup .preview-details{padding:15px 18px!important}.preview-row-left{gap:12px!important;margin-bottom:10px!important;padding-bottom:8px!important}.preview-label-english{font-size:14px!important}.preview-label-tamil{font-size:11px!important}.preview-value-left{font-size:16px!important}.preview-table th,.preview-table td{padding:6px 8px!important;font-size:12px!important}.preview-table th,.preview-note-left,.preview-note{font-size:13px!important}.preview-btn{padding:8px 16px!important;font-size:14px!important}}.course-aggregate-marks{color:#126b21;background-color:#e8f5e9;border-radius:4px;width:fit-content;margin-top:6px;margin-bottom:8px;padding:3px 8px;font-size:14px;font-weight:700;display:inline-block}@media (width<=768px){.popup{padding:10px!important}.popup-content.large-popup{border-radius:12px!important;width:95%!important;max-width:95%!important;max-height:90vh!important;margin:0 auto!important;overflow:hidden!important}.large-popup h3{color:#fff!important;text-align:center!important;background-color:#002147!important;margin:0!important;padding:12px 15px!important;font-size:18px!important;font-weight:700!important}.large-popup .preview-details{max-height:calc(90vh - 160px)!important;padding:15px!important;overflow-y:auto!important}.preview-details>.preview-row-left{border-bottom:1px dashed #e0e0e0!important;flex-direction:row!important;align-items:flex-start!important;gap:12px!important;margin-bottom:10px!important;padding-bottom:8px!important;display:flex!important}.preview-details>.preview-row-left .preview-label-section{flex:1!important;min-width:130px!important;max-width:140px!important}.preview-details>.preview-row-left .preview-label-english{color:#333!important;font-size:14px!important;font-weight:700!important;line-height:1.3!important}.preview-details>.preview-row-left .preview-label-tamil{color:#666!important;font-size:10px!important;font-weight:500!important;line-height:1.3!important}.preview-details>.preview-row-left .preview-value-left{color:#212529!important;text-align:left!important;word-break:break-word!important;flex:2!important;padding-left:0!important;font-size:15px!important;font-weight:600!important}.preview-details h4{color:#002147!important;margin:12px 0 8px!important;font-size:14px!important;font-weight:700!important}.preview-table{border-collapse:collapse!important;-webkit-overflow-scrolling:touch!important;width:100%!important;margin:8px 0!important;display:block!important;overflow-x:auto!important}.preview-table th,.preview-table td{text-align:center!important;white-space:nowrap!important;border:1px solid #ddd!important;padding:8px 6px!important;font-size:12px!important}.preview-table th{color:#fff!important;background-color:#002147!important;font-size:13px!important;font-weight:600!important}.preview-table th:first-child{text-align:center!important;white-space:nowrap!important;min-width:45px!important}.preview-table th:nth-child(2){text-align:center!important;white-space:normal!important;min-width:100px!important;max-width:150px!important}.preview-table th:last-child{text-align:center!important;white-space:nowrap!important;min-width:60px!important}.preview-table td:nth-child(2){white-space:normal!important;text-align:left!important;min-width:100px!important;max-width:150px!important}.preview-table td:first-child,.preview-table th:first-child{white-space:nowrap!important;min-width:40px!important}.preview-table td:last-child,.preview-table th:last-child{white-space:nowrap!important;min-width:50px!important}.preview-details>div[style*="backgroundColor: '#f0f8ff'"]{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:10px!important;padding:8px 12px!important;display:flex!important}.preview-details>div[style*="backgroundColor: '#f0f8ff'"] div:first-child{font-size:12px!important;font-weight:600!important}.preview-details>div[style*="backgroundColor: '#f0f8ff'"] div:last-child{font-size:14px!important;font-weight:700!important}.preview-note-left,.preview-note{text-align:left!important;gap:5px!important;margin:10px 12px!important;padding:8px 10px!important;font-size:12px!important}.preview-note-left br,.preview-note br{display:none!important}.preview-note-left span,.preview-note span{margin-top:4px!important;font-size:11px!important;display:block!important}.preview-buttons{border-top:1px solid #eee!important;flex-direction:column!important;gap:8px!important;padding:12px!important;display:flex!important}.preview-btn{text-align:center!important;border-radius:6px!important;width:100%!important;padding:10px!important;font-size:14px!important;font-weight:600!important}.cancel-preview-btn{color:#fff!important;background-color:#6c757d!important}.submit-preview-btn{color:#fff!important;background-color:#28a745!important}}@media (width<=480px){.large-popup h3{padding:10px 12px!important;font-size:16px!important}.large-popup .preview-details{padding:12px!important}.preview-details>.preview-row-left{gap:10px!important;margin-bottom:8px!important}.preview-details>.preview-row-left .preview-label-section{min-width:110px!important;max-width:120px!important}.preview-details>.preview-row-left .preview-label-english{font-size:13px!important}.preview-details>.preview-row-left .preview-label-tamil{font-size:9px!important}.preview-details>.preview-row-left .preview-value-left{font-size:14px!important}.preview-table th,.preview-table td{padding:6px 4px!important;font-size:11px!important}.preview-table th{font-size:12px!important}.preview-note-left,.preview-note{font-size:11px!important}.preview-btn{font-size:13px!important}}@media (width<=768px) and (orientation:landscape){.popup-content.large-popup{max-height:95vh!important}.large-popup .preview-details{max-height:calc(95vh - 140px)!important}.preview-table{max-height:200px!important}}@media (width<=768px){.preview-btn{min-height:44px!important}}.marks-section{width:100%;margin:20px 0;overflow-x:auto}@media (width<=768px){.marks-section{-webkit-overflow-scrolling:touch;border:1px solid #ddd;border-radius:8px;margin:15px 0;overflow-x:auto}.marks-table{border-collapse:collapse;width:100%;min-width:600px}.marks-table th,.marks-table td{text-align:center;vertical-align:middle;border:1px solid #ddd;padding:10px 8px}.marks-table th{color:#fff;white-space:nowrap;background-color:#002147;font-size:13px;font-weight:600}.marks-table th:first-child,.marks-table td:first-child{z-index:2;background-color:#fff;min-width:60px;font-weight:600;position:sticky;left:0}.marks-table th:first-child{z-index:3;background-color:#002147}.marks-table th:nth-child(2),.marks-table td:nth-child(2){text-align:left;min-width:180px}.marks-table th:nth-child(3),.marks-table td:nth-child(3){min-width:120px}.marks-table select{background-color:#fff;border:1px solid #ccc;border-radius:4px;width:95%;padding:8px;font-size:13px}.marks-table input[type=text]{text-align:center;width:70px;padding:8px;font-size:14px}.mark-cell{gap:4px}.mark-cell .error-text{white-space:nowrap;font-size:10px}.scroll-hint{text-align:center;color:#002147;background-color:#e8f0fe;border:1px solid #002147;border-radius:4px;margin:10px 0;padding:8px;font-size:12px;display:block}}@media (width<=480px){.marks-table{min-width:550px}.marks-table th,.marks-table td{padding:8px 6px}.marks-table th{font-size:12px}.marks-table select{width:100%;padding:6px;font-size:12px}.marks-table input[type=text]{width:60px;padding:6px;font-size:13px}.mark-cell .error-text{white-space:normal;font-size:9px}}@media (width<=768px){.percentage-display{justify-content:center;gap:10px;margin:15px 0;padding:10px 15px}.percentage-label{font-size:13px}.percentage-value{padding:4px 15px;font-size:16px}}.form-section-title{color:#002147;margin:25px 0 15px;padding-bottom:8px;font-size:18px;font-weight:700}@media (width<=768px){.form-section-title{margin:20px 0 12px;font-size:16px}}@media (width>=769px){.scroll-hint{display:none!important}}.cc1-receipt{background:#fff;border:1px solid #dce3f0;border-radius:10px;margin:25px 0;padding:16px}.cc1-receipt h3{color:#002147;margin-bottom:12px;font-size:18px;font-weight:600}.receipt-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;margin:0;padding:0;font-weight:700;overflow-x:auto}.receipt-table{border-collapse:collapse;width:100%;min-width:600px;font-size:15px}.receipt-table th,.receipt-table td{border-bottom:1px solid #e0e0e0;padding:12px 15px}.receipt-table th{text-align:left;color:#002147;background-color:#f5f7ff;font-weight:600}.receipt-table td{text-align:left;color:#333}.receipt-table th:last-child,.receipt-table td:last-child{text-align:right}.receipt-table tfoot tr{border-top:2px solid #002147}.receipt-table tfoot td{color:#002147;background-color:#f0f3ff;padding:12px 15px;font-size:16px;font-weight:700}@media (width<=768px){.cc1-receipt{border-radius:8px;margin:15px 0;padding:12px}.cc1-receipt h3{margin-bottom:10px;font-size:16px}.receipt-table-wrapper{-webkit-overflow-scrolling:touch;margin:0;overflow-x:auto}.receipt-table{width:max-content;min-width:550px;font-size:13px}.receipt-table th,.receipt-table td{white-space:nowrap;padding:10px 12px;font-size:13px}.receipt-table td:first-child{white-space:normal;min-width:160px;max-width:200px}.receipt-table tfoot td{padding:10px 12px;font-size:14px}}@media (width<=480px){.cc1-receipt{margin:10px 0;padding:10px}.cc1-receipt h3{font-size:15px}.receipt-table{min-width:480px;font-size:12px}.receipt-table th,.receipt-table td{padding:8px 10px;font-size:12px}.receipt-table td:first-child{min-width:140px}.receipt-table tfoot td{padding:8px 10px;font-size:13px}}@media (width<=768px) and (orientation:landscape){.receipt-table{min-width:600px}}@media (width<=768px){.receipt-table-wrapper{position:relative}.receipt-table-wrapper:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(90deg,#0000,#0000000d);width:30px;transition:opacity .3s;position:absolute;top:0;bottom:0;right:0}.receipt-table-wrapper{overflow-x:auto}}@media (width>=769px){.receipt-table-wrapper:after{display:none}}.form-section-title,h2.form-section-title,h3.form-section-title,h4.form-section-title,.section-title,.course-summary-container .section-title{text-align:center!important;width:100%!important;display:block!important}.form-container h2,.form-container h3,.form-container h4{text-align:center!important}.course-summary-container .section-title{text-align:center!important;margin:20px 0!important}.cc1-receipt h3,h3[class*=title],h4[class*=title],.course-title,.cc1-title{text-align:center!important}.popup-content.large-popup .preview-details,.popup-content.large-popup .preview-label-english{font-size:13px!important}.popup-content.large-popup .preview-label-tamil{font-size:11px!important}.popup-content.large-popup .preview-value-left{font-size:13px!important}.popup-content.large-popup .preview-table th,.popup-content.large-popup .preview-table td{font-size:12px!important}.popup-content.large-popup .preview-note,.popup-content.large-popup .preview-note-left{font-size:11px!important}.popup-content.large-popup h4{font-size:13px!important}.popup-content.large-popup div[style*="backgroundColor: '#f0f8ff'"] div:first-child{font-size:11px!important}.popup-content.large-popup div[style*="backgroundColor: '#f0f8ff'"] div:last-child,.popup-content.large-popup .preview-btn{font-size:13px!important}.popup-content.large-popup h3{font-size:15px!important}@media (width<=768px){.popup-content.large-popup .preview-label-english{font-size:14px!important}.popup-content.large-popup .preview-label-tamil{font-size:10px!important}.popup-content.large-popup .preview-value-left{font-size:12px!important}.popup-content.large-popup .preview-table th,.popup-content.large-popup .preview-table td{font-size:11px!important}.popup-content.large-popup .preview-btn{font-size:12px!important}}.popup-content.large-popup .preview-note,.popup-content.large-popup .preview-note-left{font-size:13px!important;line-height:1.5!important}.popup-content.large-popup .preview-note span,.popup-content.large-popup .preview-note-left span{font-size:12px!important;line-height:1.4!important}@media (width<=768px){.popup-content.large-popup .preview-note,.popup-content.large-popup .preview-note-left{font-size:12px!important}.popup-content.large-popup .preview-note span,.popup-content.large-popup .preview-note-left span{font-size:11px!important}}.marks-section{-webkit-overflow-scrolling:touch;width:100%;margin:20px 0;overflow-x:auto}.marks-table{border-collapse:collapse;table-layout:fixed;background:#fff;width:100%}.marks-table th,.marks-table td{text-align:center;vertical-align:middle;border:1px solid #ddd;padding:12px}.marks-table th{color:#fff;background-color:#002147;font-size:14px;font-weight:600}.marks-table th:first-child,.marks-table td:first-child{width:10%}.marks-table th:nth-child(2),.marks-table td:nth-child(2){width:55%}.marks-table th:nth-child(3),.marks-table td:nth-child(3){width:35%}.marks-table select{cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:4px;width:95%;padding:8px 12px;font-size:14px}.marks-table select:focus{border-color:#002147;outline:none}.marks-table input[type=text]{text-align:center;border:1px solid #ccc;border-radius:4px;width:80px;padding:8px;font-size:14px}.marks-table input[type=text]:focus{border-color:#002147;outline:none}.mark-cell{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:relative}.mark-cell .error-text{color:#dc3545;white-space:nowrap;margin-top:4px;font-size:11px}.required-asterisk{color:#dc3545;margin-left:4px;font-size:14px}@media (width<=992px){.marks-section{-webkit-overflow-scrolling:touch;border:1px solid #ddd;border-radius:8px;margin:15px 0;overflow-x:auto}.marks-table{border-collapse:collapse;width:100%;min-width:650px}.marks-table th,.marks-table td{text-align:center;vertical-align:middle;border:1px solid #ddd;padding:10px 8px}.marks-table th{color:#fff;white-space:nowrap;background-color:#002147;font-size:13px;font-weight:600}.marks-table th:first-child,.marks-table td:first-child{z-index:2;background-color:#fff;min-width:70px;font-weight:600;position:sticky;left:0;box-shadow:2px 0 5px #0000001a}.marks-table th:first-child{z-index:3;box-shadow:none;background-color:#002147}.marks-table th:nth-child(2),.marks-table td:nth-child(2){text-align:left;min-width:200px}.marks-table th:nth-child(3),.marks-table td:nth-child(3){min-width:130px}.marks-table select{background-color:#fff;border:1px solid #ccc;border-radius:4px;width:98%;padding:8px;font-size:13px}.marks-table input[type=text]{text-align:center;width:75px;padding:8px;font-size:14px}.mark-cell{gap:4px}.mark-cell .error-text{white-space:nowrap;font-size:10px}}@media (width>=768px) and (width<=992px){.marks-table{min-width:600px}.marks-table th:nth-child(2),.marks-table td:nth-child(2){min-width:180px}}@media (width<=768px){.marks-table{min-width:550px}.marks-table th,.marks-table td{padding:8px 6px}.marks-table th{font-size:12px}.marks-table select{width:100%;padding:6px;font-size:12px}.marks-table input[type=text]{width:65px;padding:6px;font-size:13px}.mark-cell .error-text{white-space:normal;word-break:break-word;font-size:9px}.marks-table th:first-child,.marks-table td:first-child{min-width:55px}.marks-table th:nth-child(2),.marks-table td:nth-child(2){min-width:160px}}@media (width<=480px){.marks-table{min-width:500px}.marks-table th,.marks-table td{padding:6px 4px}.marks-table th{font-size:11px}.marks-table select{padding:5px;font-size:11px}.marks-table input[type=text]{width:55px;padding:5px;font-size:12px}.marks-table th:first-child,.marks-table td:first-child{min-width:45px}.marks-table th:nth-child(2),.marks-table td:nth-child(2){min-width:140px}}@media (width<=992px){.scroll-hint{text-align:center;color:#002147;background-color:#e8f0fe;border:1px solid #002147;border-radius:4px;margin:10px 0;padding:8px;font-size:12px;display:block}}@media (width>=993px){.scroll-hint{display:none!important}}.percentage-display{background-color:#f5f5f5;border-left:4px solid #002147;border-radius:8px;justify-content:flex-end;align-items:center;gap:15px;margin:20px 0;padding:12px 20px;display:flex}.percentage-label{color:#333;font-size:15px;font-weight:600}.percentage-value{color:#002147;background-color:#fff;border-radius:25px;padding:6px 20px;font-size:18px;font-weight:700;box-shadow:0 2px 4px #0000001a}@media (width<=768px){.percentage-display{justify-content:center;gap:10px;margin:15px 0;padding:10px 15px}.percentage-label{font-size:13px}.percentage-value{padding:4px 15px;font-size:16px}.course-row-card{position:relative;padding-top:45px!important}body{margin:0;padding:0;overflow-x:hidden}.form-container{overflow-x:hidden;width:100%!important;max-width:100%!important;margin:0!important;padding:10px!important}.form-container h4,.form-section-title{margin:15px 0 10px!important;padding:0 5px!important;font-size:16px!important}.input-wrapper{width:100%!important;margin-bottom:12px!important;padding:0 5px!important}.inline-label div:first-child{font-size:13px!important;font-weight:600!important}.tamil-label{font-size:11px!important}.input-field input,.input-field select{box-sizing:border-box!important;width:100%!important;padding:8px 10px!important;font-size:14px!important}.college-name{text-align:center!important;padding:10px!important;font-size:18px!important}.applicant-summary{margin:10px 0!important;padding:10px!important;font-size:12px!important}.applicant-summary div{margin-bottom:5px!important}.marks-section{width:100%!important;margin:10px 0!important;padding:0!important;overflow-x:auto!important}.marks-table{width:100%!important;min-width:320px!important;font-size:12px!important}.marks-table th,.marks-table td{padding:8px 4px!important;font-size:11px!important}.marks-table select{width:110px!important;padding:5px 2px!important;font-size:11px!important}.submit-btn{width:100%!important;margin:15px 0!important;padding:12px!important;font-size:16px!important}.required-note{text-align:center!important;padding:5px!important;font-size:11px!important}.popup-content{width:95%!important;max-width:95%!important;margin:10px auto!important}.preview-details{padding:10px!important}.preview-row-left{flex-direction:column!important;margin-bottom:10px!important}.preview-label-section{min-width:auto!important;margin-bottom:5px!important}.input-wrapper label{font-size:13px!important}select,input[type=text],input[type=email],input[type=tel]{padding:8px!important;font-size:14px!important}.form-section-title{background-color:#f5f5f5;border-radius:4px;padding:8px!important;font-size:14px!important}.header{padding:10px!important}.college-header{text-align:center;padding:10px}.error-text{margin-top:3px!important;font-size:11px!important}.valid-icon{font-size:16px!important;right:15px!important}.marks-section{-webkit-overflow-scrolling:touch;margin:10px 0;padding:0;overflow-x:auto}.marks-table{border-collapse:collapse;width:100%;min-width:400px;font-size:12px}.marks-table th{text-align:center;white-space:nowrap;background-color:#f5f5f5;border:1px solid #ddd;padding:10px 6px;font-size:12px;font-weight:600}.marks-table td{text-align:center;vertical-align:middle;border:1px solid #ddd;padding:8px 4px}.marks-table td:nth-child(2),.marks-table th:nth-child(2){text-align:left;min-width:150px}.marks-table select{background-color:#fff;border:1px solid #ccc;border-radius:4px;width:130px;padding:6px 4px;font-size:11px}.marks-table input[type=text]{text-align:center;border:1px solid #ccc;border-radius:4px;width:55px;padding:6px 4px;font-size:11px}.marks-table input[readonly],.marks-table input:disabled{background-color:#f5f5f5;border:1px solid #ddd;width:100px}.marks-section{margin-left:0;margin-right:0}.marks-table select{width:180px!important;min-width:140px!important;max-width:180px!important;padding:5px 3px!important;font-size:12px!important}.marks-table select option{padding:2px!important;font-size:11px!important}.marks-table input[type=text]{width:48px!important;padding:5px 2px!important;font-size:10px!important}.marks-table input[readonly],.marks-table input:disabled{width:88px!important;padding:5px 3px!important;font-size:10px!important}.marks-table td:first-child,.marks-table th:first-child{width:40px!important;min-width:40px!important}.marks-table td:nth-child(2),.marks-table th:nth-child(2){min-width:160px!important;max-width:190px!important}.marks-table td:nth-child(3),.marks-table th:nth-child(3){width:70px!important;min-width:70px!important}.marks-section{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.marks-section .marks-table{border-collapse:collapse;width:100%;min-width:420px}.marks-section .marks-table th{color:#fff;text-align:center;background-color:#002147;border:1px solid #ddd;padding:8px 4px;font-size:11px}.marks-section .marks-table td{vertical-align:middle;border:1px solid #ddd;padding:6px 2px;font-size:11px}.marks-section .marks-table td:first-child,.marks-section .marks-table th:first-child{text-align:center;width:40px;min-width:40px}.marks-section .marks-table td:nth-child(2),.marks-section .marks-table th:nth-child(2){min-width:160px;max-width:180px}.marks-section .marks-table td:nth-child(3),.marks-section .marks-table th:nth-child(3){text-align:center;width:75px;min-width:75px}.marks-section .marks-table input[type=text]{box-sizing:border-box!important;background-color:#fff!important;border:1px solid #ccc!important;border-radius:4px!important;width:100%!important;max-width:160px!important;padding:6px 3px!important;font-size:11px!important}.marks-section .marks-table td:nth-child(3) input[type=text]{text-align:center!important;width:50px!important;padding:6px 2px!important;font-size:11px!important}.marks-section .marks-table .required{color:red;margin-left:2px}.marks-section .marks-table .error-text{white-space:nowrap;margin-top:2px;font-size:9px}}@media (width<=375px){.marks-section .marks-table{min-width:380px}.marks-section .marks-table td:nth-child(2),.marks-section .marks-table th:nth-child(2){min-width:140px}.marks-section .marks-table input[type=text]{max-width:140px!important;padding:5px 2px!important;font-size:10px!important}.marks-section .marks-table td:nth-child(3) input[type=text]{width:45px!important}}@media (width<=768px){.marks-table select{width:150px!important;min-width:140px!important;max-width:160px!important;padding:6px 4px!important;font-size:12px!important}.marks-table td:nth-child(2),.marks-table th:nth-child(2){min-width:160px!important;max-width:170px!important}.marks-table input[type=text]{width:50px!important;padding:6px 3px!important;font-size:11px!important}.marks-table input[readonly],.marks-table input:disabled{width:95px!important;font-size:11px!important}.marks-table td:first-child,.marks-table th:first-child{width:45px!important;min-width:45px!important}.marks-table td:nth-child(3),.marks-table th:nth-child(3){width:75px!important;min-width:75px!important}}
