.custom-bhashini-wrapper{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:50px;border:2px solid transparent;cursor:pointer;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#3E3DA5,#D4676A) border-box;background-clip:padding-box,border-box;-webkit-background-clip:padding-box,border-box;transition:all .2s ease}.custom-bhashini-wrapper:hover{box-shadow:0 2px 8px rgba(62,61,165,.2)}.bhashini-lang-text{font-size:14px;font-weight:500;color:#4A4A4A}.bhashini-dropdown-btn-icon{display:flex;align-items:center;justify-content:center}.bhashini-dropdown-btn-icon svg{height:25px;width:20px}.bhashini-plugin-container{color:#4A4A4A!important}.ChatBot_chatbotContainer__WsvCc{position:fixed;bottom:20px;right:20px;z-index:1000}.ChatBot_chatbotButton__1H3vU{width:50px;height:50px;border-radius:50%;border:none;background-color:rgb(64,84,178);cursor:pointer;box-shadow:2px 2px 10px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}.ChatBot_chatbotButton__1H3vU:hover{transform:scale(1.05);box-shadow:3px 3px 12px rgba(0,0,0,.25)}.ChatBot_chatInterface__CfZ62{width:350px;height:500px;background:white;border-radius:4px;border:1px solid #0000001a;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;position:absolute;bottom:60px;right:0;animation:ChatBot_slideIn__OSieD .3s ease forwards;transform-origin:bottom right;overflow:hidden}@keyframes ChatBot_slideIn__OSieD{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ChatBot_chatInterfaceClosing__GOWWv{animation:ChatBot_slideOut__DJ2hq .3s ease forwards}@keyframes ChatBot_slideOut__DJ2hq{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.8) translateY(20px)}}.ChatBot_chatHeader__RGoW1{background-color:#3e3da5;color:#f3f3f3;padding:14.5px 20px;border-radius:4px;display:flex;justify-content:space-between;align-items:center;animation:ChatBot_fadeIn__fxzcg .4s ease .1s forwards;opacity:0;height:60px}.ChatBot_headerText__Rk6fS{font-size:16px;font-weight:700;letter-spacing:.6px}.ChatBot_headerControls__qxmZU{display:flex;gap:12.6px}.ChatBot_controlButton__n3vJU{background:none;border:none;cursor:pointer;transition:transform .2s ease}.ChatBot_controlButton__n3vJU:hover{transform:scale(1.1)}.ChatBot_languageSelector__E0tDY{display:flex;justify-content:space-between;align-items:center;padding:5px 12px 10px;animation:ChatBot_fadeIn__fxzcg .4s ease .2s forwards;opacity:0}.ChatBot_label__d_2w2{color:#333;font-size:14px}.ChatBot_selectContainer__xUo33{position:relative;width:80px;display:inline-block}.ChatBot_selectContainer__xUo33:after{content:"";position:absolute;top:50%;right:8px;transform:translateY(-40%);width:7px;height:7px;border-right:2px solid #443db4;border-bottom:2px solid #443db4;transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}.ChatBot_selectContainer__xUo33:hover:after{transform:translateY(-30%) rotate(45deg)}.ChatBot_select__MgwE9{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:8px 20px 8px 2px;font-size:14px;color:#3e3da5;border:none;background-color:transparent;cursor:pointer;outline:none}.ChatBot_select__MgwE9:focus{outline:1px solid #e0e0e0}.ChatBot_option__IyV6w{color:#333;background-color:white;padding:10px}.ChatBot_messagesContainer__uxo0h{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;min-height:250px;max-height:400px;animation:ChatBot_fadeIn__fxzcg .4s ease .3s forwards;opacity:0;position:relative}.ChatBot_messagesContainer__uxo0h:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/_next/static/media/sra-chatbot-bg.bd3a45b3.png);background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:.1;z-index:-1}.ChatBot_message__0hefi{padding:16px;border-radius:8px;max-width:80%;font-size:14px;font-weight:500;animation:ChatBot_messageAppear__c6NK3 .3s ease forwards;opacity:0;transform:translateY(10px)}@keyframes ChatBot_messageAppear__c6NK3{to{opacity:1;transform:translateY(0)}}.ChatBot_botMessage__9y0wR{background-color:transparent;border:1px solid #d9d9d980;color:#000}.ChatBot_userMessage__wvW4S{background-color:#3f51b5;color:white;align-self:flex-end;border-bottom-right-radius:4px}.ChatBot_inputWrapper__3RqgD{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;padding:8px 5px;background-color:white;position:relative;justify-content:space-between;animation:ChatBot_fadeIn__fxzcg .4s ease .4s forwards;opacity:0}@keyframes ChatBot_fadeIn__fxzcg{to{opacity:1}}.ChatBot_chatInput__4X3fZ{border:none;outline:none;padding:8px 0;font-size:14px;background-color:transparent;color:#1e1e1e;width:85%}.ChatBot_chatInput__4X3fZ:disabled{cursor:not-allowed;opacity:.5}.ChatBot_listeningIndicator__WV4HO,.ChatBot_processingIndicator__PPKIn{display:flex;align-items:center;gap:6px;color:#3e3da5;position:absolute;right:12px;font-size:14px;background-color:#3e3da526;padding:12px 9px;border-radius:8px;margin-right:-5px;transition:background-color .3s ease;min-width:40px}.ChatBot_listeningIndicator__WV4HO:hover,.ChatBot_processingIndicator__PPKIn:hover{background-color:#3e3da540}.ChatBot_listeningIndicator__WV4HO span,.ChatBot_processingIndicator__PPKIn span{font-weight:700}.ChatBot_buttonGroup__jZ52Q{display:flex;align-items:center;gap:10px;margin-right:2px}.ChatBot_buttonGroup__jZ52Q.ChatBot_disabled__JVmVl{opacity:.5;pointer-events:none}.ChatBot_micButton__wdzVu,.ChatBot_sendButton__PeD0d{cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:transform .2s ease,background-color .2s ease}.ChatBot_sendButton__PeD0d{border:.5px solid #303030;background:#f5f5f5}.ChatBot_sendButton__PeD0d:hover{transform:scale(1.05);background:#ebebeb}.ChatBot_micButton__wdzVu{border:.5px solid #3e3da5;background:#3e3da526}.ChatBot_micButton__wdzVu:hover{transform:scale(1.05);background:#3e3da540}.ChatBot_micButton__wdzVu:disabled{background:#3e3da526;cursor:not-allowed;opacity:.5}.ChatBot_tabsContainer__9mckL{width:100%;margin:20px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.ChatBot_tabsHeader__LIYsV{display:flex;border-bottom:1px solid #ddd}.ChatBot_languageTabs__D5Ml9{display:flex;padding:10px 0}.ChatBot_languageTab__MT_gw{padding:6px 12px;background:none;cursor:pointer;font-size:16px;color:#3e3da5;font-weight:700;transition:color .3s ease;align-content:center;border:.5px solid #3e3da550}.ChatBot_languageTab__MT_gw.ChatBot_selectedLanguage__g85Qz{color:white;background-color:#3e3da5;border-bottom:2px solid #3e3da5}.ChatBot_languageTab__MT_gw:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.ChatBot_languageTab__MT_gw:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:DVBW-TTSurekh;src:url(/fonts/DVBW-TTSurekh.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:DVBW-TTSurekhEN;src:url(/fonts/DVBW-TTSurekh.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:DV-TTSurekh-Bold;src:url(/fonts/DV-TTSurekh-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:DV-TTSurekhEN-Bold;src:url(/fonts/DV-TTSurekhEN-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:DV-TTSurekhEN;src:url(/fonts/DV-TTSurekhEN-Normal.ttf) format("truetype");font-weight:400;font-style:normal}