body{font-family:var(--FONT-FAMILY)}.pointer{cursor:pointer}a{text-decoration:none!important}.breadcrumb-custom{display:flex;flex-wrap:wrap;align-items:center;font-size:15px}.breadcrumb-item-custom{display:flex;align-items:center;font-weight:500}.breadcrumb-link{color:#444;text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-separator{margin:0 8px;color:#888;font-weight:400}.breadcrumb-current{color:var(--THEME-COLOR);font-weight:500}.navbarCustom{font-size:15px;font-weight:500;transition:box-shadow .3s ease,border-bottom .3s ease;border-bottom:1px solid #eaeaea}.navbar-scrolled{box-shadow:0 2px 6px rgba(0,0,0,.08);border-bottom:1px solid #cfcbcb;position:-webkit-sticky;position:sticky;top:0;z-index:15}.navLinks .nav-link{color:#666666;transition:color .3s ease;padding:8px 16px!important;font-size:15px}.navLinks .nav-link:hover{color:var(--THEME-COLOR)}.navLinks .nav-link.active,.navLinks .nav-link:focus{font-weight:500;color:var(--THEME-COLOR)}.navbar-brand img{max-height:40px}.icon{color:var(--THEME-COLOR);font-size:1.2rem;transition:color .3s ease}.icon:hover{color:#d35400}.dropdownCustom{position:relative;list-style:none}.dropdownToggle{display:flex;align-items:center;gap:6px;cursor:pointer;padding:8px 16px;color:#666666;transition:color .3s}.dropdownToggle:hover{color:var(--THEME-COLOR)}.dropdownIcon{transition:transform .3s ease}.dropdownMenu{position:absolute;top:100%;left:0;z-index:999;flex-direction:row;background-color:#fff9e8;gap:40px;padding:16px;margin-top:12px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.12);border:1px solid #eee;background-image:url(/assets/imgs/theme/dropdown-bg.svg);background-repeat:no-repeat;background-position:bottom;background-size:cover}.dropdownCustom:hover .dropdownMenu{display:flex}.dropdownColumn{display:flex;flex-direction:column;gap:8px;min-width:200px;border-right:1px solid #e0e0e0}.dropdownColumn:last-child{padding-right:0;border-right:none}.dropdownTitle{margin-bottom:4px}.dropdownSubtitle,.dropdownTitle{color:#505050;font-size:16px;font-weight:500}.dropdownSubtitle{margin:0 0 4px}.dropdownColumn a{text-decoration:none;color:#6E6E6E;font-size:14px;transition:color .2s}.dropdownColumn a:hover{color:var(--THEME-COLOR)}.dropdownCustom.active .dropdownToggle{color:var(--THEME-COLOR)!important;font-weight:500}.dropdownIcon.rotate{transform:rotate(180deg)}.dropdownMenu{display:none}.dropdownCustom .dropdownMenu{display:flex}.custom-footer{background:url(/assets/imgs/theme/footer-bg.svg) no-repeat top;background-size:cover;padding:50px 20px 20px;color:#333}.footer-top{display:flex;justify-content:space-between;margin-bottom:30px}.footer-col h4{font-size:16px;font-weight:500;margin-bottom:10px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{color:#333;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-col ul li a:hover{color:var(--THEME-COLOR,var(--THEME-BUTTON-COLOR))}.footer-logo{margin-left:-15px;width:100px;margin-bottom:10px}.footer-text{font-size:14px;line-height:1.6;margin-bottom:16px;color:#555}.footer-contact div{font-size:14px;margin-bottom:6px;display:flex;justify-content:flex-start;gap:6px}.footer-contact a{color:#4d4d4d}.footer-socials{margin-top:10px;display:flex;gap:12px;font-size:18px;color:#6E6E6E}.playstore-badge{width:140px;margin-top:10px}.footer-bottom{border-top:1px solid #ccc;padding-top:20px;text-align:center;font-size:14px;color:#666;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.footer-logos{margin-top:10px;display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.footer-logos img{height:30px}.footer-info{max-width:340px}.footer-right{display:flex;flex-direction:column;gap:10px;justify-content:center;margin-right:10px}.footer-links-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px;gap:10px;width:55%}.gif-container{width:100vw;height:100vh;overflow:hidden;background:rgb(255,255,255);position:relative}.animated-gif{position:absolute;width:250px;height:auto;animation:moveAndCenter 2.5s ease-in-out forwards}@keyframes moveAndCenter{0%{top:0;left:0;transform:translate(0)}40%{top:100%;left:0;transform:translateY(-100%)}80%{top:100%;left:100%;transform:translate(-100%,-100%)}to{top:50%;left:50%;transform:translate(-50%,-50%)}}.no-records{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.no-record-icon{width:600px;height:300px;border-radius:15px;margin-bottom:20px}.no-record-title{font-size:22px;font-weight:500;color:var(--THEME-COLOR)}.p-2-5{padding:.75rem!important}.search-box .dropdown-menu{padding:16px;margin-top:12px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.12);border:1px solid #eee}.search-box .dropdown-menu,.search-page .modal-body{background-image:url(/assets/imgs/theme/dropdown-bg.svg);background-repeat:no-repeat;background-position:bottom;background-size:cover}.clear-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);font-size:18px;color:#888;cursor:pointer}.clear-btn:hover{color:#000}