:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.IPO_calender_ipoCalendarSec__uG_EV{margin-top:3rem;top:1rem}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm{border-top:3px solid #000;padding-top:15px;border-bottom:3px solid #000;margin-bottom:15px;padding-bottom:15px}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_lightMode__VGphI{border-top:3px solid #eaeaea;padding-top:15px;border-bottom:3px solid #eaeaea;margin-bottom:15px;padding-bottom:15px}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_lightMode__VGphI .IPO_calender_secTitle__uJY68{border-bottom:.5px solid #7a7d90}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_secTitle__uJY68{color:#fff;border-bottom:.5px solid #7a7d90}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-slider__S3R32{border:1px solid #49454f}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendarHeaderDate__WSKnS{background-color:#30303a;border-bottom:1px solid #49454f;color:#fff}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendarHeaderDate__WSKnS .IPO_calender_date_title__TTiSu{color:#fff}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-daysList__SDSCC,.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventTitleDate__pTSbU{background-color:#30303a;color:#fff}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventTitleDate__pTSbU .IPO_calender_whiteIcon___0mWU svg{stroke:#fff}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-day-header__c7tgg{color:#999}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-dayWithEvents__i9V1o a,.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-dayWithEvents__i9V1o a.IPO_calender_empty__UjrQe,.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-day__112Mi a{color:#fff;border:none}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-day__112Mi a.IPO_calender_empty__UjrQe{border:none}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-list-wrap__UTJUn{background-color:#30303a;border-top:1px solid #49454f;border-bottom:0}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-list-wrap__UTJUn .IPO_calender_close-svg-icon__6QfU3 svg g line{stroke:#fff}.IPO_calender_ipoCalendarSec__uG_EV.IPO_calender_darkMode__kvtPm .IPO_calender_eventCalendar-list-wrap__UTJUn .IPO_calender_Ipo-data-strips__ET_w5{border:1px solid #4a4a56}.IPO_calender_secTitle__uJY68{display:inline-block;color:#000;font-size:2.2rem;line-height:2.6rem;font-weight:900;padding-top:1rem;padding-bottom:1rem;position:relative;text-transform:uppercase;border-bottom:3px solid #cecece;width:100%;margin-top:0;margin-bottom:1.5rem}.IPO_calender_eventCalendar-wrap__aHOlO{font:15px/20px Open Sans,sans-serif;color:#807e7e;position:relative}.IPO_calender_eventCalendarHeaderDate__WSKnS{display:flex;align-items:center;padding:19px;border-bottom:1px solid #ccc}.IPO_calender_eventCalendarHeaderDate__WSKnS .IPO_calender_date_title__TTiSu{display:flex;align-items:center;font:700 16px/20px Lato,sans-serif;margin-left:7px;color:#1d2634}.IPO_calender_eventCalendar-slider__S3R32{position:relative;width:300px;background:#fff;margin:auto;border-radius:4px;border:1px solid #ccc}.IPO_calender_eventTitleDate__pTSbU{font:400 16px/20px Lato,sans-serif;color:#333;padding:10px 0 15px;display:flex;justify-content:space-between;align-items:center}.IPO_calender_eventTitleDate__pTSbU a{cursor:pointer;outline:0;display:flex;align-items:center;justify-content:center;border:none;padding:0;width:40px;height:40px;line-height:52px;border-radius:50%;background-color:transparent}.IPO_calender_eventCalendar-monthWrap__toH8y{border-radius:5px;top:10px}.IPO_calender_eventCalendar-daysList__SDSCC{zoom:1;padding:0}.IPO_calender_eventCalendar-daysList__SDSCC.IPO_calender_showDayNames__qhKJX.IPO_calender_eventCalendar-showAsWeek__AM_sC{border-radius:5px 5px 0 0}.IPO_calender_eventCalendar-daysList__SDSCC:after,.IPO_calender_eventCalendar-daysList__SDSCC:before{content:"";display:table}.IPO_calender_eventCalendar-daysList__SDSCC:after{clear:both}.IPO_calender_eventCalendar-daysList__SDSCC.IPO_calender_eventCalendar-showAsWeek__AM_sC li{margin:0}.IPO_calender_eventCalendar-daysList__SDSCC.IPO_calender_eventCalendar-showAsWeek__AM_sC li:hover a{text-decoration:unset}.IPO_calender_eventCalendar-daysList__SDSCC.IPO_calender_eventCalendar-showAsWeek__AM_sC li.IPO_calender_eventCalendar-empty__q8YB8{min-height:36px}.IPO_calender_eventCalendar-showAsWeek__AM_sC .IPO_calender_eventCalendar-day__112Mi{border-left-width:0}.IPO_calender_eventCalendar-day__112Mi a:hover{background-color:#e4e4e4}.IPO_calender_eventCalendar-daysList__SDSCC li.IPO_calender_today__dtzA4 a{border:1px solid #ccc;border-radius:5px}.IPO_calender_eventCalendar-daysList__SDSCC li.IPO_calender_eventCalendar-dayWithEvents__i9V1o a{background:none;color:#333}li.IPO_calender_eventCalendar-day__112Mi.IPO_calender_eventCalendar-dayWithEvents__i9V1o a:hover{border:1px solid #ccc}.IPO_calender_eventCalendar-daysList__SDSCC li.IPO_calender_current__eS1mj a{color:#fff;box-shadow:inset 5px 5px 10px #216b7a;text-shadow:2px 2px 2px #216b7a}li.IPO_calender_eventCalendar-day__112Mi.IPO_calender_current__eS1mj a:hover{background-color:#79bdcc;box-shadow:inset 5px 5px 10px #449fb2;text-shadow:2px 2px 2px #449fb2}.IPO_calender_eventCalendar-day__112Mi a.IPO_calender_empty__UjrQe:hover{background-color:unset;cursor:unset}.IPO_calender_eventCalendar-loading__hfZTZ{border-radius:4px;margin:5px auto;padding:0 10px;background-color:#ccc;color:#fff;text-align:center;font-weight:700;box-shadow:0 0 10px #ccc;text-shadow:0 0 3px #aaa;position:absolute;z-index:4;top:25px;left:5px}.IPO_calender_eventCalendar-loading__hfZTZ.IPO_calender_error__AwFQc{background-color:red}.IPO_calender_eventCalendar-subtitle__pn9a6{padding-top:10px}.IPO_calender_eventCalendar-list-wrap__UTJUn{max-height:363px;background:#fff;padding:20px 14px;display:block;border:1px solid #dcdcdc;position:absolute;z-index:11;width:300px;height:100%;left:-1px;top:56px}.IPO_calender_eventCalendar-list-wrap__UTJUn .IPO_calender_IPO_type__kuSgx{font:500 12px/12px Open Sans,arial;color:#666;padding-left:10px;display:block}.IPO_calender_eventCalendar-list-wrap__UTJUn .IPO_calender_IPO_name__xaKX2{font:500 14px/14px Open Sans,arial;color:#666;margin-top:3px;padding-left:10px;display:block}.IPO_calender_eventCalendar-list-wrap__UTJUn .IPO_calender_IPO_opendate__76T00{color:#3faf7e}.IPO_calender_eventCalendar-list-wrap__UTJUn .IPO_calender_IPO_closedate__eGujg{color:#e15555}.IPO_calender_eventCalendar-list-wrap__UTJUn .IPO_calender_IPO_listingdate__6Zjmk{color:#1277a7}.IPO_calender_eventCalendar-list-wrap__UTJUn .IPO_calender_opsb15_bk__MY_pj{font-size:13px;font-weight:500}.IPO_calender_opsb15_bk__MY_pj{font:600 15px/20px Open Sans,sans-serif;color:#333}.IPO_calender_vieimg__9tTri{background:url(https://images.moneycontrol.com/images/common/2015/mc_sprite.png?v=0.2) -25px -30px no-repeat;width:14px;height:13px;display:inline-block;vertical-align:middle;margin-left:3px}.IPO_calender_eventCalendar-list-content__1yJHE.IPO_calender_scrollable__PEL_Z{height:100px;overflow-y:auto;margin:0 5px 5px 0}.IPO_calender_eventCalendar-list__yxhsi{margin:0;padding:0;list-style-type:none}.IPO_calender_eventCalendar-list__yxhsi li{padding:0 5px 15px;margin:0;clear:both}.IPO_calender_eventCalendar-list__yxhsi li time{font-size:10px;line-height:13px}.IPO_calender_eventCalendar-list__yxhsi li time em{float:left;font-style:normal}.IPO_calender_eventCalendar-list__yxhsi li time small{font-size:10px;float:left;background-color:#807e7e;color:#fff;padding:0 5px 0 4px;margin:0 0 0 3px}.IPO_calender_eventCalendar-list__yxhsi li .IPO_calender_eventCalendar-eventTitle__dLzwc{display:block;clear:both;font-weight:700;text-decoration:none}.IPO_calender_eventCalendar-list__yxhsi li a.IPO_calender_eventCalendar-eventTitle__dLzwc{color:#0e8eab}.IPO_calender_eventCalendar-list__yxhsi li a.IPO_calender_eventCalendar-eventTitle__dLzwc:hover{text-decoration:unset}.IPO_calender_eventCalendar-list__yxhsi li .IPO_calender_eventDesc__rHv__{clear:both;margin:0 0 5px;font-size:80%;line-height:1.2em}.IPO_calender_eventCalendar-list__yxhsi .IPO_calender_eventCalendar-noEvents__o0nZG{font-size:120%;border-radius:4px;margin:5px;padding:5px;background-color:#ccc;color:#fff;text-align:center;font-weight:700;box-shadow:0 0 10px #ccc;text-shadow:0 0 3px #aaa}.IPO_calender_eventCalendar-daysList__SDSCC.IPO_calender_eventCalendar-showAsWeek__AM_sC li.IPO_calender_eventCalendar-day-header__c7tgg{color:#545454;margin-bottom:5px;height:15px;text-align:left;font-size:14px}.IPO_calender_eventCalendar-day-header__c7tgg{font:400 13px/14px Lato,sans-serif;color:#333;text-align:center}.IPO_calender_bt__aYhlr{font-size:12px;display:block;clear:both;text-align:center;margin-top:10px;padding:9px 34px 11px;text-decoration:none;font-weight:700;line-height:1;color:#fff;background-color:#698b10;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#89b814),to(#698b10));background-image:linear-gradient(top,#89b814,#698b10);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#89B814",endColorstr="#698B10",GradientType=0);text-shadow:0 -1px 0 rgba(0,0,0,.25);border:1px solid #698b10;border-bottom-color:#465f05;border-radius:4px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);transition:all .1s linear}.IPO_calender_bt__aYhlr:hover{background-position:0 -15px;text-decoration:none}.IPO_calender_features__Ot7Y9 li{margin-bottom:3px}#IPO_calender_thanksPanel__imGRT li{margin-bottom:0}#IPO_calender_introPanel__TSgkI{padding-top:20px}.IPO_calender_features__Ot7Y9{padding-left:20px;float:left}#IPO_calender_appLogo__6kd6k{margin-right:30px}.IPO_calender_pre__hHWWI{clear:both;background-color:#ffc;padding:5px;border:1px solid #fed17e;overflow:auto}#IPO_calender_license__nMybB{width:300px;float:right;font-size:10px;line-height:12px;text-align:center}.IPO_calender_eventCalendar-hidden__df7yT{display:none}.IPO_calender_eventCalendar-arrow__cKqPw{position:absolute;z-index:5;top:3px}.IPO_calender_eventCalendar-monthWrap__toH8y{position:absolute;top:0;left:0;z-index:2}.IPO_calender_eventCalendar-currentMonth__FnO_8{z-index:1}.IPO_calender_eventCalendar-daysList__SDSCC{display:table;width:100%}.IPO_calender_eventCalendar-showAsWeek__AM_sC{display:flex;align-items:center;justify-content:flex-start;width:100%;flex-wrap:wrap;-moz-column-gap:5px;column-gap:5px;row-gap:13px;padding-left:7px;padding-bottom:30px}.IPO_calender_eventCalendar-daysList__SDSCC li{display:table-cell}.IPO_calender_eventCalendar-showAsWeek__AM_sC li{display:block;float:left;width:36px;height:36px}.IPO_calender_eventCalendar-daysList__SDSCC a{padding:0;display:block;text-align:center;font-size:8px;min-width:7px}.IPO_calender_eventCalendar-day__112Mi a{color:#333;font:400 13px/33px Lato,sans-serif;width:100%;height:100%;position:relative;text-align:center;border:1px solid #fff;border-radius:4px}.IPO_calender_eventCalendar-loading__hfZTZ{display:block;min-width:100px;height:40px;line-height:40px}.IPO_calender_eventCalendar-list__yxhsi{position:relative;z-index:1}.IPO_calender_eventCalendar-oldEventList__Hye6_{z-index:2}.IPO_calender_eventCalendar-subtitle__pn9a6{padding-left:5px;font-weight:700;font-size:120%}.IPO_calender_typeContainer__LEeDg{display:flex;justify-content:center;align-items:center;height:5px;position:relative;top:-9px}.IPO_calender_iopen__WDmL1{background:#31d300}.IPO_calender_iclose__wUL11{background:#de1313}.IPO_calender_ilisting__LX_6h{background-color:#5edbb5}.IPO_calender_irefund__m3_83{background:#b54fdb}.IPO_calender_icredit_to_demat__8KfO6{background:#dbc54f}.IPO_calender_iAllotment__Vy8fR{background:#1380de}.IPO_calender_plusListing__3jfnp{font-size:9px;margin-bottom:1px}.IPO_calender_legends__l3ruj{width:5px;height:5px;margin:0 1px;border-radius:50%;display:block}.IPO_calender_span-strip-data__ETg58{width:3px;height:32px;display:block;border-radius:4px}.IPO_calender_ipoCompanyType__gBkqU{font-size:11px;text-transform:capitalize}.IPO_calender_ML07__Ex5NX{margin-left:7px;margin-top:3px}.IPO_calender_redirectUrl__vzTc_{font:400 13px/15px Lato,sans-serif!important;text-decoration:unset;display:flex!important;text-align:start!important;border:unset!important}.IPO_calender_redirectUrl__vzTc_:hover{border:unset!important}.IPO_calender_Ipo-data-strips__ET_w5{display:flex;align-items:center;padding:7px;border:1px solid #eaeaea;border-radius:5px;font:normal normal normal 13px/16px Lato;margin:10px 0;color:#000}.IPO_calender_ipo-data-info-card___EhD8{max-height:313px;overflow-y:auto;scrollbar-color:#666;scrollbar-width:thin}.IPO_calender_ipo-data-info-card___EhD8::-webkit-scrollbar{height:4px;width:4px;background-color:#e5e5e5;border-radius:5px}.IPO_calender_ipo-data-info-card___EhD8::-webkit-scrollbar-thumb{background-color:#666;border-radius:5px}.IPO_calender_close-svg-icon__6QfU3{display:flex;justify-content:end;cursor:pointer;margin-bottom:15px}.IPO_calender_positionUnset__WBm1N{position:unset!important}@media (max-width:980px){.IPO_calender_ipoCalendarSec__uG_EV{margin-bottom:30px;position:unset;padding:0 15px}.IPO_calender_close-svg-icon__6QfU3{margin-bottom:10px}.IPO_calender_eventCalendar-slider__S3R32{max-width:400px;width:auto}.IPO_calender_eventCalendar-list-wrap__UTJUn{width:100%;left:0;border:unset;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.IPO_calender_eventCalendar-showAsWeek__AM_sC li{width:calc(14.285% - 5px)}}