@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Nunito:400,700";@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700";.Toastify__toast-container{z-index:9999;-webkit-transform:translate3d(0,0,9999px);position:fixed;padding:4px;width:320px;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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:9999;opacity:.7;background-color:#ffffffb3;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:initial;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}._gridStyle_1xt91_1{display:grid;gap:16px}._loader_1xt91_6{width:50px;height:50px;position:relative;animation:_spin_1xt91_1 1.5s linear infinite}._loader_1xt91_6 div{position:absolute;width:6px;height:16px;background:#34d399;border-radius:3px;left:50%;top:50%;margin-left:-3px;margin-top:-7px;transform-origin:0 12px;opacity:.3}._loader_1xt91_6 div:nth-child(1){transform:rotate(0) translateY(-16px);animation:_fadeInOut_1xt91_1 1.5s ease-in-out infinite 0s}._loader_1xt91_6 div:nth-child(2){transform:rotate(45deg) translateY(-16px);animation:_fadeInOut_1xt91_1 1.5s ease-in-out infinite .1875s}._loader_1xt91_6 div:nth-child(3){transform:rotate(90deg) translateY(-16px);animation:_fadeInOut_1xt91_1 1.5s ease-in-out infinite .375s}._loader_1xt91_6 div:nth-child(4){transform:rotate(135deg) translateY(-16px);animation:_fadeInOut_1xt91_1 1.5s ease-in-out infinite .5625s}._loader_1xt91_6 div:nth-child(5){transform:rotate(180deg) translateY(-16px);animation:_fadeInOut_1xt91_1 1.5s ease-in-out infinite .75s}._loader_1xt91_6 div:nth-child(6){transform:rotate(225deg) translateY(-16px);animation:_fadeInOut_1xt91_1 1.5s ease-in-out infinite .9375s}._loader_1xt91_6 div:nth-child(7){transform:rotate(270deg) translateY(-16px);animation:_fadeInOut_1xt91_1 1.5s ease-in-out infinite 1.125s}._loader_1xt91_6 div:nth-child(8){transform:rotate(315deg) translateY(-16px);animation:_fadeInOut_1xt91_1 1.5s ease-in-out infinite 1.3125s}@keyframes _spin_1xt91_1{to{transform:rotate(360deg)}}@keyframes _fadeInOut_1xt91_1{0%,to{opacity:.3}50%{opacity:1}}._gridStyle_jzik6_1{display:grid;gap:16px}._container_jzik6_6{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}._contentStyle_jzik6_15{box-shadow:0 0 20px 8px #11111a0f!important;border-radius:12px!important;border:unset!important}._phoneStyle1_jzik6_21{padding:unset!important;max-width:unset!important;width:auto!important}._phoneStyle_jzik6_21{padding:20px 20px 25px!important;max-width:unset!important;width:auto!important}._imgStyle_jzik6_33{position:relative;bottom:10%}._textStyle_jzik6_38{display:flex;flex-direction:column;text-align:center;width:55%;margin:auto;padding-bottom:20px}._titleStyle_jzik6_47{font-size:25px;font-weight:600;color:#000008cc}._subTitleStyle_jzik6_53{font-size:16px;font-weight:400;color:#00000880;width:55%;text-align:center}._inputStyle_jzik6_61{border:1px solid rgba(0,0,8,.5019607843)}._labelStyle_jzik6_65{font-weight:400;position:absolute;top:-33px;font-size:13px;color:#00000880!important;padding:.75rem 0 0 1rem;transition:all .2s}._phoneStyle1_jzik6_21 input[type=emailid],input[type=email]{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.45825%206.2487C6.45825%204.29269%208.04391%202.70703%209.99992%202.70703C11.9559%202.70703%2013.5416%204.29269%2013.5416%206.2487C13.5416%208.20471%2011.9559%209.79036%209.99992%209.79036C8.04391%209.79036%206.45825%208.20471%206.45825%206.2487ZM9.99992%203.95703C8.73425%203.95703%207.70825%204.98305%207.70825%206.2487C7.70825%207.51435%208.73425%208.54036%209.99992%208.54036C11.2656%208.54036%2012.2916%207.51435%2012.2916%206.2487C12.2916%204.98305%2011.2656%203.95703%209.99992%203.95703Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.66675%2012.293C5.63121%2012.293%204.79175%2013.1325%204.79175%2014.168V15.1582C4.79175%2015.1733%204.80267%2015.1861%204.81756%2015.1886C8.24985%2015.749%2011.7503%2015.749%2015.1826%2015.1886C15.1975%2015.1861%2015.2084%2015.1733%2015.2084%2015.1582V14.168C15.2084%2013.1325%2014.3689%2012.293%2013.3334%2012.293H13.0493C13.0274%2012.293%2013.0056%2012.2965%2012.9847%2012.3032L12.2634%2012.5388C10.7927%2013.019%209.20742%2013.019%207.73673%2012.5388L7.01547%2012.3032C6.9946%2012.2965%206.97276%2012.293%206.95081%2012.293H6.66675ZM3.54175%2014.168C3.54175%2012.4421%204.94086%2011.043%206.66675%2011.043H6.95081C7.10455%2011.043%207.25732%2011.0673%207.40347%2011.115L8.12474%2011.3506C9.34333%2011.7484%2010.6568%2011.7484%2011.8754%2011.3506L12.5967%2011.115C12.7428%2011.0673%2012.8956%2011.043%2013.0493%2011.043H13.3334C15.0593%2011.043%2016.4584%2012.4421%2016.4584%2014.168V15.1582C16.4584%2015.7859%2016.0035%2016.3211%2015.384%2016.4222C11.8183%2017.0044%208.18183%2017.0044%204.61614%2016.4222C3.99665%2016.3211%203.54175%2015.7859%203.54175%2015.1582V14.168Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3c/svg%3e")!important;background-position:.5rem center;background-repeat:no-repeat}._phoneStyle1_jzik6_21 input[type=password],input[type=tel]{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5%207.34245H14.1667V6.17578C14.25%203.84245%2012.3333%201.92578%2010%201.92578C7.66667%201.92578%205.75%203.84245%205.75%206.17578V7.42578H5.5C3.83333%207.42578%202.5%208.75911%202.5%2010.4258V15.6758C2.5%2017.3424%203.83333%2018.6758%205.5%2018.6758H14.5833C16.25%2018.6758%2017.5833%2017.3424%2017.5833%2015.6758V10.4258C17.5%208.67577%2016.1667%207.34245%2014.5%207.34245ZM7.41667%206.17578C7.41667%204.75911%208.58333%203.59245%2010%203.59245C11.4167%203.59245%2012.5833%204.75911%2012.5833%206.17578V7.42578H7.41667V6.17578ZM16%2015.5924C16%2016.3424%2015.25%2016.9258%2014.5%2016.9258H5.5C4.75%2016.9258%204.16667%2016.3424%204.16667%2015.5924V10.3424C4.16667%209.59244%204.75%209.00911%205.5%209.00911H6.66667H13.5H14.6667C15.4167%209.00911%2016%209.59244%2016%2010.3424V15.5924Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3cpath%20d='M10.0001%2012.8438C9.50008%2012.8438%209.16675%2013.1771%209.16675%2013.6771V15.0104C9.16675%2015.5104%209.50008%2015.8437%2010.0001%2015.8437C10.5001%2015.8437%2010.8334%2015.5104%2010.8334%2015.0104V13.6771C10.8334%2013.1771%2010.5001%2012.8438%2010.0001%2012.8438Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3c/svg%3e")!important;background-position:.5rem center;background-repeat:no-repeat}._rowStyle_jzik6_89{display:flex;justify-content:center;padding-top:30px}._rowStyle1_jzik6_95{display:flex;justify-content:center;padding-top:15px}._btnStyle_jzik6_101{width:68%;border-radius:15px;height:45px;position:relative}._resendStyle_jzik6_108{text-align:center;padding:5px 0}._flexStyle_jzik6_113{display:flex;justify-content:center}._gridStyle_a3b60_1{display:grid;gap:16px}._container_a3b60_6{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}._contentStyle_a3b60_15{box-shadow:0 0 20px 8px #11111a0f!important;border-radius:12px!important;border:unset!important}._phoneStyle1_a3b60_21{padding:unset!important;max-width:unset!important;width:auto!important}._phoneStyle_a3b60_21{padding:20px 20px 25px!important;max-width:unset!important;width:auto!important}._imgStyle_a3b60_33{position:relative;bottom:10%}._textStyle_a3b60_38{display:flex;flex-direction:column;text-align:center;width:55%;margin:auto;padding-bottom:20px}._titleStyle_a3b60_47{font-size:25px;font-weight:600;color:#000008cc}._subTitleStyle_a3b60_53{font-size:16px;font-weight:400;color:#00000880}._inputStyle_a3b60_59{border:1px solid rgba(0,0,8,.5019607843)}._labelStyle_a3b60_63{font-weight:400;position:absolute;top:-33px;font-size:13px;color:#00000880!important;padding:.75rem 0 0 1rem;transition:all .2s}._phoneStyle1_a3b60_21 input[type=emailid],input[type=email]{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.45825%206.2487C6.45825%204.29269%208.04391%202.70703%209.99992%202.70703C11.9559%202.70703%2013.5416%204.29269%2013.5416%206.2487C13.5416%208.20471%2011.9559%209.79036%209.99992%209.79036C8.04391%209.79036%206.45825%208.20471%206.45825%206.2487ZM9.99992%203.95703C8.73425%203.95703%207.70825%204.98305%207.70825%206.2487C7.70825%207.51435%208.73425%208.54036%209.99992%208.54036C11.2656%208.54036%2012.2916%207.51435%2012.2916%206.2487C12.2916%204.98305%2011.2656%203.95703%209.99992%203.95703Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.66675%2012.293C5.63121%2012.293%204.79175%2013.1325%204.79175%2014.168V15.1582C4.79175%2015.1733%204.80267%2015.1861%204.81756%2015.1886C8.24985%2015.749%2011.7503%2015.749%2015.1826%2015.1886C15.1975%2015.1861%2015.2084%2015.1733%2015.2084%2015.1582V14.168C15.2084%2013.1325%2014.3689%2012.293%2013.3334%2012.293H13.0493C13.0274%2012.293%2013.0056%2012.2965%2012.9847%2012.3032L12.2634%2012.5388C10.7927%2013.019%209.20742%2013.019%207.73673%2012.5388L7.01547%2012.3032C6.9946%2012.2965%206.97276%2012.293%206.95081%2012.293H6.66675ZM3.54175%2014.168C3.54175%2012.4421%204.94086%2011.043%206.66675%2011.043H6.95081C7.10455%2011.043%207.25732%2011.0673%207.40347%2011.115L8.12474%2011.3506C9.34333%2011.7484%2010.6568%2011.7484%2011.8754%2011.3506L12.5967%2011.115C12.7428%2011.0673%2012.8956%2011.043%2013.0493%2011.043H13.3334C15.0593%2011.043%2016.4584%2012.4421%2016.4584%2014.168V15.1582C16.4584%2015.7859%2016.0035%2016.3211%2015.384%2016.4222C11.8183%2017.0044%208.18183%2017.0044%204.61614%2016.4222C3.99665%2016.3211%203.54175%2015.7859%203.54175%2015.1582V14.168Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3c/svg%3e")!important;background-position:.5rem center;background-repeat:no-repeat}._phoneStyle1_a3b60_21 input[type=password],input[type=tel]{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5%207.34245H14.1667V6.17578C14.25%203.84245%2012.3333%201.92578%2010%201.92578C7.66667%201.92578%205.75%203.84245%205.75%206.17578V7.42578H5.5C3.83333%207.42578%202.5%208.75911%202.5%2010.4258V15.6758C2.5%2017.3424%203.83333%2018.6758%205.5%2018.6758H14.5833C16.25%2018.6758%2017.5833%2017.3424%2017.5833%2015.6758V10.4258C17.5%208.67577%2016.1667%207.34245%2014.5%207.34245ZM7.41667%206.17578C7.41667%204.75911%208.58333%203.59245%2010%203.59245C11.4167%203.59245%2012.5833%204.75911%2012.5833%206.17578V7.42578H7.41667V6.17578ZM16%2015.5924C16%2016.3424%2015.25%2016.9258%2014.5%2016.9258H5.5C4.75%2016.9258%204.16667%2016.3424%204.16667%2015.5924V10.3424C4.16667%209.59244%204.75%209.00911%205.5%209.00911H6.66667H13.5H14.6667C15.4167%209.00911%2016%209.59244%2016%2010.3424V15.5924Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3cpath%20d='M10.0001%2012.8438C9.50008%2012.8438%209.16675%2013.1771%209.16675%2013.6771V15.0104C9.16675%2015.5104%209.50008%2015.8437%2010.0001%2015.8437C10.5001%2015.8437%2010.8334%2015.5104%2010.8334%2015.0104V13.6771C10.8334%2013.1771%2010.5001%2012.8438%2010.0001%2012.8438Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3c/svg%3e")!important;background-position:.5rem center;background-repeat:no-repeat}._rowStyle_a3b60_87{display:flex;justify-content:center;padding-top:30px}._rowStyle1_a3b60_93{display:flex;justify-content:center;padding-top:15px}._btnStyle_a3b60_99{width:68%;border-radius:15px;height:45px;position:relative}._resendStyle_a3b60_106{text-align:center;padding:5px 0}._pointsStyle_a3b60_111{width:max-content;position:relative;left:20px}._pointsStyle_a3b60_111 ul li{margin-left:unset!important}._pointsStyle_a3b60_111 ul li:last-child{padding-bottom:10px}._gridStyle_1nngi_1{display:grid;gap:16px}._btn_1nngi_6{display:inline-block;text-align:center;vertical-align:middle;text-transform:unset;letter-spacing:.5px;box-shadow:none;cursor:pointer;font-weight:700;color:#fff;background:#f47e16;border:none;padding:12px 16px}._btn_1nngi_6:hover{background:linear-gradient(80.14deg,#f47e16,#f8a724 89.65%)}._btnOnlyIcon_1nngi_24{border:none;cursor:pointer;background:transparent}._btnDiv_1nngi_30{display:flex;width:100%;height:100%;align-items:center;justify-content:center}._btnIconTopMargin_1nngi_38{margin-top:3px}._btnResetSpan_1nngi_42{all:unset!important}._btnDisabled_1nngi_46{background-color:#f47e16;color:#fff;opacity:.3;cursor:not-allowed}._btnSmall_1nngi_53{height:35px;width:auto;min-width:110px;font-size:14px;padding:0 15px}._btnMedium_1nngi_61{height:50px;width:auto;min-width:150px;font-size:16px}._btnLarge_1nngi_68{height:60px;width:auto;min-width:200px;font-size:18px}._btnPrimary_1nngi_75{border-radius:45px}._btnSecondary_1nngi_79{border-radius:8px}._btnTransparent_1nngi_83{background-color:transparent;color:#f47e16}._btnTransparent_1nngi_83:hover{color:#fff}._btnOutline_1nngi_91{background-color:transparent;border:1px solid #f47e16;color:#f47e16}._btnOutline_1nngi_91:hover{color:#fff}._iconWrapper_1nngi_100{height:1.5em;width:1.5em;align-items:center;display:inline-flex;justify-content:center}._btnIconLeft_1nngi_108{margin-left:-.5em;margin-right:.5em}._btnIconRight_1nngi_113{margin-right:-5em;margin-left:.5em}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}#zmmtg-root html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}#zmmtg-root body{margin:0}#zmmtg-root article,#zmmtg-root aside,#zmmtg-root details,#zmmtg-root figcaption,#zmmtg-root figure,#zmmtg-root footer,#zmmtg-root header,#zmmtg-root hgroup,#zmmtg-root main,#zmmtg-root nav,#zmmtg-root section,#zmmtg-root summary{display:block}#zmmtg-root audio,#zmmtg-root canvas,#zmmtg-root progress,#zmmtg-root video{display:inline-block;vertical-align:baseline}#zmmtg-root audio:not([controls]){display:none;height:0}#zmmtg-root [hidden],#zmmtg-root template{display:none}#zmmtg-root a{background:transparent}#zmmtg-root a:active,#zmmtg-root a:hover{outline:0}#zmmtg-root abbr[title]{border-bottom:1px dotted}#zmmtg-root b,#zmmtg-root strong{font-weight:700}#zmmtg-root dfn{font-style:italic}#zmmtg-root h1{margin:.67em 0;font-size:2em}#zmmtg-root mark{color:#000;background:#ff0}#zmmtg-root small{font-size:80%}#zmmtg-root sub,#zmmtg-root sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}#zmmtg-root sup{top:-.5em}#zmmtg-root sub{bottom:-.25em}#zmmtg-root img{border:0}#zmmtg-root svg:not(:root){overflow:hidden}#zmmtg-root figure{margin:1em 40px}#zmmtg-root hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}#zmmtg-root pre{overflow:auto}#zmmtg-root code,#zmmtg-root kbd,#zmmtg-root pre,#zmmtg-root samp{font-family:monospace,monospace;font-size:1em}#zmmtg-root button,#zmmtg-root input,#zmmtg-root optgroup,#zmmtg-root select,#zmmtg-root textarea{margin:0;font:inherit;color:inherit}#zmmtg-root button{overflow:visible}#zmmtg-root button,#zmmtg-root select{text-transform:none}#zmmtg-root button,#zmmtg-root html input[type=button],#zmmtg-root input[type=reset],#zmmtg-root input[type=submit]{-webkit-appearance:button;cursor:pointer}#zmmtg-root button[disabled],#zmmtg-root html input[disabled]{cursor:default}#zmmtg-root button::-moz-focus-inner,#zmmtg-root input::-moz-focus-inner{padding:0;border:0}#zmmtg-root input{line-height:normal}#zmmtg-root input[type=checkbox],#zmmtg-root input[type=radio]{box-sizing:border-box;padding:0}#zmmtg-root input[type=number]::-webkit-inner-spin-button,#zmmtg-root input[type=number]::-webkit-outer-spin-button{height:auto}#zmmtg-root input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}#zmmtg-root input[type=search]::-webkit-search-cancel-button,#zmmtg-root input[type=search]::-webkit-search-decoration{-webkit-appearance:none}#zmmtg-root fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}#zmmtg-root legend{padding:0;border:0}#zmmtg-root textarea{overflow:auto}#zmmtg-root optgroup{font-weight:700}#zmmtg-root table{border-spacing:0;border-collapse:collapse}#zmmtg-root td,#zmmtg-root th{padding:0}@media print{#zmmtg-root *{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}#zmmtg-root a,#zmmtg-root a:visited{text-decoration:underline}#zmmtg-root a[href]:after{content:" (" attr(href) ")"}#zmmtg-root abbr[title]:after{content:" (" attr(title) ")"}#zmmtg-root a[href^="javascript:"]:after,#zmmtg-root a[href^="#"]:after{content:""}#zmmtg-root pre,#zmmtg-root blockquote{border:1px solid #999;page-break-inside:avoid}#zmmtg-root thead{display:table-header-group}#zmmtg-root tr,#zmmtg-root img{page-break-inside:avoid}#zmmtg-root img{max-width:100%!important}#zmmtg-root p,#zmmtg-root h2,#zmmtg-root h3{orphans:3;widows:3}#zmmtg-root h2,#zmmtg-root h3{page-break-after:avoid}#zmmtg-root select{background:#fff!important}#zmmtg-root .navbar{display:none}#zmmtg-root .table td,#zmmtg-root .table th{background-color:#fff!important}#zmmtg-root .btn>.caret,#zmmtg-root .dropup>.btn>.caret{border-top-color:#000!important}#zmmtg-root .label{border:1px solid #000}#zmmtg-root .table{border-collapse:collapse!important}#zmmtg-root .table-bordered th,#zmmtg-root .table-bordered td{border:1px solid #ddd!important}}#zmmtg-root *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#zmmtg-root *:before,#zmmtg-root *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#zmmtg-root html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}#zmmtg-root body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}#zmmtg-root input,#zmmtg-root button,#zmmtg-root select,#zmmtg-root textarea{font-family:inherit;font-size:inherit;line-height:inherit}#zmmtg-root a{color:#428bca;text-decoration:none}#zmmtg-root a:hover,#zmmtg-root a:focus{color:#2a6496;text-decoration:underline}#zmmtg-root a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#zmmtg-root figure{margin:0}#zmmtg-root img{vertical-align:middle}#zmmtg-root .img-responsive,#zmmtg-root .thumbnail>img,#zmmtg-root .thumbnail a>img,#zmmtg-root .carousel-inner>.item>img,#zmmtg-root .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}#zmmtg-root .img-rounded{border-radius:6px}#zmmtg-root .img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#zmmtg-root .img-circle{border-radius:50%}#zmmtg-root hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}#zmmtg-root .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#zmmtg-root h1,#zmmtg-root h2,#zmmtg-root h3,#zmmtg-root h4,#zmmtg-root h5,#zmmtg-root h6,#zmmtg-root .h1,#zmmtg-root .h2,#zmmtg-root .h3,#zmmtg-root .h4,#zmmtg-root .h5,#zmmtg-root .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}#zmmtg-root h1 small,#zmmtg-root h2 small,#zmmtg-root h3 small,#zmmtg-root h4 small,#zmmtg-root h5 small,#zmmtg-root h6 small,#zmmtg-root .h1 small,#zmmtg-root .h2 small,#zmmtg-root .h3 small,#zmmtg-root .h4 small,#zmmtg-root .h5 small,#zmmtg-root .h6 small,#zmmtg-root h1 .small,#zmmtg-root h2 .small,#zmmtg-root h3 .small,#zmmtg-root h4 .small,#zmmtg-root h5 .small,#zmmtg-root h6 .small,#zmmtg-root .h1 .small,#zmmtg-root .h2 .small,#zmmtg-root .h3 .small,#zmmtg-root .h4 .small,#zmmtg-root .h5 .small,#zmmtg-root .h6 .small{font-weight:400;line-height:1;color:#999}#zmmtg-root h1,#zmmtg-root .h1,#zmmtg-root h2,#zmmtg-root .h2,#zmmtg-root h3,#zmmtg-root .h3{margin-top:20px;margin-bottom:10px}#zmmtg-root h1 small,#zmmtg-root .h1 small,#zmmtg-root h2 small,#zmmtg-root .h2 small,#zmmtg-root h3 small,#zmmtg-root .h3 small,#zmmtg-root h1 .small,#zmmtg-root .h1 .small,#zmmtg-root h2 .small,#zmmtg-root .h2 .small,#zmmtg-root h3 .small,#zmmtg-root .h3 .small{font-size:65%}#zmmtg-root h4,#zmmtg-root .h4,#zmmtg-root h5,#zmmtg-root .h5,#zmmtg-root h6,#zmmtg-root .h6{margin-top:10px;margin-bottom:10px}#zmmtg-root h4 small,#zmmtg-root .h4 small,#zmmtg-root h5 small,#zmmtg-root .h5 small,#zmmtg-root h6 small,#zmmtg-root .h6 small,#zmmtg-root h4 .small,#zmmtg-root .h4 .small,#zmmtg-root h5 .small,#zmmtg-root .h5 .small,#zmmtg-root h6 .small,#zmmtg-root .h6 .small{font-size:75%}#zmmtg-root h1,#zmmtg-root .h1{font-size:36px}#zmmtg-root h2,#zmmtg-root .h2{font-size:30px}#zmmtg-root h3,#zmmtg-root .h3{font-size:24px}#zmmtg-root h4,#zmmtg-root .h4{font-size:18px}#zmmtg-root h5,#zmmtg-root .h5{font-size:14px}#zmmtg-root h6,#zmmtg-root .h6{font-size:12px}#zmmtg-root p{margin:0 0 10px}#zmmtg-root .lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){#zmmtg-root .lead{font-size:21px}}#zmmtg-root small,#zmmtg-root .small{font-size:85%}#zmmtg-root cite{font-style:normal}#zmmtg-root .text-left{text-align:left}#zmmtg-root .text-right{text-align:right}#zmmtg-root .text-center{text-align:center}#zmmtg-root .text-justify{text-align:justify}#zmmtg-root .text-muted{color:#999}#zmmtg-root .text-primary{color:#428bca}#zmmtg-root a.text-primary:hover{color:#3071a9}#zmmtg-root .text-success{color:#3c763d}#zmmtg-root a.text-success:hover{color:#2b542c}#zmmtg-root .text-info{color:#31708f}#zmmtg-root a.text-info:hover{color:#245269}#zmmtg-root .text-warning{color:#8a6d3b}#zmmtg-root a.text-warning:hover{color:#66512c}#zmmtg-root .text-danger{color:#a94442}#zmmtg-root a.text-danger:hover{color:#843534}#zmmtg-root .bg-primary{color:#fff;background-color:#428bca}#zmmtg-root a.bg-primary:hover{background-color:#3071a9}#zmmtg-root .bg-success{background-color:#dff0d8}#zmmtg-root a.bg-success:hover{background-color:#c1e2b3}#zmmtg-root .bg-info{background-color:#d9edf7}#zmmtg-root a.bg-info:hover{background-color:#afd9ee}#zmmtg-root .bg-warning{background-color:#fcf8e3}#zmmtg-root a.bg-warning:hover{background-color:#f7ecb5}#zmmtg-root .bg-danger{background-color:#f2dede}#zmmtg-root a.bg-danger:hover{background-color:#e4b9b9}#zmmtg-root .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}#zmmtg-root ul,#zmmtg-root ol{margin-top:0;margin-bottom:10px}#zmmtg-root ul ul,#zmmtg-root ol ul,#zmmtg-root ul ol,#zmmtg-root ol ol{margin-bottom:0}#zmmtg-root .list-unstyled{padding-left:0;list-style:none}#zmmtg-root .list-inline{padding-left:0;margin-left:-5px;list-style:none}#zmmtg-root .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}#zmmtg-root dl{margin-top:0;margin-bottom:20px}#zmmtg-root dt,#zmmtg-root dd{line-height:1.42857143}#zmmtg-root dt{font-weight:700}#zmmtg-root dd{margin-left:0}@media(min-width:768px){#zmmtg-root .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}#zmmtg-root .dl-horizontal dd{margin-left:180px}}#zmmtg-root abbr[title],#zmmtg-root abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}#zmmtg-root .initialism{font-size:90%;text-transform:uppercase}#zmmtg-root blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}#zmmtg-root blockquote p:last-child,#zmmtg-root blockquote ul:last-child,#zmmtg-root blockquote ol:last-child{margin-bottom:0}#zmmtg-root blockquote footer,#zmmtg-root blockquote small,#zmmtg-root blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}#zmmtg-root blockquote footer:before,#zmmtg-root blockquote small:before,#zmmtg-root blockquote .small:before{content:"— "}#zmmtg-root .blockquote-reverse,#zmmtg-root blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}#zmmtg-root .blockquote-reverse footer:before,#zmmtg-root blockquote.pull-right footer:before,#zmmtg-root .blockquote-reverse small:before,#zmmtg-root blockquote.pull-right small:before,#zmmtg-root .blockquote-reverse .small:before,#zmmtg-root blockquote.pull-right .small:before{content:""}#zmmtg-root .blockquote-reverse footer:after,#zmmtg-root blockquote.pull-right footer:after,#zmmtg-root .blockquote-reverse small:after,#zmmtg-root blockquote.pull-right small:after,#zmmtg-root .blockquote-reverse .small:after,#zmmtg-root blockquote.pull-right .small:after{content:" —"}#zmmtg-root blockquote:before,#zmmtg-root blockquote:after{content:""}#zmmtg-root address{margin-bottom:20px;font-style:normal;line-height:1.42857143}#zmmtg-root code,#zmmtg-root kbd,#zmmtg-root pre,#zmmtg-root samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}#zmmtg-root code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}#zmmtg-root kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px #00000040}#zmmtg-root pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}#zmmtg-root pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}#zmmtg-root .pre-scrollable{max-height:340px;overflow-y:scroll}#zmmtg-root .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:768px){#zmmtg-root .container{width:750px}}@media(min-width:992px){#zmmtg-root .container{width:970px}}@media(min-width:1200px){#zmmtg-root .container{width:1170px}}#zmmtg-root .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}#zmmtg-root .row{margin-right:-15px;margin-left:-15px}#zmmtg-root .col-xs-1,#zmmtg-root .col-sm-1,#zmmtg-root .col-md-1,#zmmtg-root .col-lg-1,#zmmtg-root .col-xs-2,#zmmtg-root .col-sm-2,#zmmtg-root .col-md-2,#zmmtg-root .col-lg-2,#zmmtg-root .col-xs-3,#zmmtg-root .col-sm-3,#zmmtg-root .col-md-3,#zmmtg-root .col-lg-3,#zmmtg-root .col-xs-4,#zmmtg-root .col-sm-4,#zmmtg-root .col-md-4,#zmmtg-root .col-lg-4,#zmmtg-root .col-xs-5,#zmmtg-root .col-sm-5,#zmmtg-root .col-md-5,#zmmtg-root .col-lg-5,#zmmtg-root .col-xs-6,#zmmtg-root .col-sm-6,#zmmtg-root .col-md-6,#zmmtg-root .col-lg-6,#zmmtg-root .col-xs-7,#zmmtg-root .col-sm-7,#zmmtg-root .col-md-7,#zmmtg-root .col-lg-7,#zmmtg-root .col-xs-8,#zmmtg-root .col-sm-8,#zmmtg-root .col-md-8,#zmmtg-root .col-lg-8,#zmmtg-root .col-xs-9,#zmmtg-root .col-sm-9,#zmmtg-root .col-md-9,#zmmtg-root .col-lg-9,#zmmtg-root .col-xs-10,#zmmtg-root .col-sm-10,#zmmtg-root .col-md-10,#zmmtg-root .col-lg-10,#zmmtg-root .col-xs-11,#zmmtg-root .col-sm-11,#zmmtg-root .col-md-11,#zmmtg-root .col-lg-11,#zmmtg-root .col-xs-12,#zmmtg-root .col-sm-12,#zmmtg-root .col-md-12,#zmmtg-root .col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}#zmmtg-root .col-xs-1,#zmmtg-root .col-xs-2,#zmmtg-root .col-xs-3,#zmmtg-root .col-xs-4,#zmmtg-root .col-xs-5,#zmmtg-root .col-xs-6,#zmmtg-root .col-xs-7,#zmmtg-root .col-xs-8,#zmmtg-root .col-xs-9,#zmmtg-root .col-xs-10,#zmmtg-root .col-xs-11,#zmmtg-root .col-xs-12{float:left}#zmmtg-root .col-xs-12{width:100%}#zmmtg-root .col-xs-11{width:91.66666667%}#zmmtg-root .col-xs-10{width:83.33333333%}#zmmtg-root .col-xs-9{width:75%}#zmmtg-root .col-xs-8{width:66.66666667%}#zmmtg-root .col-xs-7{width:58.33333333%}#zmmtg-root .col-xs-6{width:50%}#zmmtg-root .col-xs-5{width:41.66666667%}#zmmtg-root .col-xs-4{width:33.33333333%}#zmmtg-root .col-xs-3{width:25%}#zmmtg-root .col-xs-2{width:16.66666667%}#zmmtg-root .col-xs-1{width:8.33333333%}#zmmtg-root .col-xs-pull-12{right:100%}#zmmtg-root .col-xs-pull-11{right:91.66666667%}#zmmtg-root .col-xs-pull-10{right:83.33333333%}#zmmtg-root .col-xs-pull-9{right:75%}#zmmtg-root .col-xs-pull-8{right:66.66666667%}#zmmtg-root .col-xs-pull-7{right:58.33333333%}#zmmtg-root .col-xs-pull-6{right:50%}#zmmtg-root .col-xs-pull-5{right:41.66666667%}#zmmtg-root .col-xs-pull-4{right:33.33333333%}#zmmtg-root .col-xs-pull-3{right:25%}#zmmtg-root .col-xs-pull-2{right:16.66666667%}#zmmtg-root .col-xs-pull-1{right:8.33333333%}#zmmtg-root .col-xs-pull-0{right:0}#zmmtg-root .col-xs-push-12{left:100%}#zmmtg-root .col-xs-push-11{left:91.66666667%}#zmmtg-root .col-xs-push-10{left:83.33333333%}#zmmtg-root .col-xs-push-9{left:75%}#zmmtg-root .col-xs-push-8{left:66.66666667%}#zmmtg-root .col-xs-push-7{left:58.33333333%}#zmmtg-root .col-xs-push-6{left:50%}#zmmtg-root .col-xs-push-5{left:41.66666667%}#zmmtg-root .col-xs-push-4{left:33.33333333%}#zmmtg-root .col-xs-push-3{left:25%}#zmmtg-root .col-xs-push-2{left:16.66666667%}#zmmtg-root .col-xs-push-1{left:8.33333333%}#zmmtg-root .col-xs-push-0{left:0}#zmmtg-root .col-xs-offset-12{margin-left:100%}#zmmtg-root .col-xs-offset-11{margin-left:91.66666667%}#zmmtg-root .col-xs-offset-10{margin-left:83.33333333%}#zmmtg-root .col-xs-offset-9{margin-left:75%}#zmmtg-root .col-xs-offset-8{margin-left:66.66666667%}#zmmtg-root .col-xs-offset-7{margin-left:58.33333333%}#zmmtg-root .col-xs-offset-6{margin-left:50%}#zmmtg-root .col-xs-offset-5{margin-left:41.66666667%}#zmmtg-root .col-xs-offset-4{margin-left:33.33333333%}#zmmtg-root .col-xs-offset-3{margin-left:25%}#zmmtg-root .col-xs-offset-2{margin-left:16.66666667%}#zmmtg-root .col-xs-offset-1{margin-left:8.33333333%}#zmmtg-root .col-xs-offset-0{margin-left:0}@media(min-width:768px){#zmmtg-root .col-sm-1,#zmmtg-root .col-sm-2,#zmmtg-root .col-sm-3,#zmmtg-root .col-sm-4,#zmmtg-root .col-sm-5,#zmmtg-root .col-sm-6,#zmmtg-root .col-sm-7,#zmmtg-root .col-sm-8,#zmmtg-root .col-sm-9,#zmmtg-root .col-sm-10,#zmmtg-root .col-sm-11,#zmmtg-root .col-sm-12{float:left}#zmmtg-root .col-sm-12{width:100%}#zmmtg-root .col-sm-11{width:91.66666667%}#zmmtg-root .col-sm-10{width:83.33333333%}#zmmtg-root .col-sm-9{width:75%}#zmmtg-root .col-sm-8{width:66.66666667%}#zmmtg-root .col-sm-7{width:58.33333333%}#zmmtg-root .col-sm-6{width:50%}#zmmtg-root .col-sm-5{width:41.66666667%}#zmmtg-root .col-sm-4{width:33.33333333%}#zmmtg-root .col-sm-3{width:25%}#zmmtg-root .col-sm-2{width:16.66666667%}#zmmtg-root .col-sm-1{width:8.33333333%}#zmmtg-root .col-sm-pull-12{right:100%}#zmmtg-root .col-sm-pull-11{right:91.66666667%}#zmmtg-root .col-sm-pull-10{right:83.33333333%}#zmmtg-root .col-sm-pull-9{right:75%}#zmmtg-root .col-sm-pull-8{right:66.66666667%}#zmmtg-root .col-sm-pull-7{right:58.33333333%}#zmmtg-root .col-sm-pull-6{right:50%}#zmmtg-root .col-sm-pull-5{right:41.66666667%}#zmmtg-root .col-sm-pull-4{right:33.33333333%}#zmmtg-root .col-sm-pull-3{right:25%}#zmmtg-root .col-sm-pull-2{right:16.66666667%}#zmmtg-root .col-sm-pull-1{right:8.33333333%}#zmmtg-root .col-sm-pull-0{right:0}#zmmtg-root .col-sm-push-12{left:100%}#zmmtg-root .col-sm-push-11{left:91.66666667%}#zmmtg-root .col-sm-push-10{left:83.33333333%}#zmmtg-root .col-sm-push-9{left:75%}#zmmtg-root .col-sm-push-8{left:66.66666667%}#zmmtg-root .col-sm-push-7{left:58.33333333%}#zmmtg-root .col-sm-push-6{left:50%}#zmmtg-root .col-sm-push-5{left:41.66666667%}#zmmtg-root .col-sm-push-4{left:33.33333333%}#zmmtg-root .col-sm-push-3{left:25%}#zmmtg-root .col-sm-push-2{left:16.66666667%}#zmmtg-root .col-sm-push-1{left:8.33333333%}#zmmtg-root .col-sm-push-0{left:0}#zmmtg-root .col-sm-offset-12{margin-left:100%}#zmmtg-root .col-sm-offset-11{margin-left:91.66666667%}#zmmtg-root .col-sm-offset-10{margin-left:83.33333333%}#zmmtg-root .col-sm-offset-9{margin-left:75%}#zmmtg-root .col-sm-offset-8{margin-left:66.66666667%}#zmmtg-root .col-sm-offset-7{margin-left:58.33333333%}#zmmtg-root .col-sm-offset-6{margin-left:50%}#zmmtg-root .col-sm-offset-5{margin-left:41.66666667%}#zmmtg-root .col-sm-offset-4{margin-left:33.33333333%}#zmmtg-root .col-sm-offset-3{margin-left:25%}#zmmtg-root .col-sm-offset-2{margin-left:16.66666667%}#zmmtg-root .col-sm-offset-1{margin-left:8.33333333%}#zmmtg-root .col-sm-offset-0{margin-left:0}}@media(min-width:992px){#zmmtg-root .col-md-1,#zmmtg-root .col-md-2,#zmmtg-root .col-md-3,#zmmtg-root .col-md-4,#zmmtg-root .col-md-5,#zmmtg-root .col-md-6,#zmmtg-root .col-md-7,#zmmtg-root .col-md-8,#zmmtg-root .col-md-9,#zmmtg-root .col-md-10,#zmmtg-root .col-md-11,#zmmtg-root .col-md-12{float:left}#zmmtg-root .col-md-12{width:100%}#zmmtg-root .col-md-11{width:91.66666667%}#zmmtg-root .col-md-10{width:83.33333333%}#zmmtg-root .col-md-9{width:75%}#zmmtg-root .col-md-8{width:66.66666667%}#zmmtg-root .col-md-7{width:58.33333333%}#zmmtg-root .col-md-6{width:50%}#zmmtg-root .col-md-5{width:41.66666667%}#zmmtg-root .col-md-4{width:33.33333333%}#zmmtg-root .col-md-3{width:25%}#zmmtg-root .col-md-2{width:16.66666667%}#zmmtg-root .col-md-1{width:8.33333333%}#zmmtg-root .col-md-pull-12{right:100%}#zmmtg-root .col-md-pull-11{right:91.66666667%}#zmmtg-root .col-md-pull-10{right:83.33333333%}#zmmtg-root .col-md-pull-9{right:75%}#zmmtg-root .col-md-pull-8{right:66.66666667%}#zmmtg-root .col-md-pull-7{right:58.33333333%}#zmmtg-root .col-md-pull-6{right:50%}#zmmtg-root .col-md-pull-5{right:41.66666667%}#zmmtg-root .col-md-pull-4{right:33.33333333%}#zmmtg-root .col-md-pull-3{right:25%}#zmmtg-root .col-md-pull-2{right:16.66666667%}#zmmtg-root .col-md-pull-1{right:8.33333333%}#zmmtg-root .col-md-pull-0{right:0}#zmmtg-root .col-md-push-12{left:100%}#zmmtg-root .col-md-push-11{left:91.66666667%}#zmmtg-root .col-md-push-10{left:83.33333333%}#zmmtg-root .col-md-push-9{left:75%}#zmmtg-root .col-md-push-8{left:66.66666667%}#zmmtg-root .col-md-push-7{left:58.33333333%}#zmmtg-root .col-md-push-6{left:50%}#zmmtg-root .col-md-push-5{left:41.66666667%}#zmmtg-root .col-md-push-4{left:33.33333333%}#zmmtg-root .col-md-push-3{left:25%}#zmmtg-root .col-md-push-2{left:16.66666667%}#zmmtg-root .col-md-push-1{left:8.33333333%}#zmmtg-root .col-md-push-0{left:0}#zmmtg-root .col-md-offset-12{margin-left:100%}#zmmtg-root .col-md-offset-11{margin-left:91.66666667%}#zmmtg-root .col-md-offset-10{margin-left:83.33333333%}#zmmtg-root .col-md-offset-9{margin-left:75%}#zmmtg-root .col-md-offset-8{margin-left:66.66666667%}#zmmtg-root .col-md-offset-7{margin-left:58.33333333%}#zmmtg-root .col-md-offset-6{margin-left:50%}#zmmtg-root .col-md-offset-5{margin-left:41.66666667%}#zmmtg-root .col-md-offset-4{margin-left:33.33333333%}#zmmtg-root .col-md-offset-3{margin-left:25%}#zmmtg-root .col-md-offset-2{margin-left:16.66666667%}#zmmtg-root .col-md-offset-1{margin-left:8.33333333%}#zmmtg-root .col-md-offset-0{margin-left:0}}@media(min-width:1200px){#zmmtg-root .col-lg-1,#zmmtg-root .col-lg-2,#zmmtg-root .col-lg-3,#zmmtg-root .col-lg-4,#zmmtg-root .col-lg-5,#zmmtg-root .col-lg-6,#zmmtg-root .col-lg-7,#zmmtg-root .col-lg-8,#zmmtg-root .col-lg-9,#zmmtg-root .col-lg-10,#zmmtg-root .col-lg-11,#zmmtg-root .col-lg-12{float:left}#zmmtg-root .col-lg-12{width:100%}#zmmtg-root .col-lg-11{width:91.66666667%}#zmmtg-root .col-lg-10{width:83.33333333%}#zmmtg-root .col-lg-9{width:75%}#zmmtg-root .col-lg-8{width:66.66666667%}#zmmtg-root .col-lg-7{width:58.33333333%}#zmmtg-root .col-lg-6{width:50%}#zmmtg-root .col-lg-5{width:41.66666667%}#zmmtg-root .col-lg-4{width:33.33333333%}#zmmtg-root .col-lg-3{width:25%}#zmmtg-root .col-lg-2{width:16.66666667%}#zmmtg-root .col-lg-1{width:8.33333333%}#zmmtg-root .col-lg-pull-12{right:100%}#zmmtg-root .col-lg-pull-11{right:91.66666667%}#zmmtg-root .col-lg-pull-10{right:83.33333333%}#zmmtg-root .col-lg-pull-9{right:75%}#zmmtg-root .col-lg-pull-8{right:66.66666667%}#zmmtg-root .col-lg-pull-7{right:58.33333333%}#zmmtg-root .col-lg-pull-6{right:50%}#zmmtg-root .col-lg-pull-5{right:41.66666667%}#zmmtg-root .col-lg-pull-4{right:33.33333333%}#zmmtg-root .col-lg-pull-3{right:25%}#zmmtg-root .col-lg-pull-2{right:16.66666667%}#zmmtg-root .col-lg-pull-1{right:8.33333333%}#zmmtg-root .col-lg-pull-0{right:0}#zmmtg-root .col-lg-push-12{left:100%}#zmmtg-root .col-lg-push-11{left:91.66666667%}#zmmtg-root .col-lg-push-10{left:83.33333333%}#zmmtg-root .col-lg-push-9{left:75%}#zmmtg-root .col-lg-push-8{left:66.66666667%}#zmmtg-root .col-lg-push-7{left:58.33333333%}#zmmtg-root .col-lg-push-6{left:50%}#zmmtg-root .col-lg-push-5{left:41.66666667%}#zmmtg-root .col-lg-push-4{left:33.33333333%}#zmmtg-root .col-lg-push-3{left:25%}#zmmtg-root .col-lg-push-2{left:16.66666667%}#zmmtg-root .col-lg-push-1{left:8.33333333%}#zmmtg-root .col-lg-push-0{left:0}#zmmtg-root .col-lg-offset-12{margin-left:100%}#zmmtg-root .col-lg-offset-11{margin-left:91.66666667%}#zmmtg-root .col-lg-offset-10{margin-left:83.33333333%}#zmmtg-root .col-lg-offset-9{margin-left:75%}#zmmtg-root .col-lg-offset-8{margin-left:66.66666667%}#zmmtg-root .col-lg-offset-7{margin-left:58.33333333%}#zmmtg-root .col-lg-offset-6{margin-left:50%}#zmmtg-root .col-lg-offset-5{margin-left:41.66666667%}#zmmtg-root .col-lg-offset-4{margin-left:33.33333333%}#zmmtg-root .col-lg-offset-3{margin-left:25%}#zmmtg-root .col-lg-offset-2{margin-left:16.66666667%}#zmmtg-root .col-lg-offset-1{margin-left:8.33333333%}#zmmtg-root .col-lg-offset-0{margin-left:0}}#zmmtg-root table{max-width:100%;background-color:transparent}#zmmtg-root th{text-align:left}#zmmtg-root .table{width:100%;margin-bottom:20px}#zmmtg-root .table>thead>tr>th,#zmmtg-root .table>tbody>tr>th,#zmmtg-root .table>tfoot>tr>th,#zmmtg-root .table>thead>tr>td,#zmmtg-root .table>tbody>tr>td,#zmmtg-root .table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}#zmmtg-root .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}#zmmtg-root .table>caption+thead>tr:first-child>th,#zmmtg-root .table>colgroup+thead>tr:first-child>th,#zmmtg-root .table>thead:first-child>tr:first-child>th,#zmmtg-root .table>caption+thead>tr:first-child>td,#zmmtg-root .table>colgroup+thead>tr:first-child>td,#zmmtg-root .table>thead:first-child>tr:first-child>td{border-top:0}#zmmtg-root .table>tbody+tbody{border-top:2px solid #ddd}#zmmtg-root .table .table{background-color:#fff}#zmmtg-root .table-condensed>thead>tr>th,#zmmtg-root .table-condensed>tbody>tr>th,#zmmtg-root .table-condensed>tfoot>tr>th,#zmmtg-root .table-condensed>thead>tr>td,#zmmtg-root .table-condensed>tbody>tr>td,#zmmtg-root .table-condensed>tfoot>tr>td{padding:5px}#zmmtg-root .table-bordered{border:1px solid #ddd}#zmmtg-root .table-bordered>thead>tr>th,#zmmtg-root .table-bordered>tbody>tr>th,#zmmtg-root .table-bordered>tfoot>tr>th,#zmmtg-root .table-bordered>thead>tr>td,#zmmtg-root .table-bordered>tbody>tr>td,#zmmtg-root .table-bordered>tfoot>tr>td{border:1px solid #ddd}#zmmtg-root .table-bordered>thead>tr>th,#zmmtg-root .table-bordered>thead>tr>td{border-bottom-width:2px}#zmmtg-root .table-striped>tbody>tr:nth-child(odd)>td,#zmmtg-root .table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}#zmmtg-root .table-hover>tbody>tr:hover>td,#zmmtg-root .table-hover>tbody>tr:hover>th{background-color:#f5f5f5}#zmmtg-root table col[class*=col-]{position:static;display:table-column;float:none}#zmmtg-root table td[class*=col-],#zmmtg-root table th[class*=col-]{position:static;display:table-cell;float:none}#zmmtg-root .table>thead>tr>td.active,#zmmtg-root .table>tbody>tr>td.active,#zmmtg-root .table>tfoot>tr>td.active,#zmmtg-root .table>thead>tr>th.active,#zmmtg-root .table>tbody>tr>th.active,#zmmtg-root .table>tfoot>tr>th.active,#zmmtg-root .table>thead>tr.active>td,#zmmtg-root .table>tbody>tr.active>td,#zmmtg-root .table>tfoot>tr.active>td,#zmmtg-root .table>thead>tr.active>th,#zmmtg-root .table>tbody>tr.active>th,#zmmtg-root .table>tfoot>tr.active>th{background-color:#f5f5f5}#zmmtg-root .table-hover>tbody>tr>td.active:hover,#zmmtg-root .table-hover>tbody>tr>th.active:hover,#zmmtg-root .table-hover>tbody>tr.active:hover>td,#zmmtg-root .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}#zmmtg-root .table>thead>tr>td.success,#zmmtg-root .table>tbody>tr>td.success,#zmmtg-root .table>tfoot>tr>td.success,#zmmtg-root .table>thead>tr>th.success,#zmmtg-root .table>tbody>tr>th.success,#zmmtg-root .table>tfoot>tr>th.success,#zmmtg-root .table>thead>tr.success>td,#zmmtg-root .table>tbody>tr.success>td,#zmmtg-root .table>tfoot>tr.success>td,#zmmtg-root .table>thead>tr.success>th,#zmmtg-root .table>tbody>tr.success>th,#zmmtg-root .table>tfoot>tr.success>th{background-color:#dff0d8}#zmmtg-root .table-hover>tbody>tr>td.success:hover,#zmmtg-root .table-hover>tbody>tr>th.success:hover,#zmmtg-root .table-hover>tbody>tr.success:hover>td,#zmmtg-root .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}#zmmtg-root .table>thead>tr>td.info,#zmmtg-root .table>tbody>tr>td.info,#zmmtg-root .table>tfoot>tr>td.info,#zmmtg-root .table>thead>tr>th.info,#zmmtg-root .table>tbody>tr>th.info,#zmmtg-root .table>tfoot>tr>th.info,#zmmtg-root .table>thead>tr.info>td,#zmmtg-root .table>tbody>tr.info>td,#zmmtg-root .table>tfoot>tr.info>td,#zmmtg-root .table>thead>tr.info>th,#zmmtg-root .table>tbody>tr.info>th,#zmmtg-root .table>tfoot>tr.info>th{background-color:#d9edf7}#zmmtg-root .table-hover>tbody>tr>td.info:hover,#zmmtg-root .table-hover>tbody>tr>th.info:hover,#zmmtg-root .table-hover>tbody>tr.info:hover>td,#zmmtg-root .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}#zmmtg-root .table>thead>tr>td.warning,#zmmtg-root .table>tbody>tr>td.warning,#zmmtg-root .table>tfoot>tr>td.warning,#zmmtg-root .table>thead>tr>th.warning,#zmmtg-root .table>tbody>tr>th.warning,#zmmtg-root .table>tfoot>tr>th.warning,#zmmtg-root .table>thead>tr.warning>td,#zmmtg-root .table>tbody>tr.warning>td,#zmmtg-root .table>tfoot>tr.warning>td,#zmmtg-root .table>thead>tr.warning>th,#zmmtg-root .table>tbody>tr.warning>th,#zmmtg-root .table>tfoot>tr.warning>th{background-color:#fcf8e3}#zmmtg-root .table-hover>tbody>tr>td.warning:hover,#zmmtg-root .table-hover>tbody>tr>th.warning:hover,#zmmtg-root .table-hover>tbody>tr.warning:hover>td,#zmmtg-root .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}#zmmtg-root .table>thead>tr>td.danger,#zmmtg-root .table>tbody>tr>td.danger,#zmmtg-root .table>tfoot>tr>td.danger,#zmmtg-root .table>thead>tr>th.danger,#zmmtg-root .table>tbody>tr>th.danger,#zmmtg-root .table>tfoot>tr>th.danger,#zmmtg-root .table>thead>tr.danger>td,#zmmtg-root .table>tbody>tr.danger>td,#zmmtg-root .table>tfoot>tr.danger>td,#zmmtg-root .table>thead>tr.danger>th,#zmmtg-root .table>tbody>tr.danger>th,#zmmtg-root .table>tfoot>tr.danger>th{background-color:#f2dede}#zmmtg-root .table-hover>tbody>tr>td.danger:hover,#zmmtg-root .table-hover>tbody>tr>th.danger:hover,#zmmtg-root .table-hover>tbody>tr.danger:hover>td,#zmmtg-root .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media(max-width:767px){#zmmtg-root .table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}#zmmtg-root .table-responsive>.table{margin-bottom:0}#zmmtg-root .table-responsive>.table>thead>tr>th,#zmmtg-root .table-responsive>.table>tbody>tr>th,#zmmtg-root .table-responsive>.table>tfoot>tr>th,#zmmtg-root .table-responsive>.table>thead>tr>td,#zmmtg-root .table-responsive>.table>tbody>tr>td,#zmmtg-root .table-responsive>.table>tfoot>tr>td{white-space:nowrap}#zmmtg-root .table-responsive>.table-bordered{border:0}#zmmtg-root .table-responsive>.table-bordered>thead>tr>th:first-child,#zmmtg-root .table-responsive>.table-bordered>tbody>tr>th:first-child,#zmmtg-root .table-responsive>.table-bordered>tfoot>tr>th:first-child,#zmmtg-root .table-responsive>.table-bordered>thead>tr>td:first-child,#zmmtg-root .table-responsive>.table-bordered>tbody>tr>td:first-child,#zmmtg-root .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}#zmmtg-root .table-responsive>.table-bordered>thead>tr>th:last-child,#zmmtg-root .table-responsive>.table-bordered>tbody>tr>th:last-child,#zmmtg-root .table-responsive>.table-bordered>tfoot>tr>th:last-child,#zmmtg-root .table-responsive>.table-bordered>thead>tr>td:last-child,#zmmtg-root .table-responsive>.table-bordered>tbody>tr>td:last-child,#zmmtg-root .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}#zmmtg-root .table-responsive>.table-bordered>tbody>tr:last-child>th,#zmmtg-root .table-responsive>.table-bordered>tfoot>tr:last-child>th,#zmmtg-root .table-responsive>.table-bordered>tbody>tr:last-child>td,#zmmtg-root .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}#zmmtg-root fieldset{min-width:0;padding:0;margin:0;border:0}#zmmtg-root legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}#zmmtg-root label{display:inline-block;margin-bottom:5px;font-weight:700}#zmmtg-root input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#zmmtg-root input[type=radio],#zmmtg-root input[type=checkbox]{margin:4px 0 0;margin-top:1px \	;line-height:normal}#zmmtg-root input[type=file]{display:block}#zmmtg-root input[type=range]{display:block;width:100%}#zmmtg-root select[multiple],#zmmtg-root select[size]{height:auto}#zmmtg-root input[type=file]:focus,#zmmtg-root input[type=radio]:focus,#zmmtg-root input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#zmmtg-root output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}#zmmtg-root .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}#zmmtg-root .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}#zmmtg-root .form-control::-moz-placeholder{color:#999;opacity:1}#zmmtg-root .form-control:-ms-input-placeholder{color:#999}#zmmtg-root .form-control::-webkit-input-placeholder{color:#999}#zmmtg-root .form-control[disabled],#zmmtg-root .form-control[readonly],#zmmtg-root fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}#zmmtg-root textarea.form-control{height:auto}#zmmtg-root input[type=search]{-webkit-appearance:none}#zmmtg-root input[type=date]{line-height:34px}#zmmtg-root .form-group{margin-bottom:15px}#zmmtg-root .radio,#zmmtg-root .checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px}#zmmtg-root .radio label,#zmmtg-root .checkbox label{display:inline;font-weight:400;cursor:pointer}#zmmtg-root .radio input[type=radio],#zmmtg-root .radio-inline input[type=radio],#zmmtg-root .checkbox input[type=checkbox],#zmmtg-root .checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}#zmmtg-root .radio+.radio,#zmmtg-root .checkbox+.checkbox{margin-top:-5px}#zmmtg-root .radio-inline,#zmmtg-root .checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}#zmmtg-root .radio-inline+.radio-inline,#zmmtg-root .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}#zmmtg-root input[type=radio][disabled],#zmmtg-root input[type=checkbox][disabled],#zmmtg-root .radio[disabled],#zmmtg-root .radio-inline[disabled],#zmmtg-root .checkbox[disabled],#zmmtg-root .checkbox-inline[disabled],#zmmtg-root fieldset[disabled] input[type=radio],#zmmtg-root fieldset[disabled] input[type=checkbox],#zmmtg-root fieldset[disabled] .radio,#zmmtg-root fieldset[disabled] .radio-inline,#zmmtg-root fieldset[disabled] .checkbox,#zmmtg-root fieldset[disabled] .checkbox-inline{cursor:not-allowed}#zmmtg-root .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#zmmtg-root select.input-sm{height:30px;line-height:30px}#zmmtg-root textarea.input-sm,#zmmtg-root select[multiple].input-sm{height:auto}#zmmtg-root .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}#zmmtg-root select.input-lg{height:46px;line-height:46px}#zmmtg-root textarea.input-lg,#zmmtg-root select[multiple].input-lg{height:auto}#zmmtg-root .has-feedback{position:relative}#zmmtg-root .has-feedback .form-control{padding-right:42.5px}#zmmtg-root .has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}#zmmtg-root .has-success .help-block,#zmmtg-root .has-success .control-label,#zmmtg-root .has-success .radio,#zmmtg-root .has-success .checkbox,#zmmtg-root .has-success .radio-inline,#zmmtg-root .has-success .checkbox-inline{color:#3c763d}#zmmtg-root .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}#zmmtg-root .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px #00000013,0 0 6px #67b168}#zmmtg-root .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}#zmmtg-root .has-success .form-control-feedback{color:#3c763d}#zmmtg-root .has-warning .help-block,#zmmtg-root .has-warning .control-label,#zmmtg-root .has-warning .radio,#zmmtg-root .has-warning .checkbox,#zmmtg-root .has-warning .radio-inline,#zmmtg-root .has-warning .checkbox-inline{color:#8a6d3b}#zmmtg-root .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}#zmmtg-root .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px #00000013,0 0 6px #c0a16b}#zmmtg-root .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}#zmmtg-root .has-warning .form-control-feedback{color:#8a6d3b}#zmmtg-root .has-error .help-block,#zmmtg-root .has-error .control-label,#zmmtg-root .has-error .radio,#zmmtg-root .has-error .checkbox,#zmmtg-root .has-error .radio-inline,#zmmtg-root .has-error .checkbox-inline{color:#a94442}#zmmtg-root .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}#zmmtg-root .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px #00000013,0 0 6px #ce8483}#zmmtg-root .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}#zmmtg-root .has-error .form-control-feedback{color:#a94442}#zmmtg-root .form-control-static{margin-bottom:0}#zmmtg-root .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){#zmmtg-root .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}#zmmtg-root .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}#zmmtg-root .form-inline .input-group>.form-control{width:100%}#zmmtg-root .form-inline .control-label{margin-bottom:0;vertical-align:middle}#zmmtg-root .form-inline .radio,#zmmtg-root .form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0;vertical-align:middle}#zmmtg-root .form-inline .radio input[type=radio],#zmmtg-root .form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}#zmmtg-root .form-inline .has-feedback .form-control-feedback{top:0}}#zmmtg-root .form-horizontal .control-label,#zmmtg-root .form-horizontal .radio,#zmmtg-root .form-horizontal .checkbox,#zmmtg-root .form-horizontal .radio-inline,#zmmtg-root .form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}#zmmtg-root .form-horizontal .radio,#zmmtg-root .form-horizontal .checkbox{min-height:27px}#zmmtg-root .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}#zmmtg-root .form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){#zmmtg-root .form-horizontal .control-label{text-align:right}}#zmmtg-root .form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}#zmmtg-root .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}#zmmtg-root .btn:focus,#zmmtg-root .btn:active:focus,#zmmtg-root .btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#zmmtg-root .btn:hover,#zmmtg-root .btn:focus{color:#333;text-decoration:none}#zmmtg-root .btn:active,#zmmtg-root .btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}#zmmtg-root .btn.disabled,#zmmtg-root .btn[disabled],#zmmtg-root fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}#zmmtg-root .btn-default{color:#333;background-color:#fff;border-color:#ccc}#zmmtg-root .btn-default:hover,#zmmtg-root .btn-default:focus,#zmmtg-root .btn-default:active,#zmmtg-root .btn-default.active,#zmmtg-root .open .dropdown-toggle.btn-default{color:#333;border-color:#adadad}#zmmtg-root .btn-default:active,#zmmtg-root .btn-default.active,#zmmtg-root .open .dropdown-toggle.btn-default{background-image:none}#zmmtg-root .btn-default.disabled,#zmmtg-root .btn-default[disabled],#zmmtg-root fieldset[disabled] .btn-default,#zmmtg-root .btn-default.disabled:hover,#zmmtg-root .btn-default[disabled]:hover,#zmmtg-root fieldset[disabled] .btn-default:hover,#zmmtg-root .btn-default.disabled:focus,#zmmtg-root .btn-default[disabled]:focus,#zmmtg-root fieldset[disabled] .btn-default:focus,#zmmtg-root .btn-default.disabled:active,#zmmtg-root .btn-default[disabled]:active,#zmmtg-root fieldset[disabled] .btn-default:active,#zmmtg-root .btn-default.disabled.active,#zmmtg-root .btn-default[disabled].active,#zmmtg-root fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}#zmmtg-root .btn-default .badge{color:#fff;background-color:#333}#zmmtg-root .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}#zmmtg-root .btn-primary:hover,#zmmtg-root .btn-primary:focus,#zmmtg-root .btn-primary:active,#zmmtg-root .btn-primary.active,#zmmtg-root .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}#zmmtg-root .btn-primary:active,#zmmtg-root .btn-primary.active,#zmmtg-root .open .dropdown-toggle.btn-primary{background-image:none}#zmmtg-root .btn-primary.disabled,#zmmtg-root .btn-primary[disabled],#zmmtg-root fieldset[disabled] .btn-primary,#zmmtg-root .btn-primary.disabled:hover,#zmmtg-root .btn-primary[disabled]:hover,#zmmtg-root fieldset[disabled] .btn-primary:hover,#zmmtg-root .btn-primary.disabled:focus,#zmmtg-root .btn-primary[disabled]:focus,#zmmtg-root fieldset[disabled] .btn-primary:focus,#zmmtg-root .btn-primary.disabled:active,#zmmtg-root .btn-primary[disabled]:active,#zmmtg-root fieldset[disabled] .btn-primary:active,#zmmtg-root .btn-primary.disabled.active,#zmmtg-root .btn-primary[disabled].active,#zmmtg-root fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}#zmmtg-root .btn-primary .badge{color:#428bca;background-color:#fff}#zmmtg-root .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}#zmmtg-root .btn-success:hover,#zmmtg-root .btn-success:focus,#zmmtg-root .btn-success:active,#zmmtg-root .btn-success.active,#zmmtg-root .open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}#zmmtg-root .btn-success:active,#zmmtg-root .btn-success.active,#zmmtg-root .open .dropdown-toggle.btn-success{background-image:none}#zmmtg-root .btn-success.disabled,#zmmtg-root .btn-success[disabled],#zmmtg-root fieldset[disabled] .btn-success,#zmmtg-root .btn-success.disabled:hover,#zmmtg-root .btn-success[disabled]:hover,#zmmtg-root fieldset[disabled] .btn-success:hover,#zmmtg-root .btn-success.disabled:focus,#zmmtg-root .btn-success[disabled]:focus,#zmmtg-root fieldset[disabled] .btn-success:focus,#zmmtg-root .btn-success.disabled:active,#zmmtg-root .btn-success[disabled]:active,#zmmtg-root fieldset[disabled] .btn-success:active,#zmmtg-root .btn-success.disabled.active,#zmmtg-root .btn-success[disabled].active,#zmmtg-root fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}#zmmtg-root .btn-success .badge{color:#5cb85c;background-color:#fff}#zmmtg-root .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}#zmmtg-root .btn-info:hover,#zmmtg-root .btn-info:focus,#zmmtg-root .btn-info:active,#zmmtg-root .btn-info.active,#zmmtg-root .open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}#zmmtg-root .btn-info:active,#zmmtg-root .btn-info.active,#zmmtg-root .open .dropdown-toggle.btn-info{background-image:none}#zmmtg-root .btn-info.disabled,#zmmtg-root .btn-info[disabled],#zmmtg-root fieldset[disabled] .btn-info,#zmmtg-root .btn-info.disabled:hover,#zmmtg-root .btn-info[disabled]:hover,#zmmtg-root fieldset[disabled] .btn-info:hover,#zmmtg-root .btn-info.disabled:focus,#zmmtg-root .btn-info[disabled]:focus,#zmmtg-root fieldset[disabled] .btn-info:focus,#zmmtg-root .btn-info.disabled:active,#zmmtg-root .btn-info[disabled]:active,#zmmtg-root fieldset[disabled] .btn-info:active,#zmmtg-root .btn-info.disabled.active,#zmmtg-root .btn-info[disabled].active,#zmmtg-root fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}#zmmtg-root .btn-info .badge{color:#5bc0de;background-color:#fff}#zmmtg-root .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}#zmmtg-root .btn-warning:hover,#zmmtg-root .btn-warning:focus,#zmmtg-root .btn-warning:active,#zmmtg-root .btn-warning.active,#zmmtg-root .open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}#zmmtg-root .btn-warning:active,#zmmtg-root .btn-warning.active,#zmmtg-root .open .dropdown-toggle.btn-warning{background-image:none}#zmmtg-root .btn-warning.disabled,#zmmtg-root .btn-warning[disabled],#zmmtg-root fieldset[disabled] .btn-warning,#zmmtg-root .btn-warning.disabled:hover,#zmmtg-root .btn-warning[disabled]:hover,#zmmtg-root fieldset[disabled] .btn-warning:hover,#zmmtg-root .btn-warning.disabled:focus,#zmmtg-root .btn-warning[disabled]:focus,#zmmtg-root fieldset[disabled] .btn-warning:focus,#zmmtg-root .btn-warning.disabled:active,#zmmtg-root .btn-warning[disabled]:active,#zmmtg-root fieldset[disabled] .btn-warning:active,#zmmtg-root .btn-warning.disabled.active,#zmmtg-root .btn-warning[disabled].active,#zmmtg-root fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}#zmmtg-root .btn-warning .badge{color:#f0ad4e;background-color:#fff}#zmmtg-root .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}#zmmtg-root .btn-danger:hover,#zmmtg-root .btn-danger:focus,#zmmtg-root .btn-danger:active,#zmmtg-root .btn-danger.active,#zmmtg-root .open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}#zmmtg-root .btn-danger:active,#zmmtg-root .btn-danger.active,#zmmtg-root .open .dropdown-toggle.btn-danger{background-image:none}#zmmtg-root .btn-danger.disabled,#zmmtg-root .btn-danger[disabled],#zmmtg-root fieldset[disabled] .btn-danger,#zmmtg-root .btn-danger.disabled:hover,#zmmtg-root .btn-danger[disabled]:hover,#zmmtg-root fieldset[disabled] .btn-danger:hover,#zmmtg-root .btn-danger.disabled:focus,#zmmtg-root .btn-danger[disabled]:focus,#zmmtg-root fieldset[disabled] .btn-danger:focus,#zmmtg-root .btn-danger.disabled:active,#zmmtg-root .btn-danger[disabled]:active,#zmmtg-root fieldset[disabled] .btn-danger:active,#zmmtg-root .btn-danger.disabled.active,#zmmtg-root .btn-danger[disabled].active,#zmmtg-root fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}#zmmtg-root .btn-danger .badge{color:#d9534f;background-color:#fff}#zmmtg-root .btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}#zmmtg-root .btn-link,#zmmtg-root .btn-link:active,#zmmtg-root .btn-link[disabled],#zmmtg-root fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}#zmmtg-root .btn-link,#zmmtg-root .btn-link:hover,#zmmtg-root .btn-link:focus,#zmmtg-root .btn-link:active{border-color:transparent}#zmmtg-root .btn-link:hover,#zmmtg-root .btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}#zmmtg-root .btn-link[disabled]:hover,#zmmtg-root fieldset[disabled] .btn-link:hover,#zmmtg-root .btn-link[disabled]:focus,#zmmtg-root fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}#zmmtg-root .btn-lg,#zmmtg-root .btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}#zmmtg-root .btn-sm,#zmmtg-root .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#zmmtg-root .btn-xs,#zmmtg-root .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}#zmmtg-root .btn-block{display:block;width:100%;padding-right:0;padding-left:0}#zmmtg-root .btn-block+.btn-block{margin-top:5px}#zmmtg-root input[type=submit].btn-block,#zmmtg-root input[type=reset].btn-block,#zmmtg-root input[type=button].btn-block{width:100%}#zmmtg-root .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}#zmmtg-root .fade.in{opacity:1}#zmmtg-root .collapse{display:none}#zmmtg-root .collapse.in{display:block}#zmmtg-root .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}#zmmtg-root .glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#zmmtg-root .glyphicon-asterisk:before{content:"*"}#zmmtg-root .glyphicon-plus:before{content:"+"}#zmmtg-root .glyphicon-euro:before{content:"€"}#zmmtg-root .glyphicon-minus:before{content:"−"}#zmmtg-root .glyphicon-cloud:before{content:"☁"}#zmmtg-root .glyphicon-envelope:before{content:"✉"}#zmmtg-root .glyphicon-pencil:before{content:"✏"}#zmmtg-root .glyphicon-glass:before{content:""}#zmmtg-root .glyphicon-music:before{content:""}#zmmtg-root .glyphicon-search:before{content:""}#zmmtg-root .glyphicon-heart:before{content:""}#zmmtg-root .glyphicon-star:before{content:""}#zmmtg-root .glyphicon-star-empty:before{content:""}#zmmtg-root .glyphicon-user:before{content:""}#zmmtg-root .glyphicon-film:before{content:""}#zmmtg-root .glyphicon-th-large:before{content:""}#zmmtg-root .glyphicon-th:before{content:""}#zmmtg-root .glyphicon-th-list:before{content:""}#zmmtg-root .glyphicon-ok:before{content:""}#zmmtg-root .glyphicon-remove:before{content:""}#zmmtg-root .glyphicon-zoom-in:before{content:""}#zmmtg-root .glyphicon-zoom-out:before{content:""}#zmmtg-root .glyphicon-off:before{content:""}#zmmtg-root .glyphicon-signal:before{content:""}#zmmtg-root .glyphicon-cog:before{content:""}#zmmtg-root .glyphicon-trash:before{content:""}#zmmtg-root .glyphicon-home:before{content:""}#zmmtg-root .glyphicon-file:before{content:""}#zmmtg-root .glyphicon-time:before{content:""}#zmmtg-root .glyphicon-road:before{content:""}#zmmtg-root .glyphicon-download-alt:before{content:""}#zmmtg-root .glyphicon-download:before{content:""}#zmmtg-root .glyphicon-upload:before{content:""}#zmmtg-root .glyphicon-inbox:before{content:""}#zmmtg-root .glyphicon-play-circle:before{content:""}#zmmtg-root .glyphicon-repeat:before{content:""}#zmmtg-root .glyphicon-refresh:before{content:""}#zmmtg-root .glyphicon-list-alt:before{content:""}#zmmtg-root .glyphicon-lock:before{content:""}#zmmtg-root .glyphicon-flag:before{content:""}#zmmtg-root .glyphicon-headphones:before{content:""}#zmmtg-root .glyphicon-volume-off:before{content:""}#zmmtg-root .glyphicon-volume-down:before{content:""}#zmmtg-root .glyphicon-volume-up:before{content:""}#zmmtg-root .glyphicon-qrcode:before{content:""}#zmmtg-root .glyphicon-barcode:before{content:""}#zmmtg-root .glyphicon-tag:before{content:""}#zmmtg-root .glyphicon-tags:before{content:""}#zmmtg-root .glyphicon-book:before{content:""}#zmmtg-root .glyphicon-bookmark:before{content:""}#zmmtg-root .glyphicon-print:before{content:""}#zmmtg-root .glyphicon-camera:before{content:""}#zmmtg-root .glyphicon-font:before{content:""}#zmmtg-root .glyphicon-bold:before{content:""}#zmmtg-root .glyphicon-italic:before{content:""}#zmmtg-root .glyphicon-text-height:before{content:""}#zmmtg-root .glyphicon-text-width:before{content:""}#zmmtg-root .glyphicon-align-left:before{content:""}#zmmtg-root .glyphicon-align-center:before{content:""}#zmmtg-root .glyphicon-align-right:before{content:""}#zmmtg-root .glyphicon-align-justify:before{content:""}#zmmtg-root .glyphicon-list:before{content:""}#zmmtg-root .glyphicon-indent-left:before{content:""}#zmmtg-root .glyphicon-indent-right:before{content:""}#zmmtg-root .glyphicon-facetime-video:before{content:""}#zmmtg-root .glyphicon-picture:before{content:""}#zmmtg-root .glyphicon-map-marker:before{content:""}#zmmtg-root .glyphicon-adjust:before{content:""}#zmmtg-root .glyphicon-tint:before{content:""}#zmmtg-root .glyphicon-edit:before{content:""}#zmmtg-root .glyphicon-share:before{content:""}#zmmtg-root .glyphicon-check:before{content:""}#zmmtg-root .glyphicon-move:before{content:""}#zmmtg-root .glyphicon-step-backward:before{content:""}#zmmtg-root .glyphicon-fast-backward:before{content:""}#zmmtg-root .glyphicon-backward:before{content:""}#zmmtg-root .glyphicon-play:before{content:""}#zmmtg-root .glyphicon-pause:before{content:""}#zmmtg-root .glyphicon-stop:before{content:""}#zmmtg-root .glyphicon-forward:before{content:""}#zmmtg-root .glyphicon-fast-forward:before{content:""}#zmmtg-root .glyphicon-step-forward:before{content:""}#zmmtg-root .glyphicon-eject:before{content:""}#zmmtg-root .glyphicon-chevron-left:before{content:""}#zmmtg-root .glyphicon-chevron-right:before{content:""}#zmmtg-root .glyphicon-plus-sign:before{content:""}#zmmtg-root .glyphicon-minus-sign:before{content:""}#zmmtg-root .glyphicon-remove-sign:before{content:""}#zmmtg-root .glyphicon-ok-sign:before{content:""}#zmmtg-root .glyphicon-question-sign:before{content:""}#zmmtg-root .glyphicon-info-sign:before{content:""}#zmmtg-root .glyphicon-screenshot:before{content:""}#zmmtg-root .glyphicon-remove-circle:before{content:""}#zmmtg-root .glyphicon-ok-circle:before{content:""}#zmmtg-root .glyphicon-ban-circle:before{content:""}#zmmtg-root .glyphicon-arrow-left:before{content:""}#zmmtg-root .glyphicon-arrow-right:before{content:""}#zmmtg-root .glyphicon-arrow-up:before{content:""}#zmmtg-root .glyphicon-arrow-down:before{content:""}#zmmtg-root .glyphicon-share-alt:before{content:""}#zmmtg-root .glyphicon-resize-full:before{content:""}#zmmtg-root .glyphicon-resize-small:before{content:""}#zmmtg-root .glyphicon-exclamation-sign:before{content:""}#zmmtg-root .glyphicon-gift:before{content:""}#zmmtg-root .glyphicon-leaf:before{content:""}#zmmtg-root .glyphicon-fire:before{content:""}#zmmtg-root .glyphicon-eye-open:before{content:""}#zmmtg-root .glyphicon-eye-close:before{content:""}#zmmtg-root .glyphicon-warning-sign:before{content:""}#zmmtg-root .glyphicon-plane:before{content:""}#zmmtg-root .glyphicon-calendar:before{content:""}#zmmtg-root .glyphicon-random:before{content:""}#zmmtg-root .glyphicon-comment:before{content:""}#zmmtg-root .glyphicon-magnet:before{content:""}#zmmtg-root .glyphicon-chevron-up:before{content:""}#zmmtg-root .glyphicon-chevron-down:before{content:""}#zmmtg-root .glyphicon-retweet:before{content:""}#zmmtg-root .glyphicon-shopping-cart:before{content:""}#zmmtg-root .glyphicon-folder-close:before{content:""}#zmmtg-root .glyphicon-folder-open:before{content:""}#zmmtg-root .glyphicon-resize-vertical:before{content:""}#zmmtg-root .glyphicon-resize-horizontal:before{content:""}#zmmtg-root .glyphicon-hdd:before{content:""}#zmmtg-root .glyphicon-bullhorn:before{content:""}#zmmtg-root .glyphicon-bell:before{content:""}#zmmtg-root .glyphicon-certificate:before{content:""}#zmmtg-root .glyphicon-thumbs-up:before{content:""}#zmmtg-root .glyphicon-thumbs-down:before{content:""}#zmmtg-root .glyphicon-hand-right:before{content:""}#zmmtg-root .glyphicon-hand-left:before{content:""}#zmmtg-root .glyphicon-hand-up:before{content:""}#zmmtg-root .glyphicon-hand-down:before{content:""}#zmmtg-root .glyphicon-circle-arrow-right:before{content:""}#zmmtg-root .glyphicon-circle-arrow-left:before{content:""}#zmmtg-root .glyphicon-circle-arrow-up:before{content:""}#zmmtg-root .glyphicon-circle-arrow-down:before{content:""}#zmmtg-root .glyphicon-globe:before{content:""}#zmmtg-root .glyphicon-wrench:before{content:""}#zmmtg-root .glyphicon-tasks:before{content:""}#zmmtg-root .glyphicon-filter:before{content:""}#zmmtg-root .glyphicon-briefcase:before{content:""}#zmmtg-root .glyphicon-fullscreen:before{content:""}#zmmtg-root .glyphicon-dashboard:before{content:""}#zmmtg-root .glyphicon-paperclip:before{content:""}#zmmtg-root .glyphicon-heart-empty:before{content:""}#zmmtg-root .glyphicon-link:before{content:""}#zmmtg-root .glyphicon-phone:before{content:""}#zmmtg-root .glyphicon-pushpin:before{content:""}#zmmtg-root .glyphicon-usd:before{content:""}#zmmtg-root .glyphicon-gbp:before{content:""}#zmmtg-root .glyphicon-sort:before{content:""}#zmmtg-root .glyphicon-sort-by-alphabet:before{content:""}#zmmtg-root .glyphicon-sort-by-alphabet-alt:before{content:""}#zmmtg-root .glyphicon-sort-by-order:before{content:""}#zmmtg-root .glyphicon-sort-by-order-alt:before{content:""}#zmmtg-root .glyphicon-sort-by-attributes:before{content:""}#zmmtg-root .glyphicon-sort-by-attributes-alt:before{content:""}#zmmtg-root .glyphicon-unchecked:before{content:""}#zmmtg-root .glyphicon-expand:before{content:""}#zmmtg-root .glyphicon-collapse-down:before{content:""}#zmmtg-root .glyphicon-collapse-up:before{content:""}#zmmtg-root .glyphicon-log-in:before{content:""}#zmmtg-root .glyphicon-flash:before{content:""}#zmmtg-root .glyphicon-log-out:before{content:""}#zmmtg-root .glyphicon-new-window:before{content:""}#zmmtg-root .glyphicon-record:before{content:""}#zmmtg-root .glyphicon-save:before{content:""}#zmmtg-root .glyphicon-open:before{content:""}#zmmtg-root .glyphicon-saved:before{content:""}#zmmtg-root .glyphicon-import:before{content:""}#zmmtg-root .glyphicon-export:before{content:""}#zmmtg-root .glyphicon-send:before{content:""}#zmmtg-root .glyphicon-floppy-disk:before{content:""}#zmmtg-root .glyphicon-floppy-saved:before{content:""}#zmmtg-root .glyphicon-floppy-remove:before{content:""}#zmmtg-root .glyphicon-floppy-save:before{content:""}#zmmtg-root .glyphicon-floppy-open:before{content:""}#zmmtg-root .glyphicon-credit-card:before{content:""}#zmmtg-root .glyphicon-transfer:before{content:""}#zmmtg-root .glyphicon-cutlery:before{content:""}#zmmtg-root .glyphicon-header:before{content:""}#zmmtg-root .glyphicon-compressed:before{content:""}#zmmtg-root .glyphicon-earphone:before{content:""}#zmmtg-root .glyphicon-phone-alt:before{content:""}#zmmtg-root .glyphicon-tower:before{content:""}#zmmtg-root .glyphicon-stats:before{content:""}#zmmtg-root .glyphicon-sd-video:before{content:""}#zmmtg-root .glyphicon-hd-video:before{content:""}#zmmtg-root .glyphicon-subtitles:before{content:""}#zmmtg-root .glyphicon-sound-stereo:before{content:""}#zmmtg-root .glyphicon-sound-dolby:before{content:""}#zmmtg-root .glyphicon-sound-5-1:before{content:""}#zmmtg-root .glyphicon-sound-6-1:before{content:""}#zmmtg-root .glyphicon-sound-7-1:before{content:""}#zmmtg-root .glyphicon-copyright-mark:before{content:""}#zmmtg-root .glyphicon-registration-mark:before{content:""}#zmmtg-root .glyphicon-cloud-download:before{content:""}#zmmtg-root .glyphicon-cloud-upload:before{content:""}#zmmtg-root .glyphicon-tree-conifer:before{content:""}#zmmtg-root .glyphicon-tree-deciduous:before{content:""}#zmmtg-root .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}#zmmtg-root .dropdown{position:relative}#zmmtg-root .dropdown-toggle:focus{outline:0}#zmmtg-root .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d}#zmmtg-root .dropdown-menu.pull-right{right:0;left:auto}#zmmtg-root .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}#zmmtg-root .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}#zmmtg-root .dropdown-menu>li>a:hover,#zmmtg-root .dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}#zmmtg-root .dropdown-menu>.active>a,#zmmtg-root .dropdown-menu>.active>a:hover,#zmmtg-root .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}#zmmtg-root .dropdown-menu>.disabled>a,#zmmtg-root .dropdown-menu>.disabled>a:hover,#zmmtg-root .dropdown-menu>.disabled>a:focus{color:#999}#zmmtg-root .dropdown-menu>.disabled>a:hover,#zmmtg-root .dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}#zmmtg-root .open>.dropdown-menu{display:block}#zmmtg-root .open>a{outline:0}#zmmtg-root .dropdown-menu-right{right:0;left:auto}#zmmtg-root .dropdown-menu-left{right:auto;left:0}#zmmtg-root .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}#zmmtg-root .dropdown-backdrop{position:fixed;inset:0;z-index:990}#zmmtg-root .pull-right>.dropdown-menu{right:0;left:auto}#zmmtg-root .dropup .caret,#zmmtg-root .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}#zmmtg-root .dropup .dropdown-menu,#zmmtg-root .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){#zmmtg-root .navbar-right .dropdown-menu{right:0;left:auto}#zmmtg-root .navbar-right .dropdown-menu-left{right:auto;left:0}}#zmmtg-root .btn-group,#zmmtg-root .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}#zmmtg-root .btn-group>.btn,#zmmtg-root .btn-group-vertical>.btn{position:relative;float:left}#zmmtg-root .btn-group>.btn:hover,#zmmtg-root .btn-group-vertical>.btn:hover,#zmmtg-root .btn-group>.btn:focus,#zmmtg-root .btn-group-vertical>.btn:focus,#zmmtg-root .btn-group>.btn:active,#zmmtg-root .btn-group-vertical>.btn:active,#zmmtg-root .btn-group>.btn.active,#zmmtg-root .btn-group-vertical>.btn.active{z-index:2}#zmmtg-root .btn-group>.btn:focus,#zmmtg-root .btn-group-vertical>.btn:focus{outline:none}#zmmtg-root .btn-group .btn+.btn,#zmmtg-root .btn-group .btn+.btn-group,#zmmtg-root .btn-group .btn-group+.btn,#zmmtg-root .btn-group .btn-group+.btn-group{margin-left:-1px}#zmmtg-root .btn-toolbar{margin-left:-5px}#zmmtg-root .btn-toolbar .btn-group,#zmmtg-root .btn-toolbar .input-group{float:left}#zmmtg-root .btn-toolbar>.btn,#zmmtg-root .btn-toolbar>.btn-group,#zmmtg-root .btn-toolbar>.input-group{margin-left:5px}#zmmtg-root .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}#zmmtg-root .btn-group>.btn:first-child{margin-left:0}#zmmtg-root .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}#zmmtg-root .btn-group>.btn:last-child:not(:first-child),#zmmtg-root .btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}#zmmtg-root .btn-group>.btn-group{float:left}#zmmtg-root .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}#zmmtg-root .btn-group>.btn-group:first-child>.btn:last-child,#zmmtg-root .btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}#zmmtg-root .btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}#zmmtg-root .btn-group .dropdown-toggle:active,#zmmtg-root .btn-group.open .dropdown-toggle{outline:0}#zmmtg-root .btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}#zmmtg-root .btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}#zmmtg-root .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}#zmmtg-root .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}#zmmtg-root .btn .caret{margin-left:0}#zmmtg-root .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}#zmmtg-root .dropup .btn-lg .caret{border-width:0 5px 5px}#zmmtg-root .btn-group-vertical>.btn,#zmmtg-root .btn-group-vertical>.btn-group,#zmmtg-root .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}#zmmtg-root .btn-group-vertical>.btn-group>.btn{float:none}#zmmtg-root .btn-group-vertical>.btn+.btn,#zmmtg-root .btn-group-vertical>.btn+.btn-group,#zmmtg-root .btn-group-vertical>.btn-group+.btn,#zmmtg-root .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}#zmmtg-root .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}#zmmtg-root .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}#zmmtg-root .btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}#zmmtg-root .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}#zmmtg-root .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,#zmmtg-root .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}#zmmtg-root .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}#zmmtg-root .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}#zmmtg-root .btn-group-justified>.btn,#zmmtg-root .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}#zmmtg-root .btn-group-justified>.btn-group .btn{width:100%}#zmmtg-root [data-toggle=buttons]>.btn>input[type=radio],#zmmtg-root [data-toggle=buttons]>.btn>input[type=checkbox]{display:none}#zmmtg-root .input-group{position:relative;display:table;border-collapse:separate}#zmmtg-root .input-group[class*=col-]{float:none;padding-right:0;padding-left:0}#zmmtg-root .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}#zmmtg-root .input-group-lg>.form-control,#zmmtg-root .input-group-lg>.input-group-addon,#zmmtg-root .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}#zmmtg-root select.input-group-lg>.form-control,#zmmtg-root select.input-group-lg>.input-group-addon,#zmmtg-root select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}#zmmtg-root textarea.input-group-lg>.form-control,#zmmtg-root textarea.input-group-lg>.input-group-addon,#zmmtg-root textarea.input-group-lg>.input-group-btn>.btn,#zmmtg-root select[multiple].input-group-lg>.form-control,#zmmtg-root select[multiple].input-group-lg>.input-group-addon,#zmmtg-root select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}#zmmtg-root .input-group-sm>.form-control,#zmmtg-root .input-group-sm>.input-group-addon,#zmmtg-root .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#zmmtg-root select.input-group-sm>.form-control,#zmmtg-root select.input-group-sm>.input-group-addon,#zmmtg-root select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}#zmmtg-root textarea.input-group-sm>.form-control,#zmmtg-root textarea.input-group-sm>.input-group-addon,#zmmtg-root textarea.input-group-sm>.input-group-btn>.btn,#zmmtg-root select[multiple].input-group-sm>.form-control,#zmmtg-root select[multiple].input-group-sm>.input-group-addon,#zmmtg-root select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}#zmmtg-root .input-group-addon,#zmmtg-root .input-group-btn,#zmmtg-root .input-group .form-control{display:table-cell}#zmmtg-root .input-group-addon:not(:first-child):not(:last-child),#zmmtg-root .input-group-btn:not(:first-child):not(:last-child),#zmmtg-root .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}#zmmtg-root .input-group-addon,#zmmtg-root .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}#zmmtg-root .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}#zmmtg-root .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}#zmmtg-root .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}#zmmtg-root .input-group-addon input[type=radio],#zmmtg-root .input-group-addon input[type=checkbox]{margin-top:0}#zmmtg-root .input-group .form-control:first-child,#zmmtg-root .input-group-addon:first-child,#zmmtg-root .input-group-btn:first-child>.btn,#zmmtg-root .input-group-btn:first-child>.btn-group>.btn,#zmmtg-root .input-group-btn:first-child>.dropdown-toggle,#zmmtg-root .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),#zmmtg-root .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}#zmmtg-root .input-group-addon:first-child{border-right:0}#zmmtg-root .input-group .form-control:last-child,#zmmtg-root .input-group-addon:last-child,#zmmtg-root .input-group-btn:last-child>.btn,#zmmtg-root .input-group-btn:last-child>.btn-group>.btn,#zmmtg-root .input-group-btn:last-child>.dropdown-toggle,#zmmtg-root .input-group-btn:first-child>.btn:not(:first-child),#zmmtg-root .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}#zmmtg-root .input-group-addon:last-child{border-left:0}#zmmtg-root .input-group-btn{position:relative;font-size:0;white-space:nowrap}#zmmtg-root .input-group-btn>.btn{position:relative}#zmmtg-root .input-group-btn>.btn+.btn{margin-left:-1px}#zmmtg-root .input-group-btn>.btn:hover,#zmmtg-root .input-group-btn>.btn:focus,#zmmtg-root .input-group-btn>.btn:active{z-index:2}#zmmtg-root .input-group-btn:first-child>.btn,#zmmtg-root .input-group-btn:first-child>.btn-group{margin-right:-1px}#zmmtg-root .input-group-btn:last-child>.btn,#zmmtg-root .input-group-btn:last-child>.btn-group{margin-left:-1px}#zmmtg-root .nav{padding-left:0;margin-bottom:0;list-style:none}#zmmtg-root .nav>li{position:relative;display:block}#zmmtg-root .nav>li>a{position:relative;display:block;padding:10px 15px}#zmmtg-root .nav>li>a:hover,#zmmtg-root .nav>li>a:focus{text-decoration:none;background-color:#eee}#zmmtg-root .nav>li.disabled>a{color:#999}#zmmtg-root .nav>li.disabled>a:hover,#zmmtg-root .nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}#zmmtg-root .nav .open>a,#zmmtg-root .nav .open>a:hover,#zmmtg-root .nav .open>a:focus{background-color:#eee;border-color:#428bca}#zmmtg-root .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}#zmmtg-root .nav>li>a>img{max-width:none}#zmmtg-root .nav-tabs{border-bottom:1px solid #ddd}#zmmtg-root .nav-tabs>li{float:left;margin-bottom:-1px}#zmmtg-root .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}#zmmtg-root .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}#zmmtg-root .nav-tabs>li.active>a,#zmmtg-root .nav-tabs>li.active>a:hover,#zmmtg-root .nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}#zmmtg-root .nav-tabs.nav-justified{width:100%;border-bottom:0}#zmmtg-root .nav-tabs.nav-justified>li{float:none}#zmmtg-root .nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}#zmmtg-root .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){#zmmtg-root .nav-tabs.nav-justified>li{display:table-cell;width:1%}#zmmtg-root .nav-tabs.nav-justified>li>a{margin-bottom:0}}#zmmtg-root .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}#zmmtg-root .nav-tabs.nav-justified>.active>a,#zmmtg-root .nav-tabs.nav-justified>.active>a:hover,#zmmtg-root .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){#zmmtg-root .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}#zmmtg-root .nav-tabs.nav-justified>.active>a,#zmmtg-root .nav-tabs.nav-justified>.active>a:hover,#zmmtg-root .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}#zmmtg-root .nav-pills>li{float:left}#zmmtg-root .nav-pills>li>a{border-radius:4px}#zmmtg-root .nav-pills>li+li{margin-left:2px}#zmmtg-root .nav-pills>li.active>a,#zmmtg-root .nav-pills>li.active>a:hover,#zmmtg-root .nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}#zmmtg-root .nav-stacked>li{float:none}#zmmtg-root .nav-stacked>li+li{margin-top:2px;margin-left:0}#zmmtg-root .nav-justified{width:100%}#zmmtg-root .nav-justified>li{float:none}#zmmtg-root .nav-justified>li>a{margin-bottom:5px;text-align:center}#zmmtg-root .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){#zmmtg-root .nav-justified>li{display:table-cell;width:1%}#zmmtg-root .nav-justified>li>a{margin-bottom:0}}#zmmtg-root .nav-tabs-justified{border-bottom:0}#zmmtg-root .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}#zmmtg-root .nav-tabs-justified>.active>a,#zmmtg-root .nav-tabs-justified>.active>a:hover,#zmmtg-root .nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){#zmmtg-root .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}#zmmtg-root .nav-tabs-justified>.active>a,#zmmtg-root .nav-tabs-justified>.active>a:hover,#zmmtg-root .nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}#zmmtg-root .tab-content>.tab-pane{display:none}#zmmtg-root .tab-content>.active{display:block}#zmmtg-root .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}#zmmtg-root .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width:768px){#zmmtg-root .navbar{border-radius:4px}}@media(min-width:768px){#zmmtg-root .navbar-header{float:left}}#zmmtg-root .navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px #ffffff1a}#zmmtg-root .navbar-collapse.in{overflow-y:auto}@media(min-width:768px){#zmmtg-root .navbar-collapse{width:auto;border-top:0;box-shadow:none}#zmmtg-root .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}#zmmtg-root .navbar-collapse.in{overflow-y:visible}#zmmtg-root .navbar-fixed-top .navbar-collapse,#zmmtg-root .navbar-static-top .navbar-collapse,#zmmtg-root .navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}#zmmtg-root .container>.navbar-header,#zmmtg-root .container-fluid>.navbar-header,#zmmtg-root .container>.navbar-collapse,#zmmtg-root .container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){#zmmtg-root .container>.navbar-header,#zmmtg-root .container-fluid>.navbar-header,#zmmtg-root .container>.navbar-collapse,#zmmtg-root .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}#zmmtg-root .navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){#zmmtg-root .navbar-static-top{border-radius:0}}#zmmtg-root .navbar-fixed-top,#zmmtg-root .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){#zmmtg-root .navbar-fixed-top,#zmmtg-root .navbar-fixed-bottom{border-radius:0}}#zmmtg-root .navbar-fixed-top{top:0;border-width:0 0 1px}#zmmtg-root .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}#zmmtg-root .navbar-brand{float:left;height:50px;padding:15px;font-size:18px;line-height:20px}#zmmtg-root .navbar-brand:hover,#zmmtg-root .navbar-brand:focus{text-decoration:none}@media(min-width:768px){#zmmtg-root .navbar>.container .navbar-brand,#zmmtg-root .navbar>.container-fluid .navbar-brand{margin-left:-15px}}#zmmtg-root .navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}#zmmtg-root .navbar-toggle:focus{outline:none}#zmmtg-root .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}#zmmtg-root .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){#zmmtg-root .navbar-toggle{display:none}}#zmmtg-root .navbar-nav{margin:7.5px -15px}#zmmtg-root .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){#zmmtg-root .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}#zmmtg-root .navbar-nav .open .dropdown-menu>li>a,#zmmtg-root .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}#zmmtg-root .navbar-nav .open .dropdown-menu>li>a{line-height:20px}#zmmtg-root .navbar-nav .open .dropdown-menu>li>a:hover,#zmmtg-root .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){#zmmtg-root .navbar-nav{float:left;margin:0}#zmmtg-root .navbar-nav>li{float:left}#zmmtg-root .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}#zmmtg-root .navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){#zmmtg-root .navbar-left{float:left!important}#zmmtg-root .navbar-right{float:right!important}}#zmmtg-root .navbar-form{padding:10px 15px;margin:8px -15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a,0 1px #ffffff1a}@media(min-width:768px){#zmmtg-root .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}#zmmtg-root .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}#zmmtg-root .navbar-form .input-group>.form-control{width:100%}#zmmtg-root .navbar-form .control-label{margin-bottom:0;vertical-align:middle}#zmmtg-root .navbar-form .radio,#zmmtg-root .navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0;vertical-align:middle}#zmmtg-root .navbar-form .radio input[type=radio],#zmmtg-root .navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}#zmmtg-root .navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width:767px){#zmmtg-root .navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){#zmmtg-root .navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}#zmmtg-root .navbar-form.navbar-right:last-child{margin-right:-15px}}#zmmtg-root .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}#zmmtg-root .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}#zmmtg-root .navbar-btn{margin-top:8px;margin-bottom:8px}#zmmtg-root .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}#zmmtg-root .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}#zmmtg-root .navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){#zmmtg-root .navbar-text{float:left;margin-right:15px;margin-left:15px}#zmmtg-root .navbar-text.navbar-right:last-child{margin-right:0}}#zmmtg-root .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}#zmmtg-root .navbar-default .navbar-brand{color:#777}#zmmtg-root .navbar-default .navbar-brand:hover,#zmmtg-root .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}#zmmtg-root .navbar-default .navbar-text{color:#777}#zmmtg-root .navbar-default .navbar-nav>li>a{color:#777}#zmmtg-root .navbar-default .navbar-nav>li>a:hover,#zmmtg-root .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}#zmmtg-root .navbar-default .navbar-nav>.active>a,#zmmtg-root .navbar-default .navbar-nav>.active>a:hover,#zmmtg-root .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}#zmmtg-root .navbar-default .navbar-nav>.disabled>a,#zmmtg-root .navbar-default .navbar-nav>.disabled>a:hover,#zmmtg-root .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}#zmmtg-root .navbar-default .navbar-toggle{border-color:#ddd}#zmmtg-root .navbar-default .navbar-toggle:hover,#zmmtg-root .navbar-default .navbar-toggle:focus{background-color:#ddd}#zmmtg-root .navbar-default .navbar-toggle .icon-bar{background-color:#888}#zmmtg-root .navbar-default .navbar-collapse,#zmmtg-root .navbar-default .navbar-form{border-color:#e7e7e7}#zmmtg-root .navbar-default .navbar-nav>.open>a,#zmmtg-root .navbar-default .navbar-nav>.open>a:hover,#zmmtg-root .navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width:767px){#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>.active>a,#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,#zmmtg-root .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}#zmmtg-root .navbar-default .navbar-link{color:#777}#zmmtg-root .navbar-default .navbar-link:hover{color:#333}#zmmtg-root .navbar-inverse{background-color:#222;border-color:#080808}#zmmtg-root .navbar-inverse .navbar-brand{color:#999}#zmmtg-root .navbar-inverse .navbar-brand:hover,#zmmtg-root .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}#zmmtg-root .navbar-inverse .navbar-text{color:#999}#zmmtg-root .navbar-inverse .navbar-nav>li>a{color:#999}#zmmtg-root .navbar-inverse .navbar-nav>li>a:hover,#zmmtg-root .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}#zmmtg-root .navbar-inverse .navbar-nav>.active>a,#zmmtg-root .navbar-inverse .navbar-nav>.active>a:hover,#zmmtg-root .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}#zmmtg-root .navbar-inverse .navbar-nav>.disabled>a,#zmmtg-root .navbar-inverse .navbar-nav>.disabled>a:hover,#zmmtg-root .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}#zmmtg-root .navbar-inverse .navbar-toggle{border-color:#333}#zmmtg-root .navbar-inverse .navbar-toggle:hover,#zmmtg-root .navbar-inverse .navbar-toggle:focus{background-color:#333}#zmmtg-root .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}#zmmtg-root .navbar-inverse .navbar-collapse,#zmmtg-root .navbar-inverse .navbar-form{border-color:#101010}#zmmtg-root .navbar-inverse .navbar-nav>.open>a,#zmmtg-root .navbar-inverse .navbar-nav>.open>a:hover,#zmmtg-root .navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width:767px){#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,#zmmtg-root .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}#zmmtg-root .navbar-inverse .navbar-link{color:#999}#zmmtg-root .navbar-inverse .navbar-link:hover{color:#fff}#zmmtg-root .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}#zmmtg-root .breadcrumb>li{display:inline-block}#zmmtg-root .breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}#zmmtg-root .breadcrumb>.active{color:#999}#zmmtg-root .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}#zmmtg-root .pagination>li{display:inline}#zmmtg-root .pagination>li>a,#zmmtg-root .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}#zmmtg-root .pagination>li:first-child>a,#zmmtg-root .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}#zmmtg-root .pagination>li:last-child>a,#zmmtg-root .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}#zmmtg-root .pagination>li>a:hover,#zmmtg-root .pagination>li>span:hover,#zmmtg-root .pagination>li>a:focus,#zmmtg-root .pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}#zmmtg-root .pagination>.active>a,#zmmtg-root .pagination>.active>span,#zmmtg-root .pagination>.active>a:hover,#zmmtg-root .pagination>.active>span:hover,#zmmtg-root .pagination>.active>a:focus,#zmmtg-root .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}#zmmtg-root .pagination>.disabled>span,#zmmtg-root .pagination>.disabled>span:hover,#zmmtg-root .pagination>.disabled>span:focus,#zmmtg-root .pagination>.disabled>a,#zmmtg-root .pagination>.disabled>a:hover,#zmmtg-root .pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}#zmmtg-root .pagination-lg>li>a,#zmmtg-root .pagination-lg>li>span{padding:10px 16px;font-size:18px}#zmmtg-root .pagination-lg>li:first-child>a,#zmmtg-root .pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}#zmmtg-root .pagination-lg>li:last-child>a,#zmmtg-root .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}#zmmtg-root .pagination-sm>li>a,#zmmtg-root .pagination-sm>li>span{padding:5px 10px;font-size:12px}#zmmtg-root .pagination-sm>li:first-child>a,#zmmtg-root .pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}#zmmtg-root .pagination-sm>li:last-child>a,#zmmtg-root .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}#zmmtg-root .pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}#zmmtg-root .pager li{display:inline}#zmmtg-root .pager li>a,#zmmtg-root .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}#zmmtg-root .pager li>a:hover,#zmmtg-root .pager li>a:focus{text-decoration:none;background-color:#eee}#zmmtg-root .pager .next>a,#zmmtg-root .pager .next>span{float:right}#zmmtg-root .pager .previous>a,#zmmtg-root .pager .previous>span{float:left}#zmmtg-root .pager .disabled>a,#zmmtg-root .pager .disabled>a:hover,#zmmtg-root .pager .disabled>a:focus,#zmmtg-root .pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}#zmmtg-root .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}#zmmtg-root .label[href]:hover,#zmmtg-root .label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}#zmmtg-root .label:empty{display:none}#zmmtg-root .btn .label{position:relative;top:-1px}#zmmtg-root .label-default{background-color:#999}#zmmtg-root .label-default[href]:hover,#zmmtg-root .label-default[href]:focus{background-color:gray}#zmmtg-root .label-primary{background-color:#428bca}#zmmtg-root .label-primary[href]:hover,#zmmtg-root .label-primary[href]:focus{background-color:#3071a9}#zmmtg-root .label-success{background-color:#5cb85c}#zmmtg-root .label-success[href]:hover,#zmmtg-root .label-success[href]:focus{background-color:#449d44}#zmmtg-root .label-info{background-color:#5bc0de}#zmmtg-root .label-info[href]:hover,#zmmtg-root .label-info[href]:focus{background-color:#31b0d5}#zmmtg-root .label-warning{background-color:#f0ad4e}#zmmtg-root .label-warning[href]:hover,#zmmtg-root .label-warning[href]:focus{background-color:#ec971f}#zmmtg-root .label-danger{background-color:#d9534f}#zmmtg-root .label-danger[href]:hover,#zmmtg-root .label-danger[href]:focus{background-color:#c9302c}#zmmtg-root .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}#zmmtg-root .badge:empty{display:none}#zmmtg-root .btn .badge{position:relative;top:-1px}#zmmtg-root .btn-xs .badge{top:0;padding:1px 5px}#zmmtg-root a.badge:hover,#zmmtg-root a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}#zmmtg-root a.list-group-item.active>.badge,#zmmtg-root .nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}#zmmtg-root .nav-pills>li>a>.badge{margin-left:3px}#zmmtg-root .jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}#zmmtg-root .jumbotron h1,#zmmtg-root .jumbotron .h1{color:inherit}#zmmtg-root .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}#zmmtg-root .container .jumbotron{border-radius:6px}#zmmtg-root .jumbotron .container{max-width:100%}@media screen and (min-width:768px){#zmmtg-root .jumbotron{padding-top:48px;padding-bottom:48px}#zmmtg-root .container .jumbotron{padding-right:60px;padding-left:60px}#zmmtg-root .jumbotron h1,#zmmtg-root .jumbotron .h1{font-size:63px}}#zmmtg-root .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#zmmtg-root .thumbnail>img,#zmmtg-root .thumbnail a>img{margin-right:auto;margin-left:auto}#zmmtg-root a.thumbnail:hover,#zmmtg-root a.thumbnail:focus,#zmmtg-root a.thumbnail.active{border-color:#428bca}#zmmtg-root .thumbnail .caption{padding:9px;color:#333}#zmmtg-root .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}#zmmtg-root .alert h4{margin-top:0;color:inherit}#zmmtg-root .alert .alert-link{font-weight:700}#zmmtg-root .alert>p,#zmmtg-root .alert>ul{margin-bottom:0}#zmmtg-root .alert>p+p{margin-top:5px}#zmmtg-root .alert-dismissable{padding-right:35px}#zmmtg-root .alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}#zmmtg-root .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}#zmmtg-root .alert-success hr{border-top-color:#c9e2b3}#zmmtg-root .alert-success .alert-link{color:#2b542c}#zmmtg-root .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}#zmmtg-root .alert-info hr{border-top-color:#a6e1ec}#zmmtg-root .alert-info .alert-link{color:#245269}#zmmtg-root .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}#zmmtg-root .alert-warning hr{border-top-color:#f7e1b5}#zmmtg-root .alert-warning .alert-link{color:#66512c}#zmmtg-root .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}#zmmtg-root .alert-danger hr{border-top-color:#e4b9c0}#zmmtg-root .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}#zmmtg-root .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000001a}#zmmtg-root .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px #00000026;-webkit-transition:width .6s ease;transition:width .6s ease}#zmmtg-root .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}#zmmtg-root .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}#zmmtg-root .progress-bar-success{background-color:#5cb85c}#zmmtg-root .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}#zmmtg-root .progress-bar-info{background-color:#5bc0de}#zmmtg-root .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}#zmmtg-root .progress-bar-warning{background-color:#f0ad4e}#zmmtg-root .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}#zmmtg-root .progress-bar-danger{background-color:#d9534f}#zmmtg-root .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}#zmmtg-root .media,#zmmtg-root .media-body{overflow:hidden;zoom:1}#zmmtg-root .media,#zmmtg-root .media .media{margin-top:15px}#zmmtg-root .media:first-child{margin-top:0}#zmmtg-root .media-object{display:block}#zmmtg-root .media-heading{margin:0 0 5px}#zmmtg-root .media>.pull-left{margin-right:10px}#zmmtg-root .media>.pull-right{margin-left:10px}#zmmtg-root .media-list{padding-left:0;list-style:none}#zmmtg-root .list-group{padding-left:0;margin-bottom:20px}#zmmtg-root .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}#zmmtg-root .list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}#zmmtg-root .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}#zmmtg-root .list-group-item>.badge{float:right}#zmmtg-root .list-group-item>.badge+.badge{margin-right:5px}#zmmtg-root a.list-group-item{color:#555}#zmmtg-root a.list-group-item .list-group-item-heading{color:#333}#zmmtg-root a.list-group-item:hover,#zmmtg-root a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}#zmmtg-root a.list-group-item.active,#zmmtg-root a.list-group-item.active:hover,#zmmtg-root a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}#zmmtg-root a.list-group-item.active .list-group-item-heading,#zmmtg-root a.list-group-item.active:hover .list-group-item-heading,#zmmtg-root a.list-group-item.active:focus .list-group-item-heading{color:inherit}#zmmtg-root a.list-group-item.active .list-group-item-text,#zmmtg-root a.list-group-item.active:hover .list-group-item-text,#zmmtg-root a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}#zmmtg-root .list-group-item-success{color:#3c763d;background-color:#dff0d8}#zmmtg-root a.list-group-item-success{color:#3c763d}#zmmtg-root a.list-group-item-success .list-group-item-heading{color:inherit}#zmmtg-root a.list-group-item-success:hover,#zmmtg-root a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}#zmmtg-root a.list-group-item-success.active,#zmmtg-root a.list-group-item-success.active:hover,#zmmtg-root a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}#zmmtg-root .list-group-item-info{color:#31708f;background-color:#d9edf7}#zmmtg-root a.list-group-item-info{color:#31708f}#zmmtg-root a.list-group-item-info .list-group-item-heading{color:inherit}#zmmtg-root a.list-group-item-info:hover,#zmmtg-root a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}#zmmtg-root a.list-group-item-info.active,#zmmtg-root a.list-group-item-info.active:hover,#zmmtg-root a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}#zmmtg-root .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}#zmmtg-root a.list-group-item-warning{color:#8a6d3b}#zmmtg-root a.list-group-item-warning .list-group-item-heading{color:inherit}#zmmtg-root a.list-group-item-warning:hover,#zmmtg-root a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}#zmmtg-root a.list-group-item-warning.active,#zmmtg-root a.list-group-item-warning.active:hover,#zmmtg-root a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}#zmmtg-root .list-group-item-danger{color:#a94442;background-color:#f2dede}#zmmtg-root a.list-group-item-danger{color:#a94442}#zmmtg-root a.list-group-item-danger .list-group-item-heading{color:inherit}#zmmtg-root a.list-group-item-danger:hover,#zmmtg-root a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}#zmmtg-root a.list-group-item-danger.active,#zmmtg-root a.list-group-item-danger.active:hover,#zmmtg-root a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}#zmmtg-root .list-group-item-heading{margin-top:0;margin-bottom:5px}#zmmtg-root .list-group-item-text{margin-bottom:0;line-height:1.3}#zmmtg-root .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px #0000000d}#zmmtg-root .panel-body{padding:15px}#zmmtg-root .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}#zmmtg-root .panel-heading>.dropdown .dropdown-toggle{color:inherit}#zmmtg-root .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}#zmmtg-root .panel-title>a{color:inherit}#zmmtg-root .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}#zmmtg-root .panel>.list-group{margin-bottom:0}#zmmtg-root .panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}#zmmtg-root .panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}#zmmtg-root .panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}#zmmtg-root .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}#zmmtg-root .panel>.table,#zmmtg-root .panel>.table-responsive>.table{margin-bottom:0}#zmmtg-root .panel>.table:first-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}#zmmtg-root .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,#zmmtg-root .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,#zmmtg-root .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,#zmmtg-root .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}#zmmtg-root .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,#zmmtg-root .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,#zmmtg-root .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,#zmmtg-root .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,#zmmtg-root .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}#zmmtg-root .panel>.table:last-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}#zmmtg-root .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,#zmmtg-root .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,#zmmtg-root .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,#zmmtg-root .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}#zmmtg-root .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,#zmmtg-root .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,#zmmtg-root .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,#zmmtg-root .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,#zmmtg-root .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}#zmmtg-root .panel>.panel-body+.table,#zmmtg-root .panel>.panel-body+.table-responsive{border-top:1px solid #ddd}#zmmtg-root .panel>.table>tbody:first-child>tr:first-child th,#zmmtg-root .panel>.table>tbody:first-child>tr:first-child td{border-top:0}#zmmtg-root .panel>.table-bordered,#zmmtg-root .panel>.table-responsive>.table-bordered{border:0}#zmmtg-root .panel>.table-bordered>thead>tr>th:first-child,#zmmtg-root .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,#zmmtg-root .panel>.table-bordered>tbody>tr>th:first-child,#zmmtg-root .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,#zmmtg-root .panel>.table-bordered>tfoot>tr>th:first-child,#zmmtg-root .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,#zmmtg-root .panel>.table-bordered>thead>tr>td:first-child,#zmmtg-root .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,#zmmtg-root .panel>.table-bordered>tbody>tr>td:first-child,#zmmtg-root .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,#zmmtg-root .panel>.table-bordered>tfoot>tr>td:first-child,#zmmtg-root .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}#zmmtg-root .panel>.table-bordered>thead>tr>th:last-child,#zmmtg-root .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,#zmmtg-root .panel>.table-bordered>tbody>tr>th:last-child,#zmmtg-root .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,#zmmtg-root .panel>.table-bordered>tfoot>tr>th:last-child,#zmmtg-root .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,#zmmtg-root .panel>.table-bordered>thead>tr>td:last-child,#zmmtg-root .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,#zmmtg-root .panel>.table-bordered>tbody>tr>td:last-child,#zmmtg-root .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,#zmmtg-root .panel>.table-bordered>tfoot>tr>td:last-child,#zmmtg-root .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}#zmmtg-root .panel>.table-bordered>thead>tr:first-child>td,#zmmtg-root .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,#zmmtg-root .panel>.table-bordered>tbody>tr:first-child>td,#zmmtg-root .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,#zmmtg-root .panel>.table-bordered>thead>tr:first-child>th,#zmmtg-root .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,#zmmtg-root .panel>.table-bordered>tbody>tr:first-child>th,#zmmtg-root .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}#zmmtg-root .panel>.table-bordered>tbody>tr:last-child>td,#zmmtg-root .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,#zmmtg-root .panel>.table-bordered>tfoot>tr:last-child>td,#zmmtg-root .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,#zmmtg-root .panel>.table-bordered>tbody>tr:last-child>th,#zmmtg-root .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,#zmmtg-root .panel>.table-bordered>tfoot>tr:last-child>th,#zmmtg-root .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}#zmmtg-root .panel>.table-responsive{margin-bottom:0;border:0}#zmmtg-root .panel-group{margin-bottom:20px}#zmmtg-root .panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}#zmmtg-root .panel-group .panel+.panel{margin-top:5px}#zmmtg-root .panel-group .panel-heading{border-bottom:0}#zmmtg-root .panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}#zmmtg-root .panel-group .panel-footer{border-top:0}#zmmtg-root .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}#zmmtg-root .panel-default{border-color:#ddd}#zmmtg-root .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}#zmmtg-root .panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}#zmmtg-root .panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}#zmmtg-root .panel-primary{border-color:#428bca}#zmmtg-root .panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}#zmmtg-root .panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}#zmmtg-root .panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}#zmmtg-root .panel-success{border-color:#d6e9c6}#zmmtg-root .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}#zmmtg-root .panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}#zmmtg-root .panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}#zmmtg-root .panel-info{border-color:#bce8f1}#zmmtg-root .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}#zmmtg-root .panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}#zmmtg-root .panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}#zmmtg-root .panel-warning{border-color:#faebcc}#zmmtg-root .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}#zmmtg-root .panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}#zmmtg-root .panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}#zmmtg-root .panel-danger{border-color:#ebccd1}#zmmtg-root .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}#zmmtg-root .panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}#zmmtg-root .panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}#zmmtg-root .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px #0000000d}#zmmtg-root .well blockquote{border-color:#ddd;border-color:#00000026}#zmmtg-root .well-lg{padding:24px;border-radius:6px}#zmmtg-root .well-sm{padding:9px;border-radius:3px}#zmmtg-root .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}#zmmtg-root .close:hover,#zmmtg-root .close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}#zmmtg-root button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:transparent;border:0}#zmmtg-root .modal-open{overflow:hidden}#zmmtg-root .modal{position:fixed;inset:0;z-index:1050;display:none;overflow:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch;outline:0}#zmmtg-root .modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translateY(-25%)}#zmmtg-root .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0)}#zmmtg-root .modal-dialog{position:relative;width:auto;margin:10px}#zmmtg-root .modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:none;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}#zmmtg-root .modal-backdrop{position:fixed;inset:0;z-index:1040;background-color:#000}#zmmtg-root .modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}#zmmtg-root .modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}#zmmtg-root .modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}#zmmtg-root .modal-header .close{margin-top:-2px}#zmmtg-root .modal-title{margin:0;line-height:1.42857143}#zmmtg-root .modal-body{position:relative;padding:20px}#zmmtg-root .modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}#zmmtg-root .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}#zmmtg-root .modal-footer .btn-group .btn+.btn{margin-left:-1px}#zmmtg-root .modal-footer .btn-block+.btn-block{margin-left:0}@media(min-width:768px){#zmmtg-root .modal-dialog{width:600px;margin:30px auto}#zmmtg-root .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px #00000080}#zmmtg-root .modal-sm{width:300px}}@media(min-width:992px){#zmmtg-root .modal-lg{width:900px}}#zmmtg-root .tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}#zmmtg-root .tooltip.in{filter:alpha(opacity=90);opacity:.9}#zmmtg-root .tooltip.top{padding:5px 0;margin-top:-3px}#zmmtg-root .tooltip.right{padding:0 5px;margin-left:3px}#zmmtg-root .tooltip.bottom{padding:5px 0;margin-top:3px}#zmmtg-root .tooltip.left{padding:0 5px;margin-left:-3px}#zmmtg-root .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}#zmmtg-root .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}#zmmtg-root .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}#zmmtg-root .tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}#zmmtg-root .tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}#zmmtg-root .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}#zmmtg-root .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}#zmmtg-root .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}#zmmtg-root .tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}#zmmtg-root .tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}#zmmtg-root .popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003}#zmmtg-root .popover.top{margin-top:-10px}#zmmtg-root .popover.right{margin-left:10px}#zmmtg-root .popover.bottom{margin-top:10px}#zmmtg-root .popover.left{margin-left:-10px}#zmmtg-root .popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}#zmmtg-root .popover-content{padding:9px 14px}#zmmtg-root .popover>.arrow,#zmmtg-root .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}#zmmtg-root .popover>.arrow{border-width:11px}#zmmtg-root .popover>.arrow:after{content:"";border-width:10px}#zmmtg-root .popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:#00000040;border-bottom-width:0}#zmmtg-root .popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}#zmmtg-root .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:#00000040;border-left-width:0}#zmmtg-root .popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}#zmmtg-root .popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#00000040}#zmmtg-root .popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}#zmmtg-root .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:#00000040}#zmmtg-root .popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}#zmmtg-root .carousel{position:relative}#zmmtg-root .carousel-inner{position:relative;width:100%;overflow:hidden}#zmmtg-root .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}#zmmtg-root .carousel-inner>.item>img,#zmmtg-root .carousel-inner>.item>a>img{line-height:1}#zmmtg-root .carousel-inner>.active,#zmmtg-root .carousel-inner>.next,#zmmtg-root .carousel-inner>.prev{display:block}#zmmtg-root .carousel-inner>.active{left:0}#zmmtg-root .carousel-inner>.next,#zmmtg-root .carousel-inner>.prev{position:absolute;top:0;width:100%}#zmmtg-root .carousel-inner>.next{left:100%}#zmmtg-root .carousel-inner>.prev{left:-100%}#zmmtg-root .carousel-inner>.next.left,#zmmtg-root .carousel-inner>.prev.right{left:0}#zmmtg-root .carousel-inner>.active.left{left:-100%}#zmmtg-root .carousel-inner>.active.right{left:100%}#zmmtg-root .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}#zmmtg-root .carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0%),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,#00000080,#0000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);background-repeat:repeat-x}#zmmtg-root .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0%),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,#0000,#00000080);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);background-repeat:repeat-x}#zmmtg-root .carousel-control:hover,#zmmtg-root .carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:none;opacity:.9}#zmmtg-root .carousel-control .icon-prev,#zmmtg-root .carousel-control .icon-next,#zmmtg-root .carousel-control .glyphicon-chevron-left,#zmmtg-root .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}#zmmtg-root .carousel-control .icon-prev,#zmmtg-root .carousel-control .glyphicon-chevron-left{left:50%}#zmmtg-root .carousel-control .icon-next,#zmmtg-root .carousel-control .glyphicon-chevron-right{right:50%}#zmmtg-root .carousel-control .icon-prev,#zmmtg-root .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}#zmmtg-root .carousel-control .icon-prev:before{content:"‹"}#zmmtg-root .carousel-control .icon-next:before{content:"›"}#zmmtg-root .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}#zmmtg-root .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \	;background-color:#0000;border:1px solid #fff;border-radius:10px}#zmmtg-root .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}#zmmtg-root .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}#zmmtg-root .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){#zmmtg-root .carousel-control .glyphicon-chevron-left,#zmmtg-root .carousel-control .glyphicon-chevron-right,#zmmtg-root .carousel-control .icon-prev,#zmmtg-root .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}#zmmtg-root .carousel-caption{right:20%;left:20%;padding-bottom:30px}#zmmtg-root .carousel-indicators{bottom:20px}}#zmmtg-root .clearfix:before,#zmmtg-root .clearfix:after,#zmmtg-root .container:before,#zmmtg-root .container:after,#zmmtg-root .container-fluid:before,#zmmtg-root .container-fluid:after,#zmmtg-root .row:before,#zmmtg-root .row:after,#zmmtg-root .form-horizontal .form-group:before,#zmmtg-root .form-horizontal .form-group:after,#zmmtg-root .btn-toolbar:before,#zmmtg-root .btn-toolbar:after,#zmmtg-root .btn-group-vertical>.btn-group:before,#zmmtg-root .btn-group-vertical>.btn-group:after,#zmmtg-root .nav:before,#zmmtg-root .nav:after,#zmmtg-root .navbar:before,#zmmtg-root .navbar:after,#zmmtg-root .navbar-header:before,#zmmtg-root .navbar-header:after,#zmmtg-root .navbar-collapse:before,#zmmtg-root .navbar-collapse:after,#zmmtg-root .pager:before,#zmmtg-root .pager:after,#zmmtg-root .panel-body:before,#zmmtg-root .panel-body:after,#zmmtg-root .modal-footer:before,#zmmtg-root .modal-footer:after{display:table;content:" "}#zmmtg-root .clearfix:after,#zmmtg-root .container:after,#zmmtg-root .container-fluid:after,#zmmtg-root .row:after,#zmmtg-root .form-horizontal .form-group:after,#zmmtg-root .btn-toolbar:after,#zmmtg-root .btn-group-vertical>.btn-group:after,#zmmtg-root .nav:after,#zmmtg-root .navbar:after,#zmmtg-root .navbar-header:after,#zmmtg-root .navbar-collapse:after,#zmmtg-root .pager:after,#zmmtg-root .panel-body:after,#zmmtg-root .modal-footer:after{clear:both}#zmmtg-root .center-block{display:block;margin-right:auto;margin-left:auto}#zmmtg-root .pull-right{float:right!important}#zmmtg-root .pull-left{float:left!important}#zmmtg-root .hide{display:none!important}#zmmtg-root .show{display:block!important}#zmmtg-root .invisible{visibility:hidden}#zmmtg-root .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}#zmmtg-root .hidden{display:none!important;visibility:hidden!important}#zmmtg-root .affix{position:fixed}@-ms-viewport{#zmmtg-root{width:device-width}}#zmmtg-root .visible-xs,#zmmtg-root .visible-sm,#zmmtg-root .visible-md,#zmmtg-root .visible-lg{display:none!important}@media(max-width:767px){#zmmtg-root .visible-xs{display:block!important}#zmmtg-root table.visible-xs{display:table}#zmmtg-root tr.visible-xs{display:table-row!important}#zmmtg-root th.visible-xs,#zmmtg-root td.visible-xs{display:table-cell!important}}@media(min-width:768px)and (max-width:991px){#zmmtg-root .visible-sm{display:block!important}#zmmtg-root table.visible-sm{display:table}#zmmtg-root tr.visible-sm{display:table-row!important}#zmmtg-root th.visible-sm,#zmmtg-root td.visible-sm{display:table-cell!important}}@media(min-width:992px)and (max-width:1199px){#zmmtg-root .visible-md{display:block!important}#zmmtg-root table.visible-md{display:table}#zmmtg-root tr.visible-md{display:table-row!important}#zmmtg-root th.visible-md,#zmmtg-root td.visible-md{display:table-cell!important}}@media(min-width:1200px){#zmmtg-root .visible-lg{display:block!important}#zmmtg-root table.visible-lg{display:table}#zmmtg-root tr.visible-lg{display:table-row!important}#zmmtg-root th.visible-lg,#zmmtg-root td.visible-lg{display:table-cell!important}}@media(max-width:767px){#zmmtg-root .hidden-xs{display:none!important}}@media(min-width:768px)and (max-width:991px){#zmmtg-root .hidden-sm{display:none!important}}@media(min-width:992px)and (max-width:1199px){#zmmtg-root .hidden-md{display:none!important}}@media(min-width:1200px){#zmmtg-root .hidden-lg{display:none!important}}#zmmtg-root .visible-print{display:none!important}@media print{#zmmtg-root .visible-print{display:block!important}#zmmtg-root table.visible-print{display:table}#zmmtg-root tr.visible-print{display:table-row!important}#zmmtg-root th.visible-print,#zmmtg-root td.visible-print{display:table-cell!important}}@media print{#zmmtg-root .hidden-print{display:none!important}}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);inset:0;position:fixed;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;inset:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{inset:0;position:fixed}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media(min-width:640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media(min-width:768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media(min-width:1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}:root{--rpv-drop__area-background-color: #fff;--rpv-drop__area-body-border-color: rgba(0, 0, 0, .3);--rpv-drop__area-body-color: #000}.rpv-core__viewer--dark{--rpv-drop__area-background-color: #191919;--rpv-drop__area-body-border-color: #fff;--rpv-drop__area-body-color: #fff}.rpv-drop__area{background-color:var(--rpv-drop__area-background-color);inset:0;position:absolute;padding:.5rem;z-index:9999}.rpv-drop__area-body{border:2px dashed var(--rpv-drop__area-body-border-color);color:var(--rpv-drop__area-body-color);font-size:1.5rem;align-items:center;display:flex;justify-content:center;height:100%}.rpv-drop__area-body--rtl{direction:rtl}:root{--rpv-full-screen__overlay-background-color: #fff}.rpv-core__viewer--dark{--rpv-full-screen__overlay-background-color: #1a1a1a}.rpv-full-screen__exit-button{bottom:0;padding:.5rem;position:fixed;z-index:2}.rpv-full-screen__exit-button--ltr{right:0}.rpv-full-screen__exit-button--rtl{left:0}.rpv-full-screen__overlay{position:fixed;top:0;left:0;height:100%;width:100%;align-items:center;display:flex;justify-content:center;background-color:var(--rpv-full-screen__overlay-background-color);z-index:1}.rpv-open__input-wrapper{position:relative}.rpv-open__input{display:none;cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.rpv-open__input::-webkit-file-upload-button{width:0}.rpv-page-navigation__current-page-input{margin:0 .25rem;text-align:right;width:3rem}:root{--rpv-print__progress-body-background-color: #fff;--rpv-print__progress-body-border-color: rgba(0, 0, 0, .3);--rpv-print__progress-body-color: #000}.rpv-core__viewer--dark{--rpv-print__progress-body-background-color: #363636;--rpv-print__progress-body-border-color: transparent;--rpv-print__progress-body-color: #fff}.rpv-print__permission-body{padding:1rem}.rpv-print__permission-footer{display:flex;justify-content:center;padding:0 1rem 1rem 0}.rpv-print__progress{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:9999}.rpv-print__progress-body{background-color:var(--rpv-print__progress-body-background-color);border:1px solid var(--rpv-print__progress-body-border-color);border-radius:.25rem;color:var(--rpv-print__progress-body-color);padding:1.5rem;text-align:center;width:15rem}.rpv-print__progress-body--rtl{direction:rtl}.rpv-print__progress-bar{margin-bottom:1rem}.rpv-print__progress-message{margin-bottom:.5rem}.rpv-print__zone{display:none}@media print{@page{margin:0}.rpv-print__html-printing{height:100%}.rpv-print__body-printing{height:100%;margin:0}.rpv-print__body-printing *{display:none}.rpv-print__zone{display:block;height:100%}.rpv-print__page{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;page-break-after:always;page-break-inside:avoid}.rpv-print__page img{display:block;max-height:100%;max-width:100%}}.rpv-properties__loader{text-align:center}.rpv-properties__modal{min-height:20rem;padding:.5rem 0}.rpv-properties__modal-section{padding:0 .5rem}.rpv-properties__modal-footer{display:flex;justify-content:center;margin-top:.5rem}.rpv-properties__item{align-items:flex-start;display:flex;margin:.5rem 0}.rpv-properties__item--rtl{direction:rtl}.rpv-properties__item-label{padding-right:.5rem;width:25%}.rpv-properties__item-value{flex:1}.rpv-search__highlights{left:0;position:absolute;top:0;height:100%;width:100%}.rpv-search__highlight{background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color: rgba(255, 255, 0, .4);--rpv-search__highlight--current-background-color: rgba(0, 128, 0, .4)}.rpv-selection-mode__grab{cursor:grab}.rpv-selection-mode__grab :not(input),.rpv-selection-mode__grab :not(select),.rpv-selection-mode__grab :not(textarea){cursor:grab!important}.rpv-selection-mode__grabbing{cursor:grabbing}.rpv-selection-mode__grabbing :not(input),.rpv-selection-mode__grabbing :not(select),.rpv-selection-mode__grabbing :not(textarea){cursor:grabbing!important}:root{--rpv-zoom__popover-target-arrow-border-color: rgba(0, 0, 0, .6)}.rpv-core__viewer--dark{--rpv-zoom__popover-target-arrow-border-color: #fff}.rpv-zoom__popover-target{align-items:center;color:var(--rpv-zoom__popover-target-color);display:flex}.rpv-zoom__popover-target-scale--ltr{margin-right:.25rem}.rpv-zoom__popover-target-scale--rtl{margin-left:.25rem}.rpv-zoom__popover-target-arrow{border-color:var(--rpv-zoom__popover-target-arrow-border-color) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.5rem .25rem 0;height:0;width:0}:root{--rpv-toolbar__label--color: #000}.rpv-core__viewer--dark{--rpv-toolbar__label--color: #fff}.rpv-toolbar{align-items:center;display:flex;width:100%}.rpv-toolbar--rtl{direction:rtl}.rpv-toolbar__left{align-items:center;display:flex}.rpv-toolbar__center{align-items:center;display:flex;flex-grow:1;flex-shrink:1;justify-content:center}.rpv-toolbar__right{align-items:center;display:flex;margin-left:auto}.rpv-toolbar__item{align-items:center;display:flex;padding:0 .125rem}.rpv-toolbar__label{color:var(--rpv-toolbar__label--color)}:root{--wizeup-custom-background-color: #fff;--wizeup-custom-color-accent: #0e9c8f;--blue: #f70;--primary: #f70;--secondary: #b2dfdb }.N7JVqa_subjectHeaderContainer,.v40jda_cardImageWrapper{background-color:#b2dfdb;border:calc(var(--unit)/2) solid #b2dfdb}.pKOg3a_suggestionsListItem[data-selected=true]{background-color:#ffdfc4}.I4LSoa_logoContainer,.XHhQiG_logoContainer,.xTNWmW_userMenuContainer{visibility:hidden}#eduLogo{position:absolute;z-index:1;height:10vh;padding-left:5vh}.YTfbWa_selectWrapper select{background-color:#ffdec4;color:#f70}._5ycw6a_searchBoxWrapper,._5ycw6a_searchLabel,.p-6R5W_breadcrumb,.p-6R5W_purpleContainer,.wV6vXW_breadcrumbCurrent,.wV6vXW_horizontalScrollable{background-color:#eff8f8;color:#000}#sdk-header{background-color:#eff8f8;border-bottom:1px solid #0e9c8f}.ZMO6Uq_dot1,.ZMO6Uq_dot2{background-color:#005358}svg[width="223"]{visibility:hidden}.p-6R5W_crumbText,.wV6vXW_horizontalScrollable,.wV6vXW_breadcrumbCurrent{padding-top:2vh;padding-bottom:2vh}._9mVe1W_shadedBackground,#wizeupSDKModal>div{z-index:1000}._9mVe1W_iframe{height:calc(100% - 121px)}.wizeup-hamburger{position:fixed;z-index:1;left:20px;top:15px}.wizeup-filter-subtitle{font-weight:700;font-size:20px;line-height:20px;padding:16px 0;margin-bottom:unset}.pill{height:44px;background:#fff;border:1px solid rgba(0,0,8,.3);border-radius:15px;margin-bottom:24px;padding:10px 13px;cursor:pointer}.pill.active{height:44px;background:#f47e16;border:1px solid #F47E16;border-radius:15px;display:flex;justify-content:space-between;align-items:center;color:#fff}.I4LSoa_buttonStyle{display:none}.I4LSoa_dataItemContainer{display:flex;align-items:center}.subjectCardListContainer{background-color:var(--wizeup-background-color);height:100%;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;gap:15px;display:grid;overflow-y:auto;flex-wrap:wrap}.subjectCardListItem{width:280px;height:280px;box-sizing:initial;border-radius:15px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:flex-end;align-items:flex-end;margin:10px;display:-ms-flexbox;display:flex;cursor:pointer}.subjectImage{max-width:var(--wizeup-card-width);max-height:180px;border-radius:5px;flex:none;order:1;align-self:stretch;overflow:hidden;padding:0;margin:0 auto;width:fit-content}.subjectTitle{align-items:center;margin:10px 0;line-height:25px;font-size:var(--unit);text-align:center;color:#343a40;-ms-flex:none;flex:none;-ms-flex-order:2;order:2;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-align:center}.subjectWrapper{height:100%}._progressbar_p3v47_1,._progressbar_p3v47_1 li:before,._progressbar_p3v47_1 li._active_p3v47_1:before,._NameCardContainer_p3v47_1{display:flex;align-items:center;justify-content:center}._gridStyle_p3v47_7{display:grid;gap:16px}._NameCardContainer_p3v47_1,._progressbar_p3v47_1 li._active_p3v47_1:before,._progressbar_p3v47_1 li:before,._progressbar_p3v47_1{display:flex;justify-content:center;align-items:center}._dragFormContainer_p3v47_18{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_p3v47_18{height:100vh;position:fixed;width:45%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_p3v47_37{background:var(--primary-color47);box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_p3v47_37 ._dragFormHeaderTitle_p3v47_46{font-size:24px;color:#f7f8fa;line-height:30px;font-weight:700;opacity:1;margin-bottom:unset}._dragFormSteps_p3v47_55{padding:16px;padding-bottom:unset}._dragFormBody_p3v47_64{padding:24px;padding-top:unset;height:calc(100vh - 250px);overflow-y:auto}._dragFormFooter_p3v47_71{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:45%;display:flex;justify-content:flex-end;align-items:center;padding:24px}._progressbar_p3v47_1{overflow:hidden;counter-reset:step}._progressbar_p3v47_1 li{list-style-type:none;font-size:9px;width:33.33%;float:left;position:relative;text-align:center;font-size:18px;color:#000008cc;line-height:22px;font-weight:600;opacity:1}._progressbar_p3v47_1 li:before{content:counter(step);counter-increment:step;margin:0 auto 5px;width:32px;height:32px;border:1px solid #f47e16;border-radius:50px;font-size:18px;color:#f47e16;line-height:22px;font-weight:600;opacity:1}._progressbar_p3v47_1 li:after{content:"";width:82%;height:2px;border-bottom:1px dashed #ff7900;position:absolute;left:-41%;top:15px;z-index:-1}._progressbar_p3v47_1 li:first-child:after{content:none}._progressbar_p3v47_1 li._active_p3v47_1:before{background:#ff7900;color:#fff;width:32px;height:32px;border-radius:50px;font-size:18px;color:#f7f8fa;line-height:22px;font-weight:600;opacity:1}._progressbar_p3v47_1 li._active_p3v47_1{font-size:18px;color:#f47e16;line-height:22px;font-weight:600;opacity:1}._selectTitle_p3v47_160{font-size:18px;color:#000008cc;line-height:20px;font-weight:500;opacity:1}._selectTitle_p3v47_160{padding:16px 0;margin-bottom:unset}._label_p3v47_173{font-weight:600;font-size:16px!important;line-height:20px;color:#000008cc!important;padding:0!important;transition:unset!important;top:-24px!important;position:absolute}._nameBoxContainer_p3v47_184{margin-top:10px;border:1px solid rgba(0,0,0,.12);border-radius:8px;height:180px;overflow-y:scroll;display:flex;flex-wrap:wrap;width:100%;padding:12px;gap:10px}._NameCardContainer_p3v47_1{height:32px;padding:6px 10px;background:#fff2e7;border-radius:4px;font-size:13px;color:#000008cc;line-height:20px;font-weight:400;opacity:1}._otherMobileNumberLabel_p3v47_209{font-size:13px;color:#00000880;line-height:20px;font-weight:500;opacity:1}._otherMobileNumber_p3v47_209{border:1px solid rgba(0,0,0,.12);border-radius:8px;height:80px;padding:7px 12px}._schuleForLaterContainer_p3v47_224{display:flex;flex-wrap:wrap}._schuleForLaterContainerDate_p3v47_229,._schuleForLaterContainerTime_p3v47_233{flex:0 0 50%}._add-more-files_p3v47_237{font-size:16px;color:#f47e16;line-height:24px;font-weight:400;opacity:1;cursor:pointer}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}._gridStyle_6wf3z_1{display:grid;gap:16px}._headerStyle_6wf3z_6{background:linear-gradient(108.75deg,#002019,#00876e)!important;height:unset!important;right:unset!important;border-bottom:1px solid #000000!important}._schoolName_6wf3z_13{font-size:28px;font-weight:400;color:#fff}._logo_6wf3z_19{height:50px}._profile_6wf3z_23{font-weight:700;background-color:#187eb9;border-radius:50%;cursor:pointer;color:#fff;font-size:1rem;width:3.5rem;text-align:center;padding:16px}._profileSection_6wf3z_35{top:75px!important;right:20px!important}._dragFormContainer_6wf3z_40{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:70%}._paid_6wf3z_50{text-align:center;font-size:20px;font-weight:700;color:#000c}._dragForm_6wf3z_40{height:100vh;position:fixed;width:70%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_6wf3z_66{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:24px;display:flex;align-items:center;justify-content:space-between}._dragFormHeader_6wf3z_66 ._dragFormHeaderTitle_6wf3z_75{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_6wf3z_66 img{cursor:pointer}._subHeading_6wf3z_85{font-weight:700;font-size:16px;line-height:20px;color:#fff;margin-bottom:unset}._dragFormBody_6wf3z_93{padding:10px;height:calc(100vh - 180px);overflow-y:auto}._dragFormFooter_6wf3z_99{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:70%;display:flex;justify-content:flex-end;align-items:center;padding:24px;gap:20px}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.25"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.editor-input{min-height:150px;padding:15px;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:20px;font-family:Arial,sans-serif;line-height:1.5;outline:none}.editor-input:focus{border-color:#2196f3}.editor-placeholder{color:#999;position:absolute;pointer-events:none}.editor-paragraph{margin:0 0 15px;position:relative}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-heading-h1{font-size:24px;font-weight:700;margin:20px 0 10px}.editor-heading-h2{font-size:20px;font-weight:700;margin:18px 0 8px}.editor-heading-h3{font-size:16px;font-weight:700;margin:16px 0 6px}.editor-listitem{margin:8px 32px}.editor-nested-listitem{list-style-type:none}.editor-quote{margin:15px 0;padding-left:15px;border-left:4px solid #ccc;color:#666;font-style:italic}.editor-code{background-color:#f5f5f5;font-family:Courier New,Courier,monospace;padding:8px;margin:8px 0;border-radius:4px}.editor-horizontal-rule{border:none;border-top:1px solid #ccc;margin:16px 0}.math-inline{display:inline-block;margin:0 2px;padding:0 4px;background-color:#f8f9fa;border-radius:4px}.math-display{display:block;margin:1em 0;padding:1em;background-color:#f8f9fa;border-radius:4px;overflow-x:auto}.katex{font-size:1.1em}.katex-display{margin:1.5em 0;overflow-x:auto;overflow-y:hidden;padding:1em;background-color:#f8f9fa;border-radius:4px}.editor-input span[data-lexical-text=true]:has(>.katex){background-color:#f0f7ff;border-radius:4px;padding:2px 4px;margin:0 2px}._gridStyle_amole_1{display:grid;gap:16px}._gridStyle_amole_1{grid-template-columns:60% 20% 20%!important;padding-top:unset!important;align-items:baseline}._gridStyle_amole_1 h4{padding-top:unset!important}._customStyle_amole_15{min-height:75px!important;max-height:75px!important}._dragFormContainer_amole_20{background:#0000004d;z-index:799;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_amole_20{height:100vh;position:fixed;width:70%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_amole_39{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_amole_39 ._dragFormHeaderTitle_amole_48{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_amole_39 img{cursor:pointer}._subHeading_amole_58{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_amole_64{padding:24px;padding-top:unset;height:calc(100vh - 162px);overflow-y:auto;scroll-behavior:smooth}._dragFormFooter_amole_72{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:70%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._sticky_amole_86{position:sticky;top:70px;z-index:5}._cross_amole_92{cursor:pointer;position:absolute;left:auto;right:8px;top:9px}._goArrow_amole_100{cursor:pointer;top:9px;left:auto;position:absolute;right:40px}._uploaded_amole_108{display:flex;align-items:center;gap:10px;color:#009688!important}._dateIcon_amole_115{position:absolute;left:11px;font-size:20px;top:10px;z-index:6;color:#05c1b0}._gridStyle_1g754_1{display:grid;gap:16px}#_reactJodit_1g754_1 ul,#_reactJodit_1g754_1 ol{display:block!important;list-style-type:none!important;margin-block-start:1em!important;margin-block-end:1em!important;margin-inline-start:0px!important;margin-inline-end:0px!important;padding-inline-start:40px!important;unicode-bidi:isolate!important}#_reactJodit_1g754_1 li{display:list-item!important;text-align:-webkit-match-parent!important;unicode-bidi:isolate!important;padding-bottom:0}#_reactJodit_1g754_1 ol li{list-style-type:decimal;margin-left:20px}#_reactJodit_1g754_1 ul li{list-style-type:disc;margin-left:20px}#_reactJodit_1g754_1 ul._square_1g754_45 li{list-style-type:square}._gridStyle_199um_1{display:grid;gap:16px}._container_199um_6{margin:75px 0;padding:0 30px}._lmsContainer_199um_11{padding:0 30px}._btnContainer_199um_15{display:flex;padding:30px 0;flex-direction:row;justify-content:space-between;flex-wrap:wrap}._btnContainer_199um_15 span:nth-child(2){display:flex;gap:30px;flex-wrap:wrap}._rowStyle_199um_29{margin:24px;display:grid;padding:24px;border-radius:15px;grid-template-columns:40% 40% 10% 10%;background:#eaeff5;box-shadow:0 0 #00000014,0 4px 6px #00000073}._rowStyle_199um_29 span:first-child div:last-child{font-weight:600;color:#f47e16;margin-top:10px;cursor:pointer;width:fit-content}._dataStyle_199um_47+._dataStyle_199um_47:before{display:inline-block;white-space:pre;content:", "}._paginateStyle_199um_53{position:relative;padding:24px}._gridStyle_1fxsa_1{display:grid;gap:16px}._editSchoolHouse_1fxsa_6{background-color:#fff;padding:0;width:1000px;position:relative;border-radius:.9375rem;text-align:center;scroll-behavior:smooth}._editSchoolHeader_1fxsa_16{display:flex;justify-content:space-between;align-items:center;margin:16px}._editSchoolMobileHeader_1fxsa_23{display:flex;justify-content:space-between;align-items:center;margin:0 16px}._editSchoolHeader_1fxsa_16 h3{font-weight:600;padding-right:28px}._editSchoolMobileHeader_1fxsa_23 h3{font-weight:600;font-size:15px}._editSchoolHeader_1fxsa_16 ._closeIcon_1fxsa_40{margin:6px 26px 10px 0;padding:10px}._label_1fxsa_45{font-weight:600;font-size:16px!important;line-height:20px;color:#000008cc!important;padding:0!important;transition:unset!important;top:-24px!important;position:absolute}@media screen and (max-width:500px){._widthFull_1fxsa_57{width:100%!important}}._gridStyle_2psbn_1{display:grid;gap:16px}._date_picker_month_year_select_2psbn_6{border:unset!important;border-radius:unset!important;padding:unset!important;padding-left:unset!important;text-align:left!important;margin-bottom:unset;width:45%!important}._date_picker_month_container_2psbn_16{cursor:pointer}._gridStyle_vj2zj_1{display:grid;gap:16px}._editSchoolHouse_vj2zj_6{background-color:#fff;padding:0;width:870px;position:relative;border-radius:.9375rem;overflow:auto;max-height:670px;text-align:center;scroll-behavior:smooth}._editSchoolHeader_vj2zj_18{padding-bottom:20px;display:flex;justify-content:flex-start;padding-left:0;border-bottom:3px solid #e9e9e9!important}._editSchoolHeader_vj2zj_18 h3{font-weight:600;padding-right:28px}._editSchoolHeader_vj2zj_18 ._closeIcon_vj2zj_32{margin:6px 26px 10px 0;padding:10px}.nepali-date-picker{position:relative}.nepali-date-picker .calender{background:#fff none repeat scroll 0 0;border-radius:6px;box-shadow:0 2px 6px #0000001a;box-sizing:border-box;color:#8c8c8c;display:block;font-family:NotoSans,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:auto;letter-spacing:.2px;line-height:1.25em;padding:15px;position:absolute;text-align:right;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;left:0;z-index:9999}.nepali-date-picker .calender .calendar-controller{align-items:center;display:flex;justify-content:space-between;position:relative}.nepali-date-picker .calender .calendar-controller .date-indicator{display:flex}.nepali-date-picker .calender .calendar-controller .control{cursor:pointer;position:relative;text-align:center}.nepali-date-picker .calender .calendar-controller .control.icon-today{position:absolute;right:20px}.nepali-date-picker .calender .calendar-controller .control.month,.nepali-date-picker .calender .calendar-controller .control.year{border:1px solid #eee;line-height:24px;width:70px}.nepali-date-picker .calender .calendar-controller .control.month .current-month,.nepali-date-picker .calender .calendar-controller .control.month .current-year,.nepali-date-picker .calender .calendar-controller .control.year .current-month,.nepali-date-picker .calender .calendar-controller .control.year .current-year{display:block;padding:4px}.nepali-date-picker .calender .calendar-controller .control.year{border-left:none}.nepali-date-picker .calender .calendar-controller .control .drop-down{background-color:#fff;box-shadow:0 2px 6px #0000001a;left:0;max-height:200px;overflow-y:scroll;position:absolute;top:0;width:100%;z-index:100}.nepali-date-picker .calender .calendar-controller .control .drop-down ul{list-style:none;margin:0;padding:0}.nepali-date-picker .calender .calendar-controller .control .drop-down li{padding:4px 10px}.nepali-date-picker .calender .calendar-controller .control .drop-down li.active{background:#2096f5;color:#fff}.nepali-date-picker .calender td.month-day.current{opacity:1}.nepali-date-picker .calender td.month-day.disabled{color:#d8d8d8}.nepali-date-picker .calender td.month-day.today{color:#4a4a4a;position:relative}.nepali-date-picker .calender td.month-day.today:before{background-color:#2096f5;border-radius:50%;bottom:6px;content:"";height:4px;left:50%;margin:auto;position:absolute;transform:translate(-50%);width:4px}.nepali-date-picker .calender td.month-day.selected{color:#fff;position:relative}.nepali-date-picker .calender td.month-day.selected:after{background:#2096f5;border-radius:50%;content:"";height:35px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:35px;z-index:-1}.nepali-date-picker .calender table{text-align:center;width:100%;border:none}.nepali-date-picker .calender table td{height:40px;width:40px;border:none}.nepali-date-picker .calender table tr{border:none;height:36px}._gridStyle_1hp7j_1{display:grid;gap:16px}._dpLabel_1hp7j_6{padding:0 2px 0 5px!important}._nepaliCalendarContainer_1hp7j_10{position:relative}._nepaliCalendarContainer_1hp7j_10 label{float:unset;width:auto;overflow:hidden;display:block;padding:0;height:14px;font-size:.75em!important;max-width:100%;-webkit-transition:max-width .1s cubic-bezier(0,0,.2,1) 50ms;transition:max-width .1s cubic-bezier(0,0,.2,1) 50ms;white-space:nowrap;position:absolute;top:-7px;z-index:2;background-color:#fff;left:10px;line-height:18px!important}._nepaliCalendarContainer_1hp7j_10 div input{margin-bottom:unset;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:1rem;line-height:1.4375em;letter-spacing:.00938em;color:#000;box-sizing:border-box;cursor:text;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-radius:4px;border-color:#0000003b;background:unset!important;padding:12.5px 14px}._gridStyle_1u7wk_1{display:grid;gap:16px}._step1Container_1u7wk_6{display:flex;min-height:-webkit-fill-available;overflow:scroll}._step1Container_1u7wk_6 ._left_1u7wk_11{background-color:#eff8f8;padding:10px 10px 50px;border-right:1px solid #d9d9d9;flex-basis:20%;height:calc(100vh - 240px)}._step1Container_1u7wk_6 ._left_1u7wk_11 ._headerLeft_1u7wk_19{border-bottom:1px solid rgba(0,0,0,.12);padding:10px}._step1Container_1u7wk_6 ._left_1u7wk_11 ._scrollLeftBody_1u7wk_23{height:90%;overflow-y:auto}._step1Container_1u7wk_6 ._left_1u7wk_11 ._scrollLeftBody_1u7wk_23 ._installmentLeft_1u7wk_27{padding:10px;border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 4px #1a15111f;border-radius:4px;margin-top:10px;display:flex;justify-content:space-between;align-items:center}._step1Container_1u7wk_6 ._left_1u7wk_11 ._scrollLeftBody_1u7wk_23 ._installmentLeft_1u7wk_27 input[type=checkbox]{display:block;cursor:pointer}._step1Container_1u7wk_6 ._left_1u7wk_11 ._scrollLeftBody_1u7wk_23 ._installmentLeft_1u7wk_27 label{pointer-events:none;cursor:default}._step1Container_1u7wk_6 ._left_1u7wk_11 ._scrollLeftBody_1u7wk_23 ._active_1u7wk_45{background-color:#ff7900}._step1Container_1u7wk_6 ._right_1u7wk_48{flex-basis:80%;padding:10px;height:74vh}._step1Container_1u7wk_6 ._right_1u7wk_48 ._scrollBody_1u7wk_53{height:90%;overflow-y:auto}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightHeaderContainer_1u7wk_57{display:flex}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightHeaderContainer_1u7wk_57 ._rightHeaderLabel_1u7wk_60{flex-basis:2%}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightHeaderContainer_1u7wk_57 ._rightHeader_1u7wk_57{display:flex;border-bottom:1px solid rgba(0,0,0,.12);padding:10px;flex-basis:98%}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightHeaderContainer_1u7wk_57 ._rightHeader_1u7wk_57 ._normalChild_1u7wk_69{flex-basis:15%}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightHeaderContainer_1u7wk_57 ._rightHeader_1u7wk_57 ._discount_1u7wk_72{display:flex;flex-basis:55%}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightHeaderContainer_1u7wk_57 ._rightHeader_1u7wk_57 ._discount_1u7wk_72 div{flex-basis:50%}._step1Container_1u7wk_6 ._right_1u7wk_48 input[type=checkbox]{display:block;cursor:pointer;flex-basis:2%}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84{display:flex;flex-basis:98%;align-items:center;padding:10px;border-bottom:1px solid rgba(0,0,0,.12)}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._normalChild_1u7wk_69{flex-basis:15%}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94{display:flex;flex-basis:55%;flex-direction:column;align-items:center;border-right:1px solid rgba(0,0,0,.12);gap:15px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._discount_1u7wk_72{display:flex;justify-content:space-between;padding-right:10px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._discount_1u7wk_72 img{cursor:pointer}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._discount_1u7wk_72 input{margin-bottom:5px!important}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._discount_1u7wk_72 input[type=number]{border-top-right-radius:unset!important;border-bottom-right-radius:unset!important;border-right:unset!important;margin-bottom:5px!important}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._discount_1u7wk_72 ._absoluteSection_1u7wk_119{margin-left:-50px;border-left:unset!important;border:.063rem solid #000;border-top-right-radius:.9375rem;border-bottom-right-radius:.9375rem;margin-bottom:5.5px;display:flex}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._discount_1u7wk_72 ._absoluteSection_1u7wk_119 select{border-left:.5px solid #ccc!important;border:0;border-radius:0;margin:0;padding:4px 1px 4px 20px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._discount_1u7wk_72 ._absoluteSection_1u7wk_119 select:disabled{color:#b1bac3;background-color:unset!important}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._addDisc_1u7wk_139{justify-content:flex-start;color:#ff7900;cursor:pointer;font-size:9px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._discountContainer_1u7wk_94 ._addDisc_1u7wk_139:hover{text-decoration:underline}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._amount_1u7wk_148{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;min-width:100px;flex-basis:15%;margin-left:10px;background-color:#efefef}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._amount_1u7wk_148 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._amountToPay_1u7wk_164{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;min-width:100px;flex-basis:15%;margin-left:10px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._amountToPay_1u7wk_164 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._rightBody_1u7wk_84 ._amountToPay_1u7wk_164 input[type=number]{border:none;padding:unset;margin:unset;margin-bottom:5px!important;width:100%;height:unset}._step1Container_1u7wk_6 ._right_1u7wk_48 ._totalAmountContainer_1u7wk_187{display:flex;justify-content:space-between;align-items:center;padding-top:10px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._totalAmountContainer_1u7wk_187 ._label_1u7wk_193{color:#00000880;margin-right:15px;width:180px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._totalAmountContainer_1u7wk_187 ._amount_1u7wk_148{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;flex-basis:15%;margin-left:10px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._totalAmountContainer_1u7wk_187 ._amount_1u7wk_148 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1u7wk_6 ._right_1u7wk_48 ._totalAmountContainer_1u7wk_187 ._amount_1u7wk_148 input[type=number]{border:none;padding:unset;margin:unset;margin-bottom:5px!important;width:100%;height:auto}._step1Container_1u7wk_6 ._right_1u7wk_48 ._totalAmountContainer_1u7wk_187 ._fixed_1u7wk_220{background-color:#efefef}._step1Container_1u7wk_6 ._right_1u7wk_48 ._bottom_1u7wk_223{border-bottom:2px solid rgba(0,0,0,.12)}._disabled_1u7wk_227{color:#b1bac3;background-color:#efefef;pointer-events:none}._checkAll_1u7wk_233{display:flex;align-items:center}._checkAll_1u7wk_233 input[type=checkbox]{display:block;cursor:pointer}._total-container_1u7wk_242{display:flex;align-items:center;justify-content:flex-end;flex-basis:42%}._progressbar_1cunm_1,._progressbar_1cunm_1 li:before,._progressbar_1cunm_1 li._active_1cunm_1:before{display:flex;align-items:center;justify-content:center}._gridStyle_1cunm_7{display:grid;gap:16px}._progressbar_1cunm_1 li._active_1cunm_1:before,._progressbar_1cunm_1 li:before,._progressbar_1cunm_1{display:flex;justify-content:center;align-items:center}._dragFormContainer_1cunm_18{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_1cunm_18{height:100vh;position:fixed;width:76%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_1cunm_37{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_1cunm_37 ._dragFormHeaderTitle_1cunm_46{font-size:24px;font-weight:700!important;color:#f7f8fa!important;opacity:1!important;line-height:30px!important;margin-bottom:unset}._imageStyles_1cunm_55{display:flex;justify-content:space-around;align-items:center}._dragFormSteps_1cunm_61{padding:16px;padding-bottom:unset}._dragFormBody_1cunm_70{padding:24px;padding-top:unset;height:calc(100vh - 250px);overflow-y:auto;margin-top:25px}._imageContainer_1cunm_78{border:1px solid rgba(0,0,0,.1215686275);border-radius:10px}._imageContainer_1cunm_78 p{margin-bottom:.35rem;text-align:center;padding:10px 0}._dragFormFooter_1cunm_89{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:96px;width:76%;display:flex;justify-content:flex-end;align-items:center;gap:20px}._progressbar_1cunm_1{overflow:hidden;counter-reset:step}._progressbar_1cunm_1 li{list-style-type:none;font-size:9px;width:33.33%;float:left;position:relative;text-align:center}._progressbar_1cunm_1 li:before{content:counter(step);counter-increment:step;margin:0 auto 5px;width:32px;height:32px;border:1px solid #f47e16;border-radius:50px}._progressbar_1cunm_1 li:after{content:"";width:82%;height:2px;border-bottom:1px dashed #ff7900;position:absolute;left:-41%;top:15px;z-index:-1}._progressbar_1cunm_1 li:first-child:after{content:none}._progressbar_1cunm_1 li._active_1cunm_1:before{background:#ff7900;color:#fff;width:32px;height:32px;border-radius:50px;font-size:18px;color:#f7f8fa;line-height:22px;font-weight:600;opacity:1}._progressbar_1cunm_1 li._active_1cunm_1{font-size:18px;color:#f47e16;line-height:22px;font-weight:600;opacity:1}._selectTitle_1cunm_167{font-size:18px;color:#000008cc;line-height:20px;font-weight:500;opacity:1}._selectTitle_1cunm_167{padding:16px 0;margin-bottom:unset}._label_1cunm_180{font-weight:600;font-size:16px!important;line-height:20px;color:#000008cc!important;padding:0!important;transition:unset!important;top:-24px!important;position:absolute}._subHeading_1cunm_191{font-size:14px;color:#f7f8fa;line-height:20px;font-weight:500;opacity:1}._add-more-files_1cunm_199{font-size:16px;color:#f47e16;line-height:24px;font-weight:400;opacity:1;cursor:pointer}._noteMessage_1cunm_208{font-size:14px;color:#00000880;line-height:20px;font-weight:400;opacity:1}._tabContainer_1cunm_216{display:flex;padding:20px 20px 0}._tab_1cunm_216{margin-bottom:unset;display:flex;align-items:center}._tab_1cunm_216 input[type=checkbox]{display:block}._activeTab_1cunm_230{border-bottom:3px solid #ff7900}._nmaItem_1cunm_234{display:flex;justify-content:center;align-items:center;gap:10px}._nmaItem_1cunm_234 input{margin-bottom:unset;width:100px!important}._naaContainer_1cunm_245{gap:10px;align-items:center;justify-content:center}._naaContainer_1cunm_245 p{margin-bottom:unset;max-width:100px}@media screen and (max-width:500px){._widthFull_1cunm_256{width:100%!important}._font16_1cunm_259{font-size:16px!important}._font10_1cunm_262{font-size:10px!important}._font12_1cunm_265{font-size:12px!important}._displayNone_1cunm_268{display:none!important}._flexBase_1cunm_271{flex-basis:25%!important}._flexBase4_1cunm_274{flex-basis:4%!important}._flexBase30_1cunm_277{flex-basis:30%!important}._flexBase20_1cunm_280{flex-basis:20%!important}._flexBase33_1cunm_283{flex-basis:33%!important}._mZero_1cunm_286{margin:0!important}._netPay_1cunm_289,._amountToPay_1cunm_293{min-width:65px!important;font-size:11px!important}._payAmount_1cunm_297{font-size:11px!important;margin-top:2px!important}._totalAmount_1cunm_301{justify-content:flex-start!important;font-size:11px!important}._netPayble_1cunm_305{padding:0 7px!important;flex-basis:29%!important}._mr48_1cunm_309{margin-right:48px!important}._mr3_1cunm_312{margin-right:3px!important}._flexEnd_1cunm_315{justify-content:flex-end!important}._w79_1cunm_318{width:auto!important}._w45_1cunm_321{width:45%!important}._dGrid_1cunm_324{display:grid!important;grid-template-columns:48% 45%!important}._w180_1cunm_328{width:180px!important}._w160_1cunm_331{width:160px!important}._remark_1cunm_334{margin-top:-11px!important;margin-left:18px!important}._backButton_1cunm_338{position:relative!important;right:71px!important}._pZero_1cunm_342{padding:0!important}}._gridStyle_159zi_1{display:grid;gap:16px}._container_159zi_6{padding:105px 60px 60px 50px}._container_159zi_6 input{background-image:unset!important;height:auto!important}._spaceBt_159zi_14{justify-content:flex-end;margin-bottom:30px}._dragFormBody_159zi_19{padding:49px;padding-top:unset;height:calc(100vh - 212px);overflow-y:auto}._dragFormBody_159zi_19 input{background-image:unset!important;height:auto!important}._step2dragFormBody_159zi_30{overflow-y:auto}._step2dragFormBody_159zi_30 input{background-image:unset!important;height:auto!important}._dragFormBodyInternal_159zi_38{margin-top:24px}._dragFormBodyInternal_159zi_38 label{font-size:16px;color:#000008cc;line-height:24px;font-weight:400;opacity:1;margin-bottom:8px}._subHeader_159zi_50{font-size:16px;color:#fff;line-height:24px;font-weight:500;opacity:1}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{background-color:#000000d9;outline:none;inset:0;z-index:1000;width:100%;height:100%;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;touch-action:none}.ril__outerClosing{opacity:0}.ril__inner{position:absolute;inset:0}.ril__image,.ril__imagePrev,.ril__imageNext{position:absolute;inset:0;margin:auto;max-width:none;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;touch-action:none}.ril__imageDiscourager{background-repeat:no-repeat;background-position:center;background-size:contain}.ril__navButtons{border:none;position:absolute;top:0;bottom:0;width:20px;height:34px;padding:40px 30px;margin:auto;cursor:pointer;opacity:.7}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{left:0;background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat center}.ril__navButtonNext{right:0;background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) no-repeat center}.ril__downloadBlocker{position:absolute;inset:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover}.ril__caption,.ril__toolbar{background-color:#00000080;position:absolute;left:0;right:0;display:flex;justify-content:space-between}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{padding:10px 20px;color:#fff}.ril__toolbar{top:0;height:50px}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{padding-left:20px;padding-right:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.ril__toolbarRightSide{padding-left:0;padding-right:20px;flex:0 0 auto}.ril__toolbarItem{display:inline-block;line-height:50px;padding:0;color:#fff;font-size:120%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{width:40px;height:35px;cursor:pointer;border:none;opacity:.7}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat center}.ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat center}.ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat center}.ril__outerAnimating{animation-name:closeWindow}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{width:60px;height:60px;position:relative}.ril__loadingCirclePoint{width:100%;height:100%;position:absolute;left:0;top:0}.ril__loadingCirclePoint:before{content:"";display:block;margin:0 auto;width:11%;height:30%;background-color:#fff;border-radius:30%;animation:pointFade .8s infinite ease-in-out both}.ril__loadingCirclePoint:nth-of-type(1){transform:rotate(0)}.ril__loadingCirclePoint:nth-of-type(1):before,.ril__loadingCirclePoint:nth-of-type(7):before{animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(4):before,.ril__loadingCirclePoint:nth-of-type(10):before{animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(5):before,.ril__loadingCirclePoint:nth-of-type(11):before{animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(6):before,.ril__loadingCirclePoint:nth-of-type(12):before{animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){transform:rotate(360deg)}.ril__loadingCirclePoint:nth-of-type(7):before,.ril__loadingCirclePoint:nth-of-type(13):before{animation-delay:0ms}.ril__loadingContainer{position:absolute;inset:0}.ril__imagePrev .ril__loadingContainer,.ril__imageNext .ril__loadingContainer{display:none}.ril__errorContainer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff}.ril__imagePrev .ril__errorContainer,.ril__imageNext .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%)}._gridStyle_4kta9_1{display:grid;gap:16px}@media screen and (max-width:500px){._viewCancle_4kta9_7{max-height:322px!important;margin:0 8px!important}._mZero_4kta9_11{margin:0!important}._pZero_4kta9_14{padding:0!important}._height_4kta9_17{height:208px!important}}._gridStyle_1mb4x_1{display:grid;gap:16px}@media screen and (max-width:500px){._marginZero_1mb4x_7{margin:0!important}._pZero_1mb4x_10{padding:0!important}._displayNone_1mb4x_13{display:none!important}._tHead_1mb4x_16{grid-template-columns:18% 20% 19% 23% 20%!important;font-size:8px!important;margin-left:7px!important}._tHeader_1mb4x_21{grid-template-columns:18% 20% 16% 21% 25%!important;font-size:8px!important;margin-left:7px!important}._feeTableGrid_1mb4x_26{grid-template-columns:15% 15% 21% 20% 28%!important}._topZero_1mb4x_29{top:0!important}._w225_1mb4x_32{width:225px!important}._borderZero_1mb4x_35{border:0px solid white!important}}._gridStyle_1f6pr_1{display:grid;gap:16px}._step1Container_1f6pr_6{display:flex;min-height:-webkit-fill-available;overflow:scroll}._step1Container_1f6pr_6 ._left_1f6pr_11{background-color:#eff8f8;padding:10px 10px 50px;border-right:1px solid #d9d9d9;flex-basis:20%;height:calc(100vh - 240px)}._step1Container_1f6pr_6 ._left_1f6pr_11 ._headerLeft_1f6pr_19{border-bottom:1px solid rgba(0,0,0,.12);padding:10px}._step1Container_1f6pr_6 ._left_1f6pr_11 ._scrollLeftBody_1f6pr_23{height:90%;overflow-y:auto}._step1Container_1f6pr_6 ._left_1f6pr_11 ._scrollLeftBody_1f6pr_23 ._installmentLeft_1f6pr_27{padding:10px;border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 4px #1a15111f;border-radius:4px;margin-top:10px;display:flex;justify-content:space-between;align-items:center}._step1Container_1f6pr_6 ._left_1f6pr_11 ._scrollLeftBody_1f6pr_23 ._installmentLeft_1f6pr_27 input[type=checkbox]{display:block;cursor:pointer}._step1Container_1f6pr_6 ._left_1f6pr_11 ._scrollLeftBody_1f6pr_23 ._installmentLeft_1f6pr_27 label{pointer-events:none;cursor:default}._step1Container_1f6pr_6 ._left_1f6pr_11 ._scrollLeftBody_1f6pr_23 ._active_1f6pr_45{background-color:#ff7900}._step1Container_1f6pr_6 ._right_1f6pr_48{flex-basis:80%;padding:10px;height:74vh}._step1Container_1f6pr_6 ._right_1f6pr_48 ._scrollBody_1f6pr_53{height:90%;overflow-y:auto}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightHeaderContainer_1f6pr_57{display:flex}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightHeaderContainer_1f6pr_57 ._rightHeaderLabel_1f6pr_60{flex-basis:2%}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightHeaderContainer_1f6pr_57 ._rightHeader_1f6pr_57{display:flex;border-bottom:1px solid rgba(0,0,0,.12);padding:10px;flex-basis:98%}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightHeaderContainer_1f6pr_57 ._rightHeader_1f6pr_57 ._normalChild_1f6pr_69{flex-basis:15%}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightHeaderContainer_1f6pr_57 ._rightHeader_1f6pr_57 ._discount_1f6pr_72{display:flex;flex-basis:55%}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightHeaderContainer_1f6pr_57 ._rightHeader_1f6pr_57 ._discount_1f6pr_72 div{flex-basis:50%}._step1Container_1f6pr_6 ._right_1f6pr_48 input[type=checkbox]{display:block;cursor:pointer;flex-basis:2%}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84{display:flex;flex-basis:98%;align-items:center;padding:10px;border-bottom:1px solid rgba(0,0,0,.12)}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._normalChild_1f6pr_69{flex-basis:15%}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94{display:flex;flex-basis:55%;flex-direction:column;align-items:center;border-right:1px solid rgba(0,0,0,.12);gap:15px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._discount_1f6pr_72{display:flex;justify-content:space-between;padding-right:10px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._discount_1f6pr_72 img{cursor:pointer}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._discount_1f6pr_72 input{margin-bottom:5px!important}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._discount_1f6pr_72 input[type=number]{border-top-right-radius:unset!important;border-bottom-right-radius:unset!important;border-right:unset!important;margin-bottom:5px!important}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._discount_1f6pr_72 ._absoluteSection_1f6pr_119{margin-left:-50px;border-left:unset!important;border:.063rem solid #000;border-top-right-radius:.9375rem;border-bottom-right-radius:.9375rem;margin-bottom:5.5px;display:flex}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._discount_1f6pr_72 ._absoluteSection_1f6pr_119 select{border-left:.5px solid #ccc!important;border:0;border-radius:0;margin:0;padding:4px 1px 4px 20px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._discount_1f6pr_72 ._absoluteSection_1f6pr_119 select:disabled{color:#b1bac3;background-color:unset!important}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._addDisc_1f6pr_139{justify-content:flex-start;color:#ff7900;cursor:pointer;font-size:9px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._discountContainer_1f6pr_94 ._addDisc_1f6pr_139:hover{text-decoration:underline}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._amount_1f6pr_148{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;min-width:100px;flex-basis:15%;margin-left:10px;background-color:#efefef}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._amount_1f6pr_148 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._amountToPay_1f6pr_164{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;min-width:100px;flex-basis:15%;margin-left:10px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._amountToPay_1f6pr_164 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._rightBody_1f6pr_84 ._amountToPay_1f6pr_164 input[type=number]{border:none;padding:unset;margin:unset;margin-bottom:5px!important;width:100%;height:unset}._step1Container_1f6pr_6 ._right_1f6pr_48 ._totalAmountContainer_1f6pr_187{display:flex;justify-content:space-between;align-items:center;padding-top:10px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._totalAmountContainer_1f6pr_187 ._label_1f6pr_193{color:#00000880;margin-right:15px;width:180px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._totalAmountContainer_1f6pr_187 ._amount_1f6pr_148{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;flex-basis:15%;margin-left:10px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._totalAmountContainer_1f6pr_187 ._amount_1f6pr_148 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1f6pr_6 ._right_1f6pr_48 ._totalAmountContainer_1f6pr_187 ._amount_1f6pr_148 input[type=number]{border:none;padding:unset;margin:unset;margin-bottom:5px!important;width:100%}._step1Container_1f6pr_6 ._right_1f6pr_48 ._totalAmountContainer_1f6pr_187 ._fixed_1f6pr_219{background-color:#efefef}._step1Container_1f6pr_6 ._right_1f6pr_48 ._bottom_1f6pr_222{border-bottom:2px solid rgba(0,0,0,.12)}._disabled_1f6pr_226{color:#b1bac3;background-color:#efefef;pointer-events:none}._checkAll_1f6pr_232{display:flex;align-items:center}._checkAll_1f6pr_232 input[type=checkbox]{display:block;cursor:pointer}._total-container_1f6pr_241{display:flex;align-items:center;justify-content:flex-end;flex-basis:42%}._gridStyle_fot8o_1{display:grid;gap:16px}._toggle-switch_fot8o_6{position:relative;display:inline-block;width:53px;height:22px}._toggle-switch_fot8o_6 input[type=checkbox]{display:none}._toggle-switch_fot8o_6 ._switch_fot8o_17{position:absolute;cursor:pointer;border-radius:25px;inset:0;transition:background-color .2s ease;height:24px;background-color:#ff8787}._toggle-switch_fot8o_6 ._switch_fot8o_17:before{position:absolute;content:"";left:3px;width:18px;height:18px;top:3px;border-radius:50%;transition:transform .3s ease;background:#fff}._toggle-switch_fot8o_6 input[type=checkbox]:checked+._switch_fot8o_17:before{transform:translate(25px);left:6px}._toggle-switch_fot8o_6 input[type=checkbox]:checked+._switch_fot8o_17{background:#58b858}._toggle-switch_fot8o_6._disabled_fot8o_51{opacity:.6;pointer-events:none}._toggle-switch_fot8o_6._disabled_fot8o_51 ._switch_fot8o_17{background-color:#e0e0e0;cursor:not-allowed}._toggle-switch_fot8o_6._disabled_fot8o_51 input[type=checkbox]:checked+._switch_fot8o_17{background:#b5b5b5}._toggle-switch_fot8o_6._disabled_fot8o_51 ._switch_fot8o_17:before{background:#f5f5f5}div.customCreateClass{background-color:#0d352d;opacity:1!important}.rc-time-picker-input{font-size:1rem!important;background-image:none!important;margin-bottom:0;padding:0 4px 0 7px;width:100%;cursor:auto;font-family:Lato;border:1px solid white;-webkit-transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1);transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1)}div.col-sm-3>div.form-select>span.rc-time-picker{padding-bottom:0!important;margin-bottom:1.75rem}.classDashboard-section .leftSide .classList li .a .dropdown{width:3.4375rem;height:1.6875rem;position:absolute;right:1rem;top:1rem;color:#f70;font-weight:400;font-size:1.2rem}.assignment-time-picker{border:.063rem solid #a5e0da!important;margin-bottom:1.75rem!important;border-radius:.9375rem;padding:.5rem .5rem .5rem 2rem;background-position:.5rem center!important;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021C16.9706%2021%2021%2016.9706%2021%2012C21%207.02944%2016.9706%203%2012%203C7.02944%203%203%207.02944%203%2012C3%2016.9706%207.02944%2021%2012%2021Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%206.59998V12L15.6%2013.8'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")!important;background-repeat:no-repeat}footer.customz{z-index:9999}.quickEdit>li:hover{background-color:#e0f2f1}input[type=checkbox]:checked+label:after{background-size:100%;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d)'%3e%3cpath%20d='M18%202H4C2.89%202%202%202.9%202%204V18C2%2019.1%202.89%2020%204%2020H18C19.11%2020%2020%2019.1%2020%2018V4C20%202.9%2019.11%202%2018%202Z'%20fill='%23FF7700'/%3e%3c/g%3e%3cpath%20d='M7%2011.5432L9.9212%2014.3372L16.1652%208'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='22'%20height='22'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.423529%200%200%200%200%200.0509804%200%200%200%200.3%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;opacity:1}.accordion-panel{transition:min-height .3s}.scroll-popup{overflow-y:scroll}.react-datepicker-wrapper{width:100%}.form-control.duedate{font-size:.7rem!important}.rightSide header{z-index:11!important;width:calc(100vw - 18.02rem)!important}li.leftItem{flex-grow:8;text-indent:0!important;padding:1% 0 1% 1%!important;font-size:1.5rem;font-weight:700;text-align:center}li.rightItem{position:fixed;right:-2px;flex-grow:1}.lms-right-icons{top:-15px}li.rightItem a{float:left!important}div.loader{margin:0 auto;width:64px}span.download:hover{color:#b35300;text-decoration:underline;cursor:pointer}span.download{color:#f70;cursor:pointer}div.no-attendance-container{width:394px;margin:10% auto}p.no-attendance-text{position:absolute;width:390px;height:24px;margin-top:2rem;font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#0d352d}div.grading-type{padding-left:5%;font-size:75%;color:#000}.userType-section .userType .block span:hover,.userType-section .userType .block span:focus{text-decoration:none;border-color:#80cbc4;color:#f70!important}span.modifySelection{border-color:#80cbc4!important;color:#f70!important}.createNewClass{overflow:unset}.createClassPopup-section .filelist li span{color:#009688!important;padding:1rem 2.75rem;padding-left:0}.createClassPopup-section .filelist li span.file-download{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.05882%2010.8824C7.82353%2010.6471%207.82353%2010.2941%208.05882%2010.0588C8.29412%209.82353%208.64706%209.82353%208.88235%2010.0588L11.3529%2012.5294V3.58824C11.3529%203.23529%2011.7059%203%2011.9412%203C12.2941%203%2012.5294%203.23529%2012.5294%203.58824V12.5294L15%2010.0588C15.2353%209.82353%2015.5882%209.82353%2015.8235%2010.0588C16.0588%2010.2941%2016.0588%2010.6471%2015.8235%2010.8824L12.2941%2014.4118C12.1765%2014.4118%2012.0588%2014.5294%2011.9412%2014.5294C11.8235%2014.5294%2011.7059%2014.5294%2011.5882%2014.4118L8.05882%2010.8824ZM19.8235%2014.2941C19.8235%2013.9412%2020.0588%2013.7059%2020.4118%2013.7059C20.7647%2013.7059%2021%2013.9412%2021%2014.2941V17.5882C21%2018.2941%2020.6471%2019%2020.1765%2019.4706C19.7059%2019.9412%2019%2020.2941%2018.2941%2020.2941H5.70588C5%2020.2941%204.29412%2019.9412%203.82353%2019.4706C3.35294%2019%203%2018.2941%203%2017.5882V14.2941C3%2013.9412%203.23529%2013.7059%203.58824%2013.7059C3.94118%2013.7059%204.17647%2013.9412%204.17647%2014.2941V17.5882C4.17647%2018.0588%204.41176%2018.4118%204.64706%2018.6471C4.88235%2018.8824%205.35294%2019.1176%205.70588%2019.1176H18.1765C18.6471%2019.1176%2019%2018.8824%2019.2353%2018.6471C19.4706%2018.4118%2019.7059%2017.9412%2019.7059%2017.5882V14.2941H19.8235Z'%20fill='%23FF7700'%20stroke='%23FF7700'/%3e%3c/svg%3e") left center no-repeat}div.downloadApp{width:480px!important;height:531px!important;overflow:unset!important}h2.downloadApp{padding-top:2.5rem}span.time-spaced{padding:1rem 0 .2rem!important}label.focused{transform:translate(.8rem,-100%);padding:0 .3rem}.Toastify__close-button{min-width:10px!important;margin:0}.whatsappsCode.inlineblock .infotext{background:none!important}.Toastify__close-button{max-width:unset;min-width:unset}.Toastify__close-button:hover{background:unset!important}.classDashboard-section .rejectBlock{display:block!important;opacity:1!important;visibility:visible!important}.approved-remove{overflow:unset!important}userProfile d-flex justify-content-end{height:3.9rem!important}.no-timetable-header{min-height:256px!important;text-align:center!important}p.create-tt{width:227px;height:54px;margin:0 auto;margin-top:1.5rem}p.create-timetable{margin-top:3rem;font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#f47e16;cursor:pointer}p.create-timetable:hover{text-decoration:underline}p.no-classes{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#0d352d}span.dwn-ins{color:#0d352d}h4 svg.fa-edit{position:absolute;right:2rem}p.chats-no-data{width:535px;height:106px;margin-top:3rem}img.chats-no-img{margin-left:25%}h2.info-text{margin-top:3rem}span.name-icon{border-radius:70%;margin-right:15px;margin-top:10px;cursor:pointer;display:inline-block;text-align:center;width:10px;height:10px;padding:25px;background:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_3874_9884)'%3e%3crect%20x='8'%20y='4'%20width='40'%20height='40'%20rx='20'%20fill='white'/%3e%3cpath%20d='M28%2017.9C29.16%2017.9%2030.1%2018.84%2030.1%2020C30.1%2021.16%2029.16%2022.1%2028%2022.1C26.84%2022.1%2025.9%2021.16%2025.9%2020C25.9%2018.84%2026.84%2017.9%2028%2017.9ZM28%2026.9C30.97%2026.9%2034.1%2028.36%2034.1%2029V30.1H21.9V29C21.9%2028.36%2025.03%2026.9%2028%2026.9ZM28%2016C25.79%2016%2024%2017.79%2024%2020C24%2022.21%2025.79%2024%2028%2024C30.21%2024%2032%2022.21%2032%2020C32%2017.79%2030.21%2016%2028%2016ZM28%2025C25.33%2025%2020%2026.34%2020%2029V32H36V29C36%2026.34%2030.67%2025%2028%2025Z'%20fill='%23454545'%20fill-opacity='0.8'/%3e%3crect%20x='8.5'%20y='4.5'%20width='39'%20height='39'%20rx='19.5'%20stroke='black'%20stroke-opacity='0.12'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_dd_3874_9884'%20x='0'%20y='0'%20width='56'%20height='56'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_3874_9884'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_3874_9884'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_3874_9884'%20result='effect2_dropShadow_3874_9884'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_3874_9884'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat}span.name-icon-lms{background-color:#009688;border-radius:50%;height:3rem;margin-right:15px;cursor:pointer;color:#fff;font-size:1rem;width:3rem;display:inline-block;text-align:center;padding:14px .5rem .5rem}li.rightItem.login{padding-top:.4rem;padding-bottom:unset!important}p.extra{margin-top:.5rem!important}label.extra-top{top:85px!important;left:0}.form-control:focus+.extra-top{padding:3px 1.3rem!important}.justify-content{justify-content:center;margin-top:1.5rem}.extra-margin{margin-top:2rem}.limit-width{width:26.25rem!important}div.popup-content{background:#fff;padding:15px;border:1px solid #80cbc4;box-sizing:border-box;box-shadow:0 0 10px #00988726;border-radius:15px}div.popup-content p{margin-bottom:1.25rem}div.popup-content img{width:10px;display:inline-block}.popup-content .date-content .text-align-right{text-align:right}.date-indicetor-1:before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='6'%20viewBox='0%200%206%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='3'%20cy='3'%20r='2.5'%20fill='%23009688'%20stroke='%23009688'/%3e%3c/svg%3e");width:7px;height:7px;background-repeat:no-repeat;left:78px;top:-22px}.date-indicetor-1:after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='2'%20height='23'%20viewBox='0%200%202%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L0.999999%2022'%20stroke='%23009688'%20stroke-linecap='round'/%3e%3c/svg%3e");width:7px;height:20px;background-repeat:no-repeat;left:80px;top:-18px}.date-indicetor-2:before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='6'%20viewBox='0%200%206%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='3'%20cy='3'%20r='2.5'%20fill='%23009688'%20stroke='%23009688'/%3e%3c/svg%3e");width:7px;height:7px;background-repeat:no-repeat;left:105px;top:-22px}.date-indicetor-2:after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='2'%20height='23'%20viewBox='0%200%202%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L0.999999%2022'%20stroke='%23009688'%20stroke-linecap='round'/%3e%3c/svg%3e");width:7px;height:20px;background-repeat:no-repeat;left:107px;top:-18px}.popup__container{font-weight:unset!important;z-index:9}.classDashboard-section .assignmentsEdit.attendence h4 span{font-size:14px!important;padding-left:.2rem!important;font-weight:400!important}span.font-size-12 strong{font-weight:700;font-size:12px}li.custom-margin-li{margin-bottom:3px!important}input.classcode{background-image:unset!important}img.icon-img{padding-right:10px}div.icon-container{float:left}input.custom-dpicker{background-position:94%!important;padding:.75rem 1rem!important;margin-bottom:unset!important}.date-popper{z-index:20;margin-top:0!important}span.font-12{font-size:12px!important}.height-263px{height:263px}div.two-percent{margin-top:2%;margin-bottom:1.5rem}div.error-container{margin-left:1rem;margin-top:.5rem;color:#c80039}.left-arrow{position:absolute;width:8px;height:13px;background:unset;box-shadow:unset;max-width:unset;min-width:unset;border:unset;margin-bottom:unset;width:20px;height:20px;padding:unset}.left-arrow-icon{transform:rotate(180deg);margin-top:4px}.right-arrow{position:absolute;right:21.09px;background:unset;box-shadow:unset;max-width:unset;min-width:unset;border:unset;margin-bottom:unset;width:20px;height:20px;padding:unset}.right-arrow:hover,.left-arrow:hover{background:unset;box-shadow:0 0 .625rem #ed6c0d4d}.right-arrow-icon{margin-top:4px}.jic-case-message{margin-top:1rem;margin-bottom:.5rem}div.dboard-top-padding{padding-top:unset!important}div.screenedutinker ul{margin-left:20px}.createClassPopup-section.test-popup .test-list header{width:100%!important}.createClassPopup-section.test-popup .test-list .fileuploads{display:inline-block;vertical-align:top;background:#fff;border:1px solid #b2dfdb;box-shadow:0 0 20px #0098871a;border-radius:5px;margin:0 1rem}.text-center-imp{text-align:center!important}.disabled-label{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac}.createClassPopup-section.test-popup{justify-content:flex-end;display:flex;padding:0}.createClassPopup-section.test-popup .assignment-list{width:100%;min-height:100%;position:relative;background-color:#fff}.createClassPopup-section.test-popup .assignment-list li{position:relative}.createClassPopup-section.test-popup .assignment-list form{max-width:650px;padding:3.25rem 3.25rem 8rem}.createClassPopup-section.test-popup .assignment-list header{position:absolute;left:0;top:0;border-bottom:1px solid #b2dfdb;height:94px;width:100%}.createClassPopup-section.test-popup .assignment-list header h2{margin:0;padding:1.5rem 0 1.5rem 5rem}.createClassPopup-section.test-popup .assignment-list .assignment-block{min-height:100%;overflow:auto;padding-top:94px}.createClassPopup-section.test-popup .assignment-list .assignment-block .form-control-placeholder{opacity:0}.createClassPopup-section.test-popup .assignment-list .assignment-block .form-control:focus+.form-control-placeholder,.createClassPopup-section.test-popup .assignment-list .assignment-block .form-control:valid+.form-control-placeholder{opacity:1}.createClassPopup-section.test-popup .assignment-list .line{border-left:1px solid #b2dfdb}.createClassPopup-section.test-popup .assignment-list .close{position:absolute;left:1rem;top:2rem;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%201L1%2013'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%201L13%2013'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat;z-index:99}.createClassPopup-section.test-popup .assignment-list .note{font-style:italic;font-weight:400;font-size:12px;line-height:15px;text-align:right;color:#eb5757;display:block}.createClassPopup-section.test-popup .assignment-list .fileuploads{display:inline-block;vertical-align:top;background:#fff;border:1px solid #b2dfdb;box-shadow:0 0 20px #0098871a;border-radius:5px;margin:0 1rem}.createClassPopup-section.test-popup .test-list .fileuploads li.upload{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%201.5H4.5C4.10218%201.5%203.72064%201.65804%203.43934%201.93934C3.15804%202.22064%203%202.60218%203%203V15C3%2015.3978%203.15804%2015.7794%203.43934%2016.0607C3.72064%2016.342%204.10218%2016.5%204.5%2016.5H13.5C13.8978%2016.5%2014.2794%2016.342%2014.5607%2016.0607C14.842%2015.7794%2015%2015.3978%2015%2015V6L10.5%201.5Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.5%201.5V6H15'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%209.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2012.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%206.75H6.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .test-list .fileuploads li.linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .test-list .fileuploads li.voicenote{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.79599%202.25C8.30775%202.25%207.83951%202.44395%207.49427%202.78919C7.14903%203.13443%206.95508%203.60267%206.95508%204.09091V9C6.95508%209.48824%207.14903%209.95648%207.49427%2010.3017C7.83951%2010.647%208.30775%2010.8409%208.79599%2010.8409C9.28423%2010.8409%209.75247%2010.647%2010.0977%2010.3017C10.4429%209.95648%2010.6369%209.48824%2010.6369%209V4.09091C10.6369%203.60267%2010.4429%203.13443%2010.0977%202.78919C9.75247%202.44395%209.28423%202.25%208.79599%202.25V2.25Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.0909%207.77271V8.99998C13.0909%2010.1392%2012.6384%2011.2318%2011.8328%2012.0373C11.0272%2012.8429%209.93468%2013.2954%208.79545%2013.2954C7.65623%2013.2954%206.56366%2012.8429%205.75811%2012.0373C4.95256%2011.2318%204.5%2010.1392%204.5%208.99998V7.77271'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.79492%2013.2954V15.75'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.3418%2015.75H11.2509'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .test-list .fileuploads li.googlelink{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.68212%2010.5633C2.5432%2010.3246%202.23712%2010.2438%201.99847%2010.3827C1.75981%2010.5216%201.67896%2010.8277%201.81788%2011.0664L2.68212%2010.5633ZM4.50482%2014.6885L4.07269%2014.94L4.50482%2015.1885V14.6885ZM13.5337%2014.6885V15.1885L13.9677%2014.9368L13.5337%2014.6885ZM15.75%2010.8148L16.184%2011.0631L15.75%2010.3148V10.8148ZM6.75%2010.3148C6.47386%2010.3148%206.25%2010.5387%206.25%2010.8148C6.25%2011.091%206.47386%2011.3148%206.75%2011.3148V10.3148ZM1.81788%2011.0664L4.07269%2014.94L4.93694%2014.4369L2.68212%2010.5633L1.81788%2011.0664ZM4.50482%2015.1885H13.5337V14.1885H4.50482V15.1885ZM13.9677%2014.9368L16.184%2011.0631L15.316%2010.5665L13.0997%2014.4402L13.9677%2014.9368ZM15.75%2010.3148H6.75V11.3148H15.75V10.3148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M11.2404%203H6.75964L2.25%2010.8148L4.47591%2014.7077L8.92817%207.00188'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75977%203L11.2694%2010.8148H15.7501L11.2405%203H6.75977Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .test-list .fileuploads li:hover{background-color:#eff8f8}.createClassPopup-section.test-popup .test-list .fileuploads li,.createClassPopup-section.test-popup .assignment-list .fileuploads li{margin:0;padding:.3rem 1.8rem;background-position:5px center;background-repeat:no-repeat}.createClassPopup-section.test-popup .assignment-list .fileuploads li.upload{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%201.5H4.5C4.10218%201.5%203.72064%201.65804%203.43934%201.93934C3.15804%202.22064%203%202.60218%203%203V15C3%2015.3978%203.15804%2015.7794%203.43934%2016.0607C3.72064%2016.342%204.10218%2016.5%204.5%2016.5H13.5C13.8978%2016.5%2014.2794%2016.342%2014.5607%2016.0607C14.842%2015.7794%2015%2015.3978%2015%2015V6L10.5%201.5Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.5%201.5V6H15'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%209.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2012.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%206.75H6.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .assignment-list .fileuploads li.linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .assignment-list .fileuploads li.voicenote{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.79599%202.25C8.30775%202.25%207.83951%202.44395%207.49427%202.78919C7.14903%203.13443%206.95508%203.60267%206.95508%204.09091V9C6.95508%209.48824%207.14903%209.95648%207.49427%2010.3017C7.83951%2010.647%208.30775%2010.8409%208.79599%2010.8409C9.28423%2010.8409%209.75247%2010.647%2010.0977%2010.3017C10.4429%209.95648%2010.6369%209.48824%2010.6369%209V4.09091C10.6369%203.60267%2010.4429%203.13443%2010.0977%202.78919C9.75247%202.44395%209.28423%202.25%208.79599%202.25V2.25Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.0909%207.77271V8.99998C13.0909%2010.1392%2012.6384%2011.2318%2011.8328%2012.0373C11.0272%2012.8429%209.93468%2013.2954%208.79545%2013.2954C7.65623%2013.2954%206.56366%2012.8429%205.75811%2012.0373C4.95256%2011.2318%204.5%2010.1392%204.5%208.99998V7.77271'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.79492%2013.2954V15.75'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.3418%2015.75H11.2509'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .assignment-list .fileuploads li.googlelink{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.68212%2010.5633C2.5432%2010.3246%202.23712%2010.2438%201.99847%2010.3827C1.75981%2010.5216%201.67896%2010.8277%201.81788%2011.0664L2.68212%2010.5633ZM4.50482%2014.6885L4.07269%2014.94L4.50482%2015.1885V14.6885ZM13.5337%2014.6885V15.1885L13.9677%2014.9368L13.5337%2014.6885ZM15.75%2010.8148L16.184%2011.0631L15.75%2010.3148V10.8148ZM6.75%2010.3148C6.47386%2010.3148%206.25%2010.5387%206.25%2010.8148C6.25%2011.091%206.47386%2011.3148%206.75%2011.3148V10.3148ZM1.81788%2011.0664L4.07269%2014.94L4.93694%2014.4369L2.68212%2010.5633L1.81788%2011.0664ZM4.50482%2015.1885H13.5337V14.1885H4.50482V15.1885ZM13.9677%2014.9368L16.184%2011.0631L15.316%2010.5665L13.0997%2014.4402L13.9677%2014.9368ZM15.75%2010.3148H6.75V11.3148H15.75V10.3148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M11.2404%203H6.75964L2.25%2010.8148L4.47591%2014.7077L8.92817%207.00188'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75977%203L11.2694%2010.8148H15.7501L11.2405%203H6.75977Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .assignment-list .fileuploads li:hover{background-color:#eff8f8}.createClassPopup-section.test-popup .assignment-list .attachedFile{padding-top:1rem}.createClassPopup-section.test-popup .assignment-list .attachedFile .flie{background-color:#eff8f8;padding:1rem 1.5rem 0 3.5rem;border-radius:15px;display:block;min-height:60px}.createClassPopup-section.test-popup .assignment-list .attachedFile .flie.pdf{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23D84953'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23C4434C'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%23C4434C'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23ECA4A9'/%3e%3cpath%20d='M10.0879%207.05273H12.0471C12.8307%207.05273%2013.5165%207.34661%2014.0063%207.83641C14.4961%208.3262%2014.7899%209.01192%2014.7899%209.89355C14.7899%2010.7752%2014.4961%2011.4609%2014.0063%2011.9507C13.5165%2012.4405%2012.8307%2012.7344%2011.9491%2012.7344H10.0879V7.05273ZM11.3614%208.13029V11.6568H11.8512C12.341%2011.6568%2012.7328%2011.5589%2013.1246%2011.265C13.4185%2010.9711%2013.6144%2010.5793%2013.6144%209.89355C13.6144%209.50171%2013.5165%209.20784%2013.4185%208.91396C13.3205%208.62008%2013.0267%208.42416%2012.7328%208.3262C12.4389%208.22824%2012.145%208.13029%2011.8512%208.13029H11.3614Z'%20fill='white'/%3e%3cpath%20d='M15.7715%207.05273H18.9062V8.13029H16.947V9.3058H18.9062V10.3833H16.947V12.7344H15.7715V7.05273Z'%20fill='white'/%3e%3cpath%20d='M13.7137%2037.7141C13.7137%2038.4978%2013.028%2039.1835%2012.2443%2039.1835H7.34634C6.56267%2039.1835%205.87695%2038.4978%205.87695%2037.7141V31.8366C5.87695%2031.0529%206.56267%2030.3672%207.34634%2030.3672H12.2443C13.028%2030.3672%2013.7137%2031.0529%2013.7137%2031.8366V37.7141Z'%20fill='%23E0E0E0'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.test-popup .assignment-list .attachedFile .flie.ppt{background-image:url(/assets/ppt-Dmwyp2tM.svg);background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.test-popup .assignment-list .attachedFile .flie.pdf{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23D84953'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23C4434C'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%23C4434C'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23ECA4A9'/%3e%3cpath%20d='M10.0879%207.05273H12.0471C12.8307%207.05273%2013.5165%207.34661%2014.0063%207.83641C14.4961%208.3262%2014.7899%209.01192%2014.7899%209.89355C14.7899%2010.7752%2014.4961%2011.4609%2014.0063%2011.9507C13.5165%2012.4405%2012.8307%2012.7344%2011.9491%2012.7344H10.0879V7.05273ZM11.3614%208.13029V11.6568H11.8512C12.341%2011.6568%2012.7328%2011.5589%2013.1246%2011.265C13.4185%2010.9711%2013.6144%2010.5793%2013.6144%209.89355C13.6144%209.50171%2013.5165%209.20784%2013.4185%208.91396C13.3205%208.62008%2013.0267%208.42416%2012.7328%208.3262C12.4389%208.22824%2012.145%208.13029%2011.8512%208.13029H11.3614Z'%20fill='white'/%3e%3cpath%20d='M15.7715%207.05273H18.9062V8.13029H16.947V9.3058H18.9062V10.3833H16.947V12.7344H15.7715V7.05273Z'%20fill='white'/%3e%3cpath%20d='M13.7137%2037.7141C13.7137%2038.4978%2013.028%2039.1835%2012.2443%2039.1835H7.34634C6.56267%2039.1835%205.87695%2038.4978%205.87695%2037.7141V31.8366C5.87695%2031.0529%206.56267%2030.3672%207.34634%2030.3672H12.2443C13.028%2030.3672%2013.7137%2031.0529%2013.7137%2031.8366V37.7141Z'%20fill='%23E0E0E0'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.test-popup .assignment-list .attachedFile .flie.linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.test-popup .assignment-list .attachedFile .flie.googlelink{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.68212%2010.5633C2.5432%2010.3246%202.23712%2010.2438%201.99847%2010.3827C1.75981%2010.5216%201.67896%2010.8277%201.81788%2011.0664L2.68212%2010.5633ZM4.50482%2014.6885L4.07269%2014.94L4.50482%2015.1885V14.6885ZM13.5337%2014.6885V15.1885L13.9677%2014.9368L13.5337%2014.6885ZM15.75%2010.8148L16.184%2011.0631L15.75%2010.3148V10.8148ZM6.75%2010.3148C6.47386%2010.3148%206.25%2010.5387%206.25%2010.8148C6.25%2011.091%206.47386%2011.3148%206.75%2011.3148V10.3148ZM1.81788%2011.0664L4.07269%2014.94L4.93694%2014.4369L2.68212%2010.5633L1.81788%2011.0664ZM4.50482%2015.1885H13.5337V14.1885H4.50482V15.1885ZM13.9677%2014.9368L16.184%2011.0631L15.316%2010.5665L13.0997%2014.4402L13.9677%2014.9368ZM15.75%2010.3148H6.75V11.3148H15.75V10.3148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M11.2404%203H6.75964L2.25%2010.8148L4.47591%2014.7077L8.92817%207.00188'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75977%203L11.2694%2010.8148H15.7501L11.2405%203H6.75977Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.test-popup .assignment-list .attachedFile .fileblock{position:relative;margin-bottom:1.5rem}.createClassPopup-section.test-popup .assignment-list .attachedFile .fileblock .removefile,.removefile-custom{position:absolute;top:.5rem;width:24px;cursor:pointer;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206L18%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.createClassPopup-section.test-popup .shareAssignmemt .error{padding:1rem 2rem;color:#eb4747;background:url("data:image/svg+xml,%3csvg%20width='23'%20height='20'%20viewBox='0%200%2023%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.8223%201.55386C10.0062%20-0.517954%2012.8749%20-0.517954%2014.0588%201.55386L14.0648%201.56432L22.5647%2016.8644C22.5717%2016.877%2022.5785%2016.8898%2022.585%2016.9028C22.9224%2017.5777%2022.7833%2018.3026%2022.4592%2018.8119C22.1331%2019.3244%2021.5388%2019.75%2020.7905%2019.75H1.99054C0.584876%2019.75%20-0.416215%2018.3272%200.171395%2016.9561C0.185473%2016.9232%200.201302%2016.8912%200.218813%2016.86L8.8223%201.55386ZM10.5603%202.54349C10.5598%202.54437%2010.5593%202.54525%2010.5588%202.54614L2.01285%2017.75H20.7629C20.7641%2017.7487%2020.7653%2017.7473%2020.7665%2017.7458L12.3197%202.54167C11.9029%201.81884%2010.9763%201.81944%2010.5603%202.54349Z'%20fill='%23EB4747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.502%205.55005C12.0542%205.55005%2012.502%205.99776%2012.502%206.55005L12.502%2012.55C12.502%2013.1023%2012.0542%2013.55%2011.502%2013.55C10.9497%2013.55%2010.502%2013.1023%2010.502%2012.55L10.502%206.55005C10.502%205.99776%2010.9497%205.55005%2011.502%205.55005Z'%20fill='%23EB4747'/%3e%3cpath%20d='M11.502%2016.55C12.0542%2016.55%2012.502%2016.1023%2012.502%2015.55C12.502%2014.9978%2012.0542%2014.55%2011.502%2014.55C10.9497%2014.55%2010.502%2014.9978%2010.502%2015.55C10.502%2016.1023%2010.9497%2016.55%2011.502%2016.55Z'%20fill='%23EB4747'/%3e%3c/svg%3e") left center no-repeat}.question-comment{margin-top:20px;margin-bottom:0;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%2015C21%2015.5304%2020.7893%2016.0391%2020.4142%2016.4142C20.0391%2016.7893%2019.5304%2017%2019%2017H7L3%2021V5C3%204.46957%203.21071%203.96086%203.58579%203.58579C3.96086%203.21071%204.46957%203%205%203H19C19.5304%203%2020.0391%203.21071%2020.4142%203.58579C20.7893%203.96086%2021%204.46957%2021%205V15Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") left center no-repeat!important}span.select-text>input.rc-time-picker-input{border:unset;border-radius:unset;background:unset;overflow:unset;height:unset;position:unset}input[type=checkbox]:checked.switch+label{background-image:url(data:image/png;base64,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);width:53px;height:28px;position:relative;left:20px;bottom:10px}input[type=checkbox].switch+label{background-image:url(data:image/png;base64,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);width:53px;height:28px;position:relative;bottom:10px}ul.listing-ul-att li:first-child{padding-top:unset}.Edit_TEst123>span.piped{border-left:1px solid #b2dfdb;padding:0 10px}.Edit_TEst123>span.piped:first-child{border-left:none;padding-left:0}.shareTest .marks-sheet{text-align:left;margin-top:30px;border-bottom:1px solid #c6cfce;padding-bottom:35px}.shareTest .marks-sheet>p{font-weight:500;font-size:18px}.shareTest .share-with{text-align:left;margin-top:30px}.shareTest .share-with>p{font-weight:500;font-size:18px}.test-duration-time{display:flex;margin-top:10px}.test-duration-time .control{flex:0 0 9em}.test-duration-time .control label{position:relative;top:10px;min-width:270px}.test-duration-time .react-datepicker-wrapper .react-datepicker__input-container input{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFgSURBVHgB7ZRBTsJAFIbfG2t0QSI3sEfgBuJOKcSSUBNXxRtwg9Yb4AnQlYmU0Ji2umxv4A3EG9QtmD7fRELappbQ4IbwbWDea/5/3kzmB9hpLl6f1HbgTJvTUb2oL3st/7lRpiHKmsq3oiKAXjuuFYrIngDUyzQwX2j7EwuRBvy3DpsRA4G7mC/u3ro3s9Um019o3njA4jYQPhAkn2zPE6C5Wud3h2jxT0hEES9UgagrR4cq184LDYTAKwKKPK13K9fyfA8QTRLJo3dphHmDTuBYUtzTDPt3emfIR2JmNKGEQLt+J4BukbhE9pS5MkxVYp46c7QKrMFr9dwqvT8NBIjTtj+2oQJ8J2drDfgO1OXlbYUig8hrGU2ogJw8vzkB/8zeYG+wbQOiL873E6gKpy8/pDhdyj004fJDG3FKfnCQzWATiOoc7Q2O9fusZ46OP+kDJn2oABKEL8vo3h1+AERrdOFh9ZUhAAAAAElFTkSuQmCC)!important;background-position:14em;border:unset;border-bottom:1px solid #a5e0da;border-radius:unset;margin:0 10px}.test-duration-time input#duration{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJkSURBVHgB3VVNbtNQEJ5579lZNBW5Qd0TtNwg3TWoRbEAIVYNJ4CegOQEgRPUrCpEJac0EHbJDQgnaLhBtk3tN8zkh9pOHIfsYCTr2X7j+WbmzfcZ4F83LHKohheVnVK5oUgdEJI3fz22ZK/tJB5891+NtgI47l16hkwTAc/kmYB+sfNo9hGDAVVgthHcT+5beUArAU5uPldRY4iyTfaDUibo1PxUgHov9CKKOQGQBEZRFJ/3nr7sFALUvnyqG6NDJBiqifY7/kNgaZesA//1OAnE7epzRR7FdNQ9fTFIxlOQbYvRbc58xMGPksHFdku74a5bDpLvpDJ1px5zpkNUGB6Hl14ugPScF48/kOBjWGGEUMm+E1+F2kdEcFzn3UoAyX56oIRBNvNNbHpGfF7c9MailSkAZXVVVj1RLdjSZBhk3XHKjSUADVjnkRtvk/3CpAoZZ4XqYAkAEB8xkX4WBVGg9rIHmTRu8y2h3X/w/xuzeC3j6JSc29OvVxfrgJYACICZinvrnG9Onr3XqPfZ96McpgAJKSFdwSFzaLwEwBtDXrx6GHrrQKTP3SfPG1MgopaJzGixJ5M4kxD1h9FmcaPvVBCX4nbkRg1+bEKBzaUj5TfnkUziYKkCIYuUzpW82aS3WcvjUZrJqJvCRuOaMEmWIhNfh5y+SEyWRykAKdvGVih/yLrzY5NKJPOyW+7zrWcjOs/yaLVcf7uqK8C2jGSe3sswRK49Q6S3IusWrd+tpZU0F2AaIK33YnJGw/lHHswuUb9A2pKnAIW/TAGKra2CIpaS2V+MuNcy1jJ5ear7/9hveDESYq09lacAAAAASUVORK5CYII=)!important;background-position:11em!important;border:unset;border-bottom:1px solid #a5e0da;border-radius:unset;margin:0 10px}img.test-list-actions{position:relative;top:7px;left:5px}img.test-list-actions.share{position:relative;top:2px;left:5px}.Force_Work>h4>span.completed{margin-left:20px}.test-duration-time .show-error-msg{display:inline-block;margin-left:11px}.createClassPopup-section408screen .createNewClass{width:840px!important}.createClassPopup-section408screen .createNewClass.fee-adjust-container{width:90vw!important}.test-duration-time .test-datepicker{flex:0 0 16em;margin-right:2em}.test-duration-time .test-duration{flex:0 0 13em}span.count-notif{border-radius:50%;background-color:red;color:#fff;height:20px;width:20px;position:relative;bottom:10px;right:17px;display:inline-block;padding:3px;font-size:10px;text-align:center}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock .date{display:unset!important;margin-right:10px}.dwnld-banner{background:#eff8f8;font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;text-align:center;height:48px;display:flex;justify-content:center;align-items:center;margin-top:12px}.dwnld-banner p{color:#00352d;margin-bottom:unset}.dwnld-banner span{color:#f70;text-decoration:underline;cursor:pointer}.screen205 .addQues{margin-left:60px;margin-top:15px;position:absolute}.test-duration-time .test-datepicker{margin-top:-12px}.dashboradMid .Study_Material,.dashboradMid .GO_LIBRARY{display:grid;grid-template-columns:30% 70%;grid-gap:15px}.dashboradMid .Study_Material .imagesection img,.dashboradMid .GO_LIBRARY .imagesection img{max-width:100%}.buttonsave{display:flex;justify-content:center;margin-top:100px;margin-bottom:30px}.rc-time-picker{display:inline-block;position:relative;box-sizing:border-box}.rc-time-picker *{box-sizing:border-box}.rc-time-picker-clear{position:absolute;right:6px;cursor:pointer;overflow:hidden;width:20px;height:20px;text-align:center;line-height:20px;top:3px;margin:0}.rc-time-picker-clear-icon:after{content:"x";font-size:12px;font-style:normal;color:#aaa;display:inline-block;line-height:1;height:20px;width:20px;-webkit-transition:color .3s ease;transition:color .3s ease}.rc-time-picker-clear-icon:hover:after{color:#666}.rc-time-picker-input{width:100%;position:relative;display:inline-block;padding:4px 7px;height:28px;cursor:text;font-size:12px;line-height:1.5;color:#666;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1);transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1)}.rc-time-picker-input[disabled]{color:#ccc;background:#f7f7f7;cursor:not-allowed}.rc-time-picker-panel{z-index:1070;width:170px;position:absolute;box-sizing:border-box}.rc-time-picker-panel *{box-sizing:border-box}.rc-time-picker-panel-inner{display:inline-block;position:relative;outline:none;list-style:none;font-size:12px;text-align:left;background-color:#fff;border-radius:4px;box-shadow:0 1px 5px #ccc;background-clip:padding-box;border:1px solid #ccc;line-height:1.5}.rc-time-picker-panel-narrow{max-width:113px}.rc-time-picker-panel-input{margin:0;padding:0;width:100%;cursor:auto;line-height:1.5;outline:0;border:1px solid transparent}.rc-time-picker-panel-input-wrap{box-sizing:border-box;position:relative;padding:6px;border-bottom:1px solid #e9e9e9}.rc-time-picker-panel-input-invalid{border-color:red}.rc-time-picker-panel-select{float:left;font-size:12px;border:1px solid #e9e9e9;border-width:0 1px;margin-left:-1px;box-sizing:border-box;width:56px;max-height:144px;overflow-y:auto;position:relative}.rc-time-picker-panel-select-active{overflow-y:auto}.rc-time-picker-panel-select:first-child{border-left:0;margin-left:0}.rc-time-picker-panel-select:last-child{border-right:0}.rc-time-picker-panel-select ul{list-style:none;box-sizing:border-box;margin:0;padding:0;width:100%}.rc-time-picker-panel-select li{list-style:none;margin:0;padding:0 0 0 16px;width:100%;height:24px;line-height:24px;text-align:left;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rc-time-picker-panel-select li:hover{background:#edfaff}li.rc-time-picker-panel-select-option-selected{background:#f7f7f7;font-weight:700}li.rc-time-picker-panel-select-option-disabled{color:#ccc}li.rc-time-picker-panel-select-option-disabled:hover{background:transparent;cursor:not-allowed}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width:400px),(max-height:550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}._gridStyle_gk52r_1{display:grid;gap:16px}._dragFormContainer_gk52r_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:75%}._dragForm_gk52r_6{height:100vh;position:fixed;width:75%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_gk52r_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:24px;display:flex;align-items:center;justify-content:space-between}._dragFormHeader_gk52r_25 ._dragFormHeaderTitle_gk52r_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_gk52r_25 img{cursor:pointer}._subHeading_gk52r_44{font-weight:700;font-size:16px;line-height:20px;color:#fff;margin-bottom:unset}._dragFormBody_gk52r_52{padding:10px;height:calc(100vh - 180px);overflow-y:auto}._dragFormFooter_gk52r_58{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:75%;display:flex;justify-content:flex-end;align-items:center;padding:24px;gap:20px}._chip_gk52r_72{font-style:normal;font-weight:700;font-size:14px;line-height:19px;text-align:center;border-radius:35px;position:"relative";padding:5px 20px 5px 15px;position:relative;cursor:pointer}.vjs-svg-icon{display:inline-block;background-repeat:no-repeat;background-position:center;fill:currentColor;height:1.8em;width:1.8em}.vjs-svg-icon:before{content:none!important}.vjs-svg-icon:hover,.vjs-control:focus .vjs-svg-icon{filter:drop-shadow(0 0 .25em #fff)}.vjs-modal-dialog .vjs-modal-dialog-content,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:""}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:""}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:""}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:""}.vjs-icon-subtitles,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:""}.vjs-icon-captions,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:""}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:""}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:""}.vjs-icon-downloading{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-downloading:before{content:""}.vjs-icon-file-download{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download:before{content:""}.vjs-icon-file-download-done{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-done:before{content:""}.vjs-icon-file-download-off{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-off:before{content:""}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:""}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:""}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:""}.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js .vjs-play-progress{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before,.video-js .vjs-volume-level:before,.video-js .vjs-play-progress:before{content:""}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:""}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:""}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:""}.vjs-icon-repeat{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-repeat:before{content:""}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-5,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-5:before,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-10,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-10:before,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-30,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-30:before,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-5,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-5:before,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-10,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-10:before,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-30,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-30:before,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before{content:""}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:""}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:""}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:""}.vjs-icon-shuffle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-shuffle:before{content:""}.vjs-icon-cast{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cast:before{content:""}.vjs-icon-picture-in-picture-enter,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-enter:before,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.vjs-icon-picture-in-picture-exit,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-exit:before,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:""}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:""}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:""}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:""}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:""}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:""}.video-js{display:inline-block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-1-1{width:100%;max-width:100%}.video-js.vjs-fluid:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-1-1:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window,body.vjs-pip-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen,body.vjs-pip-window .video-js{position:fixed;overflow:hidden;z-index:1000;inset:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),body.vjs-pip-window .video-js{width:100%!important;height:100%!important;padding-top:0!important;display:block}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-pip-container .vjs-pip-text{position:absolute;bottom:10%;font-size:2em;background-color:#000000b3;padding:.5em;text-align:center;width:100%}.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,.vjs-layout-small.vjs-pip-container .vjs-pip-text{bottom:0;font-size:1.4em}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:50%;left:50%;padding:0;margin-top:-.81666em;margin-left:-1.5em;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;border-radius:.3em;transition:all .4s}.vjs-big-play-button .vjs-svg-icon{width:1em;height:1em;position:absolute;top:50%;left:50%;line-height:1;transform:translate(-50%,-50%)}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking,.vjs-scrubbing,.vjs-error) .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-js.vjs-spatial-navigation-enabled .vjs-button:focus{outline:.0625em solid white;box-shadow:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:#000c;background:linear-gradient(180deg,#000c,#fff0);overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{display:flex;justify-content:center;list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover,.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover,.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-selected .vjs-svg-icon,.vjs-menu li.vjs-selected:focus .vjs-svg-icon,.vjs-menu li.vjs-selected:hover .vjs-svg-icon,.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon{fill:#000}.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.vjs-pip-window .vjs-menu-button-popup .vjs-menu{left:unset;right:1em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.video-js.vjs-spatial-navigation-enabled .vjs-control-bar{gap:1px}.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing{display:flex!important}.vjs-has-started .vjs-control-bar,.vjs-audio-only-mode .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.vjs-button>.vjs-svg-icon{display:inline-block}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.video-js *:not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder,.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;line-height:.35em;z-index:1}.vjs-svg-icons-enabled .vjs-play-progress:before{content:none!important}.vjs-play-progress .vjs-svg-icon{position:absolute;top:-.35em;right:-.4em;width:.9em;height:.9em;pointer-events:none;line-height:.15em;z-index:1}.video-js .vjs-load-progress{background:#73859f80}.video-js .vjs-load-progress div{background:#73859fbf}.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control:hover .vjs-mouse-display,.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-touch-enabled:not(.vjs-scrubbing) .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:#000c}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#73859f;background-color:#73859f80}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus{outline:.0625em solid white}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-svg-icons-enabled .vjs-volume-level:before{content:none}.vjs-volume-level .vjs-svg-icon{position:absolute;width:.9em;height:.9em;pointer-events:none;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{line-height:.35em;right:-.5em}.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon{right:-.3em;transform:translateY(-50%)}.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon{top:-.55em;transform:translate(-50%)}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:#000c}.vjs-poster{display:inline-block;vertical-align:middle;cursor:pointer;margin:0;padding:0;position:absolute;inset:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster,.vjs-pip-container.vjs-has-started .vjs-poster{display:block}.vjs-poster img{width:100%;height:100%;object-fit:contain}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js:not(.vjs-live) .vjs-live-control,.video-js.vjs-liveui .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-svg-icons-enabled .vjs-seek-to-live-control{line-height:0}.vjs-seek-to-live-control .vjs-svg-icon{width:1em;height:1em;pointer-events:none;fill:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon{fill:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.video-js .vjs-current-time,.video-js .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control{display:flex}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;inset:0 0 3em;pointer-events:none}.vjs-error .vjs-text-track-display{display:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js.vjs-force-center-align-cues .vjs-text-track-cue{text-align:center!important;width:80%!important}@supports not (inset: 10px){.video-js .vjs-text-track-display>div{inset:0}}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.vjs-pip-window .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control,.vjs-pip-window .vjs-fullscreen-control{display:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.85;text-align:left;border:.6em solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:5em;height:5em;border-radius:50%;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:flex;justify-content:center;align-items:center;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-error .vjs-loading-spinner{display:none}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon{width:1.5em;height:1.5em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-x-small .vjs-progress-control,.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;height:70%}.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings{height:80%}.vjs-error .vjs-text-track-settings{display:none}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-text-track-settings select{font-size:inherit}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:10px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;padding:0 .6em .8em}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;font-weight:700;font-size:1.2em}.vjs-text-track-settings .vjs-label{margin:0 .5em .5em 0}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:#2b333fbf}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vjs-title-bar{background:#000000e6;background:linear-gradient(180deg,#000000e6,#000000b3 60%,#0000);font-size:1.2em;line-height:1.5;transition:opacity .1s;padding:.666em 1.333em 4em;pointer-events:none;position:absolute;top:0;width:100%}.vjs-error .vjs-title-bar{display:none}.vjs-title-bar-title,.vjs-title-bar-description{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vjs-title-bar-title{font-weight:700;margin-bottom:.333em}.vjs-playing.vjs-user-inactive .vjs-title-bar{opacity:0;transition:opacity 1s}.video-js .vjs-skip-forward-5,.video-js .vjs-skip-forward-10,.video-js .vjs-skip-forward-30,.video-js .vjs-skip-backward-5,.video-js .vjs-skip-backward-10,.video-js .vjs-skip-backward-30{cursor:pointer}.video-js .vjs-transient-button{position:absolute;height:3em;display:flex;align-items:center;justify-content:center;background-color:#32323280;cursor:pointer;opacity:1;transition:opacity 1s}.video-js:not(.vjs-has-started) .vjs-transient-button{display:none}.video-js.not-hover .vjs-transient-button:not(.force-display),.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display){opacity:0}.video-js .vjs-transient-button span{padding:0 .5em}.video-js .vjs-transient-button.vjs-left{left:1em}.video-js .vjs-transient-button.vjs-right{right:1em}.video-js .vjs-transient-button.vjs-top{top:1em}.video-js .vjs-transient-button.vjs-near-top{top:4em}.video-js .vjs-transient-button.vjs-bottom{bottom:4em}.video-js .vjs-transient-button:hover{background-color:#323232e6}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.video-js *:focus:not(:focus-visible){outline:none}._gridStyle_9bu0s_1{display:grid;gap:16px}._box_9bu0s_6{padding:16px;box-shadow:2px 4px 6px #00000059;border-radius:10px}body{font-family:Lato,sans-serif}.mein_summary{background-color:#eef6fe;width:100%;display:inline-block;padding:0}.mein_summary span b{color:#2857a9;font-weight:800;padding-left:10px;font-size:20px}.mein_summary .text-right i.fa.fa-chevron-up{color:#2857a9;font-size:13px}.mein_summary .nav-tabs{border-bottom:1px solid #2857a9!important}.tab_all p{color:#2857a9;font-size:16px;font-weight:700;margin-bottom:unset!important}.timezone{background-color:#eef6fe;border:.5px solid #2857a9;border-radius:5px;padding:10px 120px}.timezone h4{color:#2857a9!important;font-weight:700!important;font-size:16px!important;margin:0!important;padding:unset!important;border-top-left-radius:unset!important;border-top-right-radius:unset!important}.timezone p{color:#2857a9;font-weight:400;font-size:14px;margin:0!important}.timezone_one{background-color:#2857a9;border:.5px solid #2857a9;border-radius:5px;padding:10px 20px}.timezone_one h4{color:#fff;font-weight:700!important;font-size:12px!important;margin:0!important;padding:unset!important;border-top-left-radius:unset!important;border-top-right-radius:unset!important}.timezone_one p{color:#fff;font-weight:400;font-size:10px}.summaryset{width:100%;display:inline-block}.panel-body{background-color:#f8fbff;padding:20px 30px}.panel-heading{padding-bottom:0}#demo ul li{text-align:center;margin:0 auto;list-style:none;background-color:unset;padding-top:unset;padding-bottom:unset;border-bottom:unset}.mein_summary i.fa.fa-pencil-square-o{color:#f47e16;font-size:16px}.tabmeinsection{width:100%;margin-bottom:20px;align-items:center;display:grid;grid-template-columns:100px auto}.mein_summary .with-nav-tabs a{font-weight:900;font-size:12px;text-align:center;color:#2857a9}.nav-tabs li.active{position:relative;border-bottom:.5px solid #2857a9}.Timetableimage{width:auto;display:inline-block;padding-left:15px}.Timetableicon{width:auto;float:right;padding-right:15px}.mein_summary .with-nav-tabs a{text-decoration:none}.nav-tabs .active a{width:120px;content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAA5CAYAAADwfp9cAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALrSURBVHgB7d1PUhNBFAbw7/XwJ6gLbmBcUBVYxRMwnECwjIgb4wmCJ1CO4AkICwsqaIEnAG/AMjvnCCwUCTjznE4oN8qfmfTrhPT7LbNK5cvXPZOZeSGMUHV1e74yXVmFiZYBju1LmFAEnGaMhIhOkKY73c8bxxghwgj0A5951CLKNhmYR5gSZNlWd3+jjRHwHnzt1W4VbI4wwe0uhtrnvZ/vksO3p/DIa/BLrzt1Tvko4Jb/FzNOehdnKz7DN/DENj1L+UBD/xcR6pXZhwfwyFvw4GgburzfgOPF9b1NeOJlqc/b3sz39W2oG9kj/1+9syc+lnwvjefMtKBuZbfBykzFS+vFg7d7u93DoO6GzBt44KPxMVQR1cXnXx5DmHjwxKRtL2qq9xTCxINnZj19K4iZxD8zf6dzaqxo8IHS4AOlwQdKgw+UBh8oDT5QGnygNPhAafCB0uADpcEHSoMPlAYfKA0+UBp8oDT4QGnwgdLgA6XBB0qDD5R88BSJ3yOuitPGjyOSf7hU76sfQxNxX70+N1eCueeNX2h0NPQSDGgZwkSDnzJZDFWYfVxa+sFJ0eAZ5hlUOdOXaxAkFnx/utVgdp0qQbo0ko2PoYbAsZ0HCCFywbN5DzUUybEoIsH3hx3phKuhEZmWVOtlGq9td8Ie3c/NPhD5LJ0HX3u5b99oFcqJPPzNhcYn57+HOJ1zdzWn9juUUxIjT501vr8XDYYTK8fsz96ul3xnwedvTEeWCrJL/tU26oSTpb623slD5yaUPEaz21nfwZCGbryG7hmh7aL5pRtvD+Q4Mwd62XVE2HzodhpbKKlU8LUXuzFFRmfPj14Cyla6exsJCioU/OB0zc6d14svYyVv//nFj49FTvfuFPxSo1PPDFq6l4+1/p8bIcLxXVaAa4O35+Vzs3PNweVBbfj9Qu3sN3+9SM+Or1sF/gZvl/E0jeajKK0jyy+pEult0ZOA+VsGc8JMyeXldJIcrvW/CH8AZ3He6CSEsNIAAAAASUVORK5CYII=);position:absolute;top:-9px;background-repeat:no-repeat;color:#fff;height:57px;padding-top:9px;right:auto;left:-63px}.nav-tabs a:active{color:#2857a9}.nav-tabs p{background:#2857a91a!important;padding:3px 5px 4px 4px!important;border-radius:50px;margin:0 auto;width:26px;height:24px;font-size:unset}.nav-tabs .active a p{background:#fff!important;padding:3px 5px 4px 4px!important;border-radius:50px;margin:5px auto 0;color:#2857a9;height:17px;vertical-align:middle;width:26px;height:24px;font-size:unset}ul.nav.nav-tabs{display:grid;grid-template-columns:repeat(7,1fr)}.hide{display:none}._gridStyle_1nv5j_1{display:grid;gap:16px}._outerContainer_1nv5j_6{margin:24px;padding:24px}._outerContainer_1nv5j_6 p{margin-bottom:unset!important;font-size:23px}._detailHeader_1nv5j_15{padding-top:30px;display:flex;flex-direction:column;gap:10px;padding-bottom:10px;margin-bottom:24px;border-width:7px;border-bottom-style:double}._detailHeader_1nv5j_15 h3{font-size:30px;font-weight:700}._testHeader_1nv5j_30{display:grid;width:100%;grid-template-columns:repeat(2,1fr)}._nameDetails_1nv5j_36{display:flex;align-items:center;justify-content:space-between;font-weight:400;width:100%;margin-top:20px}._quesAndMark_1nv5j_45{display:flex;gap:24px;align-items:flex-start;justify-content:space-between}._quesAndNum_1nv5j_52{display:flex;gap:10px;align-items:flex-start}._quesRow_1nv5j_58{margin:1px 0}._options_1nv5j_62{display:flex;margin:12px 80px;gap:10px;flex-direction:column}._options_1nv5j_62 ._label_1nv5j_68{display:flex;align-items:center;gap:10px}._options_1nv5j_62 ._checkBox_1nv5j_73{padding:8px;border:2px solid black;border-radius:3px}._options_1nv5j_62 ._radioBtn_1nv5j_78{padding:8px;border:2px solid black;border-radius:100%}._gridStyle_onw06_1{display:grid;gap:16px}._dragFormContainer_onw06_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_onw06_6{height:100vh;position:fixed;width:70%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_onw06_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_onw06_25 ._dragFormHeaderTitle_onw06_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_onw06_25 img{cursor:pointer}._subHeading_onw06_44{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_onw06_50{padding:24px;padding-top:unset;height:calc(100vh - 162px);display:grid;overflow-y:auto;grid-template-columns:40% 60%}._dragFormFooter_onw06_59{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:70%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._formFeilds_onw06_73 label{margin-left:5px;font-size:14px;font-weight:400;color:#000008cc}._formFeilds_onw06_73 input{background-image:none!important}._formFeilds_onw06_73 input[type=radio]{display:block!important;width:unset!important}._formFeildInput_onw06_89{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}._formFeildInput_onw06_89 label{padding-top:5px;font-size:16px}._radioStyle_onw06_100{padding:30px 30px 0 0;height:calc(100vh - 175px);overflow:auto}._radioStyle_onw06_100 h4{margin-bottom:20px}._rightContent_onw06_109{border-left:3px solid #e9e9e9;padding:30px}._rightContent_onw06_109 span input{background:none!important}._displayFiles_onw06_117{display:flex;justify-content:space-between;padding:15px 10px;border-radius:15px;border:1px solid #e9e9e9}._displayFiles_onw06_117 span{color:#f47e16;cursor:pointer;font-weight:600}._attachDiv_onw06_130{color:#f70;font-weight:600;border-radius:15px;height:50px;text-align:center;width:40%;border:1px solid #f70;padding:13px;cursor:pointer;margin-right:10px}._boxStyle_onw06_143{display:flex;flex-direction:column;gap:10px;margin-left:30px}._docList_onw06_150{display:flex;margin-top:20px;padding:20px;gap:10px;border-radius:15px;border:1px solid #e9e9e9;flex-direction:column}._accordianStyle_onw06_160{margin-bottom:10px}._countStyle_onw06_164{display:flex;gap:10px}._gridStyle_n18zh_1{display:grid;gap:16px}._staff_attendance_calendar_date_n18zh_6{flex:0 0 50%;padding:0 15px}._staff_attendance_calendar_date_n18zh_6 select{background-color:#fff!important;margin-bottom:unset!important}._notmarked_n18zh_15,._no-data_n18zh_16,._leave_n18zh_16,._halfday_n18zh_16,._absent_n18zh_16,._present_n18zh_16{border-radius:9px;border:none;padding:10px 20px;color:#fff;min-width:108px;text-transform:capitalize;display:block;margin:10px 0 0}._present_n18zh_16{background:#4caf50}._absent_n18zh_16{background:#f44336}._halfday_n18zh_16{background:#ff5722}._leave_n18zh_16{background:#2196f3}._notmarked_n18zh_15,._no-data_n18zh_16{background:#9e9e9e;color:#383838}._leaveActive_n18zh_50,._halfdayActive_n18zh_50,._absentActive_n18zh_50,._presentActive_n18zh_50{border-radius:2.09804px}._presentActive_n18zh_50{border-bottom:2px solid #4caf50;border-right:6px solid white}._absentActive_n18zh_50{border-bottom:2px solid #f44336}._halfdayActive_n18zh_50,._leaveActive_n18zh_50{border-bottom:2px solid #ff5722}._loader_n18zh_71{display:flex;justify-content:center;align-items:center;height:inherit;height:70vh}._monthName_n18zh_79{font-size:20px;line-height:24px;color:#000c;opacity:.7;margin:1.25rem 0px}._liStyle_n18zh_87{margin:0;padding:5px 37px 5px 10px;display:inline-block;color:#000;font-size:17px;font-weight:700;opacity:.54;text-transform:uppercase;position:relative}._liSpanStyle_n18zh_99{width:5px;height:5px;border-radius:100%;position:absolute;left:0;top:12px}._tableHeader_n18zh_108{background:#eceae2;padding:30px;position:relative;border-radius:12px;box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}._innerSlot_n18zh_116{margin-top:22px}._calenderSlot_n18zh_120{border-radius:12px;margin-bottom:26px;background:#eceae2;box-shadow:5px 3px 8px -4px #0003,0 12px 24px 4px #00040024,0 11px 9px 8px #0000;padding:20px 20px 20px 30px}._gridStyle_205k1_1{display:grid;gap:16px}._multicolorBar_205k1_6 ._values_205k1_6 ._value_205k1_6{float:left;text-align:center;font-size:14px;font-weight:600}._multicolorBar_205k1_6 ._scale_205k1_13 ._graduation_205k1_13{float:left;text-align:center}._multicolorBar_205k1_6 ._bars_205k1_18 ._bar_205k1_18{float:left;height:20px}._multicolorBar_205k1_6 ._bars_205k1_18 div._bar_205k1_18:first-of-type{border-top-left-radius:5px;border-bottom-left-radius:5px}._multicolorBar_205k1_6 ._bars_205k1_18 div._bar_205k1_18:last-of-type{border-top-right-radius:5px;border-bottom-right-radius:5px}._multicolorBar_205k1_6 ._legends_205k1_33{text-align:center}._multicolorBar_205k1_6 ._legends_205k1_33 ._legend_205k1_33{display:inline-block;margin:0 5px;text-align:center;padding-top:5px}._multicolorBar_205k1_6 ._legends_205k1_33 ._legend_205k1_33 ._dot_205k1_44{font-size:18px;vertical-align:middle}._multicolorBar_205k1_6 ._legends_205k1_33 ._legend_205k1_33 ._label_205k1_49{font-size:12px;margin-left:2px;vertical-align:middle}._gridStyle_145dl_1{display:grid;gap:16px}._editSchoolHouse_145dl_6{background-color:#fff;padding:25px;width:528px;position:relative;text-align:center}._editSchoolHeader_145dl_14{padding-bottom:20px;display:flex;justify-content:flex-start;padding-left:0}._editSchoolHeader_145dl_14 h3{font-weight:600;padding-right:28px}._editSchoolHeader_145dl_14 ._closeIcon_145dl_27{margin:15px 26px 10px 0;padding:10px}._footerStyle_145dl_32{display:flex;padding:20px 0;justify-content:center}._gridStyle_1y6e1_1{display:grid;gap:16px}._fee_dashboard_v2_container_1y6e1_6{margin:94px 37px}._headerStyle_1y6e1_10{margin-top:unset!important;padding-top:24px!important}._skeletonSelect_1y6e1_15{width:100%}._unset_border_input_1y6e1_19 input{border:unset!important}._academic_year_1y6e1_23{position:relative}._academic_year_1y6e1_23 select,._academic_year_custom_select_1y6e1_26{width:212px;height:44px;border:1px solid RGBA(155 154 154/99%);border-radius:4px;background:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.95906%201.4751L5.69906%204.7351C5.31406%205.1201%204.68406%205.1201%204.29906%204.7351L1.03906%201.4751'%20stroke='%23888888'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;font-size:12px;color:#000;line-height:18px;font-weight:500;opacity:.75;padding-left:50px;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._academic_year_custom_select_selected_1y6e1_43{border:1px solid var(--primary-color60)!important;color:var(--primary-color60)!important}._academic_year_search_result_1y6e1_47{position:absolute;border:1px solid RGBA(155 154 154/99%);box-shadow:0 8px 24px #11111a0f,0 12px 32px #11111a0f;border-radius:4px;background:#fff;display:flex;padding-top:17px;padding-bottom:17px;z-index:10;gap:10px}._academic_year_search_result_section_1y6e1_59{width:182px;height:153px;overflow:auto}._academic_year_1y6e1_23>img{position:absolute;bottom:14px;left:14px}._checked-input_1y6e1_70+label{display:inline-block}._checked-input_1y6e1_70:checked+label{color:#f47e16!important;font-weight:700!important;font-size:16px!important;line-height:24px!important}._focusedCheckbox_1y6e1_81{background-color:#f08b311a!important}._checkboxPadding_1y6e1_85{padding-left:36px!important;padding-top:4px!important;padding-bottom:4px!important}._yearContainer_1y6e1_91{display:flex;flex-wrap:wrap;gap:20px}._tabs_container_1y6e1_97{display:flex;margin:50px 0}._tab_1y6e1_97{padding:7px 22px;background:#f7f8fa;font-size:15px;color:#000;line-height:30px;font-weight:500;opacity:1;cursor:pointer}._tab_1y6e1_97:first-child{border-radius:8px 0 0 8px}._tab_1y6e1_97:last-child{border-radius:0 8px 8px 0}._tab_1y6e1_97:not(:first-child){border-left:1px solid #d9dadc}._selected_1y6e1_122{padding:7px 43px 7px 44px;background:#f47e16;font-size:15px;color:#fff;line-height:30px;font-weight:500;opacity:1}._search_section_1y6e1_132{margin:14px 0;display:flex}._search_1y6e1_132{flex:0 0 65%}._receivable_1y6e1_141{display:flex;flex:0 0 35%;flex-direction:column;gap:20px}._receivable_container_1y6e1_148{padding:24px 28px;border:1px solid #e7e8f2}._receivable_container_1y6e1_148 ._sub_heading_1y6e1_152{font-size:18px;color:#33343d;line-height:27px;font-weight:500;opacity:1;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;margin-top:4px}._receivable_container2_1y6e1_165{padding:24px 28px;border:1px solid #e7e8f2}._receivable_container2_1y6e1_165 ._sub_heading_1y6e1_152{font-size:18px;color:#33343d;line-height:27px;font-weight:500;opacity:1;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;margin-top:4px}._amount_1y6e1_182{font-size:28px;color:#003d4d;line-height:42px;font-weight:600;opacity:1}._Filter_container_1y6e1_190{margin-top:12px}._filter_by_dates_1y6e1_194,._filter_by_component_1y6e1_194,._filter_by_route_1y6e1_194,._filter_by_class_1y6e1_194{display:flex;gap:20px;margin-bottom:24px}._filter_headers_1y6e1_200{font-size:18px;color:#535353;line-height:27px;font-weight:600;opacity:.75;margin-bottom:unset}._filter_items_1y6e1_209{display:flex;gap:20px}._Collection_container_1y6e1_214{background:#fff;border:1px solid #e7e8f2;border-radius:6px 6px 0 0;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}._StudentCount_container_1y6e1_221{background:#fff;display:flex;flex-direction:column;gap:20px}._StudentCount_container_1y6e1_221 ._sub_heading_1y6e1_152{font-size:18px;color:#33343d;line-height:27px;font-weight:500;opacity:1;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;margin-top:4px}._StudentCount_header_1y6e1_240{border:1px solid #e7e8f2;border-radius:6px;padding:21px 23px;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}._collection_header_1y6e1_247{display:flex;justify-content:space-between;align-items:center;padding:24px 27px;border-bottom:1px solid #e7e8f2}._header_1y6e1_10{font-size:18px;color:#33343d;line-height:27px;font-weight:500;opacity:1;margin-bottom:unset}._studentcount_details_1y6e1_264{font-size:20px;color:#003d4d;line-height:30px;font-weight:600;opacity:1}._body_1y6e1_272{padding:17px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}._due_header_1y6e1_280{padding:24px 27px;border-bottom:1px solid #e7e8f2}._feeDue_header_1y6e1_285{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._caret_down_1y6e1_292{left:180px!important;top:19px!important}._icons_1y6e1_297{display:flex;gap:10px;justify-content:center;align-items:center}._sendReminder_btn_1y6e1_304{width:142px;height:24px;background:#f47e16;border-radius:4px;text-align:center;font-size:14px;color:#fff;line-height:14px;font-weight:700;opacity:1;display:flex;justify-content:center;align-items:center;cursor:pointer}._sendReminderContainer_1y6e1_321{display:flex;justify-content:space-between;align-items:center}._dragForm_1y6e1_327{height:100vh;position:fixed;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormBody_1y6e1_335{height:100vh}._crossIcon_1y6e1_339{left:156px!important;bottom:38px!important}._labelStyle_1y6e1_344{opacity:.75;bottom:75px;font-size:13px;position:absolute;font-weight:500}._last_updated_1y6e1_352{font-size:12px;color:#888;margin-top:8px}._gridStyle_178w2_1{display:grid;gap:16px}._btnAlignment_178w2_6{display:flex;justify-content:center}._btn_178w2_6:hover{color:#fff!important;background:var(--hover-background, #ffffff)!important;color:var(--hover-color, rgba(56, 56, 56, .6))!important}._present_178w2_17{font-size:20px;color:#4caf50;line-height:20px;font-weight:700;opacity:1}._present_178w2_17 span{color:#000}._absent_178w2_28{font-size:20px;color:#f44336;line-height:20px;font-weight:700;opacity:1}._absent_178w2_28 span{color:#000}._halfday_178w2_39{font-size:20px;color:#ff5722;line-height:20px;font-weight:700;opacity:1}._halfday_178w2_39 span{color:#000}._leave_178w2_50{font-size:20px;color:#2196f3;line-height:20px;font-weight:700;opacity:1}._leave_178w2_50 span{color:#000}._notmarked_178w2_61{font-size:20px;color:#9e9e9e;line-height:20px;font-weight:700;opacity:1}._notmarked_178w2_61 span{color:#000}._padbot16_178w2_72{padding-bottom:16px}._attendanceRow_178w2_76{position:relative;padding-top:6px}._statusRow_178w2_81{display:flex;justify-content:space-between;align-items:center;padding:30px 0}._statusRow_178w2_81 p{margin-bottom:unset}._thHeader_178w2_91{background:linear-gradient(174.97deg,#003d4d 5.64%,#00c996 307.72%);color:#fff;height:56px;position:sticky;top:70px;z-index:5}._teacherNameStyle_178w2_101{margin-top:20px;font-size:25px!important;font-weight:700!important;color:#000!important;text-transform:uppercase;padding:25px 0;opacity:1!important;line-height:20px!important;text-align:center}._toolTipStyle_178w2_113{position:relative;left:5px;top:2px}._downloadBtnContainer_178w2_119{display:flex;gap:10px;align-items:center}._row1Style_178w2_125{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #e9e9e9;padding:20px 0 25px;margin-bottom:25px}._content1Style_178w2_134{display:flex;gap:20px}._noDataStyle_178w2_139{border:1px solid #e9e9e9;padding:20px 0;border-radius:5px;margin-top:25px}._dragForm_178w2_146{height:100vh;position:fixed;width:35%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_178w2_155{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_178w2_155 ._dragFormHeaderTitle_178w2_164{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_178w2_155 img{cursor:pointer}._subHeading_178w2_174{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormContainer_178w2_180{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragFormBody_178w2_190{margin-top:45px;padding:24px;padding-top:unset;height:calc(100vh - 162px);overflow-y:auto}._dragFormFooter_178w2_198{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:35%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._gridStyle_kbfsr_1{display:grid;gap:16px}._optionsStyle_kbfsr_6{display:flex;justify-content:space-between;width:100%}._gridStyle_1iclz_1{display:grid;gap:16px}._dragFormContainer_1iclz_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_1iclz_6{height:100vh;position:fixed;width:40%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_1iclz_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_1iclz_25 ._dragFormHeaderTitle_1iclz_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._staffName_1iclz_41{font-size:22px;color:#000;font-weight:500}._dragFormSteps_1iclz_47{padding:16px;padding-bottom:unset}._dragFormBody_1iclz_56{padding:24px;padding-top:unset;margin-top:25px}._dragFormFooter_1iclz_62{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #35353a0f,0 0 32px #11111a0f;height:94px;width:40%;display:flex;justify-content:flex-end;align-items:center;padding:20px;gap:20px}._subHeading_1iclz_76{color:#fff}._timeStyle_1iclz_80{display:flex}._timeStyle_1iclz_80 li{font-size:16px;font-weight:500;padding:15px 0 10px!important}._timeStyle_1iclz_80 li:nth-child(2){color:#00000880}._content_1iclz_94{padding:10px 0 20px;width:-moz-fit-content;overflow:auto;height:calc(100vh - 115px);margin-top:10px;border-top:3px solid #e9e9e9}._content_1iclz_94 div:last-child{padding-bottom:15px}._wholeTimings_1iclz_108{border-bottom:1px solid #e9e9e9}._extraTimeStyle_1iclz_112{font-size:16px;font-weight:500;padding-top:15px;position:relative;top:15px}._extraTimeStyle_1iclz_112 p{margin-bottom:unset!important;padding-bottom:10px}._extraTimeStyle_1iclz_112 ul{position:relative;left:5%}._extraTimeStyle_1iclz_112 ul li{padding-bottom:10px!important}._extraTimeStyle_1iclz_112 ul li span{color:#00000880}._gridStyle_qbjgp_1{display:grid;gap:16px}._padhighschool_qbjgp_6{padding:8px 10px 10px!important}._container_qbjgp_10{padding:16px;position:relative;margin:8px 0}._searchInput_qbjgp_16{border-radius:8px;padding:7px 131px 8px 40px;outline:1px solid #ffffff;height:49px;margin-bottom:unset;color:#fff}._searchIcon_qbjgp_25{color:#fff}._resultsContainer_qbjgp_29{padding:12px 16px;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 24px #11111a0f,0 12px 32px #11111a0f;border-radius:8px;position:absolute;height:168px;overflow-y:auto;width:calc(100% - 32px);margin-top:10px;background:#042c36;z-index:1}._item_qbjgp_44{font-size:16px;color:#fff;line-height:24px;font-weight:400;opacity:1;cursor:pointer;padding:8px 16px;margin-bottom:unset}._item_qbjgp_44:hover{background:#1d4e5f;border-radius:8px;padding:8px 16px;margin-bottom:unset}@media screen and (max-width:500px){._diplayNone_qbjgp_63{display:none!important}._widthFull_qbjgp_66{margin-left:1px!important;width:100%!important}}._diplayNone2_qbjgp_71{display:none}._unsetOverflow_qbjgp_75{overflow:unset!important}._errorMsgStyle_qbjgp_79{text-align:center;color:#fff}._gridStyle_pjw68_1{display:grid;gap:16px}._headerIconStyle_pjw68_6{background:#fbedd4;width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#f70}._headerIconStyle_pjw68_6:hover{transform:translate3d(0,-5px,0);transition:.1s}._wholeIcon_pjw68_22{background:#fbedd4;height:40px;width:40px;border-radius:100%;display:flex;align-items:center;justify-content:center}._header_pjw68_6{height:73px;box-shadow:0 4px 14px #11111a14;display:flex;justify-content:space-between;padding:0 30px 0 35px;z-index:9;position:fixed}._header_pjw68_6 ._headerTitle_pjw68_42{font-style:normal;font-weight:700;font-size:19px;line-height:30px}._header_pjw68_6 ._subTitle_pjw68_48{font-size:12px;font-weight:600;margin-bottom:0;opacity:.54}._header_pjw68_6 ._iconLabel_pjw68_54{font-size:13px;font-weight:400;display:flex;justify-content:center;margin-top:-8px;opacity:.55}._header_pjw68_6 ._iconLabelIcon_pjw68_62{padding-left:5px}._header_pjw68_6 ._iconContainer_pjw68_65{display:flex;justify-content:center}._header_pjw68_6 ._iconLabelWrapper_pjw68_69{margin-right:20px;margin-top:-10px;cursor:pointer}@media screen and (max-width:1100px){._header_pjw68_6 ._iconLabelWrapper_pjw68_69{margin-right:10px;margin-top:-10px;cursor:pointer}}._collapse_pjw68_82{width:calc(100vw - 128px)}._expand_pjw68_86{width:calc(100vw - 288px)}._logout_pjw68_90{position:absolute;display:block;background:#fff;border:1px solid #eeeeee;box-shadow:0 4px 14px #11111a14;min-width:150px;padding:12px;border-radius:8px;top:72px;right:22px;z-index:999}._accountItem_pjw68_104{margin-bottom:.5rem;display:flex;align-items:center}._accountItem_pjw68_104 span{margin-left:5px}._iconStyleMui_pjw68_113{height:40px;width:40px;border-radius:100%;display:flex;justify-content:center;align-items:center;margin-left:19px;margin-top:7px}@media screen and (max-width:500px){._diplayNone_pjw68_125{display:none}}._gridStyle_1druq_1{display:grid;gap:16px}._notificationWrapper_1druq_6{margin-left:-200px;width:420px;max-height:600px;background:#fff;box-shadow:0 20px 40px #0000001a,0 8px 16px #0000000f;border-radius:16px;position:absolute;top:80px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);animation:_slideInDown_1druq_1 .3s ease-out;transform-origin:top center}@keyframes _slideInDown_1druq_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._notificationWrapper_1druq_6 ._header_1druq_31{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}._notificationWrapper_1druq_6 ._header_1druq_31 ._headerTitle_1druq_36{color:#fff;font-weight:600;display:flex;align-items:center;gap:12px;margin:0}._notificationWrapper_1druq_6 ._header_1druq_31 ._headerIcon_1druq_44{font-size:24px}._notificationWrapper_1druq_6 ._content_1druq_47{max-height:520px;overflow-y:auto;overflow-x:hidden}._notificationWrapper_1druq_6 ._content_1druq_47::-webkit-scrollbar{width:6px}._notificationWrapper_1druq_6 ._content_1druq_47::-webkit-scrollbar-track{background:#f1f1f1}._notificationWrapper_1druq_6 ._content_1druq_47::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._notificationWrapper_1druq_6 ._content_1druq_47::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._notificationWrapper_1druq_6 ._loaderContainer_1druq_65{display:flex;justify-content:center;align-items:center;height:200px}._notificationWrapper_1druq_6 ._emptyNotifications_1druq_71{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}._notificationWrapper_1druq_6 ._emptyNotifications_1druq_71 ._emptyIcon_1druq_79{font-size:64px;color:#e0e0e0;margin-bottom:16px}._notificationWrapper_1druq_6 ._emptyNotifications_1druq_71 ._emptyTitle_1druq_84{color:#424242;font-weight:600;margin-bottom:8px}._notificationWrapper_1druq_6 ._emptyNotifications_1druq_71 ._emptySubtitle_1druq_89{color:#757575;max-width:280px}._notificationWrapper_1druq_6 ._notification_1druq_6{transition:all .3s ease;cursor:pointer;border-bottom:1px solid #f5f5f5;position:relative;transform:translate(0)}._notificationWrapper_1druq_6 ._notification_1druq_6:hover{background-color:#f8f9fa;transform:translate(4px);box-shadow:0 4px 12px #0000001a}._notificationWrapper_1druq_6 ._notification_1druq_6:last-child{border-bottom:none}._notificationWrapper_1druq_6 ._notification_1druq_6 ._notificationContent_1druq_108{display:flex;align-items:flex-start;padding:20px 24px;gap:16px}._notificationWrapper_1druq_6 ._notification_1druq_6 ._avatarContainer_1druq_114{position:relative;flex-shrink:0}._notificationWrapper_1druq_6 ._notification_1druq_6 ._avatarContainer_1druq_114 ._avatar_1druq_114{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2)}._notificationWrapper_1druq_6 ._notification_1druq_6 ._avatarContainer_1druq_114 ._avatar_1druq_114 svg{font-size:24px}._notificationWrapper_1druq_6 ._notification_1druq_6 ._avatarContainer_1druq_114 ._unreadDot_1druq_126{position:absolute;top:-2px;right:-2px;font-size:16px;color:#f44;background:#fff;border-radius:50%}._notificationWrapper_1druq_6 ._notification_1druq_6 ._messageContainer_1druq_135{flex:1;min-width:0}._notificationWrapper_1druq_6 ._notification_1druq_6 ._messageContainer_1druq_135 ._title_1druq_139{font-weight:600;color:#212121;margin-bottom:4px;line-height:1.4}._notificationWrapper_1druq_6 ._notification_1druq_6 ._messageContainer_1druq_135 ._description_1druq_145{color:#616161;line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._notificationWrapper_1druq_6 ._notification_1druq_6 ._messageContainer_1druq_135 ._timestamp_1druq_154{color:#9e9e9e;font-size:12px;font-weight:500}._notificationWrapper_1druq_6 ._notification_1druq_6 ._actionContainer_1druq_159{flex-shrink:0}._notificationWrapper_1druq_6 ._notification_1druq_6 ._actionContainer_1druq_159 ._downloadButton_1druq_162{color:#1976d2;background-color:#1976d214;transition:all .2s ease}._notificationWrapper_1druq_6 ._notification_1druq_6 ._actionContainer_1druq_159 ._downloadButton_1druq_162:hover{background-color:#1976d21f;transform:scale(1.05)}._notificationWrapper_1druq_6 ._readNotification_1druq_171{opacity:.8}._notificationWrapper_1druq_6 ._unreadNotification_1druq_174{background:linear-gradient(90deg,rgba(25,118,210,.02) 0%,transparent 100%);border-left:3px solid #1976d2}._gridStyle_11cp8_1{display:grid;gap:16px}._dragFormContainer_11cp8_6{background:#0000004d;z-index:799;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_11cp8_6{height:100vh;position:fixed;width:70%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_11cp8_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_11cp8_25 ._dragFormHeaderTitle_11cp8_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_11cp8_25 img{cursor:pointer}._subHeading_11cp8_44{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_11cp8_50{padding:24px;padding-top:unset;height:calc(100vh - 162px);overflow-y:auto;scroll-behavior:smooth}._dragFormFooter_11cp8_58{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:70%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._imageStyles_11cp8_72{display:flex;flex-wrap:wrap;gap:24px;justify-items:center}._dragFormSteps_11cp8_79{padding:16px;padding-bottom:unset}._imageContainer_11cp8_88{border:1px solid rgba(0,0,0,.1215686275);border-radius:10px;width:fit-content}._imageContainer_11cp8_88 p{margin-bottom:.35rem;text-align:center;padding:10px 0}._securityImage_11cp8_100 img{height:272px;background:#fff5edad;border:1px solid rgba(0,0,0,.1215686275);border-radius:10px 10px 0 0}._gridStyle_1223l_1{display:grid;gap:16px}._loaded_1223l_6{position:relative;top:30%;left:50%}._yearContainer_1223l_12{padding:24px;margin-bottom:-40px}._yearSelect_1223l_17{position:relative;width:50%;margin-top:15px;left:-10px}._yearSelect_1223l_17{position:relative;width:45%;margin-top:15px;left:-10px}._formFeilds_1223l_31{width:48%}._formFeilds_1223l_31 label{margin-left:10px;font-size:14px;font-weight:400;color:#000008cc}._formFeilds_1223l_31 input{background-image:none!important}._formFeilds_1223l_31 input[type=radio]{display:block!important}._formFeildInput_1223l_50{display:flex;justify-content:space-around;border:1px solid;border-radius:14px;height:45px;margin-top:19px;margin-bottom:30px}._formFeildInput_1223l_50 label{padding-top:10%;font-size:16px}._inputSection_1223l_64{margin:20px 0}._inputSectionStyle_1223l_68{display:flex;gap:20px}._statusLabel_1223l_78{position:relative;top:-58px;font-size:15px!important;left:-80%!important}._outputStyle_1223l_85{margin:20px 0}._formFeilds_1223l_31 input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}._gridStyle_1enb7_1{display:grid;gap:16px}._itemStyle_1enb7_6{margin:10px 15px;gap:10px;display:flex;align-items:center;padding:15px 10px;border:2px solid #e9e9e9;border-radius:15px}._itemStyle_1enb7_6:hover{background:#e9e9e9}._itemStyle_1enb7_6:hover p{color:#000;font-weight:bolder}._itemStyle2_1enb7_23{margin:15px;gap:15px;display:flex;align-items:center;padding:5px 10px;border:1px solid #e9e9e9;border-radius:10px;box-shadow:1px 1px 3px #00000030}._itemStyle2_1enb7_23:hover{background:#e9e9e9}._itemStyle2_1enb7_23:hover p{color:#000;font-weight:bolder}._nameStyle_1enb7_41{margin-bottom:unset!important;font-weight:500;font-size:.875rem;line-height:1.5rem;letter-spacing:.01071em}._gridStyle_buz3o_1{display:grid;gap:16px}._loaded_buz3o_6{position:relative;top:30%;left:50%}._yearContainer_buz3o_12{padding:24px;margin-bottom:-40px}._yearSelect_buz3o_17{position:relative;width:50%;margin-top:15px;left:-10px}._formFeilds_buz3o_24{width:48%}._formFeilds_buz3o_24 label{margin-left:10px;font-size:14px;font-weight:400;color:#000008cc}._formFeilds_buz3o_24 input{background-image:none!important}._formFeilds_buz3o_24 input[type=radio]{display:block!important}._formFeilds_buz3o_24 input[type=number]{width:100%!important}._formFeildInput_buz3o_47{display:flex;justify-content:space-around;border:1px solid;border-radius:14px;height:45px;margin-top:19px;margin-bottom:30px}._formFeildInput_buz3o_47 label{padding-top:9%;font-size:16px}._inputSection_buz3o_61{margin:20px 0}._inputSectionStyle_buz3o_65{display:flex;gap:20px}hr{border:1px solid rgba(0,0,0,.1215686275);margin-top:25px}._statusLabel_buz3o_75{position:relative;top:-58px;font-size:15px!important;left:-80%!important}._outputStyle_buz3o_82{margin:20px 0}._formFeilds_buz3o_24 input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.accordion{border:1px solid rgba(0,0,0,.1);border-radius:2px}.accordion__item+.accordion__item{border-top:1px solid rgba(0,0,0,.1)}.accordion__button{background-color:#f4f4f4;color:#444;cursor:pointer;padding:18px;width:100%;text-align:left;border:none}.accordion__button:hover{background-color:#ddd}.accordion__button:before{display:inline-block;content:"";height:10px;width:10px;margin-right:12px;border-bottom:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(-45deg)}.accordion__button[aria-expanded=true]:before,.accordion__button[aria-selected=true]:before{transform:rotate(45deg)}[hidden]{display:none}.accordion__panel{padding:20px;animation:fadein .35s ease-in}@keyframes fadein{0%{opacity:0}to{opacity:1}}.video-react .video-react-control:before,.video-react .video-react-big-play-button:before{position:absolute;top:0;left:0;width:100%;height:100%}.video-react .video-react-control:before,.video-react .video-react-big-play-button:before{text-align:center}@font-face{font-family:video-react;src:url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("eot")}@font-face{font-family:video-react;src:url(data:application/font-woff;base64,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) format("woff"),url(data:application/x-font-ttf;base64,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) format("truetype");font-weight:400;font-style:normal}.video-react-icon,.video-react .video-react-closed-caption,.video-react .video-react-bezel .video-react-bezel-icon,.video-react .video-react-volume-level,.video-react .video-react-mute-control,.video-react .video-react-volume-menu-button,.video-react .video-react-play-control,.video-react .video-react-play-progress,.video-react .video-react-big-play-button{font-family:video-react!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.video-react-icon-play-arrow:before,.video-react .video-react-bezel .video-react-bezel-icon-play:before,.video-react .video-react-play-control:before,.video-react .video-react-big-play-button:before{content:""}.video-react-icon-play-circle-filled:before{content:""}.video-react-icon-play-circle-outline:before{content:""}.video-react-icon-pause:before,.video-react .video-react-bezel .video-react-bezel-icon-pause:before,.video-react .video-react-play-control.video-react-playing:before{content:""}.video-react-icon-pause-circle-filled:before{content:""}.video-react-icon-pause-circle-outline:before{content:""}.video-react-icon-stop:before{content:""}.video-react-icon-fast-rewind:before,.video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before{content:""}.video-react-icon-fast-forward:before,.video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before{content:""}.video-react-icon-skip-previous:before{content:""}.video-react-icon-skip-next:before{content:""}.video-react-icon-replay-5:before,.video-react .video-react-bezel .video-react-bezel-icon-replay-5:before{content:""}.video-react-icon-replay-10:before,.video-react .video-react-bezel .video-react-bezel-icon-replay-10:before{content:""}.video-react-icon-replay-30:before,.video-react .video-react-bezel .video-react-bezel-icon-replay-30:before{content:""}.video-react-icon-forward-5:before,.video-react .video-react-bezel .video-react-bezel-icon-forward-5:before{content:""}.video-react-icon-forward-10:before,.video-react .video-react-bezel .video-react-bezel-icon-forward-10:before{content:""}.video-react-icon-forward-30:before,.video-react .video-react-bezel .video-react-bezel-icon-forward-30:before{content:""}.video-react-icon-volume-off:before,.video-react .video-react-bezel .video-react-bezel-icon-volume-off:before,.video-react .video-react-mute-control.video-react-vol-muted:before,.video-react .video-react-volume-menu-button.video-react-vol-muted:before{content:""}.video-react-icon-volume-mute:before,.video-react .video-react-mute-control.video-react-vol-0:before,.video-react .video-react-volume-menu-button.video-react-vol-0:before{content:""}.video-react-icon-volume-down:before,.video-react .video-react-bezel .video-react-bezel-icon-volume-down:before,.video-react .video-react-mute-control.video-react-vol-2:before,.video-react .video-react-volume-menu-button.video-react-vol-2:before,.video-react .video-react-mute-control.video-react-vol-1:before,.video-react .video-react-volume-menu-button.video-react-vol-1:before{content:""}.video-react-icon-volume-up:before,.video-react .video-react-bezel .video-react-bezel-icon-volume-up:before,.video-react .video-react-mute-control:before,.video-react .video-react-volume-menu-button:before{content:""}.video-react-icon-fullscreen:before{content:""}.video-react-icon-fullscreen-exit:before{content:""}.video-react-icon-closed-caption:before,.video-react .video-react-closed-caption:before{content:""}.video-react-icon-hd:before{content:""}.video-react-icon-settings:before{content:""}.video-react-icon-share:before{content:""}.video-react-icon-info:before{content:""}.video-react-icon-info-outline:before{content:""}.video-react-icon-close:before{content:""}.video-react-icon-circle:before,.video-react .video-react-volume-level:before,.video-react .video-react-play-progress:before{content:""}.video-react-icon-circle-outline:before{content:""}.video-react-icon-circle-inner-circle:before{content:""}.video-react{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;font-size:10px;line-height:1;font-family:serif,Times,Times New Roman;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-react:-moz-full-screen{position:absolute}.video-react:-webkit-full-screen{width:100%!important;height:100%!important}.video-react *,.video-react *:before,.video-react *:after{box-sizing:inherit}.video-react ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-react.video-react-fluid,.video-react.video-react-16-9,.video-react.video-react-4-3{width:100%;max-width:100%;height:0}.video-react.video-react-16-9{padding-top:56.25%}.video-react.video-react-4-3{padding-top:75%}.video-react.video-react-fill{width:100%;height:100%}.video-react .video-react-video{position:absolute;top:0;left:0;width:100%;height:100%}.video-react.video-react-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-react.video-react-fullscreen.video-react-user-inactive{cursor:none}body.video-react-full-window{padding:0;margin:0;height:100%;overflow-y:auto}body.video-react-full-window .video-react-fullscreen{position:fixed;overflow:hidden;z-index:1000;inset:0}.video-react button{background:none;border:none;color:inherit;display:inline-block;cursor:pointer;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-react .video-react-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px}.video-react .video-react-loading-spinner:before,.video-react .video-react-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff;-webkit-animation:video-react-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,video-react-spinner-fade 1.1s linear infinite;animation:video-react-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,video-react-spinner-fade 1.1s linear infinite}.video-react-seeking .video-react-loading-spinner,.video-react-waiting .video-react-loading-spinner{display:block}.video-react-seeking .video-react-loading-spinner:before,.video-react-waiting .video-react-loading-spinner:before{border-top-color:#fff}.video-react-seeking .video-react-loading-spinner:after,.video-react-waiting .video-react-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes video-react-spinner-spin{to{transform:rotate(360deg)}}@-webkit-keyframes video-react-spinner-spin{to{-webkit-transform:rotate(360deg)}}@keyframes video-react-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes video-react-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-react .video-react-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.video-react .video-react-big-play-button.video-react-big-play-button-center{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-react .video-react-big-play-button.big-play-button-hide{display:none}.video-react:hover .video-react-big-play-button,.video-react .video-react-big-play-button:focus{outline:0;border-color:#fff;background-color:#73859f;background-color:#73859f80;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.video-react-menu-button{cursor:pointer}.video-react-menu-button.video-react-disabled{cursor:default}.video-react-menu .video-react-menu-content{display:block;padding:0;margin:0;overflow:auto;font-family:serif,Times,Times New Roman}.video-react-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center}.video-react-menu li:focus,.video-react-menu li:hover{outline:0;background-color:#73859f;background-color:#73859f80}.video-react-menu li.video-react-selected,.video-react-menu li.video-react-selected:focus,.video-react-menu li.video-react-selected:hover{background-color:#fff;color:#2b333f}.video-react-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.video-react-scrubbing .vjs-menu-button:hover .video-react-menu{display:none}.video-react .video-react-menu-button-popup .video-react-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.video-react-menu-button-popup .video-react-menu.video-react-lock-showing{display:block}.video-react .video-react-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;overflow:hidden}.video-react .video-react-menu-button-inline:before{width:2.222222222em}.video-react .video-react-menu-button-inline:hover,.video-react .video-react-menu-button-inline:focus,.video-react .video-react-menu-button-inline.video-react-slider-active{width:12em}.video-react .video-react-menu-button-inline:hover .video-react-menu,.video-react .video-react-menu-button-inline:focus .video-react-menu,.video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu{display:block;opacity:1}.video-react .video-react-menu-button-inline.video-react-slider-active{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.video-react .video-react-menu-button-inline .video-react-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.video-react .video-react-menu-button-inline .video-react-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-react-no-flex .video-react-menu-button-inline .video-react-menu{display:block;opacity:1;position:relative;width:auto}.video-react-no-flex .video-react-menu-button-inline:hover,.video-react-no-flex .video-react-menu-button-inline:focus,.video-react-no-flex .video-react-menu-button-inline.video-react-slider-active{width:auto}.video-react .video-react-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;inset:0;height:100%}.video-react .video-react-poster img{display:block;vertical-align:middle;margin:0 auto;max-height:100%;padding:0;width:100%}.video-react .video-react-slider{outline:0;position:relative;cursor:pointer;padding:0;margin:0 .45em;background-color:#73859f;background-color:#73859f80}.video-react .video-react-slider:focus{-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-react .video-react-control{outline:none;position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-react .video-react-control:before{font-size:1.8em;line-height:1.67}.video-react .video-react-control:focus:before,.video-react .video-react-control:hover:before,.video-react .video-react-control:focus{text-shadow:0em 0em 1em #fff,0em 0em .5em #fff}.video-react .video-react-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-react-no-flex .video-react-control{display:table-cell;vertical-align:middle}.video-react .video-react-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.video-react-has-started .video-react-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-react-controls-disabled .video-react-control-bar,.video-react-using-native-controls .video-react-control-bar,.video-react-error .video-react-control-bar{display:none!important}.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar{opacity:1;visibility:visible}.video-react-has-started.video-react-no-flex .video-react-control-bar{display:table}.video-react .video-react-progress-control{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}.video-react-live .video-react-progress-control{display:none}.video-react .video-react-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}.video-react .video-react-progress-control:hover .video-react-progress-holder{font-size:1.6666666667em}.video-react .video-react-progress-control:hover .video-react-time-tooltip,.video-react .video-react-progress-control:hover .video-react-mouse-display:after,.video-react .video-react-progress-control:hover .video-react-play-progress:after{visibility:visible;font-size:.6em}.video-react .video-react-progress-holder .video-react-play-progress,.video-react .video-react-progress-holder .video-react-load-progress,.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,.video-react .video-react-progress-holder .video-react-load-progress div{position:absolute;display:block;height:.3em;margin:0;padding:0;width:0;left:0;top:0}.video-react .video-react-play-progress{background-color:#fff}.video-react .video-react-play-progress:before{position:absolute;top:-.3333333333em;right:-.5em;font-size:.9em}.video-react .video-react-time-tooltip,.video-react .video-react-mouse-display:after,.video-react .video-react-play-progress:after{visibility:hidden;pointer-events:none;position:absolute;top:-3.4em;right:-1.9em;font-size:.9em;color:#000;content:attr(data-current-time);padding:6px 8px 8px;background-color:#fff;background-color:#fffc;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em}.video-react .video-react-time-tooltip,.video-react .video-react-play-progress:before,.video-react .video-react-play-progress:after{z-index:1}.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after{display:none}.video-react .video-react-load-progress{background:#bfc7d3;background:#73859f80}.video-react .video-react-load-progress div{background:#fff;background:#73859fbf}.video-react.video-react-no-flex .video-react-progress-control{width:auto}.video-react .video-react-time-tooltip{display:inline-block;height:2.4em;position:relative;float:right;right:-1.9em}.video-react .video-react-tooltip-progress-bar{visibility:hidden}.video-react .video-react-progress-control .video-react-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-react-no-flex .video-react-progress-control .video-react-mouse-display{z-index:0}.video-react .video-react-progress-control:hover .video-react-mouse-display{display:block}.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after{display:none}.video-react .video-react-mouse-display .video-react-time-tooltip,.video-react .video-react-progress-control .video-react-mouse-display:after{color:#fff;background-color:#000;background-color:#000c}.video-react .video-react-play-control,.video-react .video-react-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-react.video-react-fullscreen{position:fixed;inset:0;z-index:9999}.video-react .video-react-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-react .video-react-time-divider{line-height:3em;min-width:initial;padding:0}.video-react .video-react-mute-control,.video-react .video-react-volume-menu-button{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-react .video-react-volume-control{width:5em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.video-react .video-react-volume-bar{margin:1.35em .45em}.video-react .video-react-volume-bar.video-react-slider-horizontal{width:5em;height:.3em}.video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level{width:100%}.video-react .video-react-volume-bar.video-react-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level{height:100%}.video-react .video-react-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-react .video-react-volume-level:before{position:absolute;font-size:.9em}.video-react .video-react-slider-vertical .video-react-volume-level{width:.3em}.video-react .video-react-slider-vertical .video-react-volume-level:before{top:-.5em;left:-.3em}.video-react .video-react-slider-horizontal .video-react-volume-level{height:.3em}.video-react .video-react-slider-horizontal .video-react-volume-level:before{top:-.3em;right:-.5em}.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu{display:block;width:0;height:0;border-top-color:transparent}.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu{left:.5em;height:8em}.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu{left:-2em}.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content{height:0;width:0;overflow-x:hidden;overflow-y:hidden}.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content{height:8em;width:2.9em}.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content{height:2.9em;width:8em}.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content{background-color:transparent!important}.video-react .video-react-playback-rate .video-react-playback-rate-value{line-height:3em;text-align:center}.video-react .video-react-playback-rate .video-react-menu{width:4em;left:0}.video-react .video-react-bezel{position:absolute;left:50%;top:50%;width:52px;height:52px;z-index:17;margin-left:-26px;margin-top:-26px;background:#00000080;border-radius:26px}.video-react .video-react-bezel.video-react-bezel-animation{-moz-animation:video-react-bezel-fadeout .5s linear 1 normal forwards;-webkit-animation:video-react-bezel-fadeout .5s linear 1 normal forwards;animation:video-react-bezel-fadeout .5s linear 1 normal forwards;pointer-events:none}.video-react .video-react-bezel.video-react-bezel-animation-alt{-moz-animation:video-react-bezel-fadeout-alt .5s linear 1 normal forwards;-webkit-animation:video-react-bezel-fadeout-alt .5s linear 1 normal forwards;animation:video-react-bezel-fadeout-alt .5s linear 1 normal forwards;pointer-events:none}.video-react .video-react-bezel .video-react-bezel-icon{width:36px;height:36px;margin:8px;font-size:26px;line-height:36px;text-align:center}@keyframes video-react-bezel-fadeout{0%{opacity:1}to{opacity:0;transform:scale(2)}}@keyframes video-react-bezel-fadeout-alt{0%{opacity:1}to{opacity:0;transform:scale(2)}}.video-react .video-react-closed-caption{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-react video::-webkit-media-text-track-container{-webkit-transform:translateY(-30px);transform:translateY(-30px)}._gridStyle_7ydoh_1{display:grid;gap:16px}._dragFormContainer_7ydoh_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_7ydoh_6{height:100vh;position:fixed;width:50%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_7ydoh_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_7ydoh_25 ._dragFormHeaderTitle_7ydoh_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_7ydoh_25 img{cursor:pointer}._subHeading_7ydoh_44{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_7ydoh_50{padding:24px;padding-top:unset;height:calc(100vh - 200px);overflow-y:auto;margin-top:24px}._dragFormFooter_7ydoh_58{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:50%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._gridStyle_1on7v_1{display:grid;gap:16px}._defaultStyle_1on7v_6{border-radius:.9735rem;border:.063rem solid #000;background:#fff;height:43px}._searchContainer_1on7v_13{background:#f7f8fa80;border:1px solid rgba(217,217,217,.45);border-radius:7px;height:54px;position:relative}._defaultSearchBox_1on7v_21 input{background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e") 2% center no-repeat!important;padding-left:67px;padding-right:67px;font-size:14px;color:#33343d;line-height:21px;font-weight:500;opacity:1;margin-bottom:unset;border:unset}._searchBox_1on7v_34{display:flex;align-items:center;padding:3px}._searchBox_1on7v_34 input{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%2021L19%2019M10.5%2020C11.7476%2020%2012.9829%2019.7543%2014.1355%2019.2769C15.2881%2018.7994%2016.3354%2018.0997%2017.2175%2017.2175C18.0997%2016.3354%2018.7994%2015.2881%2019.2769%2014.1355C19.7543%2012.9829%2020%2011.7476%2020%2010.5C20%209.25244%2019.7543%208.0171%2019.2769%206.86451C18.7994%205.71191%2018.0997%204.66464%2017.2175%203.78249C16.3354%202.90033%2015.2881%202.20056%2014.1355%201.72314C12.9829%201.24572%2011.7476%201%2010.5%201C7.98044%201%205.56408%202.00089%203.78249%203.78249C2.00089%205.56408%201%207.98044%201%2010.5C1%2013.0196%202.00089%2015.4359%203.78249%2017.2175C5.56408%2018.9991%207.98044%2020%2010.5%2020V20Z'%20stroke='%23888888'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 4% center no-repeat!important;padding-left:67px;padding-right:67px;font-size:14px;color:#33343d;line-height:21px;font-weight:500;opacity:1;margin-bottom:unset;border:unset;flex-grow:1}._searchBox_1on7v_34 ._searchButton_1on7v_52{all:unset;color:#fff;margin-right:10px}._searchBox_1on7v_34 ._searchButton_1on7v_52 svg{width:20px;height:20px}._searchBox_1on7v_34 ._searchButton_1on7v_52:disabled{cursor:not-allowed}._searchResult_1on7v_65,._defaultSearchResult_1on7v_66{overflow:auto;max-height:160px;position:absolute;z-index:999;background:#f7f8fa;min-width:100%;border:1px solid rgba(217,217,217,.45)}._searchResult_1on7v_65::-webkit-scrollbar,._defaultSearchResult_1on7v_66::-webkit-scrollbar{width:10px}._searchResult_1on7v_65 ::-webkit-scrollbar-track,._defaultSearchResult_1on7v_66 ::-webkit-scrollbar-track{background:#fff}._searchResult_1on7v_65 ::-webkit-scrollbar-thumb,._defaultSearchResult_1on7v_66 ::-webkit-scrollbar-thumb{background:#e8e8e8}._searchResult_1on7v_65 ._searchItem_1on7v_87,._defaultSearchResult_1on7v_66 ._searchItem_1on7v_87{display:flex;justify-content:space-between;align-items:center;padding:8px 26px;cursor:pointer}._searchResult_1on7v_65 ._searchItem_1on7v_87 p,._defaultSearchResult_1on7v_66 ._searchItem_1on7v_87 p{margin-bottom:unset}._searchResult_1on7v_65 ._searchItem_1on7v_87 p._label_1on7v_99,._defaultSearchResult_1on7v_66 ._searchItem_1on7v_87 p._label_1on7v_99{font-size:16px;color:#000008cc;line-height:24px;font-weight:500;opacity:1}._searchResult_1on7v_65 ._searchItem_1on7v_87 p._extra_1on7v_107,._defaultSearchResult_1on7v_66 ._searchItem_1on7v_87 p._extra_1on7v_107{font-size:14px;color:#000008cc;line-height:24px;font-weight:400;opacity:.34;text-align:right}._searchResult_1on7v_65 ._searchItem_1on7v_87:hover,._defaultSearchResult_1on7v_66 ._searchItem_1on7v_87:hover{background:#f7f8fa}._classAndSection_1on7v_121{font-size:14px!important;font-weight:400!important;color:#000!important;opacity:.34!important}._flexStyle_1on7v_128{display:flex;align-items:center;padding-left:10px}._extra2_1on7v_134{font-size:14px!important;font-weight:400!important;color:#000008cc!important;opacity:.34!important;line-height:24px!important;text-align:right;padding-left:2px!important}._gridStyle_xe3ut_1{display:grid;gap:16px}._paid_xe3ut_6{font-size:20px;font-weight:700;color:#000;border-bottom:1px solid #e9e9e9;display:flex;align-items:center;justify-content:space-between}._h4Style_xe3ut_16{font-weight:700;font-size:14px;line-height:22px;letter-spacing:.5px;color:#004d40}._pStyle_xe3ut_24{font-weight:700;font-size:14px;line-height:22px;letter-spacing:.5px;color:#828f8e;margin-bottom:unset!important}._bgMovedColor_xe3ut_33{background:#daffd2;cursor:pointer}._bgMovedColor_xe3ut_33:hover{background:#daffd2!important}._bgErrorColor_xe3ut_41{background:#fcc;cursor:pointer}._bgErrorColor_xe3ut_41:hover{background:#fcc!important}._bgNone_xe3ut_49{cursor:pointer}._dragFormContainer_xe3ut_53{background:#0000004d;z-index:10;height:100vh;position:fixed;left:0;top:0;width:85%}._paid_xe3ut_6{text-align:center;font-size:20px;font-weight:700;color:#000c}._dragForm_xe3ut_53{height:100vh;position:fixed;width:85%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_xe3ut_79{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:24px;display:flex;align-items:center;justify-content:space-between}._dragFormHeader_xe3ut_79 ._dragFormHeaderTitle_xe3ut_88{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_xe3ut_79 img{cursor:pointer}._subHeading_xe3ut_98{font-weight:700;font-size:16px;line-height:20px;color:#fff;margin-bottom:unset}._dragFormBody_xe3ut_106{padding:10px;height:calc(100vh - 180px);overflow-y:auto}._dragFormFooter_xe3ut_112{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:85%;display:flex;justify-content:flex-end;align-items:center;padding:24px;gap:20px}._gridStyle_1sl5e_1{display:grid;gap:16px}._tableHeaderStyle_1sl5e_6{border-radius:unset!important}@media screen and (max-width:500px){._nameDetail_1sl5e_11{margin-top:-154px!important}._name_1sl5e_11{margin:163px 10px 0 -83px!important}._studentDetail_1sl5e_17{margin-top:-89px!important;font-size:13px!important}._dueBox_1sl5e_21{margin-right:-69px!important;margin-top:-33px!important}._middleSection_1sl5e_25{width:102%!important}._tableGrid_1sl5e_28{grid-template-columns:15% 15% 15% 15% 3% 14%!important}._discount_1sl5e_31,h2{font-size:15px!important}._discountSection_1sl5e_35{height:auto!important}._discountBottom_1sl5e_38{width:92%!important}}._gridStyle_14bmz_1{display:grid;gap:16px}._inChargeStyle_14bmz_6 span{font-size:16px;font-weight:500}._inChargeStyle_14bmz_6 ul{display:flex;gap:30px;align-items:baseline}._genderStyle_14bmz_16{font-size:75%!important;margin-bottom:5px;padding-left:16px}._personalFlex_14bmz_22{display:grid;grid-template-columns:60% 40%}._photoStyle_14bmz_27{width:100%;display:flex;flex-direction:column;align-items:center}._photoStyle_14bmz_27 p{font-weight:500;font-size:1rem;line-height:1.4375em;letter-spacing:.00938em;margin-left:unset!important}._photoStyle_14bmz_27 div{display:flex;flex-direction:column;align-items:center}._formStyle_14bmz_46{width:90%}._formStyle_14bmz_46 h4{color:#000;font-weight:900;font-size:19px}._formStyle_14bmz_46 ._labelStyle_14bmz_54{font-weight:400;font-size:1rem;line-height:1.4375em;letter-spacing:.00938em;margin:0 24px}._centerDivStyle_14bmz_62{display:flex;justify-content:center;margin:100px 0 150px}._formFooter_14bmz_68{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:83px;width:-webkit-fill-available;display:flex;justify-content:center;align-items:center;padding:10px;gap:20px;z-index:3}._innerFooter_14bmz_83{width:90%;display:flex;gap:20px;align-items:center;justify-content:flex-end}._inChargeFlex_14bmz_91{display:flex}._previewStyle_14bmz_95{width:150px;height:200px;background-color:#fff;padding:15px;border-radius:15px;box-shadow:0 0 5px #00000833}._previewStyle_14bmz_95 h4{width:130px;height:180px;display:flex;justify-content:center;align-items:center;padding:20px;transition:border .3s ease-in-out 0s;font-weight:400;font-size:13px;color:#000008cc;text-align:center;background:#fff;border:1px dashed rgb(181,181,181);border-radius:15px}._previewText_14bmz_120{width:138px;height:177px;display:flex;justify-content:center;align-items:center;padding:20px;font-weight:400!important;font-size:13px!important;color:#000008cc!important;text-align:center;background:#fff;border:1px dashed rgb(181,181,181);border-radius:15px}._fileName_14bmz_136{display:flex;gap:5;align-items:center}._fileName_14bmz_136 p{margin-bottom:unset!important;color:#f47e16;cursor:pointer}._gridStyle_12r39_1{display:grid;gap:16px}._container_12r39_6{background-color:#0009;z-index:999;padding:3.25rem 0;height:100vh;position:fixed;left:0;top:0;width:100%;display:flex;align-items:center;justify-content:center}._padStyle_12r39_20{padding:25px;height:600px}._editSocialMedia_12r39_25{background-color:#fff;width:600px;position:relative;border-radius:.9375rem;overflow:auto}._editSchoolHeader_12r39_35{margin-bottom:10px;padding:10px 10px 10px 0;display:flex;justify-content:space-between;border-radius:10px}._editSchoolHeader_12r39_35 h3{font-weight:600}._editSchoolHeader_12r39_35 p{padding-left:13px;color:#8f8d8d;font-weight:600}._editSchoolHeader_12r39_35 ._closeIconStyle_12r39_53{cursor:pointer}._contentStyle_12r39_57{margin-top:20px}._contentStyle_12r39_57 h4{margin-bottom:10px}._contentStyle_12r39_57 ul{padding-bottom:20px 0px}._contentStyle_12r39_57 ul li{display:grid;grid-template-columns:40% 50% 10%}._gridStyle_1yof5_1{display:grid;gap:16px}._marginTopStyle_1yof5_6{margin:75px 0 105px;display:flex;justify-content:center}._photoStyle_1yof5_12{width:100%;display:flex;flex-direction:column;align-items:center}._photoStyle_1yof5_12 p{font-weight:500;font-size:1rem;line-height:1.4375em;letter-spacing:.00938em;margin-left:unset!important;margin-bottom:unset!important}._photoStyle_1yof5_12 div{display:flex;flex-direction:column;align-items:center}._formStyle_1yof5_32{width:90%}._formStyle_1yof5_32 h4{color:#000;font-weight:900;font-size:19px}._formStyle_1yof5_32 ._labelStyle_1yof5_40{font-size:75%!important;opacity:1!important;padding:0 .3rem!important}._centerDivStyle_1yof5_46{display:flex;justify-content:center}._personalFlex_1yof5_51{display:grid;grid-template-columns:63% 37%}._acadFlexStyle_1yof5_56{align-items:flex-end;display:flex;justify-content:space-between;margin:10px 0 40px}._formFooter_1yof5_63{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:83px;width:-webkit-fill-available;display:flex;justify-content:center;align-items:center;padding:10px;gap:20px;z-index:3}._innerFooter_1yof5_78{width:90%;display:flex;align-items:center;justify-content:flex-end}._toolTipStyle_1yof5_85{display:flex;align-items:center;gap:5px}._editBtnsStyle_1yof5_91{display:flex;align-items:center;justify-content:space-between;margin-left:20px}._addClasseStyle_1yof5_98{display:flex;align-items:center;color:#f47e16!important;gap:5px;font-weight:600}._boardingStyle_1yof5_106{width:45%!important}._student360_1yof5_110{margin:100px -135px;padding-left:0}@media only screen and (max-width:1500px){._boardingStyle_1yof5_106{width:75%!important}}._previewStyle_1yof5_120{width:150px;height:200px;background-color:#fff;padding:15px;border-radius:15px;box-shadow:0 0 5px #00000833}._previewStyle_1yof5_120 h4{width:130px;height:180px;display:flex;justify-content:center;align-items:center;padding:20px;transition:border .3s ease-in-out 0s;font-weight:400;font-size:13px;color:#000008cc;text-align:center;background:#fff;border:1px dashed rgb(181,181,181);border-radius:15px}._previewText_1yof5_145{width:138px;height:177px;display:flex;justify-content:center;align-items:center;padding:20px;font-weight:400!important;font-size:13px!important;color:#000008cc!important;text-align:center;background:#fff;border:1px dashed rgb(181,181,181);border-radius:15px}._gridStyle_112zq_1{display:grid;gap:16px}._container_112zq_6{padding:24px;margin-top:80px}._container_112zq_6 input{background-image:unset!important}._gridStyle_13pfp_1{display:grid;gap:16px}._container_13pfp_6{padding:105px 60px 60px 50px}._container_13pfp_6 input{background-image:unset!important}._spaceBt_13pfp_13{justify-content:space-between;margin-bottom:24px}._dragFormBody_13pfp_18{padding:49px;padding-top:unset;height:calc(100vh - 212px);overflow-y:auto}._dragFormBody_13pfp_18 input{background-image:unset!important}._step2dragFormBody_13pfp_28{overflow-y:auto}._step2dragFormBody_13pfp_28 input{background-image:unset!important}._dragFormBodyInternal_13pfp_35{margin-top:24px}._dragFormBodyInternal_13pfp_35 label{font-size:16px;color:#000008cc;line-height:24px;font-weight:400;opacity:1;margin-bottom:8px}._subHeader_13pfp_47{font-size:16px;color:#fff;line-height:24px;font-weight:500;opacity:1}._gridStyle_1xom0_1{display:grid;gap:16px}._dragFormContainer_1xom0_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_1xom0_6{height:100vh;position:fixed;width:70%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_1xom0_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_1xom0_25 ._dragFormHeaderTitle_1xom0_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_1xom0_25 img{cursor:pointer}._subHeading_1xom0_44{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_1xom0_50{padding:24px 24px 24px 0;padding-top:unset;height:calc(100vh - 123px);overflow-y:auto}._dragFormFooter_1xom0_57{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:70%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._gridStyle_ql1gn_1{display:grid;gap:16px}._gridStyle_ql1gn_1{display:grid!important;grid-template-columns:36% 30% 30%;margin:20px 0!important;box-shadow:#00000014 0 0,#00000073 0 4px 6px;padding:24px;border:none!important;border-radius:15px}._gridStyle_ql1gn_1 h4{color:#f47e16;letter-spacing:.5px;font-weight:700;font-size:19px;line-height:24px;margin-bottom:10px;cursor:pointer}._gridStyle_ql1gn_1 h4:hover{text-decoration:underline}._dateStyle_ql1gn_28 b{color:#009688;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;margin-bottom:10px}._dateStyle_ql1gn_28 span{color:#009688;letter-spacing:.5px;font-weight:400;font-size:16px;line-height:24px;margin-bottom:10px}._pStyle_ql1gn_45{color:#009688;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;margin-bottom:10px}._dragFormContainer_ql1gn_54{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_ql1gn_54{height:100vh;position:fixed;width:50%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_ql1gn_73{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_ql1gn_73 ._dragFormHeaderTitle_ql1gn_82{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_ql1gn_73 img{cursor:pointer}._subHeading_ql1gn_92{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_ql1gn_98{padding:24px;padding-top:unset;height:calc(100vh - 200px);overflow-y:auto;margin-top:24px}._dragFormFooter_ql1gn_106{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:50%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._gridStyle_5y1hw_1{display:grid;gap:16px}._container_5y1hw_6{padding:24px;margin-top:80px}._notice_5y1hw_11{font-weight:700;font-size:18px;line-height:24px;letter-spacing:.5px;color:#000}._noticeBlue_5y1hw_19{font-weight:400;font-size:14px;line-height:24px;color:#009688}._headerStyle_5y1hw_26{display:grid;grid-template-columns:30% 30% 30% 10%;padding:16px 48px 6px;box-shadow:0 4px 14px #11111a14;border-bottom:1px solid rgba(175,175,175,.5019607843)}._headerStyle_5y1hw_26 p{color:#fff}._gridStyle_5y1hw_1{display:grid!important;grid-template-columns:20% 20% 20% 37%;margin:20px;box-shadow:#00000014 0 0,#00000073 0 4px 6px;padding:24px;border:none!important}._header_5y1hw_26{color:#009688;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;margin-bottom:10px}._grade_5y1hw_55{background:#e0f2f1;padding:4px 7px;border-radius:25px;font-weight:700!important;font-size:12px!important;line-height:3!important;letter-spacing:.5px!important;color:#000!important;margin:5px;cursor:pointer}._dragFormContainer_5y1hw_68{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_5y1hw_68{height:100vh;position:fixed;width:75%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_5y1hw_87{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_5y1hw_87 ._dragFormHeaderTitle_5y1hw_96{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_5y1hw_87 img{cursor:pointer}._subHeading_5y1hw_106{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_5y1hw_112{padding:24px;padding-top:unset;height:calc(100vh - 162px);overflow-y:auto}._dragFormFooter_5y1hw_119{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:75%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._gridStyle_1umw6_1{display:grid;gap:16px}._step1Container_1umw6_6{display:flex;min-height:-webkit-fill-available;overflow:scroll}._step1Container_1umw6_6 ._left_1umw6_11{background-color:#eff8f8;padding:10px 10px 50px;border-right:1px solid #d9d9d9;flex-basis:20%;height:calc(100vh - 240px)}._step1Container_1umw6_6 ._left_1umw6_11 ._headerLeft_1umw6_19{border-bottom:1px solid rgba(0,0,0,.12);padding:10px}._step1Container_1umw6_6 ._left_1umw6_11 ._scrollLeftBody_1umw6_23{height:90%;overflow-y:auto}._step1Container_1umw6_6 ._left_1umw6_11 ._scrollLeftBody_1umw6_23 ._installmentLeft_1umw6_27{padding:10px;border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 4px #1a15111f;border-radius:4px;margin-top:10px;display:flex;justify-content:space-between;align-items:center}._step1Container_1umw6_6 ._left_1umw6_11 ._scrollLeftBody_1umw6_23 ._installmentLeft_1umw6_27 input[type=checkbox]{display:block;cursor:pointer}._step1Container_1umw6_6 ._left_1umw6_11 ._scrollLeftBody_1umw6_23 ._installmentLeft_1umw6_27 label{pointer-events:none;cursor:default}._step1Container_1umw6_6 ._left_1umw6_11 ._scrollLeftBody_1umw6_23 ._active_1umw6_45{background-color:#ff7900}._step1Container_1umw6_6 ._right_1umw6_48{flex-basis:80%;height:74vh}._step1Container_1umw6_6 ._right_1umw6_48 ._scrollBody_1umw6_52{height:90%;overflow-y:auto}._step1Container_1umw6_6 ._right_1umw6_48 ._rightHeaderContainer_1umw6_56{display:flex}._step1Container_1umw6_6 ._right_1umw6_48 ._rightHeaderContainer_1umw6_56 ._rightHeaderLabel_1umw6_59{flex-basis:2%;background:#f7d1b0}._step1Container_1umw6_6 ._right_1umw6_48 ._rightHeaderContainer_1umw6_56 ._rightHeader_1umw6_56{display:flex;border-bottom:1px solid rgba(0,0,0,.12);padding:10px;flex-basis:98%;background:#f7d1b0}._step1Container_1umw6_6 ._right_1umw6_48 ._rightHeaderContainer_1umw6_56 ._rightHeader_1umw6_56 ._normalChild_1umw6_70{flex-basis:15%}._step1Container_1umw6_6 ._right_1umw6_48 ._rightHeaderContainer_1umw6_56 ._rightHeader_1umw6_56 ._discount_1umw6_73{display:flex;flex-basis:55%}._step1Container_1umw6_6 ._right_1umw6_48 ._rightHeaderContainer_1umw6_56 ._rightHeader_1umw6_56 ._discount_1umw6_73 div{flex-basis:50%}._step1Container_1umw6_6 ._right_1umw6_48 input[type=checkbox]{display:block;cursor:pointer;flex-basis:2%}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85{display:flex;flex-basis:98%;align-items:center;padding:10px;border-bottom:1px solid rgba(0,0,0,.12)}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._normalChild_1umw6_70{flex-basis:15%}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95{display:flex;flex-basis:55%;flex-direction:column;align-items:center;border-right:1px solid rgba(0,0,0,.12);gap:15px}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._discount_1umw6_73{display:flex;justify-content:space-between;padding-right:10px}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._discount_1umw6_73 img{cursor:pointer}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._discount_1umw6_73 input{margin-bottom:5px!important}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._discount_1umw6_73 input[type=number]{border-top-right-radius:unset!important;border-bottom-right-radius:unset!important;border-right:unset!important;margin-bottom:5px!important}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._discount_1umw6_73 ._absoluteSection_1umw6_120{margin-left:-50px;border-left:unset!important;border:.063rem solid #000;border-top-right-radius:.9375rem;border-bottom-right-radius:.9375rem;margin-bottom:5.5px;display:flex}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._discount_1umw6_73 ._absoluteSection_1umw6_120 select{border-left:.5px solid #ccc!important;border:0;border-radius:0;margin:0;padding:4px 1px 4px 20px}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._discount_1umw6_73 ._absoluteSection_1umw6_120 select:disabled{color:#b1bac3;background-color:unset!important}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._addDisc_1umw6_140{justify-content:flex-start;color:#ff7900;cursor:pointer;font-size:9px}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._discountContainer_1umw6_95 ._addDisc_1umw6_140:hover{text-decoration:underline}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._amount_1umw6_149{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;min-width:100px;flex-basis:15%;margin-left:10px;background-color:#efefef}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._amount_1umw6_149 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._amountToPay_1umw6_165{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;min-width:100px;flex-basis:15%;margin-left:10px}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._amountToPay_1umw6_165 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1umw6_6 ._right_1umw6_48 ._rightBody_1umw6_85 ._amountToPay_1umw6_165 input[type=number]{border:none;padding:unset;margin:unset;margin-bottom:5px!important;width:100%;height:unset}._step1Container_1umw6_6 ._right_1umw6_48 ._totalAmountContainer_1umw6_188{display:flex;justify-content:space-between;align-items:center;padding-top:10px}._step1Container_1umw6_6 ._right_1umw6_48 ._totalAmountContainer_1umw6_188 ._label_1umw6_194{color:#00000880;margin-right:15px;width:180px}._step1Container_1umw6_6 ._right_1umw6_48 ._totalAmountContainer_1umw6_188 ._amount_1umw6_149{border:1px solid rgba(0,0,8,.5);border-radius:15px;padding:10px;display:flex;align-items:center;flex-basis:15%;margin-left:10px}._step1Container_1umw6_6 ._right_1umw6_48 ._totalAmountContainer_1umw6_188 ._amount_1umw6_149 img{border-right:1px solid rgba(0,0,0,.12);padding-right:5px;margin-right:10px}._step1Container_1umw6_6 ._right_1umw6_48 ._totalAmountContainer_1umw6_188 ._amount_1umw6_149 input[type=number]{border:none;padding:unset;margin:unset;margin-bottom:5px!important;width:100%}._step1Container_1umw6_6 ._right_1umw6_48 ._totalAmountContainer_1umw6_188 ._fixed_1umw6_220{background-color:#efefef}._step1Container_1umw6_6 ._right_1umw6_48 ._bottom_1umw6_223{border-bottom:2px solid rgba(0,0,0,.12)}._disabled_1umw6_227{color:#b1bac3;background-color:#efefef;pointer-events:none}._checkAll_1umw6_233{display:flex;align-items:center}._checkAll_1umw6_233 input[type=checkbox]{display:block;cursor:pointer}._total-container_1umw6_242{display:flex;align-items:center;justify-content:flex-end;flex-basis:42%}._progressbar_bjgqh_1,._progressbar_bjgqh_1 li:before,._progressbar_bjgqh_1 li._active_bjgqh_1:before{display:flex;align-items:center;justify-content:center}._gridStyle_bjgqh_7{display:grid;gap:16px}._progressbar_bjgqh_1 li._active_bjgqh_1:before,._progressbar_bjgqh_1 li:before,._progressbar_bjgqh_1{display:flex;justify-content:center;align-items:center}._dragFormContainer_bjgqh_18{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_bjgqh_18{height:100vh;position:fixed;width:100%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_bjgqh_37{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_bjgqh_37 ._dragFormHeaderTitle_bjgqh_46{font-size:24px;font-weight:700!important;color:#f7f8fa!important;opacity:1!important;line-height:30px!important;margin-bottom:unset}._imageStyles_bjgqh_55{display:flex;justify-content:space-around;align-items:center}._dragFormSteps_bjgqh_61{padding:16px;padding-bottom:unset}hr{border:1px solid rgba(0,0,0,.12)}._dragFormBody_bjgqh_70{padding:24px;padding-top:unset;height:calc(100vh - 250px);overflow-y:auto;margin-top:25px}._imageContainer_bjgqh_78{border:1px solid rgba(0,0,0,.1215686275);border-radius:10px}._imageContainer_bjgqh_78 p{margin-bottom:.35rem;text-align:center;padding:10px 0}._dragFormFooter_bjgqh_89{position:fixed;bottom:0;background:#fff;box-shadow:0 -4px 4px -2px #0003;height:96px;width:76%;display:flex;justify-content:flex-end;align-items:center;gap:20px}._progressbar_bjgqh_1{overflow:hidden;counter-reset:step}._progressbar_bjgqh_1 li{list-style-type:none;font-size:9px;width:33.33%;float:left;position:relative;text-align:center}._progressbar_bjgqh_1 li:before{content:counter(step);counter-increment:step;margin:0 auto 5px;width:32px;height:32px;border:1px solid #f47e16;border-radius:50px}._progressbar_bjgqh_1 li:after{content:"";width:82%;height:2px;border-bottom:1px dashed #ff7900;position:absolute;left:-41%;top:15px;z-index:-1}._progressbar_bjgqh_1 li:first-child:after{content:none}._progressbar_bjgqh_1 li._active_bjgqh_1:before{background:#ff7900;color:#fff;width:32px;height:32px;border-radius:50px;font-size:18px;color:#f7f8fa;line-height:22px;font-weight:600;opacity:1}._progressbar_bjgqh_1 li._active_bjgqh_1{font-size:18px;color:#f47e16;line-height:22px;font-weight:600;opacity:1}._selectTitle_bjgqh_167{font-size:18px;color:#000008cc;line-height:20px;font-weight:500;opacity:1}._selectTitle_bjgqh_167{padding:16px 0;margin-bottom:unset}._label_bjgqh_180{font-weight:600;font-size:16px!important;line-height:20px;color:#000008cc!important;padding:0!important;transition:unset!important;top:-24px!important;position:absolute}._subHeading_bjgqh_191{font-size:14px;color:#f7f8fa;line-height:20px;font-weight:500;opacity:1}._add-more-files_bjgqh_199{font-size:16px;color:#f47e16;line-height:24px;font-weight:400;opacity:1;cursor:pointer}._noteMessage_bjgqh_208{font-size:14px;color:#00000880;line-height:20px;font-weight:400;opacity:1}._tabContainer_bjgqh_216{display:flex;padding:20px 20px 0}._tab_bjgqh_216{margin-bottom:unset;display:flex;align-items:center}._tab_bjgqh_216 input[type=checkbox]{display:block}._activeTab_bjgqh_230{border-bottom:3px solid #ff7900}._nmaItem_bjgqh_234{display:flex;justify-content:center;align-items:center;gap:10px}._nmaItem_bjgqh_234 input{margin-bottom:unset;width:100px!important}._naaContainer_bjgqh_245{gap:10px;align-items:center;justify-content:center}._naaContainer_bjgqh_245 p{margin-bottom:unset;max-width:100px}@media screen and (max-width:500px){._widthFull_bjgqh_256{width:100%!important}._font16_bjgqh_259{font-size:16px!important}._font10_bjgqh_262{font-size:10px!important}._font12_bjgqh_265{font-size:12px!important}._displayNone_bjgqh_268{display:none!important}._flexBase_bjgqh_271{flex-basis:25%!important}._flexBase4_bjgqh_274{flex-basis:4%!important}._flexBase30_bjgqh_277{flex-basis:30%!important}._flexBase20_bjgqh_280{flex-basis:20%!important}._flexBase33_bjgqh_283{flex-basis:33%!important}._mZero_bjgqh_286{margin:0!important}._netPay_bjgqh_289,._amountToPay_bjgqh_293{min-width:65px!important;font-size:11px!important}._payAmount_bjgqh_297{font-size:11px!important;margin-top:2px!important}._totalAmount_bjgqh_301{justify-content:flex-start!important;font-size:11px!important}._netPayble_bjgqh_305{padding:0 7px!important;flex-basis:29%!important}._mr48_bjgqh_309{margin-right:48px!important}._mr3_bjgqh_312{margin-right:3px!important}._flexEnd_bjgqh_315{justify-content:flex-end!important}._w79_bjgqh_318{width:auto!important}._w45_bjgqh_321{width:45%!important}._dGrid_bjgqh_324{display:grid!important;grid-template-columns:48% 45%!important}._w180_bjgqh_328{width:180px!important}._w160_bjgqh_331{width:160px!important}._remark_bjgqh_334{margin-top:-11px!important;margin-left:18px!important}._backButton_bjgqh_338{position:relative!important;right:71px!important}._pZero_bjgqh_342{padding:0!important}}._gridStyle_1o19m_1{display:grid;gap:16px}._editSchoolHouse_1o19m_6{background-color:#fff;padding:0;width:870px;position:relative;border-radius:.9375rem;overflow:auto;max-height:670px;text-align:center;scroll-behavior:smooth}._editSchoolHeader_1o19m_18{padding-bottom:20px;display:flex;justify-content:flex-start;padding-left:0;border-bottom:3px solid #e9e9e9!important}._editSchoolHeader_1o19m_18 h3{font-weight:600;padding-right:28px}._editSchoolHeader_1o19m_18 ._closeIcon_1o19m_32{margin:6px 26px 10px 0;padding:10px}._body_1o19m_37{padding:10px}._body_1o19m_37 ._amountContainer_1o19m_40{border-top:2px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);display:flex;align-items:center}._body_1o19m_37 ._amountContainer_1o19m_40 ._label_1o19m_46{font-weight:400;font-size:24px;line-height:21px;color:#4db6ac}._body_1o19m_37 ._amountContainer_1o19m_40 ._amount_1o19m_40{margin-left:auto;display:flex;align-items:center}._body_1o19m_37 ._amountContainer_1o19m_40 ._amount_1o19m_40 img{padding-right:10px}._body_1o19m_37 ._amountContainer_1o19m_40 ._amount_1o19m_40 ._figure_1o19m_60{font-weight:700;font-size:32px;line-height:49px;letter-spacing:1.03042px;color:#000}._gridStyle_176nk_1{display:grid;gap:16px}._dragFormContainer_176nk_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._paid_176nk_16{text-align:center;font-size:20px;font-weight:700;color:#000c}._dragForm_176nk_6{height:100vh;position:fixed;width:100%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_176nk_32{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:24px}._dragFormHeader_176nk_32 ._dragFormHeaderTitle_176nk_38{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_176nk_32 img{cursor:pointer}._subHeading_176nk_48{font-weight:700;font-size:16px;line-height:20px;color:#fff;margin-bottom:unset}._dragFormBody_176nk_56{padding:10px;height:calc(100vh - 180px);overflow-y:auto}._dragFormFooter_176nk_62{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;width:100%;display:flex;justify-content:flex-end;align-items:center;padding:20px;gap:20px}._gridStyle_176nk_1{display:grid;grid-template-columns:30% 68%;gap:20px}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;inset:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media(max-width:767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{inset:0;position:absolute;margin-right:10px}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}._gridStyle_1mbry_1{display:grid;gap:16px}._dragFormContainer_1mbry_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_1mbry_6{height:100vh;position:fixed;width:45%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_1mbry_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_1mbry_25 ._dragFormHeaderTitle_1mbry_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_1mbry_25 img{cursor:pointer}._subHeading_1mbry_44{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormSteps_1mbry_50{padding:16px;padding-bottom:unset}._dragFormBody_1mbry_55{padding:24px;height:calc(100vh - 175px);overflow-y:auto}._dragFormFooter_1mbry_61{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:45%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px;right:0}._flexStyle_1mbry_76{display:flex;gap:30px;margin-top:100px}._btnStyle_1mbry_82{position:relative;top:15px}._spanStyle_1mbry_87{font-weight:500;font-size:18px;position:relative;top:10px}._headerStyle_1mbry_94{display:flex;justify-content:space-between;align-items:flex-end;width:98%;margin:22px 0 30px 30px}._rowStyle_1mbry_102{align-items:center;margin-right:30px}._boxStyle_1mbry_107{margin:0 30px 30px}._btnStyle_1mbry_82{position:relative;top:6px;display:flex;gap:20px}._gridStyle_kisjy_1{display:grid;gap:16px}._classesData_kisjy_6{font-weight:300;font-size:11px;color:#000008cc;display:flex;justify-content:center}._classesData_kisjy_6 span:after{content:", "}._classesData_kisjy_6 span:last-child:after{content:none}._gridStyle_jpgvw_1{display:grid;gap:16px}._container_jpgvw_6{background-color:#0009;z-index:999;padding:3.25rem 0;height:100vh;position:fixed;left:0;top:0;width:100%;display:flex;align-items:center;justify-content:center}._padStyle_jpgvw_20{padding:25px;height:600px}._editSocialMedia_jpgvw_25{background-color:#fff;width:600px;position:relative;border-radius:.9375rem;overflow:auto}._editSchoolHeader_jpgvw_35{margin-bottom:10px;padding:10px 10px 10px 0;display:flex;justify-content:space-between;align-items:center;border-radius:10px}._editSchoolHeader_jpgvw_35 h4{font-weight:600;padding-right:28px}._editSchoolHeader_jpgvw_35 p{padding-left:13px;color:#8f8d8d;font-weight:600}._editSchoolHeader_jpgvw_35 ._closeIconStyle_jpgvw_55{cursor:pointer}._contentStyle_jpgvw_59{margin:20px 0}._contentStyle_jpgvw_59 h4{margin-bottom:10px}._contentStyle_jpgvw_59 ul{padding-bottom:20px 0px}._contentStyle_jpgvw_59 ul li{display:grid;grid-template-columns:40% 50% 10%}._gridStyle_18u7k_1{display:grid;gap:16px}._primTeacherDataCol3_18u7k_6{display:flex;align-items:flex-start;margin-bottom:33px}._paid_18u7k_12{font-size:20px;font-weight:700;color:#000;padding-bottom:15px;border-bottom:1px solid #e9e9e9;display:flex;align-items:center;justify-content:space-between}._secTeacherData_18u7k_23{height:56px;margin-top:unset}._assignTeacherStyle_18u7k_28{padding-right:10px;padding-bottom:50px;border:1px solid #e9e9e9;position:relative;background:#fff;z-index:4}._pdb10_18u7k_37 ._theadHeader_18u7k_37{font-weight:500!important;font-size:18px!important;line-height:20px;border:none;text-align:left}._pdb10_18u7k_37{padding-bottom:10px}._tableTitle_18u7k_49{font-weight:700!important;font-size:20px!important;line-height:30px}._stickyStyle_18u7k_55{position:sticky;top:70px;z-index:5}._gridStyle_a2b04_1{display:grid;gap:16px}._staff_attendance_calendar_date_a2b04_6{flex:0 0 50%;padding:0 15px}._staff_attendance_calendar_date_a2b04_6 select{background-color:#fff!important;margin-bottom:unset!important}._weeklyoff_a2b04_15,._holiday_a2b04_15,._notmarked_a2b04_15,._no-data_a2b04_16,._leave_a2b04_16,._halfday_a2b04_16,._absent_a2b04_16,._present_a2b04_16{border-radius:9px;border:none;padding:10px 20px;color:#fff;min-width:108px;text-transform:capitalize;display:block;margin:10px 0 0}._present_a2b04_16{background:#4caf50}._absent_a2b04_16{background:#f44336}._halfday_a2b04_16{background:#ff5722}._leave_a2b04_16{background:#2196f3}._notmarked_a2b04_15,._no-data_a2b04_16{background:#9e9e9e;color:#383838}._holiday_a2b04_15{background:#9c27b0}._weeklyoff_a2b04_15{background:#607d8b}._leaveActive_a2b04_58,._halfdayActive_a2b04_58,._absentActive_a2b04_58,._presentActive_a2b04_58{border-radius:2.09804px}._presentActive_a2b04_58{border-bottom:2px solid #4caf50}._absentActive_a2b04_58{border-bottom:2px solid #f44336}._halfdayActive_a2b04_58,._leaveActive_a2b04_58{border-bottom:2px solid #ff5722}._loader_a2b04_78{display:flex;justify-content:center;align-items:center;height:inherit;height:70vh}._monthName_a2b04_86{font-size:20px;line-height:24px;color:#000c;opacity:.7;margin:1.25rem 0px}._gridStyle_1tw5u_2{display:grid;gap:16px}._flexStyle_1tw5u_7{display:flex;align-items:center;gap:20px;margin-top:10px;flex-wrap:wrap}._flexStyle_1tw5u_7 div{border:1px solid #262626;border-radius:20px;padding:5px 10px;cursor:pointer}._goCorner_1tw5u_22{display:flex;align-items:center;justify-content:center;position:absolute;width:50px;height:50px;overflow:hidden;top:5px;right:5px;border-radius:0 4px 0 32px}._goArrow_1tw5u_35{margin-top:-4px;margin-right:-4px;font-family:courier,sans}._card1_1tw5u_41{display:block;position:relative;background-color:#f2f8f9;padding:32px 24px;margin:12px;text-decoration:none;z-index:0;overflow:hidden;box-shadow:#00000014 0 0 1px,#00000073 0 4px 12px -4px;border-radius:20px;background:#fbedd4}._card1_1tw5u_41 p{transition:all .1s ease-out;font-weight:500;font-size:16px;margin-bottom:unset!important}._card1_1tw5u_41 h3,._card1_1tw5u_41 h5{font-weight:500;transition:all .1s ease-out}._card1_1tw5u_41 ._flexStyle_1tw5u_7 div{border:1px solid rgb(255,255,255);cursor:pointer;background-color:#fff}._card1_1tw5u_41 ._flexStyle_1tw5u_7 div p{color:#008a95!important}._card1_1tw5u_41 ._flexStyle_1tw5u_7 div :hover{padding:5px 10px}._gridStyle_1s3yx_1{display:grid;gap:16px}._container_1s3yx_6{margin:75px 0;padding:30px}._container_1s3yx_6 hr{margin-bottom:25px}._chooseBtn_1s3yx_14{display:flex;align-items:flex-end;gap:30px}._chooseBtn_1s3yx_14 span:nth-child(2) p,._chooseBtn_1s3yx_14 span:nth-child(3) p{margin-bottom:unset!important;display:flex;align-items:center;gap:5px}._chooseBtn_1s3yx_14 span:nth-child(2) input,._chooseBtn_1s3yx_14 span:nth-child(3) input{margin-bottom:unset!important}._inputStyle_1s3yx_33{border:1px solid #f47e16;width:fit-content;padding:10px 20px;cursor:pointer;border-radius:5px;color:#f47e16;font-weight:700}._inputStyle_1s3yx_33:hover{background-color:#f47e16;color:#fff}._imageContainer_1s3yx_47{margin:100px 30px;display:grid;align-items:center;grid-template-columns:repeat(3,1fr)}._grid1_1s3yx_54,._grid2_1s3yx_55{text-align:center}._grid1_1s3yx_54,._grid3_1s3yx_60{padding:20px;border:1px solid #f47e16;border-radius:15px}._grid3_1s3yx_60 div{display:flex;align-items:flex-start;justify-content:space-between}._grid3_1s3yx_60 div p{margin-bottom:unset!important;width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}._gridStyle_2megp_1{display:grid;gap:16px}._staffListContainer_2megp_6{border-radius:10px;box-shadow:#00000014 0 0 1px,#00000073 0 4px 12px -4px;padding:16px}._staffListContainer_2megp_6 ._staff_2megp_6{display:flex;border:1px solid rgba(131,131,131,.3490196078);border-bottom:unset;padding:16px 16px 16px 48px;align-items:center}._staffListContainer_2megp_6 ._staff_2megp_6 div{width:30%}._checkbox_2megp_22{margin-top:20px;display:flex;align-items:center}._checkbox_2megp_22 input[type=checkbox]{display:block}._cm-flex-center_13civ_1{display:flex;align-items:center;justify-content:center}._gridStyle_13civ_7{display:grid;gap:16px}._subtext_13civ_12{font-size:12px;font-weight:700;line-height:20px;opacity:.54;color:#000}._paid_13civ_20{font-size:18px;font-weight:500;text-transform:uppercase;color:#000;padding-bottom:15px;display:flex;align-items:center;justify-content:space-between}._countbox_13civ_31{box-shadow:#00000014 0 0 1px,#00000073 0 4px 12px -4px;gap:20px;border-radius:15px;width:300px;padding:15px}._countbox_13civ_31 div{justify-content:center}._countbox_13civ_31 div p{font-size:16px;font-weight:700;color:#fff;margin:0!important}._countbox_13civ_31 h3{margin-top:24px;color:#fff;font-size:28px;font-weight:700}._colorStyle_13civ_54{margin:10px 0;gap:30px}._student_13civ_59{background:linear-gradient(138.44deg,#084b72 -5.42%,#2b32b2 89.6%)}._income_13civ_63{background:linear-gradient(149.24deg,#003d4d 6.34%,#00c996 130.26%)}._teacher_13civ_67{background:linear-gradient(105.68deg,#fa2727 6.66%,#f46969 91.99%)}._expense_13civ_71{background:linear-gradient(132.37deg,#6441a5 4.21%,#2a0845 114.82%)}._tableCard_13civ_75{flex-grow:2}._flex-60_13civ_83{flex:0 0 60%}._flex-40_13civ_87{flex:0 0 40%}._attendanceHeading_13civ_91{font-family:Lato;font-style:normal;margin:20px 0;font-weight:700;font-size:20px;line-height:20px;color:#000008cc}._mbt-20_13civ_101{margin-bottom:20px}._gap-15px_13civ_105{gap:15px}._gap-45px_13civ_109{gap:45px}._hr_13civ_113{margin:40px 0 20px;opacity:.4}._small-grey-text_13civ_118{font-size:14px;line-height:17px;color:#555}._larger-black-text_13civ_124{font-size:24px;line-height:40px;color:#000;opacity:.7;font-weight:900}._margin-20px-top-bottom_13civ_132{margin:20px 0}._icon11a_13civ_137{position:relative;top:40px;left:610px;width:40px;height:40px;padding:20px;background:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_3874_9880)'%3e%3crect%20x='8'%20y='4'%20width='40'%20height='40'%20rx='20'%20fill='white'/%3e%3cpath%20d='M28%2034C29.1%2034%2030%2033.1%2030%2032H26C26%2033.1%2026.9%2034%2028%2034ZM34%2028V23C34%2019.93%2032.37%2017.36%2029.5%2016.68V16C29.5%2015.17%2028.83%2014.5%2028%2014.5C27.17%2014.5%2026.5%2015.17%2026.5%2016V16.68C23.64%2017.36%2022%2019.92%2022%2023V28L20%2030V31H36V30L34%2028ZM32%2029H24V23C24%2020.52%2025.51%2018.5%2028%2018.5C30.49%2018.5%2032%2020.52%2032%2023V29Z'%20fill='%23454545'%20fill-opacity='0.8'/%3e%3crect%20x='8.5'%20y='4.5'%20width='39'%20height='39'%20rx='19.5'%20stroke='black'%20stroke-opacity='0.12'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_dd_3874_9880'%20x='0'%20y='0'%20width='56'%20height='56'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_3874_9880'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_3874_9880'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_3874_9880'%20result='effect2_dropShadow_3874_9880'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_3874_9880'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;border-radius:50px;cursor:pointer}._icon11b_13civ_149{position:relative;top:40px;left:550px;width:40px;height:40px;padding:20px;background:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_3874_9884)'%3e%3crect%20x='8'%20y='4'%20width='40'%20height='40'%20rx='20'%20fill='white'/%3e%3cpath%20d='M28%2017.9C29.16%2017.9%2030.1%2018.84%2030.1%2020C30.1%2021.16%2029.16%2022.1%2028%2022.1C26.84%2022.1%2025.9%2021.16%2025.9%2020C25.9%2018.84%2026.84%2017.9%2028%2017.9ZM28%2026.9C30.97%2026.9%2034.1%2028.36%2034.1%2029V30.1H21.9V29C21.9%2028.36%2025.03%2026.9%2028%2026.9ZM28%2016C25.79%2016%2024%2017.79%2024%2020C24%2022.21%2025.79%2024%2028%2024C30.21%2024%2032%2022.21%2032%2020C32%2017.79%2030.21%2016%2028%2016ZM28%2025C25.33%2025%2020%2026.34%2020%2029V32H36V29C36%2026.34%2030.67%2025%2028%2025Z'%20fill='%23454545'%20fill-opacity='0.8'/%3e%3crect%20x='8.5'%20y='4.5'%20width='39'%20height='39'%20rx='19.5'%20stroke='black'%20stroke-opacity='0.12'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_dd_3874_9884'%20x='0'%20y='0'%20width='56'%20height='56'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_3874_9884'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_3874_9884'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_3874_9884'%20result='effect2_dropShadow_3874_9884'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_3874_9884'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;border-radius:70px;cursor:pointer}._icon11c_13civ_161{position:relative;top:160px;left:530px;width:40px;height:40px;padding:20px;background:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_3874_9888)'%3e%3crect%20x='8'%20y='4'%20width='40'%20height='40'%20rx='20'%20fill='white'/%3e%3cpath%20d='M35.4298%2024.98C35.4698%2024.66%2035.4998%2024.34%2035.4998%2024C35.4998%2023.66%2035.4698%2023.34%2035.4298%2023.02L37.5398%2021.37C37.7298%2021.22%2037.7798%2020.95%2037.6598%2020.73L35.6598%2017.27C35.5698%2017.11%2035.3998%2017.02%2035.2198%2017.02C35.1598%2017.02%2035.0998%2017.03%2035.0498%2017.05L32.5598%2018.05C32.0398%2017.65%2031.4798%2017.32%2030.8698%2017.07L30.4898%2014.42C30.4598%2014.18%2030.2498%2014%2029.9998%2014H25.9998C25.7498%2014%2025.5398%2014.18%2025.5098%2014.42L25.1298%2017.07C24.5198%2017.32%2023.9598%2017.66%2023.4398%2018.05L20.9498%2017.05C20.8898%2017.03%2020.8298%2017.02%2020.7698%2017.02C20.5998%2017.02%2020.4298%2017.11%2020.3398%2017.27L18.3398%2020.73C18.2098%2020.95%2018.2698%2021.22%2018.4598%2021.37L20.5698%2023.02C20.5298%2023.34%2020.4998%2023.67%2020.4998%2024C20.4998%2024.33%2020.5298%2024.66%2020.5698%2024.98L18.4598%2026.63C18.2698%2026.78%2018.2198%2027.05%2018.3398%2027.27L20.3398%2030.73C20.4298%2030.89%2020.5998%2030.98%2020.7798%2030.98C20.8398%2030.98%2020.8998%2030.97%2020.9498%2030.95L23.4398%2029.95C23.9598%2030.35%2024.5198%2030.68%2025.1298%2030.93L25.5098%2033.58C25.5398%2033.82%2025.7498%2034%2025.9998%2034H29.9998C30.2498%2034%2030.4598%2033.82%2030.4898%2033.58L30.8698%2030.93C31.4798%2030.68%2032.0398%2030.34%2032.5598%2029.95L35.0498%2030.95C35.1098%2030.97%2035.1698%2030.98%2035.2298%2030.98C35.3998%2030.98%2035.5698%2030.89%2035.6598%2030.73L37.6598%2027.27C37.7798%2027.05%2037.7298%2026.78%2037.5398%2026.63L35.4298%2024.98V24.98ZM33.4498%2023.27C33.4898%2023.58%2033.4998%2023.79%2033.4998%2024C33.4998%2024.21%2033.4798%2024.43%2033.4498%2024.73L33.3098%2025.86L34.1998%2026.56L35.2798%2027.4L34.5798%2028.61L33.3098%2028.1L32.2698%2027.68L31.3698%2028.36C30.9398%2028.68%2030.5298%2028.92%2030.1198%2029.09L29.0598%2029.52L28.8998%2030.65L28.6998%2032H27.2998L27.1098%2030.65L26.9498%2029.52L25.8898%2029.09C25.4598%2028.91%2025.0598%2028.68%2024.6598%2028.38L23.7498%2027.68L22.6898%2028.11L21.4198%2028.62L20.7198%2027.41L21.7998%2026.57L22.6898%2025.87L22.5498%2024.74C22.5198%2024.43%2022.4998%2024.2%2022.4998%2024C22.4998%2023.8%2022.5198%2023.57%2022.5498%2023.27L22.6898%2022.14L21.7998%2021.44L20.7198%2020.6L21.4198%2019.39L22.6898%2019.9L23.7298%2020.32L24.6298%2019.64C25.0598%2019.32%2025.4698%2019.08%2025.8798%2018.91L26.9398%2018.48L27.0998%2017.35L27.2998%2016H28.6898L28.8798%2017.35L29.0398%2018.48L30.0998%2018.91C30.5298%2019.09%2030.9298%2019.32%2031.3298%2019.62L32.2398%2020.32L33.2998%2019.89L34.5698%2019.38L35.2698%2020.59L34.1998%2021.44L33.3098%2022.14L33.4498%2023.27ZM27.9998%2020C25.7898%2020%2023.9998%2021.79%2023.9998%2024C23.9998%2026.21%2025.7898%2028%2027.9998%2028C30.2098%2028%2031.9998%2026.21%2031.9998%2024C31.9998%2021.79%2030.2098%2020%2027.9998%2020ZM27.9998%2026C26.8998%2026%2025.9998%2025.1%2025.9998%2024C25.9998%2022.9%2026.8998%2022%2027.9998%2022C29.0998%2022%2029.9998%2022.9%2029.9998%2024C29.9998%2025.1%2029.0998%2026%2027.9998%2026Z'%20fill='%236A6A6A'/%3e%3crect%20x='8.5'%20y='4.5'%20width='39'%20height='39'%20rx='19.5'%20stroke='black'%20stroke-opacity='0.12'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_dd_3874_9888'%20x='0'%20y='0'%20width='56'%20height='56'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_3874_9888'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_3874_9888'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_3874_9888'%20result='effect2_dropShadow_3874_9888'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_3874_9888'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;border-radius:70px;cursor:pointer}._icon11d_13civ_173{position:relative;top:220px;left:490px;width:40px;height:40px;padding:20px;background:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_3874_9892)'%3e%3crect%20x='8'%20y='4'%20width='40'%20height='40'%20rx='20'%20fill='white'/%3e%3cpath%20d='M27%2030H29V28H27V30ZM28%2014C22.48%2014%2018%2018.48%2018%2024C18%2029.52%2022.48%2034%2028%2034C33.52%2034%2038%2029.52%2038%2024C38%2018.48%2033.52%2014%2028%2014ZM28%2032C23.59%2032%2020%2028.41%2020%2024C20%2019.59%2023.59%2016%2028%2016C32.41%2016%2036%2019.59%2036%2024C36%2028.41%2032.41%2032%2028%2032ZM28%2018C25.79%2018%2024%2019.79%2024%2022H26C26%2020.9%2026.9%2020%2028%2020C29.1%2020%2030%2020.9%2030%2022C30%2024%2027%2023.75%2027%2027H29C29%2024.75%2032%2024.5%2032%2022C32%2019.79%2030.21%2018%2028%2018Z'%20fill='%23454545'%20fill-opacity='0.8'/%3e%3crect%20x='8.5'%20y='4.5'%20width='39'%20height='39'%20rx='19.5'%20stroke='black'%20stroke-opacity='0.12'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_dd_3874_9892'%20x='0'%20y='0'%20width='56'%20height='56'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_3874_9892'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_3874_9892'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_3874_9892'%20result='effect2_dropShadow_3874_9892'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_3874_9892'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;border-radius:70px;cursor:pointer}._head2_13civ_185{font-family:Lato;font-style:normal;font-weight:500;font-size:18px;color:#000c}._head3_13civ_193{line-height:24px;color:#000c;position:relative;top:-5px;right:5px;cursor:pointer}._flex-65_13civ_202{flex:0 0 65%}._padding-24px-34px_13civ_79{padding:34px 24px}._padding-24px-39px_13civ_210{padding:39px 24px}._padding-24px-35px_13civ_214{padding:34px 24px;background:#f7f8fa}._gap-25px_13civ_219{gap:25px}._flex-56_13civ_223{flex:0 0 56%}._curved_button_orange_13civ_227{width:129px;height:28px;background:#f47e16;justify-content:center;align-items:center;padding-left:8px;padding-right:8px}._small-orange-text1_13civ_237{font-size:16px;line-height:19px;color:#f47e16;position:relative;top:-30px}._small-orange-text2_13civ_245{font-size:16px;line-height:19px;color:#f47e16;position:relative;top:-30px;right:30px}._small-grey-text1_13civ_254{font-size:14px;line-height:17px;color:#555;position:relative;top:-7px}._small-black-text1_13civ_262{font-size:12px;font-weight:900;line-height:20px;letter-spacing:-.02em;color:#333;position:relative;top:-30px;right:40px;margin-left:33px}._small-grey-text3_13civ_274{font-size:14px;line-height:17px;color:#555;position:relative;top:-10px}._small-grey-text4_13civ_282{font-size:14px;line-height:17px;color:#555;position:relative;top:-30px}._wrap_13civ_290{display:flex;flex-wrap:wrap!important}._larger-black-text1_13civ_295{font-size:24px;color:#000;opacity:.7;font-weight:900}._larger-black-text2_13civ_302{font-size:24px;line-height:40px;color:#000;opacity:.7;font-weight:900;position:relative;top:-18px;right:40px;margin-left:33px}._larger-black-text3_13civ_314{font-size:20px;font-weight:400;line-height:20px;color:#000008cc;position:relative;top:-40px;right:10px;margin-left:10px}._larger-black-text4_13civ_325{font-size:20px;font-weight:400;line-height:20px;color:#000008cc;position:relative;top:-40px;right:30px;margin-left:30px}._gap-35px_13civ_336{gap:40px}._feeHeading1_13civ_340{font-family:Lato;font-style:normal;margin-top:10px;margin-bottom:0;font-weight:700;opacity:.8;padding-top:10px;font-size:20px;line-height:20px}._flex-30_13civ_352{flex:0 0 30%}._padding-10px-top_13civ_356{padding-top:10px}._padding-20px-top_13civ_360{padding-top:20px}._padding-25px-top_13civ_364{padding-top:25px}._padding-30px-top_13civ_368{padding-top:30px}._padding-20px-left_13civ_372{padding-left:20px}._padding-30px-left_13civ_376{padding-left:30px}._padding-10px-bottom_13civ_380{padding-bottom:10px}._margin-10px-top_13civ_384{margin-top:10px}._margin-10px-bottom_13civ_388{margin-bottom:10px}._margin-10px-top-bottom_13civ_392{margin-top:10px;margin-bottom:10px}._margin-left-20_13civ_397{margin-left:20px}._margin-top-30_13civ_401{margin-top:30px;padding-top:30px}._customhr1_13civ_406{position:relative;top:-20px;margin-left:20px;margin-right:0;left:178px;width:400px;height:1px;opacity:.1;background-color:#000;transform:rotate(180deg) translate(180px)}._customhr2_13civ_419{position:relative;top:-40px;margin-left:20px;margin-right:0;left:178px;width:400px;height:1px;opacity:.1;background-color:#000;transform:rotate(180deg) translate(180px)}._customhr3_13civ_432{position:relative;top:-40px;margin-left:20px;margin-right:0;left:163px;width:414px;height:1px;opacity:.1;background-color:#000;transform:rotate(180deg) translate(180px)}._class_wise_class_name_13civ_446{font-weight:700;font-size:12px;line-height:20px;text-align:center;letter-spacing:-.02em;color:#333}._greyBgText_13civ_455{margin-bottom:1.75rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:.95rem 1rem;font-weight:700;top:0}._recentUpdatesStyle_13civ_464{height:52%!important;overflow:auto!important}._quickImg_13civ_469{width:55px;height:51px;padding:0 5px;cursor:pointer}._quickImg_13civ_469:hover{width:75px;height:57px}._mui_13civ_481:hover{width:59px;height:59px}._editStyle_13civ_486{border-radius:100%;border:2px solid #f47e16;padding:5px 6px 3px 8px;cursor:pointer}._gridStyle_w60fk_1{display:grid;gap:16px}._dragFormContainer_w60fk_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_w60fk_6{height:100vh;position:fixed;width:50%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_w60fk_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_w60fk_25 ._dragFormHeaderTitle_w60fk_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_w60fk_25 img{cursor:pointer}._subHeading_w60fk_44{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_w60fk_50{padding:24px;padding-top:unset;height:calc(100vh - 215px);overflow-y:auto;margin-top:5px}._dragFormBody_w60fk_50 ul{align-items:baseline;display:flex;margin:20px 0;gap:30px}._dragFormBody_w60fk_50 ul li:first-child{width:45%}._dragFormFooter_w60fk_68{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:50%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px}._gridStyle_vhovb_1{display:grid;gap:16px}._dragFormContainer_vhovb_6{background:#0000004d;z-index:999;height:100vh;position:fixed;left:0;top:0;width:85%}._dragForm_vhovb_6{height:100vh;position:fixed;width:50%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_vhovb_25{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:24px;display:flex;align-items:center;justify-content:space-between}._dragFormHeader_vhovb_25 ._dragFormHeaderTitle_vhovb_34{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_vhovb_25 img{cursor:pointer}._subHeading_vhovb_44{font-weight:700;font-size:16px;line-height:20px;color:#fff;margin-bottom:unset}._dragFormBody_vhovb_52{padding:24px;height:calc(100vh - 180px);overflow-y:auto}._dragFormFooter_vhovb_58{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:50%;display:flex;justify-content:flex-end;align-items:center;padding:24px;gap:20px}._gridStyle_g8ha7_1{display:grid;gap:16px}._containerStyle_g8ha7_6{margin-top:75px;padding:22px 30px}._headerStyle_g8ha7_11{display:flex;justify-content:space-between;align-items:center}._selectStyle_g8ha7_17{position:relative;top:24px}._selectStyle_g8ha7_17 select{margin-bottom:unset;width:fit-content;padding-left:40px;position:relative;height:45px;border-radius:4px!important;font-size:12px!important;font-weight:500!important;color:#000!important;background:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.95906%201.4751L5.69906%204.7351C5.31406%205.1201%204.68406%205.1201%204.29906%204.7351L1.03906%201.4751'%20stroke='%23888888'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}._selectStyle_g8ha7_17 img{position:relative;left:15px;bottom:31px}._selectStyle2_g8ha7_39{position:relative;top:24px}._selectStyle2_g8ha7_39 select{width:fit-content;padding-right:25px;padding-left:40px;position:relative;top:27px;height:45px;border-radius:4px!important;font-size:12px!important;font-weight:500!important;color:#000!important;background:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.95906%201.4751L5.69906%204.7351C5.31406%205.1201%204.68406%205.1201%204.29906%204.7351L1.03906%201.4751'%20stroke='%23888888'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}._selectStyle2_g8ha7_39 img{position:relative;left:15px;bottom:31px}._contentStyle_g8ha7_62{display:grid;grid-template-columns:50% 50%}._totalStudentStyle_g8ha7_67{background:linear-gradient(149.24deg,#003d4d 6.34%,#00c996 130.26%)!important;border-radius:8px;grid-gap:20px;gap:20px;cursor:pointer;padding:15px}._totalStudentStyle_g8ha7_67 p{font-size:16px;color:#fff;margin:0!important}._totalStudentStyle_g8ha7_67 h3{margin-top:16px;color:#fff;font-size:28px;font-weight:700}._leftContent_g8ha7_87{padding-right:24px}._categorySplitStyle_g8ha7_91{margin-top:30px}._classStyle_g8ha7_95{display:flex;align-items:flex-end;justify-content:space-between;height:110px}._classStyle_g8ha7_95 li{padding-bottom:unset!important}._textStyle_g8ha7_105{display:flex;align-items:center;justify-content:space-between}._textStyle_g8ha7_105 div:first-child{font-size:18px;font-weight:600}._textStyle_g8ha7_105 div:nth-child(2){display:flex;gap:20px}._textStyle_g8ha7_105 div:nth-child(2) img{cursor:pointer}._gridStyle_18cgb_1{display:grid;gap:16px}._imgWrapper_18cgb_6{opacity:0;transition:opacity .5s ease-in-out}._imgWrapper_18cgb_6._active_18cgb_11{opacity:1}._container_18cgb_15{display:grid;height:100vh;grid-template-columns:repeat(2,1fr);width:100%}._animStyle_18cgb_22{position:relative;width:100%;height:auto}._animStyle_18cgb_22 img{transition:left .5s ease-in-out}._animStyle_18cgb_22 img._active_18cgb_11{opacity:1}._animStyle_18cgb_22 img._active-sec1_18cgb_38{left:0}._animStyle_18cgb_22 img._active-sec2_18cgb_42{left:-100%}._animStyle_18cgb_22 img._active-sec3_18cgb_46{left:-200%}._imgContainer_18cgb_50{position:relative;width:100%;height:auto;overflow:hidden}._imgContainer_18cgb_50 img{opacity:0;transition:.3s}._imgContainer_18cgb_50 img._active_18cgb_11{transition:.3s;opacity:1}._contentStyle_18cgb_69{display:flex;flex-direction:column;gap:40px}._imgStyle_18cgb_75{height:300px;transition:.3s}._footerImgStyle_18cgb_80{width:650px}._rightSection_18cgb_84{background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}._lineStyle_18cgb_92{display:flex;flex-direction:column;text-align:center}._title_18cgb_98{font-size:20px;font-weight:600;color:#fff}._subTitle_18cgb_104{font-size:16px;font-weight:400;color:#fff}._loaderStyle_18cgb_110{display:flex;justify-content:center;gap:20px}._loaderStyle_18cgb_110 ._inactiveTab_18cgb_116{background-color:#fff;width:30px;border-radius:20px;height:5px;cursor:pointer;transition:.3s}._loaderStyle_18cgb_110 ._activeTab_18cgb_125{background-color:#f47e16;width:60px;border-radius:20px;height:5px;cursor:pointer;transition:.3s}._headerContainer_18cgb_134{text-align:center}._download_18cgb_138{transition:.1s ease-in-out}._download_18cgb_138:hover{filter:drop-shadow(5px 5px 2px rgba(0,0,0,.5019607843));cursor:pointer}._lineStyle1_18cgb_147{display:flex;flex-direction:column;text-align:center;width:67%;margin:auto;gap:20px}._title1_18cgb_156{font-size:25px;font-weight:600;color:#000008cc}._subTitle1_18cgb_162{font-size:17px;font-weight:400;color:#00000887}._phoneStyle_18cgb_168{padding:unset!important;max-width:unset!important;margin-bottom:2.5rem}._bottomLogo_18cgb_174{position:fixed;bottom:4px;right:4px;height:40px;width:auto!important}._labelStyle_18cgb_182{font-weight:400;position:absolute;top:-33px;font-size:13px;color:#00000880!important;padding:.75rem 0 0 1rem;transition:all .2s}._hrText_18cgb_192{border:0;line-height:1em;position:relative;text-align:center;height:1.5em;font-size:14px;margin:30px 15px}._hrText_18cgb_192:before{content:"";background:linear-gradient(to right,transparent,#000000,transparent);position:absolute;left:0;top:50%;width:100%;height:1px}._textCenter_18cgb_212{text-align:center;font-size:24px}._line_18cgb_92{position:absolute;height:2px;background-color:#000;width:50%}._left_18cgb_225{left:0}._right_18cgb_84{right:0}._hrText_18cgb_192:after{content:attr(data-content);position:relative;padding:0 7px;line-height:1.5em;color:#000;background-color:#1a1a1a}._selectStyle_18cgb_242{border:1px solid rgba(0,0,8,.5019607843);padding:.75rem .2rem .75rem 2rem}._locationStyle_18cgb_247{position:absolute;top:10px;left:10px}._inputStyle_18cgb_253{border:1px solid rgba(0,0,8,.5019607843)}._rightContentStyle_18cgb_257 form{text-align:center;display:flex;justify-content:center;margin-top:5%}._phoneStyle_18cgb_168 input[type=emailid],input[type=email]{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.45825%206.2487C6.45825%204.29269%208.04391%202.70703%209.99992%202.70703C11.9559%202.70703%2013.5416%204.29269%2013.5416%206.2487C13.5416%208.20471%2011.9559%209.79036%209.99992%209.79036C8.04391%209.79036%206.45825%208.20471%206.45825%206.2487ZM9.99992%203.95703C8.73425%203.95703%207.70825%204.98305%207.70825%206.2487C7.70825%207.51435%208.73425%208.54036%209.99992%208.54036C11.2656%208.54036%2012.2916%207.51435%2012.2916%206.2487C12.2916%204.98305%2011.2656%203.95703%209.99992%203.95703Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.66675%2012.293C5.63121%2012.293%204.79175%2013.1325%204.79175%2014.168V15.1582C4.79175%2015.1733%204.80267%2015.1861%204.81756%2015.1886C8.24985%2015.749%2011.7503%2015.749%2015.1826%2015.1886C15.1975%2015.1861%2015.2084%2015.1733%2015.2084%2015.1582V14.168C15.2084%2013.1325%2014.3689%2012.293%2013.3334%2012.293H13.0493C13.0274%2012.293%2013.0056%2012.2965%2012.9847%2012.3032L12.2634%2012.5388C10.7927%2013.019%209.20742%2013.019%207.73673%2012.5388L7.01547%2012.3032C6.9946%2012.2965%206.97276%2012.293%206.95081%2012.293H6.66675ZM3.54175%2014.168C3.54175%2012.4421%204.94086%2011.043%206.66675%2011.043H6.95081C7.10455%2011.043%207.25732%2011.0673%207.40347%2011.115L8.12474%2011.3506C9.34333%2011.7484%2010.6568%2011.7484%2011.8754%2011.3506L12.5967%2011.115C12.7428%2011.0673%2012.8956%2011.043%2013.0493%2011.043H13.3334C15.0593%2011.043%2016.4584%2012.4421%2016.4584%2014.168V15.1582C16.4584%2015.7859%2016.0035%2016.3211%2015.384%2016.4222C11.8183%2017.0044%208.18183%2017.0044%204.61614%2016.4222C3.99665%2016.3211%203.54175%2015.7859%203.54175%2015.1582V14.168Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3c/svg%3e")!important;background-position:.5rem center;background-repeat:no-repeat}._phoneStyle_18cgb_168 input[type=password],input[type=tel]{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5%207.34245H14.1667V6.17578C14.25%203.84245%2012.3333%201.92578%2010%201.92578C7.66667%201.92578%205.75%203.84245%205.75%206.17578V7.42578H5.5C3.83333%207.42578%202.5%208.75911%202.5%2010.4258V15.6758C2.5%2017.3424%203.83333%2018.6758%205.5%2018.6758H14.5833C16.25%2018.6758%2017.5833%2017.3424%2017.5833%2015.6758V10.4258C17.5%208.67577%2016.1667%207.34245%2014.5%207.34245ZM7.41667%206.17578C7.41667%204.75911%208.58333%203.59245%2010%203.59245C11.4167%203.59245%2012.5833%204.75911%2012.5833%206.17578V7.42578H7.41667V6.17578ZM16%2015.5924C16%2016.3424%2015.25%2016.9258%2014.5%2016.9258H5.5C4.75%2016.9258%204.16667%2016.3424%204.16667%2015.5924V10.3424C4.16667%209.59244%204.75%209.00911%205.5%209.00911H6.66667H13.5H14.6667C15.4167%209.00911%2016%209.59244%2016%2010.3424V15.5924Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3cpath%20d='M10.0001%2012.8438C9.50008%2012.8438%209.16675%2013.1771%209.16675%2013.6771V15.0104C9.16675%2015.5104%209.50008%2015.8437%2010.0001%2015.8437C10.5001%2015.8437%2010.8334%2015.5104%2010.8334%2015.0104V13.6771C10.8334%2013.1771%2010.5001%2012.8438%2010.0001%2012.8438Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3c/svg%3e")!important;background-position:.5rem center;background-repeat:no-repeat}._phoneStyle_18cgb_168 select[type=location]{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.04175%208.33333C6.04175%206.14721%207.81396%204.375%2010.0001%204.375C12.1862%204.375%2013.9584%206.14721%2013.9584%208.33333C13.9584%2010.5195%2012.1862%2012.2917%2010.0001%2012.2917C7.81396%2012.2917%206.04175%2010.5195%206.04175%208.33333ZM10.0001%205.625C8.50434%205.625%207.29175%206.83756%207.29175%208.33333C7.29175%209.82908%208.50434%2011.0417%2010.0001%2011.0417C11.4958%2011.0417%2012.7084%209.82908%2012.7084%208.33333C12.7084%206.83756%2011.4958%205.625%2010.0001%205.625Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.93707%207.38201C3.23235%203.79983%206.22581%201.04297%209.82011%201.04297H10.1801C13.7744%201.04297%2016.7679%203.79983%2017.0631%207.38201C17.2218%209.3063%2016.6274%2011.2171%2015.4051%2012.7118L11.4109%2017.5966C10.6818%2018.4884%209.31844%2018.4884%208.58927%2017.5966L4.59507%2012.7118C3.37286%2011.2171%202.77846%209.3063%202.93707%207.38201ZM9.82011%202.29297C6.87635%202.29297%204.42467%204.55087%204.18285%207.4847C4.05083%209.08622%204.54554%2010.6765%205.56276%2011.9206L9.55694%2016.8054C9.78602%2017.0855%2010.2142%2017.0855%2010.4433%2016.8054L14.4374%2011.9206C15.4547%2010.6765%2015.9494%209.08622%2015.8174%207.4847C15.5755%204.55087%2013.1239%202.29297%2010.1801%202.29297H9.82011Z'%20fill='%23000008'%20fill-opacity='0.5'/%3e%3c/svg%3e")!important;background-position:.5rem center;background-repeat:no-repeat}._btnStyle_18cgb_284{width:100%;border-radius:15px;height:45px;position:relative}._resendStyle_18cgb_291{text-align:center;padding:5px 0}._instructions_18cgb_296{border-radius:8px;padding:16px;margin-top:20px;font-family:Arial,sans-serif;color:#333}._instructions_18cgb_296 h3{font-size:1.5rem;color:#004f3f;margin-bottom:10px;padding-left:15px}._instructions_18cgb_296 ol{padding-left:45px;list-style-type:decimal;list-style:auto!important}._instructions_18cgb_296 ol li{margin-bottom:6px;line-height:1.2;padding-bottom:0!important;padding-left:10px;list-style:auto!important}:root{--primary-color10: #2b1700;--primary-color20: #482900;--primary-color30: #673d00;--primary-color40: #875200;--primary-color47: #f47e16;--primary-color50: #aa6800;--primary-color60: #cd7f00;--primary-color70: #ee9821;--primary-color80: #ffb866;--primary-color90: #ffddba;--primary-color95: #ffeedf;--primary-color99: #fffbff;--secondary-color10: #002019;--secondary-color20: #00382c;--secondary-color30: #005141;--secondary-color40: #006b57;--secondary-color50: #00876e;--secondary-color60: #06a386;--secondary-color70: #3dbfa0;--secondary-color80: #5edbbb;--secondary-color90: #7df8d6;--secondary-color95: #b9ffe8;--secondary-color99: #f3fff9}label{margin:0;display:block;font-size:1rem;font-weight:400;color:#000!important}input.chat,textarea.chat{background:#fff url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%2011.5C8.32843%2011.5%209%2010.8284%209%2010C9%209.17157%208.32843%208.5%207.5%208.5C6.67157%208.5%206%209.17157%206%2010C6%2010.8284%206.67157%2011.5%207.5%2011.5Z'%20fill='%23009688'/%3e%3cpath%20d='M16.5%2011.5C17.3284%2011.5%2018%2010.8284%2018%2010C18%209.17157%2017.3284%208.5%2016.5%208.5C15.6716%208.5%2015%209.17157%2015%2010C15%2010.8284%2015.6716%2011.5%2016.5%2011.5Z'%20fill='%23009688'/%3e%3cpath%20d='M12%2023C18.0751%2023%2023%2018.0751%2023%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023Z'%20stroke='%23009688'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%2014C18%2017.3%2015.3%2020%2012%2020C8.7%2020%206%2017.3%206%2014H18Z'%20stroke='%23009688'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") .5rem 70% no-repeat;padding-left:2.75rem;height:3.125rem}input[type=submit],input[type=reset],input[type=button],textarea[type=submit],textarea[type=reset],textarea[type=button]{display:inline-block;width:auto}input[type=text],textarea[type=text]{background-image:unset;background-position:.5rem center;background-repeat:no-repeat}input[type=text].school,textarea[type=text].school{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2021V19C20%2017.9391%2019.5786%2016.9217%2018.8284%2016.1716C18.0783%2015.4214%2017.0609%2015%2016%2015H8C6.93913%2015%205.92172%2015.4214%205.17157%2016.1716C4.42143%2016.9217%204%2017.9391%204%2019V21'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2011C14.2091%2011%2016%209.20914%2016%207C16%204.79086%2014.2091%203%2012%203C9.79086%203%208%204.79086%208%207C8%209.20914%209.79086%2011%2012%2011Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=tel].otp,textarea[type=tel].otp{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5333%2011.1001H5.9333C4.93919%2011.1001%204.1333%2011.906%204.1333%2012.9001V19.2001C4.1333%2020.1942%204.93919%2021.0001%205.9333%2021.0001H18.5333C19.5274%2021.0001%2020.3333%2020.1942%2020.3333%2019.2001V12.9001C20.3333%2011.906%2019.5274%2011.1001%2018.5333%2011.1001Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.73328%2011.1V7.5C7.73328%206.30653%208.20738%205.16193%209.0513%204.31802C9.89521%203.47411%2011.0398%203%2012.2333%203C13.4268%203%2014.5713%203.47411%2015.4153%204.31802C16.2592%205.16193%2016.7333%206.30653%2016.7333%207.5V11.1'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=emailid],textarea[type=emailid]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.625%203H5V21H16.625C17.45%2021%2018.125%2020.325%2018.125%2019.5V4.5C18.125%203.675%2017.45%203%2016.625%203ZM7.25%2015C7.2875%2012.6375%208.3375%2012.675%209.4625%2012.3C10.175%2012.075%2010.55%2011.8875%2010.55%2011.4C10.55%2010.6875%209.725%2010.4625%209.725%209.1875C9.725%208.1375%2010.4%207.5%2011.375%207.5C12.35%207.5%2013.025%208.1375%2013.025%209.1875C13.025%2010.425%2012.2%2010.65%2012.2%2011.4C12.2%2011.8875%2012.575%2012.075%2013.2875%2012.3C14.4125%2012.675%2015.4625%2012.6375%2015.5%2015H7.25Z'%20stroke='%23000000'%20stroke-miterlimit='10'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}input[type=email],textarea[type=email]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.95961%205H19.8396C20.8626%205%2021.6996%205.837%2021.6996%206.86V18.02C21.6996%2019.043%2020.8626%2019.88%2019.8396%2019.88H4.95961C3.93661%2019.88%203.09961%2019.043%203.09961%2018.02V6.86C3.09961%205.837%203.93661%205%204.95961%205Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21.6996%206.86035L12.3996%2013.3703L3.09961%206.86035'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}input[type=tel],textarea[type=tel]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='6.25'%20y='2.25'%20width='11.5'%20height='19.5'%20rx='2.75'%20stroke='%234DB6AC'%20stroke-width='1.5'/%3e%3cline%20x1='6'%20y1='16.5'%20x2='18'%20y2='16.5'%20stroke='%234DB6AC'/%3e%3ccircle%20cx='12'%20cy='19'%20r='1'%20stroke='%234DB6AC'%20stroke-width='0.5'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}input[type=text].school,textarea[type=text].school{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%204H8.4C9.35478%204%2010.2705%204.37928%2010.9456%205.05442C11.6207%205.72955%2012%206.64522%2012%207.6V20.2C12%2019.4839%2011.7155%2018.7972%2011.2092%2018.2908C10.7028%2017.7845%2010.0161%2017.5%209.3%2017.5H3V4Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%204H15.6C14.6452%204%2013.7295%204.37928%2013.0544%205.05442C12.3793%205.72955%2012%206.64522%2012%207.6V20.2C12%2019.4839%2012.2845%2018.7972%2012.7908%2018.2908C13.2972%2017.7845%2013.9839%2017.5%2014.7%2017.5H21V4Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].pad,textarea[type=text].pad{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.8%204.79999H17.6C18.0774%204.79999%2018.5352%204.98963%2018.8728%205.3272C19.2104%205.66476%2019.4%206.1226%2019.4%206.59999V19.2C19.4%2019.6774%2019.2104%2020.1352%2018.8728%2020.4728C18.5352%2020.8103%2018.0774%2021%2017.6%2021H6.8C6.32261%2021%205.86477%2020.8103%205.52721%2020.4728C5.18964%2020.1352%205%2019.6774%205%2019.2V6.59999C5%206.1226%205.18964%205.66476%205.52721%205.3272C5.86477%204.98963%206.32261%204.79999%206.8%204.79999H8.6'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.8996%203H9.49961C9.00255%203%208.59961%203.40294%208.59961%203.9V5.7C8.59961%206.19706%209.00255%206.6%209.49961%206.6H14.8996C15.3967%206.6%2015.7996%206.19706%2015.7996%205.7V3.9C15.7996%203.40294%2015.3967%203%2014.8996%203Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].tag,textarea[type=text].tag{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2021L12%2016L5%2021V5C5%204.46957%205.21071%203.96086%205.58579%203.58579C5.96086%203.21071%206.46957%203%207%203H17C17.5304%203%2018.0391%203.21071%2018.4142%203.58579C18.7893%203.96086%2019%204.46957%2019%205V21Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].duedate,textarea[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4%204.79999H5.8C4.80589%204.79999%204%205.60588%204%206.59999V19.2C4%2020.1941%204.80589%2021%205.8%2021H18.4C19.3941%2021%2020.2%2020.1941%2020.2%2019.2V6.59999C20.2%205.60588%2019.3941%204.79999%2018.4%204.79999Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.6992%203V6.6'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.5%203V6.6'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%2010.2H20.2'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=password],textarea[type=password]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5333%2011.1001H5.9333C4.93919%2011.1001%204.1333%2011.906%204.1333%2012.9001V19.2001C4.1333%2020.1942%204.93919%2021.0001%205.9333%2021.0001H18.5333C19.5274%2021.0001%2020.3333%2020.1942%2020.3333%2019.2001V12.9001C20.3333%2011.906%2019.5274%2011.1001%2018.5333%2011.1001Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.73328%2011.1V7.5C7.73328%206.30653%208.20738%205.16193%209.0513%204.31802C9.89521%203.47411%2011.0398%203%2012.2333%203C13.4268%203%2014.5713%203.47411%2015.4153%204.31802C16.2592%205.16193%2016.7333%206.30653%2016.7333%207.5V11.1'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}input[type=text].datepicker,textarea[type=text].datepicker{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9229%206.048H12.5469V8.424H14.9229V6.048Z'%20fill='%23000000'/%3e%3cpath%20d='M11.626%206.048H9.25V8.424H11.626V6.048Z'%20fill='%23000000'/%3e%3cpath%20d='M8.32131%206.04799H5.94531V8.42399H8.32131V6.04799Z'%20fill='%23000000'/%3e%3cpath%20d='M5.02444%206.048H2.64844V8.424H5.02444V6.048Z'%20fill='%23000000'/%3e%3cpath%20d='M14.9229%209.44551H12.5469V11.8215H14.9229V9.44551Z'%20fill='%23000000'/%3e%3cpath%20d='M11.626%209.44551H9.25V11.8215H11.626V9.44551Z'%20fill='%23000000'/%3e%3cpath%20d='M8.32131%209.44551H5.94531V11.8215H8.32131V9.44551Z'%20fill='%23000000'/%3e%3cpath%20d='M5.02444%209.44551H2.64844V11.8215H5.02444V9.44551Z'%20fill='%23000000'/%3e%3cpath%20d='M11.626%2012.87H9.25V15.246H11.626V12.87Z'%20fill='%23000000'/%3e%3cpath%20d='M8.32131%2012.87H5.94531V15.246H8.32131V12.87Z'%20fill='%23000000'/%3e%3cpath%20d='M5.02444%2012.87H2.64844V15.246H5.02444V12.87Z'%20fill='%23000000'/%3e%3cpath%20d='M16.7175%202.0475H15.1875H15.111V2.403C15.111%203.0375%2014.5935%203.5595%2013.9545%203.5595H13.428C12.7935%203.5595%2012.2715%203.042%2012.2715%202.403V2.0475H5.562V2.403C5.562%203.0375%205.0445%203.5595%204.4055%203.5595H3.879C3.2445%203.5595%202.7225%203.042%202.7225%202.403V2.0475H2.646H1.116C0.504%202.0475%200%202.547%200%203.1635V4.6935V15.354V16.884C0%2017.496%200.504%2018%201.1205%2018H2.6505H15.192H16.722C17.3385%2018%2017.8425%2017.496%2017.8425%2016.8795V15.3495V4.6935V3.1635C17.8335%202.547%2017.334%202.0475%2016.7175%202.0475ZM16.0605%2016.3575H1.557V4.8555L16.0875%204.887L16.0605%2016.3575Z'%20fill='%23000000'/%3e%3cpath%20d='M3.87837%203.1095H4.40488C4.79638%203.1095%205.11137%202.79%205.11137%202.403V0.7065C5.11137%200.315%204.79188%200%204.40488%200H3.87837C3.48687%200%203.17188%200.3195%203.17188%200.7065V2.3985C3.17188%202.79%203.48687%203.1095%203.87837%203.1095Z'%20fill='%23000000'/%3e%3cpath%20d='M13.4292%203.1095H13.9557C14.3472%203.1095%2014.6622%202.79%2014.6622%202.403V0.7065C14.6622%200.315%2014.3427%200%2013.9557%200H13.4292C13.0377%200%2012.7227%200.3195%2012.7227%200.7065V2.3985C12.7227%202.79%2013.0377%203.1095%2013.4292%203.1095Z'%20fill='%23000000'/%3e%3c/svg%3e")}input[type=text].time,textarea[type=text].time{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021C16.9706%2021%2021%2016.9706%2021%2012C21%207.02944%2016.9706%203%2012%203C7.02944%203%203%207.02944%203%2012C3%2016.9706%207.02944%2021%2012%2021Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%206.59998V12L15.6%2013.8'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].linkpaste,textarea[type=text].linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input.file,textarea.file{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%202H6C5.46957%202%204.96086%202.21071%204.58579%202.58579C4.21071%202.96086%204%203.46957%204%204V20C4%2020.5304%204.21071%2021.0391%204.58579%2021.4142C4.96086%2021.7893%205.46957%2022%206%2022H18C18.5304%2022%2019.0391%2021.7893%2019.4142%2021.4142C19.7893%2021.0391%2020%2020.5304%2020%2020V8L14%202Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14%202V8H20'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16%2013H8'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16%2017H8'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%209H9H8'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem 10px;background-repeat:no-repeat}input[type=radio]+label:before{border-radius:100%;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20id='Oval'%20cx='4'%20cy='4'%20r='4'%20fill='url(%23paint0_linear)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear'%20x1='4'%20y1='-4'%20x2='-4'%20y2='4'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F69B00'/%3e%3cstop%20offset='1'%20stop-color='%23ED6A00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center no-repeat;background-size:0}input[type=checkbox]:checked+label:after{background-size:100%;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d)'%3e%3cpath%20d='M18%202H4C2.89%202%202%202.9%202%204V18C2%2019.1%202.89%2020%204%2020H18C19.11%2020%2020%2019.1%2020%2018V4C20%202.9%2019.11%202%2018%202Z'%20fill='%23FF7700'/%3e%3c/g%3e%3cpath%20d='M7%2011.5432L9.9212%2014.3372L16.1652%208'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='22'%20height='22'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.423529%200%200%200%200%200.0509804%200%200%200%200.3%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;opacity:1}textarea{height:11rem}::placeholder{color:#0009;opacity:1}:-ms-input-placeholder{color:#006b5c99}::-ms-input-placeholder{color:#006b5c99}.assignment-popup ::placeholder{color:#828f8e;opacity:1}.assignment-popup :-ms-input-placeholder{color:#828f8e}.assignment-popup ::-ms-input-placeholder{color:#828f8e}.assignment-popup select{color:#828f8e}.content{font-family:Lato;font-size:1rem;line-height:1.428571429;color:#0d352d}.wrapper{width:100%;min-height:100%}.wrapper:after{content:"";display:table;clear:both}html,body{font-family:Lato!important;font-size:1rem;line-height:1.428571429;color:#0d352d;min-height:100%;cursor:pointer}li{padding-bottom:1.25rem;position:relative}.close{position:absolute;right:1rem;top:1rem;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L25.7071%2024.2929C26.0976%2024.6834%2026.0976%2025.3166%2025.7071%2025.7071C25.3166%2026.0976%2024.6834%2026.0976%2024.2929%2025.7071L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill='%23000000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.7071%200.292893C26.0976%200.683417%2026.0976%201.31658%2025.7071%201.70711L1.70711%2025.7071C1.31658%2026.0976%200.683417%2026.0976%200.292893%2025.7071C-0.0976311%2025.3166%20-0.0976311%2024.6834%200.292893%2024.2929L24.2929%200.292893C24.6834%20-0.0976311%2025.3166%20-0.0976311%2025.7071%200.292893Z'%20fill='%23000000'/%3e%3c/svg%3e") center no-repeat;text-indent:-62499.9375rem;background-size:100%;cursor:pointer;height:1.9rem;width:1.9rem;z-index:99}img{display:inline-block}.container{max-width:85.375rem}.form-control-placeholder{position:absolute;top:0;padding:.75rem 0 0 2.5rem;transition:all .2s}.form-select{position:relative}.form-select .select-text{position:relative;width:100%;background-color:transparent;padding:0 .2rem .6rem;appearance:none;-webkit-appearance:none;border-radius:0;background:none;border:none;border-bottom:.063rem solid #dde5eb}.form-select .select-text:focus{outline:none;border-bottom:.063rem solid rgba(0,0,0,0)}.form-select .select-text:focus~.select-bar:before{width:50%}.form-select .select-text:focus~.select-bar:after{width:50%}.form-select:after{position:absolute;top:.6rem;right:.2rem;content:"";width:.81rem;height:.5rem;background:url("data:image/svg+xml,%3csvg%20width='13'%20height='8'%20viewBox='0%200%2013%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.7929%200.707106C11.1834%200.316582%2011.8166%200.316582%2012.2071%200.707107L12.2929%200.792893C12.6834%201.18342%2012.6834%201.81658%2012.2929%202.20711L7.20711%207.29289C6.81658%207.68342%206.18342%207.68342%205.79289%207.29289L0.707108%202.20711C0.316583%201.81658%200.316583%201.18342%200.707107%200.792893L0.792892%200.707107C1.18342%200.316583%201.81658%200.316583%202.20711%200.707107L6.5%205L10.7929%200.707106Z'%20fill='url(%23paint0_linear)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear'%20x1='19.5'%20y1='4'%20x2='12.3584'%20y2='-7.60515'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F69B00'/%3e%3cstop%20offset='1'%20stop-color='%23ED6A00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center no-repeat;background-size:cover}.form-select .select-bar{position:relative;display:block}.form-select .select-bar:before,.form-select .select-bar:after{content:"";height:.125rem;width:0;bottom:.063rem;position:absolute;background:linear-gradient(225deg,#f69b00,#ed6a00);transition:.2s ease all}.form-select .select-bar:before{left:50%}.form-select .select-bar:after{right:50%;background:linear-gradient(225deg,#ed6a00,#f69b00)}.control label{position:relative;padding-left:calc(1.125rem + .8em)}.control label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.control label:after{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease}.account-section{padding:5rem}.account-section .image-block{padding:5rem 0}.account-section .account--form{box-shadow:0 0 30px #0098871a;border-radius:1.25rem;height:100%;padding:1.875rem 1.875rem 5rem;position:relative;background-color:#fff}.account-section .account--form h1{margin-bottom:1.25rem}.account-section .account--form h1 small{font-size:1.125rem;font-weight:400;display:block;color:#006b5c}.account-section .account--form h4{font-weight:400;margin-bottom:1.25rem}.account-section .account--form .login-link{position:absolute;width:100%;left:0;bottom:1rem;padding:0 1rem}.account-section .account--form button:hover{color:#fff}.account-section .account--form .form-control-otp{padding-top:.75rem;display:block}.account-section .image-space{padding:3.25rem 0}.userType-section{padding:5rem 0}.userType-section .userType{box-shadow:0 0 30px #0098871a;border-radius:1.25rem;height:100%;padding:1.875rem;position:relative;background-color:#fff}.userType-section .userType .block{height:100%;padding-bottom:1rem;overflow:hidden}.userType-section .userType .block figure{min-height:13.75rem}.userType-section .userType .block strong{display:block;padding:3.25rem 1.25rem;font-size:1.25rem}.userType-section .userType .block span{border:.125rem solid #fff;border-radius:1.25rem;display:block;height:100%;transition:all .2s ease;background-color:#dbf2f066;overflow:hidden}.userType-section .userType .block span:hover,.userType-section .userType .block span:focus{text-decoration:none;border-color:#80cbc4;color:#0d352d}.userType-section .userType .block span:active{border-color:#f70}.userType-section .userType .button{margin-top:2.5rem}.accordion-panel{height:0;display:block;overflow:hidden}.accordion-panel.active{overflow:visible}.accordion-item{position:relative;display:block;font-weight:500;cursor:pointer}.accordion-item.active .arrow{transform:rotate(-180deg)}.accordion-item .arrow{transform:rotate(-90%);position:absolute;right:1rem;top:50%;margin-top:-.25rem}.leftSide ::-webkit-scrollbar{background-color:#fff}::-webkit-scrollbar{width:10px;background:#fff;transition:opacity .2s ease 0s;opacity:0}::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#c4c4c4;border-radius:5px}.pager-loader{position:fixed;left:0;top:0;height:100%;width:100%;z-index:9999}.pager-loader:after{background:#dbf2f066 url(data:image/jpeg;base64,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) center no-repeat;width:128px;height:128px;content:"";position:absolute;left:50%;top:50%;margin:-64px 0 0 -64px;-webkit-animation:cog 1s infinite;-moz-animation:cog 1s infinite;-ms-animation:cog 1s infinite;animation:cog 1s infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-ms-animation-timing-function:linear;animation-timing-function:linear}@keyframes cog{to{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.header{padding:1.25rem;width:100%;font-size:200%;text-align:center;color:#000;border-bottom:.063rem solid #ccc}.header em{display:block;font-style:normal;font-size:.875rem;color:orange}.header small{display:block;font-size:.875rem;color:red}.logo{text-indent:-62499.9375rem;background:url(/assets/Logo_New_60-CEpDt9p1.svg) no-repeat;width:19.75rem;height:5.25rem;display:block}.footer{margin-top:6.25rem;padding:1.25rem;width:100%;font-size:200%;text-align:center;color:#000;border-top:.063rem solid #ccc}.account-section .image-block{padding:3rem 0}.account-section .image-block .logo{margin:0 auto 5rem}.account-section .account--form h3{margin:0 0 1.5rem}.account-section .account--form .login-link{color:#004f3f;font-size:1.125rem;text-align:center}.studentDetails .accordion-panel.dataList-students .accordion-inner{background-color:#fcfcff}.studentDetails .accordion-panel.dataList-students .accordion-inner .accordion-inner-size{max-width:320px}.studentDetails .accordion-panel.dataList-students .accordion-inner .accordion-item{color:#5448b7}.studentDetails .accordion-panel.approvals li{padding-right:4rem}.studentDetails .student{padding:1rem 3rem;background:#f6f4fe url("data:image/svg+xml,%3csvg%20width='20'%20height='24'%20viewBox='0%200%2020%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.4703%2014.1595C13.4445%2015.3215%2011.7316%2016.2578%209.61639%2016.2578C7.50484%2016.2578%205.78829%2015.3215%205.76245%2014.1595C2.53238%2014.4555%200%2017.1793%200%2020.4953C0%2023.9926%202.81293%2024%206.29403%2024C6.31249%2024%206.32725%2024%206.34571%2024H12.8834C12.9018%2024%2012.9166%2024%2012.9351%2024C16.4162%2024%2019.2291%2023.9926%2019.2291%2020.4953C19.2328%2017.1793%2016.7004%2014.4555%2013.4703%2014.1595Z'%20fill='%23F6C6A5'/%3e%3cpath%20d='M2.89049%203.37147L3.34454%203.56762L3.30763%203.87479C3.13413%203.90439%203.00123%204.05613%203.00123%204.23747C3.00123%204.40031%203.10829%204.54094%203.25595%204.58905L2.97908%208.45644C2.96801%208.61927%203.00123%208.87463%203.04922%209.03007L3.2744%209.70362C3.32609%209.85906%203.4073%209.85906%203.45898%209.70362L3.68416%209.03007C3.73584%208.87833%203.76907%208.61927%203.7543%208.45644L3.48113%204.58905C3.62879%204.54094%203.73584%204.40401%203.73584%204.23747C3.73584%204.05613%203.60295%203.90439%203.42945%203.87479L3.39622%203.58982L4.44461%204.04503L4.95773%204.26708V6.20262C4.89867%206.41357%204.85068%206.63192%204.81746%206.85397C4.78054%207.10933%204.76208%207.36839%204.76208%207.63115C4.76208%207.73847%204.76578%207.8458%204.77316%207.94942C4.78423%208.10486%204.79531%208.25659%204.81746%208.40833C4.82115%208.45274%204.82484%208.50085%204.82853%208.54526C4.98727%2010.3328%205.60006%2011.9093%206.4934%2013.0233C6.59677%2013.1528%206.70382%2013.2749%206.81456%2013.3897C7.60455%2014.2187%208.57172%2014.7072%209.62011%2014.7072C10.6648%2014.7072%2011.6357%2014.2187%2012.4257%2013.3897C12.5364%2013.2749%2012.6435%2013.1528%2012.7468%2013.0233C13.6402%2011.913%2014.253%2010.3328%2014.4117%208.54526C14.4154%208.50085%2014.4191%208.45274%2014.4228%208.40833C14.4449%208.25659%2014.4597%208.10486%2014.4671%207.94942C14.4745%207.8421%2014.4781%207.73847%2014.4781%207.63115C14.4781%207.36839%2014.4597%207.10563%2014.4228%206.85397C14.3895%206.63192%2014.3416%206.41727%2014.2825%206.20632V4.27078L14.7956%204.04873L16.346%203.37517C16.7521%203.19753%2016.7521%202.91257%2016.346%202.73493L10.3547%200.133231C9.94866%20-0.0444102%209.28788%20-0.0444102%208.88181%200.133231L2.89049%202.73123C2.48442%202.90517%202.48442%203.19383%202.89049%203.37147ZM6.02458%206.71704L6.65214%206.9872L8.88181%207.95312C9.28788%208.13076%209.95235%208.13076%2010.3547%207.95312L12.5844%206.9872L13.212%206.71704C13.3559%207.67556%2013.1492%208.90054%2013.1492%208.90054C13.4039%208.7229%2013.6328%208.63038%2013.8247%208.58226C13.5442%2011.617%2011.7723%2013.9596%209.62011%2013.9596C7.46796%2013.9596%205.69234%2011.6207%205.41179%208.58226C5.60006%208.63038%205.83262%208.7229%206.08734%208.90054C6.08734%208.90054%205.88061%207.67186%206.02458%206.71704Z'%20fill='%235448B7'/%3e%3c/svg%3e") 1rem center no-repeat;color:#5448b7}.studentDetails .student .arrow svg{fill:#5448b7}.studentDetails .deadlines{padding:1rem 3rem;background:#fcede7 url("data:image/svg+xml,%3csvg%20width='22'%20height='24'%20viewBox='0%200%2022%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.4311%209.26829C19.8964%208.0065%2019.1268%206.86829%2018.1552%205.89919C17.177%204.92358%2016.0423%204.1626%2014.7772%203.62927C13.8185%203.22602%2012.8143%202.96585%2011.7774%202.85528V2.15285H12.5599C12.873%202.15285%2013.1338%201.89919%2013.1338%201.58049V0.572358C13.1338%200.260163%2012.8795%200%2012.5599%200H8.70588C8.39286%200%208.13201%200.253659%208.13201%200.572358V1.58699C8.13201%201.89919%208.38634%202.15935%208.70588%202.15935H9.48843V2.85528C8.45807%202.96585%207.4538%203.22602%206.48865%203.62927C5.22353%204.1626%204.08231%204.93008%203.11064%205.89919C2.13897%206.86829%201.36946%208.0065%200.834721%209.26829C0.280414%2010.5756%200%2011.961%200%2013.3919C0%2014.8228%200.280414%2016.2146%200.834721%2017.5219C1.36946%2018.7837%202.13897%2019.922%203.11064%2020.8911C4.08883%2021.8667%205.22353%2022.6276%206.48865%2023.161C7.80595%2023.7203%209.19497%2024%2010.6297%2024C12.0643%2024%2013.4599%2023.7203%2014.7706%2023.1675C16.0358%2022.6341%2017.177%2021.8667%2018.1487%2020.8976C19.1268%2019.9219%2019.8898%2018.7902%2020.4246%2017.5285C20.9789%2016.2211%2021.2593%2014.8293%2021.2593%2013.3984C21.2658%2011.961%2020.9854%2010.5756%2020.4311%209.26829ZM10.6297%2022.1073C5.81044%2022.1073%201.89116%2018.1984%201.89116%2013.3919C1.89116%208.58537%205.81044%204.67642%2010.6297%204.67642C15.4489%204.67642%2019.3681%208.58537%2019.3681%2013.3919C19.3747%2018.1984%2015.4489%2022.1073%2010.6297%2022.1073Z'%20fill='%23E96835'/%3e%3cpath%20d='M10.9751%205.86668C8.00791%205.85367%205.21029%207.6553%204.09515%2010.5886C2.66047%2014.361%204.56468%2018.5886%208.34701%2020.0195C12.1293%2021.4504%2016.3682%2019.5512%2017.8028%2015.7789L10.949%2013.1838L10.9751%205.86668Z'%20fill='%23F6D64A'/%3e%3c/svg%3e") 1rem center no-repeat;color:#e96835}.studentDetails .deadlines .arrow svg{fill:#fcede7}.studentDetails .timetable{padding:1rem 3rem;background:#e4e4e4 url(/assets/timetable-_I2TzioC.svg) 1rem center no-repeat;color:#2857a9}.studentDetails .timetable .arrow svg{fill:#eef6fe}.studentDetails .accordion-inner{background-color:#fcfcff;padding:1.25rem}.studentDetails .accordion-inner .recently-joined-block .accordion-inner li.user-data{background-color:#f6f4fe!important;padding:1rem!important;overflow:hidden}.studentDetails .accordion-inner .recently-joined-block li .user-name{color:#5448b7;opacity:.7}.studentDetails .accordion-inner .accordion-inner{padding:0 0 1.25rem}.studentDetails .accordion-inner .accordion-inner li span,.studentDetails .accordion-inner .accordion-inner li strong,.studentDetails .accordion-inner .accordion-inner li small{display:block;padding-bottom:.5rem}.studentDetails .accordion-inner .accordion-inner li .remove-link{background:none;padding:0;border:0;box-shadow:none;margin-bottom:0;font-size:.75rem;text-align:right;min-width:0;float:right}.studentDetails .accordion-inner .accordion-inner li .remove-link:hover{color:#f47e16}.studentDetails .accordion-inner li{font-size:.875rem;padding:.2rem 0;margin-bottom:1rem;position:relative;display:block}.studentDetails .accordion-inner li .user-name{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='9'%20fill='%235448B7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2014.2352C10.1931%2014.2352%208.72699%2012.769%208.72699%2010.9621C8.72699%209.15526%2010.1931%207.68913%2012%207.68913C13.8069%207.68913%2015.273%209.15526%2015.273%2010.9621C15.273%2012.769%2013.8069%2014.2352%2012%2014.2352ZM12%2021C16.9705%2021%2021%2016.9705%2021%2012C21%207.02952%2016.9705%203%2012%203C7.02952%203%203%207.02952%203%2012C3%2016.9705%207.02952%2021%2012%2021ZM6.78256%2018.2709C7.62035%2016.214%209.63981%2014.7635%2012%2014.7635C14.3602%2014.7635%2016.3796%2016.214%2017.2174%2018.2709C19.0149%2016.7735%2020.1591%2014.5196%2020.1591%2012C20.1591%207.49531%2016.5078%203.84092%2012%203.84092C7.49218%203.84092%203.84092%207.49218%203.84092%2012C3.84092%2014.5196%204.98506%2016.7767%206.78256%2018.2709Z'%20fill='%23F6C6A5'/%3e%3c/svg%3e") left .063rem no-repeat;padding:.2rem 0 .2rem 1.6rem}.studentDetails .accordion-inner li:last-child{margin-bottom:0}.studentDetails .accordion-inner li .opions{position:absolute;right:0;top:0}.studentDetails .accordion-inner li .opions span{width:1.5rem;height:1.5rem;display:block;margin-left:.4rem;text-indent:-62499.9375rem;cursor:pointer}.studentDetails .accordion-inner li .user-Close{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='12'%20fill='%23EB4747'/%3e%3cpath%20d='M7%207L17%2017'%20stroke='white'%20stroke-width='2.1'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17%207L7%2017'%20stroke='white'%20stroke-width='2.1'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") left center no-repeat}.studentDetails .accordion-inner li .user-Ok{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='12'%20fill='%232BC480'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.8389%208.15954C17.6241%207.94682%2017.2759%207.94682%2017.0611%208.15954L10.4718%2014.6852L7.93892%2012.1768C7.72414%2011.9641%207.37592%2011.9641%207.1611%2012.1768C6.9463%2012.3895%206.9463%2012.7344%207.1611%2012.9471L10.0828%2015.8405C10.2976%2016.0532%2010.646%2016.0531%2010.8607%2015.8405L17.8389%208.92983C18.0537%208.71713%2018.0537%208.37226%2017.8389%208.15954Z'%20fill='white'%20stroke='white'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section{width:100%;background-color:#fff;min-height:100%}.classDashboard-section .fullHeight{background-color:#fff}.classDashboard-section .leftSide{box-shadow:0 0 30px inset #0098871a;position:fixed;width:20rem;left:0;padding-bottom:7rem;top:0;height:100%;z-index:1}.classDashboard-section .leftSide h1{padding:2rem 0;position:relative}.classDashboard-section .leftSide h1:before{box-shadow:0 15px 20px #00988733;position:absolute;left:0;bottom:0;width:100%;content:"";height:10px}.classDashboard-section .leftSide .createClass{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;padding:1.25rem}.classDashboard-section .leftSide .topLinks{width:calc(100% + .063rem);padding-top:.355rem}.classDashboard-section .leftSide .topLinks li{font-size:1.5rem;padding-bottom:0;margin:0 -2rem;margin-bottom:-1px;min-width:11.75rem;position:relative}.classDashboard-section .leftSide .topLinks li:before{content:"";position:absolute;left:0;top:0;width:188px;height:57px}.classDashboard-section .leftSide .topLinks li span{color:#000;display:block;line-height:57px;cursor:pointer;padding:0;position:relative;text-align:center}.classDashboard-section .leftSide .topLinks li span:hover,.classDashboard-section .leftSide .topLinks li span:active{font-weight:700;text-decoration:none}.classDashboard-section .leftSide .topLinks li.active:before{background:url("data:image/svg+xml,%3csvg%20width='188'%20height='57'%20viewBox='0%200%20188%2057'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20%2021C20%209.95431%2028.9543%201%2040%201H148C159.046%201%20168%209.95431%20168%2021V37C168%2048.0457%20176.954%2057%20188%2057H168H20H0C11.0457%2057%2020%2048.0457%2020%2037L20%2021Z'%20fill='%23EFF8F8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.5%2021C19.5%209.67816%2028.6782%200.5%2040%200.5H148C159.322%200.5%20168.5%209.67816%20168.5%2021V36.5C168.5%2047.2696%20177.23%2056%20188%2056V57C176.845%2057%20167.771%2048.0908%20167.506%2037H167.5V36.5V21C167.5%2010.2304%20158.77%201.5%20148%201.5H40C29.2304%201.5%2020.5%2010.2304%2020.5%2021V36.5V37H20.494C20.2285%2048.0908%2011.1547%2057%200%2057V56C10.7696%2056%2019.5%2047.2696%2019.5%2036.5V21Z'%20fill='%23009688'/%3e%3c/svg%3e") center bottom no-repeat}.classDashboard-section .leftSide .topLinks li.active span{position:relative;z-index:1;font-weight:700;text-decoration:none}.classDashboard-section .leftSide .classList{position:relative;z-index:1;height:calc(100vh - 290px);overflow:auto;margin-right:-.076rem}.classDashboard-section .leftSide .classList li{display:block;width:100%;font-size:1.5rem;display:flex;align-items:center;height:11.625rem;margin-bottom:-5rem;padding:0}.classDashboard-section .leftSide .classList li .block{width:100%;position:relative}.classDashboard-section .leftSide .classList li .quickEdit{position:absolute;right:10px;top:50px;width:154px;z-index:1;overflow:hidden;background:#fff;box-shadow:0 0 20px #0098871a;border-radius:15px}.classDashboard-section .leftSide .classList li .quickEdit:after{display:none}.classDashboard-section .leftSide .classList li .quickEdit li{height:auto;margin:0;font-size:18px;line-height:28px;border:1px solid #e0f2f1}.classDashboard-section .leftSide .classList li .quickEdit li:last-child{border:0}.classDashboard-section .leftSide .classList li .quickEdit li span{display:block;padding:.5rem;width:100%;cursor:pointer}.classDashboard-section .leftSide .classList li .quickEdit li span:hover{background:linear-gradient(80.14deg,#f47e16,#f8a724 89.65%);color:#fff}.classDashboard-section .leftSide .classList li .subject{font-size:1.125rem;display:block;color:#000;font-weight:400;opacity:.9}.classDashboard-section .leftSide .classList li .a{padding:1rem 1rem 1rem 4rem;width:100%;transition:.2s ease all;color:#000;display:block;opacity:.5;font-weight:700;position:relative}.classDashboard-section .leftSide .classList li .a:hover{text-decoration:none;opacity:1}.classDashboard-section .leftSide .classList li .dropdown{width:35px;height:35px;position:absolute;right:1rem;top:1rem}.classDashboard-section .leftSide .classList li.active{background:url(/assets/class-hover-BwAYBJfd.png) right center no-repeat;background-size:contain}.classDashboard-section .leftSide .classList li.active .a{opacity:1}.classDashboard-section .leftSide .classList li.active .a:after{opacity:1}.classDashboard-section .leftSide footer{height:calc(100vh - 99%);display:flex;justify-content:center;align-items:center;position:relative;width:100%}.classDashboard-section .leftSide footer:before{box-shadow:0 -15px 20px #00988733;position:absolute;left:0;top:0;width:100%;content:"";height:10px}.classDashboard-section .leftSide footer button{margin:0}.classDashboard-section .leftSide .form-control{background-image:none}.classDashboard-section .leftSide .form-control:focus+.form-control-placeholder,.classDashboard-section .leftSide .form-control:valid+.form-control-placeholder{background:none;transform:translate(.8rem,-100%)}.classDashboard-section .rightSide{margin-left:20rem;width:calc(100vw - 20rem);padding-top:120px;box-shadow:0 0 30px #0098871a}.classDashboard-section .rightSide .rightMidSection{min-height:87.7vh}.classDashboard-section .rightSide .rightsummarySection{overflow:auto;height:93.1vh}.classDashboard-section .rightSide .rightsummarySection.noSpace{background-color:#eff8f8}.classDashboard-section .rightSide .noSpace{padding:0;margin:0;transition:.2s ease all}.classDashboard-section .rightSide header{padding:0;background-color:#eff8f8;height:3.9rem;width:calc(100vw - 20rem)!important;position:fixed;top:0;border-bottom:.063rem solid #009688}.classDashboard-section header{padding:0;background:#00876e;height:3.9rem;width:100%!important;position:fixed;top:0;border-bottom:.063rem solid #009688;z-index:1}.classDashboard-section .rightSide .userProfile{margin:0;height:3.9rem}.classDashboard-section .rightSide li.login .login-drop{text-indent:-62499.9375rem}.classDashboard-section .rightSide li.login .login-drop{background:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='24'%20cy='24'%20r='18'%20fill='%2326A69A'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24%2028.4703C20.3862%2028.4703%2017.454%2025.538%2017.454%2021.9243C17.454%2018.3105%2020.3862%2015.3783%2024%2015.3783C27.6138%2015.3783%2030.546%2018.3105%2030.546%2021.9243C30.546%2025.538%2027.6138%2028.4703%2024%2028.4703ZM24%2042C33.941%2042%2042%2033.941%2042%2024C42%2014.059%2033.941%206%2024%206C14.059%206%206%2014.059%206%2024C6%2033.941%2014.059%2042%2024%2042ZM13.5651%2036.5419C15.2407%2032.4279%2019.2796%2029.5269%2024%2029.5269C28.7204%2029.5269%2032.7593%2032.4279%2034.4349%2036.5419C38.0299%2033.5471%2040.3182%2029.0392%2040.3182%2024C40.3182%2014.9906%2033.0156%207.68183%2024%207.68183C14.9844%207.68183%207.68183%2014.9844%207.68183%2024C7.68183%2029.0392%209.97013%2033.5533%2013.5651%2036.5419Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;height:4rem;width:3rem;display:block;margin-left:150px;cursor:pointer}.classDashboard-section .rightSide .profile-section{position:absolute;display:block;background:#fff;border:solid 1px #b2dfdb;box-shadow:3px 3px #0098871a;min-width:230px;padding:12px;border-radius:7px;top:55px;right:15px}.profile-section .name{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2021V19C20%2017.9391%2019.5786%2016.9217%2018.8284%2016.1716C18.0783%2015.4214%2017.0609%2015%2016%2015H8C6.93913%2015%205.92172%2015.4214%205.17157%2016.1716C4.42143%2016.9217%204%2017.9391%204%2019V21'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2011C14.2091%2011%2016%209.20914%2016%207C16%204.79086%2014.2091%203%2012%203C9.79086%203%208%204.79086%208%207C8%209.20914%209.79086%2011%2012%2011Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;height:30px}.profile-section .email{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.95961%205H19.8396C20.8626%205%2021.6996%205.837%2021.6996%206.86V18.02C21.6996%2019.043%2020.8626%2019.88%2019.8396%2019.88H4.95961C3.93661%2019.88%203.09961%2019.043%203.09961%2018.02V6.86C3.09961%205.837%203.93661%205%204.95961%205Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21.6996%206.86035L12.3996%2013.3703L3.09961%206.86035'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;height:30px}.profile-section span{padding-left:35px}.classDashboard-section .rightSide .detailLink{background-color:#fff;top:62px;width:calc(100vw - 20rem);z-index:1;position:fixed;left:20rem;box-shadow:0 10px 10px #0098870d}.classDashboard-section .rightSide .detailLink li{font-size:1.125rem;padding:0}.classDashboard-section .rightSide .detailLink li span{color:#000;padding:1rem 1rem 1rem 2rem;display:block;position:relative;cursor:pointer}.classDashboard-section .rightSide .detailLink li span:hover{text-decoration:none}.classDashboard-section .rightSide .detailLink li span:hover:after,.classDashboard-section .rightSide .detailLink li span.active:after{content:"";background-color:#000;height:.25rem;width:100%;position:absolute;left:0;bottom:0}.classDashboard-section .rightSide .detailLink li span.active{font-weight:700;color:#000}.classDashboard-section .rightSide .detailLink li.summary span{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.3052%2020.2951C19.3052%2020.6795%2018.9208%2020.9997%2018.4084%2020.9997H5.59699C5.08454%2020.9997%204.7002%2020.6795%204.7002%2020.2951V5.24174C4.7002%204.85739%205.08454%204.53711%205.59699%204.53711H18.4084C18.9208%204.53711%2019.3052%204.85739%2019.3052%205.24174V20.2951Z'%20fill='%23009688'/%3e%3cpath%20d='M17.6404%205.69043H6.23828V19.3346H17.6404V5.69043Z'%20fill='white'/%3e%3cpath%20d='M15.7825%207.8042H8.0957V7.93231H15.7825V7.8042Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%209.02148H8.0957V9.1496H15.7825V9.02148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2010.2383H8.0957V10.3664H15.7825V10.2383Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2011.3916H8.0957V11.5197H15.7825V11.3916Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2012.6084H8.0957V12.7365H15.7825V12.6084Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2013.7612H8.0957V13.8893H15.7825V13.7612Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2014.9785H8.0957V15.1066H15.7825V14.9785Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2016.1958H8.0957V16.3239H15.7825V16.1958Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.8466%205.43415C15.8466%205.94661%2015.4623%206.33095%2014.9498%206.33095H8.9925C8.48004%206.33095%208.0957%205.94661%208.0957%205.43415V4.9217C8.0957%204.40924%208.48004%204.0249%208.9925%204.0249H14.9498C15.4623%204.0249%2015.8466%204.40924%2015.8466%204.9217V5.43415Z'%20fill='%23FCD734'/%3e%3cpath%20d='M11.1058%204.08897C11.2339%203.76868%2011.5542%203.57651%2012.0026%203.57651C12.451%203.57651%2012.7713%203.76868%2012.8994%204.08897H13.4759C13.4119%203.4484%2012.7713%203%2012.0026%203C11.2339%203%2010.6574%203.4484%2010.5293%204.08897H11.1058Z'%20fill='%23FCD734'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.summary span.active,.classDashboard-section .rightSide .detailLink li.summary span:hover{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.3052%2020.2951C19.3052%2020.6795%2018.9208%2020.9997%2018.4084%2020.9997H5.59699C5.08454%2020.9997%204.7002%2020.6795%204.7002%2020.2951V5.24174C4.7002%204.85739%205.08454%204.53711%205.59699%204.53711H18.4084C18.9208%204.53711%2019.3052%204.85739%2019.3052%205.24174V20.2951Z'%20fill='%23009688'/%3e%3cpath%20d='M17.6404%205.69043H6.23828V19.3346H17.6404V5.69043Z'%20fill='white'/%3e%3cpath%20d='M15.7825%207.8042H8.0957V7.93231H15.7825V7.8042Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%209.02148H8.0957V9.1496H15.7825V9.02148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2010.2383H8.0957V10.3664H15.7825V10.2383Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2011.3916H8.0957V11.5197H15.7825V11.3916Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2012.6084H8.0957V12.7365H15.7825V12.6084Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2013.7612H8.0957V13.8893H15.7825V13.7612Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2014.9785H8.0957V15.1066H15.7825V14.9785Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2016.1958H8.0957V16.3239H15.7825V16.1958Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.8466%205.43415C15.8466%205.94661%2015.4623%206.33095%2014.9498%206.33095H8.9925C8.48004%206.33095%208.0957%205.94661%208.0957%205.43415V4.9217C8.0957%204.40924%208.48004%204.0249%208.9925%204.0249H14.9498C15.4623%204.0249%2015.8466%204.40924%2015.8466%204.9217V5.43415Z'%20fill='%23FCD734'/%3e%3cpath%20d='M11.1058%204.08897C11.2339%203.76868%2011.5542%203.57651%2012.0026%203.57651C12.451%203.57651%2012.7713%203.76868%2012.8994%204.08897H13.4759C13.4119%203.4484%2012.7713%203%2012.0026%203C11.2339%203%2010.6574%203.4484%2010.5293%204.08897H11.1058Z'%20fill='%23FCD734'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.lesson-planning span{background:url(/assets/lp-D3Lyf-s7.svg) left center no-repeat}.classDashboard-section .rightSide .detailLink li.lesson-planning span.active,.classDashboard-section .rightSide .detailLink li.lesson-planning span:hover{background:url(/assets/lp-D3Lyf-s7.svg) left center no-repeat}.classDashboard-section .rightSide .detailLink li.classroom span{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2011.8049C3%2010.9268%203.73171%2010.2683%204.53659%2010.2683H16.7561C17.6341%2010.2683%2018.2927%2011%2018.2927%2011.8049V11.9512V19.1951C18.2927%2020.0732%2017.561%2020.7317%2016.7561%2020.7317H10.2439H9.5122L7.68293%2022.6342L6.14634%2020.7317H4.60976C3.73171%2020.7317%203.07317%2020%203.07317%2019.1951V11.8049H3Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M27.0006%2016.8537C27.0006%2017.7317%2026.2689%2018.3902%2025.464%2018.3902H23.8543L22.2445%2020.3659L20.4153%2018.4634H19.6835H13.1714C12.2933%2018.4634%2011.6348%2017.7317%2011.6348%2016.9268V9.68293V9.53659C11.6348%208.65854%2012.3665%208%2013.1714%208H25.3909C26.2689%208%2026.9275%208.73171%2026.9275%209.53659V16.8537H27.0006Z'%20fill='%23FCD734'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.classroom span.active,.classDashboard-section .rightSide .detailLink li.classroom span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2011.8049C3%2010.9268%203.73171%2010.2683%204.53659%2010.2683H16.7561C17.6341%2010.2683%2018.2927%2011%2018.2927%2011.8049V11.9512V19.1951C18.2927%2020.0732%2017.561%2020.7317%2016.7561%2020.7317H10.2439H9.5122L7.68293%2022.6342L6.14634%2020.7317H4.60976C3.73171%2020.7317%203.07317%2020%203.07317%2019.1951V11.8049H3Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M27.0006%2016.8537C27.0006%2017.7317%2026.2689%2018.3902%2025.464%2018.3902H23.8543L22.2445%2020.3659L20.4153%2018.4634H19.6835H13.1714C12.2933%2018.4634%2011.6348%2017.7317%2011.6348%2016.9268V9.68293V9.53659C11.6348%208.65854%2012.3665%208%2013.1714%208H25.3909C26.2689%208%2026.9275%208.73171%2026.9275%209.53659V16.8537H27.0006Z'%20fill='%23FCD734'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.assignments span{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.38867%203.08265L6%206.47132L6.08265%2026.5554L23.2739%2026.4727L23.1086%203L9.38867%203.08265Z'%20fill='%23EFF8F8'/%3e%3cpath%20d='M9.38867%206.4714V3.08273L6%206.4714H9.38867Z'%20fill='%23FCD734'/%3e%3cpath%20d='M23.9354%2022.5883C24.8446%2023.4975%2024.8446%2024.8199%2024.0181%2025.6464L23.2742%2026.3902C22.4477%2027.2168%2021.0426%2027.2167%2020.2161%2026.3076L18.8937%2024.9852C17.9846%2024.076%2017.9846%2022.7536%2018.8111%2021.9271L19.5549%2021.1833C20.3814%2020.3568%2021.7865%2020.3568%2022.613%2021.2659L23.9354%2022.5883Z'%20fill='%23009688'/%3e%3cpath%20d='M22.3637%2020.5222C22.8596%2021.0181%2022.8596%2021.8446%2022.3637%2022.3405L19.8016%2024.9026C19.3057%2025.3986%2018.4792%2025.3986%2017.9833%2024.9026C17.4874%2024.4067%2017.4874%2023.5802%2017.9833%2023.0843L20.5454%2020.5222C21.0413%2019.9436%2021.8678%2019.9436%2022.3637%2020.5222Z'%20fill='%2300796B'/%3e%3cpath%20d='M22.2829%2020.2741C22.7788%2020.77%2022.7788%2021.5965%2022.2829%2022.1751L19.6381%2024.8199C19.1422%2025.3158%2018.3157%2025.3158%2017.7372%2024.8199C17.2413%2024.324%2017.2413%2023.4975%2017.7372%2022.919L20.382%2020.2741C20.9605%2019.7782%2021.787%2019.7782%2022.2829%2020.2741Z'%20fill='%23FCD734'/%3e%3cpath%20d='M17.9843%2022.7535L18.6455%2022.0923L19.1414%2021.5964L19.3067%2021.4311L19.5546%2021.1831L20.4638%2020.274C20.3811%2020.1913%2020.2985%2020.026%2020.1332%2019.9434L17.7363%2022.4229C17.7363%2022.5055%2017.9016%2022.6708%2017.9843%2022.7535Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M19.5531%2016.6375L12.2798%2014.3233L12.1972%2014.4059L15.1726%2017.2987L16.247%2018.3731C16.495%2018.2078%2016.9082%2018.2078%2017.1562%2018.4558C17.4042%2018.7038%2017.4868%2019.1997%2017.1562%2019.5303C16.9082%2019.8609%2016.4123%2019.8609%2016.0817%2019.5303C15.8338%2019.2823%2015.8338%2018.8691%2015.9991%2018.6211L15.0073%2017.5466L12.0319%2014.6539L11.9492%2014.7365L14.3461%2022.0098C14.3461%2022.0098%2015.9164%2021.1833%2017.6521%2022.423L20.049%2019.9435C18.7266%2018.2905%2019.5531%2016.6375%2019.5531%2016.6375Z'%20fill='%23B2DFDB'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.assignments span.active,.classDashboard-section .rightSide .detailLink li.assignments span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.38867%203.08265L6%206.47132L6.08265%2026.5554L23.2739%2026.4727L23.1086%203L9.38867%203.08265Z'%20fill='%23EFF8F8'/%3e%3cpath%20d='M9.38867%206.4714V3.08273L6%206.4714H9.38867Z'%20fill='%23FCD734'/%3e%3cpath%20d='M23.9354%2022.5883C24.8446%2023.4975%2024.8446%2024.8199%2024.0181%2025.6464L23.2742%2026.3902C22.4477%2027.2168%2021.0426%2027.2167%2020.2161%2026.3076L18.8937%2024.9852C17.9846%2024.076%2017.9846%2022.7536%2018.8111%2021.9271L19.5549%2021.1833C20.3814%2020.3568%2021.7865%2020.3568%2022.613%2021.2659L23.9354%2022.5883Z'%20fill='%23009688'/%3e%3cpath%20d='M22.3637%2020.5222C22.8596%2021.0181%2022.8596%2021.8446%2022.3637%2022.3405L19.8016%2024.9026C19.3057%2025.3986%2018.4792%2025.3986%2017.9833%2024.9026C17.4874%2024.4067%2017.4874%2023.5802%2017.9833%2023.0843L20.5454%2020.5222C21.0413%2019.9436%2021.8678%2019.9436%2022.3637%2020.5222Z'%20fill='%2300796B'/%3e%3cpath%20d='M22.2829%2020.2741C22.7788%2020.77%2022.7788%2021.5965%2022.2829%2022.1751L19.6381%2024.8199C19.1422%2025.3158%2018.3157%2025.3158%2017.7372%2024.8199C17.2413%2024.324%2017.2413%2023.4975%2017.7372%2022.919L20.382%2020.2741C20.9605%2019.7782%2021.787%2019.7782%2022.2829%2020.2741Z'%20fill='%23FCD734'/%3e%3cpath%20d='M17.9843%2022.7535L18.6455%2022.0923L19.1414%2021.5964L19.3067%2021.4311L19.5546%2021.1831L20.4638%2020.274C20.3811%2020.1913%2020.2985%2020.026%2020.1332%2019.9434L17.7363%2022.4229C17.7363%2022.5055%2017.9016%2022.6708%2017.9843%2022.7535Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M19.5531%2016.6375L12.2798%2014.3233L12.1972%2014.4059L15.1726%2017.2987L16.247%2018.3731C16.495%2018.2078%2016.9082%2018.2078%2017.1562%2018.4558C17.4042%2018.7038%2017.4868%2019.1997%2017.1562%2019.5303C16.9082%2019.8609%2016.4123%2019.8609%2016.0817%2019.5303C15.8338%2019.2823%2015.8338%2018.8691%2015.9991%2018.6211L15.0073%2017.5466L12.0319%2014.6539L11.9492%2014.7365L14.3461%2022.0098C14.3461%2022.0098%2015.9164%2021.1833%2017.6521%2022.423L20.049%2019.9435C18.7266%2018.2905%2019.5531%2016.6375%2019.5531%2016.6375Z'%20fill='%23B2DFDB'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.tests span{background:url(/assets/test-hover-BRRECmIq.svg) left center no-repeat}.classDashboard-section .rightSide .detailLink li.tests span.active,.classDashboard-section .rightSide .detailLink li.tests span:hover{background:url(/assets/test-hover-BRRECmIq.svg) left center no-repeat}.classDashboard-section .rightSide .detailLink li.studyMaterial span{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27%2022.4615H3V23.923H27V22.4615Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M9.76989%206H6.30835V22.4615H9.76989V6Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M9.76989%207.53845H6.30835V8.23076H9.76989V7.53845Z'%20fill='white'/%3e%3cpath%20d='M9.76989%2020.1538H6.30835V20.8461H9.76989V20.1538Z'%20fill='white'/%3e%3cpath%20d='M23.5378%207.84607H20.0763V22.4615H23.5378V7.84607Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M23.5378%209.23093H20.0763V9.84631H23.5378V9.23093Z'%20fill='%2326A69A'/%3e%3cpath%20d='M23.5378%2020.4614H20.0763V21.0768H23.5378V20.4614Z'%20fill='%2326A69A'/%3e%3cpath%20d='M17.6672%207.45142L15.3752%207.71912L17.0974%2022.4643L19.3894%2022.1966L17.6672%207.45142Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M17.7996%208.79141L15.5076%209.06003L15.5792%209.67123L17.8712%209.40261L17.7996%208.79141Z'%20fill='white'/%3e%3cpath%20d='M18.0003%2010.3076L15.6926%2010.6152L15.6157%209.92294L17.9234%209.69217L18.0003%2010.3076Z'%20fill='white'/%3e%3cpath%20d='M19.1539%2020.7692L16.9231%2021.0769L16.8462%2020.3845L19.077%2020.1538L19.1539%2020.7692Z'%20fill='white'/%3e%3cpath%20d='M15.4615%209.46155H10.6923V22.4615H15.4615V9.46155Z'%20fill='%2326A69A'/%3e%3cpath%20d='M15.4615%2010.6924H10.6923V12.6924H15.4615V10.6924Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M15.4615%2019.2309H10.6923V21.2309H15.4615V19.2309Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M23.0773%2010.6154H20.6157V17.9231H23.0773V10.6154Z'%20fill='%2326A69A'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.studyMaterial span.active,.classDashboard-section .rightSide .detailLink li.studyMaterial span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27%2022.4615H3V23.923H27V22.4615Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M9.76989%206H6.30835V22.4615H9.76989V6Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M9.76989%207.53845H6.30835V8.23076H9.76989V7.53845Z'%20fill='white'/%3e%3cpath%20d='M9.76989%2020.1538H6.30835V20.8461H9.76989V20.1538Z'%20fill='white'/%3e%3cpath%20d='M23.5378%207.84607H20.0763V22.4615H23.5378V7.84607Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M23.5378%209.23093H20.0763V9.84631H23.5378V9.23093Z'%20fill='%2326A69A'/%3e%3cpath%20d='M23.5378%2020.4614H20.0763V21.0768H23.5378V20.4614Z'%20fill='%2326A69A'/%3e%3cpath%20d='M17.6672%207.45142L15.3752%207.71912L17.0974%2022.4643L19.3894%2022.1966L17.6672%207.45142Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M17.7996%208.79141L15.5076%209.06003L15.5792%209.67123L17.8712%209.40261L17.7996%208.79141Z'%20fill='white'/%3e%3cpath%20d='M18.0003%2010.3076L15.6926%2010.6152L15.6157%209.92294L17.9234%209.69217L18.0003%2010.3076Z'%20fill='white'/%3e%3cpath%20d='M19.1539%2020.7692L16.9231%2021.0769L16.8462%2020.3845L19.077%2020.1538L19.1539%2020.7692Z'%20fill='white'/%3e%3cpath%20d='M15.4615%209.46155H10.6923V22.4615H15.4615V9.46155Z'%20fill='%2326A69A'/%3e%3cpath%20d='M15.4615%2010.6924H10.6923V12.6924H15.4615V10.6924Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M15.4615%2019.2309H10.6923V21.2309H15.4615V19.2309Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M23.0773%2010.6154H20.6157V17.9231H23.0773V10.6154Z'%20fill='%2326A69A'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.attendance span{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M26.9155%2024.5915C26.9155%2024.7605%2026.662%2024.8451%2026.4084%2024.8451H3.50704C3.25352%2024.8451%203%2024.7605%203%2024.5915V24C3%2023.831%203.25352%2023.7465%203.50704%2023.7465H26.493C26.7465%2023.7465%2027%2023.831%2027%2024V24.5915H26.9155Z'%20fill='%2300796B'/%3e%3cpath%20d='M25.9017%209.38031H3.76086V23.662H25.9017V9.38031Z'%20fill='%23EFF8F8'/%3e%3cpath%20d='M26.493%207.01408H16.6901V6.67606C16.6901%206.25352%2016.4366%206%2016.1831%206H13.6479C13.3944%206%2013.1408%206.33803%2013.1408%206.67606V7.01408H3.50704C3.25352%207.01408%203%207.26761%203%207.60563V8.87324C3%209.21127%203.25352%209.46479%203.50704%209.46479H26.493C26.7465%209.46479%2027%209.21127%2027%208.87324V7.60563C26.9155%207.26761%2026.7465%207.01408%2026.493%207.01408Z'%20fill='%2300796B'/%3e%3cpath%20d='M8.91534%2015.2119H6.97168V21.0428H8.91534V15.2119Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M12.3798%2016.5636H10.4362V21.0425H12.3798V16.5636Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.8443%2017.5779H13.9006V21.0427H15.8443V17.5779Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M19.3104%2012.0849H17.3667V21.0426H19.3104V12.0849Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M22.7748%2014.7047H20.8312V21.0427H22.7748V14.7047Z'%20fill='%234DB6AC'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .detailLink li.attendance span.active,.classDashboard-section .rightSide .detailLink li.attendance span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M26.9155%2024.5915C26.9155%2024.7605%2026.662%2024.8451%2026.4084%2024.8451H3.50704C3.25352%2024.8451%203%2024.7605%203%2024.5915V24C3%2023.831%203.25352%2023.7465%203.50704%2023.7465H26.493C26.7465%2023.7465%2027%2023.831%2027%2024V24.5915H26.9155Z'%20fill='%2300796B'/%3e%3cpath%20d='M25.9017%209.38031H3.76086V23.662H25.9017V9.38031Z'%20fill='%23EFF8F8'/%3e%3cpath%20d='M26.493%207.01408H16.6901V6.67606C16.6901%206.25352%2016.4366%206%2016.1831%206H13.6479C13.3944%206%2013.1408%206.33803%2013.1408%206.67606V7.01408H3.50704C3.25352%207.01408%203%207.26761%203%207.60563V8.87324C3%209.21127%203.25352%209.46479%203.50704%209.46479H26.493C26.7465%209.46479%2027%209.21127%2027%208.87324V7.60563C26.9155%207.26761%2026.7465%207.01408%2026.493%207.01408Z'%20fill='%2300796B'/%3e%3cpath%20d='M8.91534%2015.2119H6.97168V21.0428H8.91534V15.2119Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M12.3798%2016.5636H10.4362V21.0425H12.3798V16.5636Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.8443%2017.5779H13.9006V21.0427H15.8443V17.5779Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M19.3104%2012.0849H17.3667V21.0426H19.3104V12.0849Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M22.7748%2014.7047H20.8312V21.0427H22.7748V14.7047Z'%20fill='%234DB6AC'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .rightSide .classSummary{padding:.8rem 1rem;background-color:#b2dfdb}.classDashboard-section .rightSide .accordion-timetable{background-color:#fff;overflow:auto;width:100%}.classDashboard-section .rightSide .accordion-timetable .responsive-block{width:100%;display:table}.classDashboard-section .rightSide .accordion-timetable .nothing-scheduled{width:100%;display:table-cell;vertical-align:middle}.classDashboard-section .rightSide .accordion-timetable .weekDate{display:inline-table;background-color:#2857a933;justify-content:space-between;padding:0 .7rem;border-bottom:2px solid #2857a9}.classDashboard-section .rightSide .accordion-timetable .weekDate span{width:2.5rem;display:table-cell;padding:0 .2rem;text-align:center;position:relative;font-size:.5rem;padding:.7rem 0 .2rem;text-transform:uppercase}.classDashboard-section .rightSide .accordion-timetable .weekDate span.active strong{color:#fff;font-weight:700;font-size:1rem;width:auto;background-color:transparent;border-radius:0}.classDashboard-section .rightSide .accordion-timetable .weekDate span.active:before{background:url("data:image/svg+xml,%3csvg%20width='62'%20height='28'%20viewBox='0%200%2062%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24%200C17.3726%200%2012%205.37258%2012%2012V16C12%2022.6274%206.62742%2028%200%2028H12H50H62C55.3726%2028%2050%2022.6274%2050%2016V12C50%205.37258%2044.6274%200%2038%200H24Z'%20fill='%232857A9'/%3e%3c/svg%3e") center top no-repeat;position:absolute;left:50%;opacity:0;margin-left:-1.9375rem;bottom:0%;width:3.875rem;height:1.75rem;content:""}.classDashboard-section .rightSide .accordion-timetable .weekDate span.active:before{opacity:1}.classDashboard-section .rightSide .accordion-timetable .weekDate span strong{display:block;position:relative;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:400;text-align:center;border-radius:50%;background-color:#eef6fe;line-height:1.5rem;margin:.2rem auto 0}.classDashboard-section .rightSide .accordion-timetable.classTimetable .weekDate{padding-left:10rem;width:100%}.classDashboard-section .rightSide .accordion-timetable.classTimetable .weekDate span{min-width:190px;width:auto}.classDashboard-section .rightSide .accordion-timetable.classTimetable .weekDate span.active{font-size:.8rem;font-weight:700}.classDashboard-section .rightSide .accordion-timetable.classTimetable .weekDate span.active:before{display:none}.classDashboard-section .rightSide .accordion-timetable.classTimetable .weekDate span.active strong{background:#2857a9;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:400;border-radius:50%}.classDashboard-section .rightSide .accordion-timetable.classTimetable .daySchedulePanels{background-color:#f8fbff}.classDashboard-section .rightSide .accordion-timetable.classTimetable .daySchedule .classTime{width:10rem;display:table-cell;vertical-align:top}.classDashboard-section .rightSide .accordion-timetable.classTimetable .daySchedule .classTime span{height:7.5rem}.classDashboard-section .rightSide .accordion-timetable.classTimetable .daySchedule .dayClasses{width:190px}.classDashboard-section .rightSide .accordion-timetable.classTimetable .daySchedule .dayClasses .classData{position:absolute;left:0;top:0;padding:2px 5px;width:100%;border-radius:.3125rem;height:100%;overflow:hidden}.classDashboard-section .rightSide .accordion-timetable.classTimetable .daySchedule .dayClasses .classtiming:hover .classData{min-height:100%;height:auto;background:#f47e16;overflow:visible;z-index:1;color:#fff}.classDashboard-section .rightSide .accordion-timetable.classTimetable .daySchedule .dayClasses .classtiming strong{font-size:.65rem}.classDashboard-section .rightSide .daySchedule{background-color:#f8fbff;padding:.8rem .3rem;overflow:hidden;display:none}.classDashboard-section .rightSide .daySchedule .classTime{text-align:center;width:4.375rem;float:left}.classDashboard-section .rightSide .daySchedule .classTime span{display:block;font-size:.625rem;text-transform:uppercase;color:#7797cb;height:2.625rem}.classDashboard-section .rightSide .daySchedule .dayClasses{width:14.875rem;float:left}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming{font-size:.625rem;position:relative;background:#eef6fe;border:1px solid #2857a9;margin-bottom:-1px;border-radius:.3125rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:0 .3rem;width:100%}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.gap{background:none;border:0;border-radius:0}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming strong{font-size:.75rem;display:block}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.oneHour{height:1.3125rem}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.twoHour{height:2.625rem}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour1 .classData{display:flex;justify-content:space-between}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour1{height:20px}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour2{height:40px}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour3{height:60px}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour4{height:80px}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour5{height:100px}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour6{height:120px}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour7{height:140px}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.hour8{height:160px}.classDashboard-section .rightSide .daySchedule .dayClasses .classtiming.dark{background-color:#2857a9;color:#fff}.classDashboard-section .rightSide .daySchedule:first-child,.classDashboard-section .rightSide .daySchedule .active{display:inline-table}.classDashboard-section .rightSide .whatsappBlock{background:#fefbf1;padding:1.25rem}.classDashboard-section .rightSide .whatsappBlock h6{font-weight:400;color:#000}.classDashboard-section .rightSide .whatsappBlock .codeCopy{padding:.7rem 1rem;margin:1rem 0;background:#fff9;border:.063rem solid #80cbc4;box-shadow:0 0 1.25rem #0096880d;border-radius:.9375rem}.classDashboard-section .rightSide .whatsappBlock .codeCopy .copy{float:right;font-weight:700;padding-right:1rem;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='15'%20viewBox='0%200%2014%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.933594'%20width='9.9375'%20height='12'%20rx='2'%20fill='%2380CBC4'/%3e%3crect%20x='3.06445'%20y='2.11768'%20width='9.9375'%20height='12'%20rx='2'%20fill='%23007C6B'/%3e%3c/svg%3e") right center no-repeat}.classDashboard-section .rightSide .whatsappBlock .share{background:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.1'%20filter='url(%23filter0_d)'%3e%3crect%20x='10'%20y='5'%20width='36'%20height='36'%20rx='10'%20fill='%232BC480'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M41.6543%2022.6523C41.6543%2029.9162%2035.6867%2035.8046%2028.3239%2035.8046C25.9866%2035.8046%2023.7907%2035.2106%2021.8802%2034.1681L14.5%2036.5L16.9062%2029.4434C15.6924%2027.4616%2014.9933%2025.1372%2014.9933%2022.6523C14.9933%2015.3884%2020.9615%209.5%2028.3239%209.5C35.6873%209.5%2041.6543%2015.3884%2041.6543%2022.6523ZM28.3247%2011.5946C22.1444%2011.5946%2017.1172%2016.5551%2017.1172%2022.6523C17.1172%2025.0718%2017.9104%2027.3125%2019.2521%2029.1353L17.8519%2033.242L22.1588%2031.8809C23.9284%2033.0362%2026.0482%2033.71%2028.325%2033.71C34.5044%2033.71%2039.5324%2028.7501%2039.5324%2022.6529C39.5324%2016.5557%2034.5047%2011.5946%2028.3247%2011.5946ZM34.6047%2025.3908C34.8333%2025.4998%2034.9877%2025.5734%2035.0541%2025.6816C35.1353%2025.816%2035.1353%2026.4613%2034.8637%2027.2149C34.5904%2027.9673%2033.2562%2028.6933%2032.6576%2028.747C32.555%2028.7562%2032.4699%2028.7765%2032.3827%2028.7973C31.9609%2028.8979%2031.4894%2029.0105%2028.7362%2027.9412C25.6663%2026.7482%2023.6429%2023.7871%2023.2247%2023.1752C23.1904%2023.125%2023.1669%2023.0905%2023.1545%2023.0743L23.154%2023.0735C22.9881%2022.8561%2021.8203%2021.325%2021.8203%2019.7404C21.8203%2018.2563%2022.5591%2017.4779%2022.8994%2017.1195C22.9228%2017.0949%2022.9443%2017.0722%2022.9635%2017.0515C23.2631%2016.729%2023.6173%2016.6483%2023.8352%2016.6483C23.9477%2016.6483%2024.0604%2016.6555%2024.1693%2016.6624C24.2711%2016.669%2024.3695%2016.6753%2024.4615%2016.6753C24.4844%2016.6753%2024.5084%2016.6737%2024.5334%2016.6721C24.7175%2016.6603%2024.9569%2016.645%2025.1965%2017.2129C25.2837%2017.4198%2025.4102%2017.7233%2025.5445%2018.0457C25.8291%2018.729%2026.1489%2019.4965%2026.2042%2019.606C26.2863%2019.7677%2026.3409%2019.9558%2026.2314%2020.1709C26.2158%2020.2018%2026.2014%2020.2311%2026.1876%2020.2591C26.1052%2020.4259%2026.0452%2020.5474%2025.9049%2020.7088C25.8508%2020.7711%2025.7949%2020.8382%2025.739%2020.9054C25.6261%2021.041%2025.5131%2021.1767%2025.4146%2021.2734C25.2514%2021.4339%2025.0809%2021.6082%2025.2713%2021.9307C25.462%2022.2538%2026.1179%2023.3086%2027.0891%2024.163C28.1339%2025.082%2029.0417%2025.4706%2029.5013%2025.6673C29.5908%2025.7056%2029.6633%2025.7366%2029.7165%2025.7629C30.0435%2025.9243%2030.2339%2025.8973%2030.4246%2025.6816C30.6156%2025.4665%2031.2419%2024.7408%2031.4595%2024.418C31.677%2024.0955%2031.8955%2024.1495%2032.1951%2024.2569C32.4938%2024.364%2034.1007%2025.1443%2034.4277%2025.3054C34.4909%2025.3365%2034.5499%2025.3646%2034.6047%2025.3908Z'%20fill='%232BC480'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='56'%20height='56'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset%20dy='5'/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0953314%200%200%200%200%200.716967%200%200%200%200%200.440684%200%200%200%200.2%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") right top no-repeat;padding:0 5rem 2rem 0}.classDashboard-section .dashboradMid{padding:1.25rem;position:relative;background-color:#fff}.classDashboard-section .dashboradMid .loadImage{min-height:79.7vh;background-color:#fff;padding-bottom:10rem}.classDashboard-section .textChat{position:absolute;left:0;bottom:1.25rem;width:100%;padding:0 1.25rem}.classDashboard-section .textChat .chatBlock input[type=text]:disabled{background-image:none}.classDashboard-section .textChat form{padding:.3125rem .3125rem 0;display:block;background-color:#eff8f8;border-radius:.9375rem;position:relative;min-height:7rem}.classDashboard-section .textChat .chat{background-color:#fff;margin:0}.classDashboard-section .textChat .chatelements{padding:1rem 0}.classDashboard-section .textChat .chat-btn{padding:0;width:1.875rem;height:1.875rem;border:0;min-width:0;margin:0;box-shadow:none;border-radius:0;margin-left:.5rem;text-indent:-62499.9375rem}.classDashboard-section .textChat .chat-btn.send{position:absolute;right:1rem;top:1rem;background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.88027%2016.5004L3.7935%2023.8257C3.72232%2023.9503%203.74011%2024.0986%203.83502%2024.2053C3.92992%2024.3121%204.07228%2024.3477%204.2087%2024.2943L26.0424%2015.5928C26.1729%2015.5395%2026.25%2015.4208%2026.25%2015.2844C26.25%2015.148%2026.167%2015.0294%2026.0424%2014.976L4.2087%206.27453C4.07228%206.22114%203.92992%206.25673%203.83502%206.3635C3.74011%206.47026%203.72232%206.61855%203.7935%206.74311L7.88027%2014.0685L18.2188%2015.1658C18.2959%2015.1717%2018.3552%2015.2251%2018.3552%2015.2844C18.3552%2015.3437%2018.2959%2015.3971%2018.2188%2015.403L7.88027%2016.5004Z'%20fill='%2380CBC4'/%3e%3c/svg%3e") center no-repeat}.classDashboard-section .textChat .chat-btn.attach{background:#dbf2f0 url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.83721%209.71096L9.17276%202.37542C11.0066%200.541528%2014.0365%200.541528%2015.9502%202.37542C17.7841%204.2093%2017.7841%207.2392%2015.9502%209.15282L7.1794%2017.9236C5.74419%2019.3588%203.51163%2019.3588%202.07641%2017.9236C0.641196%2016.4884%200.641196%2014.2558%202.07641%2012.8206L10.8472%204.04983C11.804%203.09302%2013.3189%203.09302%2014.196%204.04983C15.1528%205.00664%2015.1528%206.52159%2014.196%207.39867L6.30233%2015.2924'%20stroke='%23009887'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat;border-radius:.3125rem}.classDashboard-section .textChat .chat-btn.sound{background:#dbf2f0 url("data:image/svg+xml,%3csvg%20width='20'%20height='19'%20viewBox='0%200%2020%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.09091%2015.4235H3.45455C2.06364%2015.4235%201%2014.3598%201%2012.9689V7.24166C1%205.85075%202.06364%204.78711%203.45455%204.78711H5.09091V15.4235Z'%20stroke='%23009887'%20stroke-miterlimit='10'/%3e%3cpath%20d='M5.0918%2015.4232C9.18271%2015.4232%2012.7827%2016.8141%2015.4827%2018.3687C15.9736%2018.6141%2016.5463%2018.1232%2016.5463%2017.5505V1.84141C16.5463%201.26869%2015.9736%200.777778%2015.4827%201.10505C12.8645%202.6596%209.18271%204.78687%205.0918%204.78687V15.4232Z'%20stroke='%23009887'%20stroke-miterlimit='10'/%3e%3cpath%20d='M17.3631%2013.7867H16.5449V7.24121H17.3631C18.2631%207.24121%2018.9995%207.97757%2018.9995%208.87757V12.1503C18.9995%2013.0503%2018.2631%2013.7867%2017.3631%2013.7867Z'%20stroke='%23009887'%20stroke-miterlimit='10'/%3e%3c/svg%3e") center no-repeat;border-radius:.3125}.classDashboard-section .textChat .videoCall{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='12'%20viewBox='0%200%2018%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.3043%2011.7391H0.782609C0.313043%2011.7391%200%2011.4261%200%2010.9565V0.782609C0%200.313043%200.313043%200%200.782609%200H13.3043C13.7739%200%2014.087%200.313043%2014.087%200.782609V10.9565C14.087%2011.4261%2013.7739%2011.7391%2013.3043%2011.7391Z'%20fill='white'/%3e%3cpath%20d='M18.0009%2010.1741L14.0879%208.60891V3.13065L18.0009%201.56543V10.1741Z'%20fill='white'/%3e%3c/svg%3e");background-position:90% center;text-transform:none;font-weight:400;min-width:0;margin-bottom:0;margin-left:.5rem;padding:.5rem 2rem .5rem .8rem;background-color:#f47e16;background-repeat:no-repeat;text-align:left}.classDashboard-section .textChat .chatList{max-height:calc(100vh - 18rem);overflow:auto}.classDashboard-section .textChat .chatList li{padding-bottom:.5rem}.classDashboard-section .textChat .chatList li.myBlock .chatBox{display:inline-block}.classDashboard-section .textChat .chatList li.myBlock .chatBox li{background-color:#eff8f8}.classDashboard-section .textChat .chatList ul{font-size:.75rem}.classDashboard-section .textChat .chatList ul .name{display:block;font-weight:700}.classDashboard-section .textChat .chatList ul li{border-radius:.625rem;background-color:#fffce2;padding:1rem;margin-bottom:.5rem}.classDashboard-section .textChat .chatList ul li .chatFile{width:6.5rem;height:6.5rem;position:relative;display:flex}.classDashboard-section .textChat .chatList ul li .chatFile.doc span{background:url(/assets/doc-CfhcXdYQ.svg) center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile.ppt span{background:url(/assets/doc-CfhcXdYQ.svg) center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile.xlsx span{background:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23F6F6F6'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23E0E0E0'/%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%2368AB46'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%235C973E'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%235C973E'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23B3D5A3'/%3e%3cpath%20d='M5.87695%2024.4902V39.1841H33.3055V24.4902H5.87695ZM30.3667%2027.429V30.3678H17.6321V27.429H30.3667ZM15.6729%2027.429V30.3678H8.81573V27.429H15.6729ZM8.81573%2033.3066H15.6729V36.2453H8.81573V33.3066ZM17.6321%2036.2453V33.3066H30.3667V36.2453H17.6321Z'%20fill='%23E0E0E0'/%3e%3cpath%20d='M5.28967%207.05273H6.56314L7.64069%208.816L8.8162%207.05273H10.0897L8.32641%209.79559L10.2856%2012.7344H9.01212L7.64069%2010.6772L6.36722%2012.7344H5.09375L7.05293%209.79559L5.28967%207.05273Z'%20fill='white'/%3e%3cpath%20d='M11.0684%207.05273H12.2439V11.4609H13.9092V12.7344H11.0684V7.05273Z'%20fill='white'/%3e%3cpath%20d='M16.4553%207.05273C17.043%207.05273%2017.6308%207.24865%2018.0226%207.64049L17.2389%208.42416C16.8471%208.22825%2016.5532%208.03233%2016.3573%208.03233C16.2594%208.03233%2016.0634%208.13029%2015.9655%208.22824C15.8675%208.3262%2015.8675%208.42416%2015.8675%208.62008C15.8675%208.91396%2016.1614%209.10988%2016.6512%209.3058C17.043%209.50171%2017.3369%209.59967%2017.5328%209.69763C17.7287%209.79559%2017.9247%209.99151%2018.0226%2010.1874C18.1206%2010.3833%2018.2185%2010.6772%2018.2185%2010.9711C18.2185%2011.4609%2018.0226%2011.8527%2017.6308%2012.2446C17.2389%2012.6364%2016.7492%2012.7344%2016.2594%2012.7344C15.6716%2012.7344%2015.0838%2012.4405%2014.4961%2011.9507L15.2798%2010.9711C15.6716%2011.3629%2015.9655%2011.5589%2016.2594%2011.5589C16.3573%2011.5589%2016.5532%2011.4609%2016.6512%2011.3629C16.7492%2011.265%2016.8471%2011.0691%2016.8471%2010.9711C16.8471%2010.6772%2016.5532%2010.3833%2015.8675%2010.1874C15.4757%2010.0895%2015.2798%209.89355%2015.0838%209.79559C14.8879%209.69763%2014.79%209.50171%2014.692%209.3058C14.692%209.10988%2014.692%208.91396%2014.692%208.71804C14.692%208.22824%2014.8879%207.83641%2015.1818%207.54253C15.4757%207.15069%2015.8675%207.05273%2016.4553%207.05273Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile.pdf span{background:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23D84953'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23C4434C'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%23C4434C'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23ECA4A9'/%3e%3cpath%20d='M10.0879%207.05273H12.0471C12.8307%207.05273%2013.5165%207.34661%2014.0063%207.83641C14.4961%208.3262%2014.7899%209.01192%2014.7899%209.89355C14.7899%2010.7752%2014.4961%2011.4609%2014.0063%2011.9507C13.5165%2012.4405%2012.8307%2012.7344%2011.9491%2012.7344H10.0879V7.05273ZM11.3614%208.13029V11.6568H11.8512C12.341%2011.6568%2012.7328%2011.5589%2013.1246%2011.265C13.4185%2010.9711%2013.6144%2010.5793%2013.6144%209.89355C13.6144%209.50171%2013.5165%209.20784%2013.4185%208.91396C13.3205%208.62008%2013.0267%208.42416%2012.7328%208.3262C12.4389%208.22824%2012.145%208.13029%2011.8512%208.13029H11.3614Z'%20fill='white'/%3e%3cpath%20d='M15.7715%207.05273H18.9062V8.13029H16.947V9.3058H18.9062V10.3833H16.947V12.7344H15.7715V7.05273Z'%20fill='white'/%3e%3cpath%20d='M13.7137%2037.7141C13.7137%2038.4978%2013.028%2039.1835%2012.2443%2039.1835H7.34634C6.56267%2039.1835%205.87695%2038.4978%205.87695%2037.7141V31.8366C5.87695%2031.0529%206.56267%2030.3672%207.34634%2030.3672H12.2443C13.028%2030.3672%2013.7137%2031.0529%2013.7137%2031.8366V37.7141Z'%20fill='%23E0E0E0'/%3e%3c/svg%3e") center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile.jpg span{background:url(/assets/jpg-C6icya6D.svg) center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile.mp4 span{background:url(/assets/mov-XiQ2Uz57.svg) center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile.png span{background:url(/assets/png-BOd71fLr.svg) center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile.mp3 span{background:url(/assets/mp3-BKbpbdTa.svg) center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile.unknow span{background:url("data:image/svg+xml,%3csvg%20width='41'%20height='49'%20viewBox='0%200%2041%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2048.5C2.5%2048.5%200.5%2046.5%200.5%2044V6C0.5%203.5%202.5%201.5%205%201.5H28.8L39.5%2012.2V44C39.5%2046.5%2037.5%2048.5%2035%2048.5H5Z'%20fill='%23F6F6F6'/%3e%3cpath%20d='M28.6%202L39%2012.4V44C39%2046.2%2037.2%2048%2035%2048H5C2.8%2048%201%2046.2%201%2044V6C1%203.8%202.8%202%205%202H28.6ZM29%201H5C2.2%201%200%203.2%200%206V44C0%2046.8%202.2%2049%205%2049H35C37.8%2049%2040%2046.8%2040%2044V12L29%201Z'%20fill='%23E0E0E0'/%3e%3cpath%20d='M5%2048.5C2.5%2048.5%200.5%2046.5%200.5%2044V6C0.5%203.5%202.5%201.5%205%201.5H28.8L39.5%2012.2V44C39.5%2046.5%2037.5%2048.5%2035%2048.5H5Z'%20fill='%23E6E6E6'/%3e%3cpath%20d='M28.6%202L39%2012.4V44C39%2046.2%2037.2%2048%2035%2048H5C2.8%2048%201%2046.2%201%2044V6C1%203.8%202.8%202%205%202H28.6ZM29%201H5C2.2%201%200%203.2%200%206V44C0%2046.8%202.2%2049%205%2049H35C37.8%2049%2040%2046.8%2040%2044V12L29%201Z'%20fill='%23D2D2D2'/%3e%3cpath%20d='M30.4004%2010.5L40.1004%2020.2V10.5H30.4004Z'%20fill='%23D2D2D2'/%3e%3cpath%20d='M41%2012H34C31.2%2012%2029%209.8%2029%207V0H41V12Z'%20fill='%23EFEFEF'/%3e%3cpath%20d='M21.9992%2034.8V35.6H18.4992V32.2H19.0992C20.0992%2032.2%2020.7992%2032%2021.3992%2031.5C21.9992%2031.1%2022.2992%2030.5%2022.2992%2029.8C22.2992%2029.2%2022.0992%2028.8%2021.5992%2028.3C21.1992%2027.9%2020.6992%2027.7%2020.0992%2027.7C19.5992%2027.7%2019.1992%2027.9%2018.7992%2028.3C18.3992%2028.7%2018.1992%2029.1%2018.1992%2029.7V30H14.6992V29.8C14.6992%2028.4%2015.2992%2027.2%2016.3992%2026.1C17.4992%2025.1%2018.8992%2024.5%2020.3992%2024.5C21.8992%2024.5%2023.0992%2025%2024.1992%2026C25.2992%2027%2025.7992%2028.2%2025.7992%2029.6C25.7992%2030.6%2025.4992%2031.7%2024.8992%2032.6C24.1992%2033.8%2023.2992%2034.5%2021.9992%2034.8ZM18.2992%2039.4C18.2992%2038.9%2018.4992%2038.4%2018.8992%2038C19.2992%2037.6%2019.6992%2037.4%2020.2992%2037.4C20.8992%2037.4%2021.2992%2037.6%2021.6992%2038C22.0992%2038.4%2022.2992%2038.9%2022.2992%2039.4C22.2992%2039.9%2022.0992%2040.4%2021.6992%2040.8C21.2992%2041.2%2020.8992%2041.4%2020.2992%2041.4C19.7992%2041.4%2019.2992%2041.2%2018.8992%2040.8C18.4992%2040.5%2018.2992%2040%2018.2992%2039.4Z'%20fill='%23D2D2D2'/%3e%3c/svg%3e") center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile span{height:6.5rem;width:6.5rem;transition:.2s ease all;font-size:.75rem;display:block}.classDashboard-section .textChat .chatList ul li .chatFile .fileOption{position:absolute;right:0;top:0;transition:.2s ease all;opacity:0}.classDashboard-section .textChat .chatList ul li .chatFile button{width:1.25rem;height:1.25rem;box-shadow:none;min-width:0;border:.2px solid #ff7700;border-radius:.2rem;padding:0;text-indent:-62499.9375rem;margin-bottom:0}.classDashboard-section .textChat .chatList ul li .chatFile button.fileDownload{background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.1'%20y='0.1'%20width='17.8'%20height='17.8'%20rx='2.9'%20fill='white'%20stroke='%23999999'%20stroke-width='0.2'/%3e%3cpath%20d='M6.04412%208.42837C5.86765%208.2519%205.86765%207.98719%206.04412%207.81072C6.22059%207.63425%206.48529%207.63425%206.66176%207.81072L8.51471%209.66366V2.95778C8.51471%202.69307%208.69118%202.5166%208.95588%202.5166C9.22059%202.5166%209.39706%202.69307%209.39706%202.95778V9.66366L11.25%207.81072C11.4265%207.63425%2011.6912%207.63425%2011.8676%207.81072C12.0441%207.98719%2012.0441%208.2519%2011.8676%208.42837L9.22059%2011.0754C9.13235%2011.0754%209.04412%2011.1637%208.95588%2011.1637C8.86765%2011.1637%208.77941%2011.1637%208.69118%2011.0754L6.04412%208.42837ZM14.8676%2010.9872C14.8676%2010.7225%2015.0441%2010.546%2015.3088%2010.546C15.5735%2010.546%2015.75%2010.7225%2015.75%2010.9872V13.4578C15.75%2013.9872%2015.4853%2014.5166%2015.1324%2014.8695C14.7794%2015.2225%2014.25%2015.4872%2013.7206%2015.4872H4.27941C3.75%2015.4872%203.22059%2015.2225%202.86765%2014.8695C2.51471%2014.5166%202.25%2013.9872%202.25%2013.4578V10.9872C2.25%2010.7225%202.42647%2010.546%202.69118%2010.546C2.95588%2010.546%203.13235%2010.7225%203.13235%2010.9872V13.4578C3.13235%2013.8107%203.30882%2014.0754%203.48529%2014.2519C3.66176%2014.4284%204.01471%2014.6048%204.27941%2014.6048H13.6324C13.9853%2014.6048%2014.25%2014.4284%2014.4265%2014.2519C14.6029%2014.0754%2014.7794%2013.7225%2014.7794%2013.4578V10.9872H14.8676Z'%20fill='%23999999'%20stroke='%23999999'%20stroke-width='0.5'/%3e%3c/svg%3e") center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile button.fileShare{background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.1'%20y='0.1'%20width='17.8'%20height='17.8'%20rx='2.9'%20fill='white'%20stroke='%23FF7700'%20stroke-width='0.2'/%3e%3cpath%20d='M11.25%204.16204C11.0625%203.97685%2011.0625%203.69907%2011.25%203.51389C11.4375%203.3287%2011.7188%203.3287%2011.9063%203.51389L15.5625%207.125C15.6563%207.21759%2015.75%207.31018%2015.75%207.49537C15.75%207.58796%2015.75%207.68056%2015.6563%207.68056C15.6563%207.68056%2015.6563%207.68056%2015.6563%207.77315L12%2011.3843C11.8125%2011.5694%2011.5313%2011.5694%2011.3438%2011.3843C11.1563%2011.1991%2011.1563%2010.9213%2011.3438%2010.7361L14.25%207.86574L4.59375%207.86574C4.21875%207.86574%203.84375%208.05093%203.5625%208.23611C3.28125%208.51389%203.1875%208.79167%203.1875%209.25463L3.1875%2014.162C3.1875%2014.4398%203%2014.625%202.71875%2014.625C2.4375%2014.625%202.25%2014.4398%202.25%2014.162L2.25%209.34722C2.25%208.69908%202.53125%208.14352%202.90625%207.68056C3.375%207.21759%203.9375%207.03241%204.59375%207.03241L14.1563%207.03241L11.25%204.16204Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'/%3e%3c/svg%3e") center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile button.fileDelete{background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.1'%20y='0.1'%20width='17.8'%20height='17.8'%20rx='2.9'%20fill='white'%20stroke='%23FF7700'%20stroke-width='0.2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.375%204.27324C3.375%204.07703%203.53369%203.91797%203.72945%203.91797H14.2705C14.4663%203.91797%2014.625%204.07703%2014.625%204.27324C14.625%204.46946%2014.4663%204.62852%2014.2705%204.62852H3.72945C3.53369%204.62852%203.375%204.46946%203.375%204.27324Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.05626%202.96055C7.53079%202.96055%207.13469%203.35757%207.13469%203.88427V3.91825H10.8641V3.88427C10.8641%203.35757%2010.468%202.96055%209.94256%202.96055H8.05626ZM6.42578%203.88427C6.42578%202.96515%207.13927%202.25%208.05626%202.25H9.94256C10.8596%202.25%2011.573%202.96515%2011.573%203.88427V4.27353C11.573%204.46974%2011.4143%204.6288%2011.2186%204.6288H6.78023C6.58447%204.6288%206.42578%204.46974%206.42578%204.27353V3.88427Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.5068%206.14258C7.70255%206.14258%207.86125%206.30164%207.86125%206.49785V13.1709C7.86125%2013.3671%207.70255%2013.5261%207.5068%2013.5261C7.31104%2013.5261%207.15234%2013.3671%207.15234%2013.1709V6.49785C7.15234%206.30164%207.31104%206.14258%207.5068%206.14258Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.5068%206.14258C10.7026%206.14258%2010.8612%206.30164%2010.8612%206.49785V13.1709C10.8612%2013.3671%2010.7026%2013.5261%2010.5068%2013.5261C10.311%2013.5261%2010.1523%2013.3671%2010.1523%2013.1709V6.49785C10.1523%206.30164%2010.311%206.14258%2010.5068%206.14258Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.30435%204.02872C4.37127%203.95801%204.46424%203.91797%204.56148%203.91797H13.4382C13.5354%203.91797%2013.6284%203.95801%2013.6953%204.02872C13.7623%204.09942%2013.7973%204.19459%2013.7922%204.29192L13.2933%2013.7921C13.2877%2014.8888%2012.339%2015.7502%2011.2745%2015.7502H6.72518C5.63786%2015.7502%204.7734%2014.8687%204.70704%2013.8044L4.70682%2013.8009L4.70684%2013.8009L4.20752%204.29192C4.20241%204.19459%204.23742%204.09942%204.30435%204.02872ZM4.93508%204.62852L5.41466%2013.7618C5.46005%2014.4762%206.03769%2015.0396%206.72518%2015.0396H11.2745C11.9821%2015.0396%2012.5844%2014.4604%2012.5844%2013.7823C12.5844%2013.776%2012.5846%2013.7698%2012.5849%2013.7636L13.0646%204.62852H4.93508Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat}.classDashboard-section .textChat .chatList ul li .chatFile:hover span{opacity:.5}.classDashboard-section .textChat .chatList ul li .chatFile:hover .fileOption{opacity:1}.classDashboard-section .textChat .joinChat{width:100%;text-align:center;margin-bottom:10px}.classDashboard-section .textChat .joinChat span{padding:0 15px;display:inline-block;line-height:26px;background:#eff8f8;border-radius:10px;font-size:12px;line-height:18px;text-align:center;color:#000}.classDashboard-section .loadImage{min-height:87.7vh}.classDashboard-section .rejectBlock{position:absolute;right:0;top:2rem;width:16.875rem;overflow:hidden;opacity:0;display:none;visibility:hidden;transition:.2s ease all;z-index:99;background:#fff;border:.063rem solid #e0f2f1;box-sizing:border-box;box-shadow:0 0 .625rem #0098871a;border-radius:.9375rem;padding:1.25rem;text-align:center}.classDashboard-section .rejectBlock h3{font-weight:700}.classDashboard-section .rejectBlock .button{min-width:auto;padding:.8rem 1rem .75rem;margin:0 .2rem}.classDashboard-section .rejectBlock.show{display:block;opacity:1;visibility:visible}.classDashboard-section .createAssigmentBlock{background-color:#eff8f8;border-radius:.9375rem;padding:1.25rem}.classDashboard-section .createAssigmentBlock h4{font-size:1.125rem;font-weight:500;padding-bottom:1.25rem}.classDashboard-section .assignmentsEdit.attendence h4{background:#eff8f8;padding:1.25rem}.classDashboard-section .assignmentsEdit.studentDetails .accordion-inner li{padding-top:.2rem;padding-bottom:.2rem;background-color:transparent}.classDashboard-section .assignmentsEdit.studentDetails .accordion-inner li:last-child{border-bottom:0}.classDashboard-section .assignmentsEdit h4{font-size:1.25rem;font-weight:700;padding:1.25rem 1.25rem 1.25rem 3rem;border-top-left-radius:.9rem;border-top-right-radius:.9rem;margin-top:1.25rem}.classDashboard-section .assignmentsEdit h4.active{border-color:#eff8f8}.classDashboard-section .assignmentsEdit h4 .button{margin:0;position:relative;margin-left:2rem;min-width:auto}.classDashboard-section .assignmentsEdit h4 .button.editButton{color:#e96835;background:none;box-shadow:none;border:0;min-width:0;padding:0 0 0 1rem}.classDashboard-section .assignmentsEdit .heading{border-top:.063rem solid #009688;background:#eff8f8}.classDashboard-section .assignmentsEdit h5{font-size:1rem;letter-spacing:.03125rem;color:#009688}.classDashboard-section .assignmentsEdit h5 a{text-transform:uppercase}.classDashboard-section .assignmentsEdit li{background-color:#eff8f880;padding-top:1rem;padding-bottom:1rem}.classDashboard-section .assignmentsEdit li p{font-size:.75rem;margin-bottom:0;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='9'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2014.2352C10.1931%2014.2352%208.72699%2012.769%208.72699%2010.9621C8.72699%209.15526%2010.1931%207.68913%2012%207.68913C13.8069%207.68913%2015.273%209.15526%2015.273%2010.9621C15.273%2012.769%2013.8069%2014.2352%2012%2014.2352ZM12%2021C16.9705%2021%2021%2016.9705%2021%2012C21%207.02952%2016.9705%203%2012%203C7.02952%203%203%207.02952%203%2012C3%2016.9705%207.02952%2021%2012%2021ZM6.78256%2018.2709C7.62035%2016.214%209.63981%2014.7635%2012%2014.7635C14.3602%2014.7635%2016.3796%2016.214%2017.2174%2018.2709C19.0149%2016.7735%2020.1591%2014.5196%2020.1591%2012C20.1591%207.49531%2016.5078%203.84092%2012%203.84092C7.49218%203.84092%203.84092%207.49218%203.84092%2012C3.84092%2014.5196%204.98506%2016.7767%206.78256%2018.2709Z'%20fill='%23009688'/%3e%3c/svg%3e") left center no-repeat;padding-left:1.75rem}.classDashboard-section .assignmentsEdit li:last-child{margin-bottom:0;border-bottom:.063rem solid #009688}.classDashboard-section .assignmentsEdit .reviewed{font-size:.75rem;color:#80cbc4;padding-left:1rem;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='6'%20cy='6'%20r='6'%20fill='%232BC480'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.91945%204.07977C8.81206%203.97341%208.63796%203.97341%208.53054%204.07977L5.23588%207.34258L3.96946%206.08842C3.86207%205.98206%203.68796%205.98207%203.58055%206.08842C3.47315%206.19477%203.47315%206.3672%203.58055%206.47356L5.04142%207.92027C5.14878%208.02662%205.32302%208.02654%205.43033%207.92027L8.91945%204.46492C9.02685%204.35857%209.02684%204.18613%208.91945%204.07977Z'%20fill='white'%20stroke='white'%20stroke-width='0.5'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-section .assignmentsEdit .accordion-inner{border-bottom-left-radius:.9rem;border-bottom-right-radius:.9rem}.classDashboard-section .assignmentsEdit.attendence .accordion-inner{padding:1.25rem;border-bottom:1.25rem solid #eff8f8}.classDashboard-section .assignmentsEdit.attendence .note{display:block;font-size:.75rem;line-height:1.4rem;margin-bottom:1.25rem;padding:0 2rem;background:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.4891%2015.9594V10.2168H10.6938C10.5687%2010.2168%2010.4673%2010.2813%2010.4673%2010.3608V11.394C10.4673%2011.4736%2010.5687%2011.5381%2010.6938%2011.5381H11.172V15.9594H10.5995C10.4744%2015.9594%2010.373%2016.0239%2010.373%2016.1034V17.0349C10.373%2017.1145%2010.4744%2017.179%2010.5995%2017.179H14.0616C14.1867%2017.179%2014.288%2017.1145%2014.288%2017.0349V16.1034C14.288%2016.0239%2014.1867%2015.9594%2014.0616%2015.9594H13.4891Z'%20fill='%23FF0000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.5295%208.16902C13.5295%208.91386%2012.9243%209.5177%2012.1778%209.5177C11.4313%209.5177%2010.8262%208.91386%2010.8262%208.16902C10.8262%207.42415%2011.4313%206.82031%2012.1778%206.82031C12.9243%206.82031%2013.5295%207.42415%2013.5295%208.16902Z'%20fill='%23FF0000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.3276%2019.7543C7.9343%2019.7543%204.36007%2016.2759%204.36007%2012.0004C4.36007%207.72495%207.9343%204.24658%2012.3276%204.24658C16.7209%204.24658%2020.2952%207.72495%2020.2952%2012.0004C20.2952%2016.2759%2016.7209%2019.7543%2012.3276%2019.7543ZM12.331%203C7.22347%203%203.08301%207.02942%203.08301%2012C3.08301%2016.9705%207.22347%2021%2012.331%2021C17.4386%2021%2021.5791%2016.9705%2021.5791%2012C21.5791%207.02942%2017.4386%203%2012.331%203Z'%20fill='%23FF0000'/%3e%3c/svg%3e") left center no-repeat;background-size:30px}.classDashboard-section .assignmentsEdit.attendence h4 span{font-size:1rem;padding-left:2rem;font-weight:400;color:#0d352d}.classDashboard-section .assignmentsEdit.attendence .bar{width:24px;height:120px;background-color:#eff8f8;margin:auto;border-top-left-radius:15px;border-top-right-radius:15px;position:relative}.classDashboard-section .assignmentsEdit.attendence .bar .students{position:absolute;left:0;bottom:80%;margin-bottom:-24px;z-index:88;border:1px solid #009887;width:24px;height:24px;line-height:24px;text-align:center;background-color:#fff;border-radius:50%;font-size:.75rem}.classDashboard-section .assignmentsEdit.attendence .bar:after{width:100%;height:80%;border-top-left-radius:15px;border-top-right-radius:15px;background-color:#009688;display:block;position:absolute;left:0;bottom:0;content:""}.classDashboard-section .assignmentsEdit.attendence .time,.classDashboard-section .assignmentsEdit.attendence .month{font-size:10px;display:block;text-align:center;padding:.2rem 0}.classDashboard-section .assignmentsEdit.attendence .month{font-weight:700}.classDashboard-section .assignmentsEdit.attendence li{margin-bottom:0;padding-bottom:0;background:transparent;border:0}.classDashboard-section .assignmentsEdit.attendence .head{min-height:55px}.classDashboard-section .assignmentsEdit.attendence .studentName{font-size:12px}.classDashboard-section .assignmentsEdit.attendence .present{font-size:18px;color:#2bc480;text-align:center;display:block;text-transform:uppercase}.classDashboard-section .assignmentsEdit.attendence .absent{font-size:18px;color:red;text-transform:uppercase;text-align:center;display:block}.classDashboard-section .assignmentsEdit.attendence .na{font-size:18px;color:#000;text-transform:uppercase;text-align:center;display:block}.classDashboard-section .assignmentsEdit.attendence .block{padding:0 .5rem}.classDashboard-section .sharedAssignmentsBlock{padding:2.25rem 0}.classDashboard-section .sharedAssignmentsBlock h3{padding-bottom:1.25rem;font-weight:700}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock{background-color:#fefaf8;border-radius:.9375rem;border:.063rem solid #fcede7;padding:1.25rem;margin-bottom:1.25rem}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock h4{font-weight:500;padding-bottom:1.25rem}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock h4 a{font-size:90%}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock .date{font-size:.75rem;display:block;padding-bottom:.5rem}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock .button,.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock.edit{margin-bottom:0}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock.edit h4{display:inline-block;padding-bottom:0;vertical-align:middle}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock.edit .date{display:inline-block;padding:0 0 0 1rem;vertical-align:middle}.classDashboard-section .rightSlight{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.01'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%2034L4%204L34%204L34%2034L4%2034Z'%20fill='white'/%3e%3cg%20filter='url(%23filter0_d)'%3e%3ccircle%20cx='19'%20cy='19'%20r='15'%20fill='%23FF7700'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.7071%2014.0821C14.3166%2013.6916%2014.3166%2013.0584%2014.7071%2012.6679L15.1679%2012.2071C15.5584%2011.8166%2016.1916%2011.8166%2016.5821%2012.2071L23.2929%2018.9179C23.6834%2019.3084%2023.6834%2019.9416%2023.2929%2020.3321L16.5821%2027.0429C16.1916%2027.4334%2015.5584%2027.4334%2015.1679%2027.0429L14.7071%2026.5821C14.3166%2026.1916%2014.3166%2025.5584%2014.7071%2025.1679L20.25%2019.625L14.7071%2014.0821Z'%20fill='white'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='38'%20height='38'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.992157%200%200%200%200%200.529412%200%200%200%200%200.160784%200%200%200%200.5%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") right top no-repeat;background-size:contain;position:absolute;right:20%;top:50%;text-indent:-62499.9375rem;height:2.375rem;width:2.375rem;margin-top:-1.1875rem}.classDashboard-section .classMembersList ul{padding:1.25rem}.classDashboard-section .classMembersList ul li{font-size:.75rem;padding-left:2rem;padding-bottom:1rem;line-height:1.5rem;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='9'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2014.2352C10.1931%2014.2352%208.72699%2012.769%208.72699%2010.9621C8.72699%209.15526%2010.1931%207.68913%2012%207.68913C13.8069%207.68913%2015.273%209.15526%2015.273%2010.9621C15.273%2012.769%2013.8069%2014.2352%2012%2014.2352ZM12%2021C16.9705%2021%2021%2016.9705%2021%2012C21%207.02952%2016.9705%203%2012%203C7.02952%203%203%207.02952%203%2012C3%2016.9705%207.02952%2021%2012%2021ZM6.78256%2018.2709C7.62035%2016.214%209.63981%2014.7635%2012%2014.7635C14.3602%2014.7635%2016.3796%2016.214%2017.2174%2018.2709C19.0149%2016.7735%2020.1591%2014.5196%2020.1591%2012C20.1591%207.49531%2016.5078%203.84092%2012%203.84092C7.49218%203.84092%203.84092%207.49218%203.84092%2012C3.84092%2014.5196%204.98506%2016.7767%206.78256%2018.2709Z'%20fill='%23009688'/%3e%3c/svg%3e") left 0rem no-repeat}.classDashboard-section .classMembersList ul li:first-child{font-weight:700;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='9'%20fill='%23009688'/%3e%3ccircle%20cx='12'%20cy='12'%20r='11'%20fill='%23009688'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2014.2352C10.1931%2014.2352%208.72699%2012.769%208.72699%2010.9621C8.72699%209.15526%2010.1931%207.68913%2012%207.68913C13.8069%207.68913%2015.273%209.15526%2015.273%2010.9621C15.273%2012.769%2013.8069%2014.2352%2012%2014.2352ZM12%2021C16.9705%2021%2021%2016.9705%2021%2012C21%207.02952%2016.9705%203%2012%203C7.02952%203%203%207.02952%203%2012C3%2016.9705%207.02952%2021%2012%2021ZM6.78256%2018.2709C7.62035%2016.214%209.63981%2014.7635%2012%2014.7635C14.3602%2014.7635%2016.3796%2016.214%2017.2174%2018.2709C19.0149%2016.7735%2020.1591%2014.5196%2020.1591%2012C20.1591%207.49531%2016.5078%203.84092%2012%203.84092C7.49218%203.84092%203.84092%207.49218%203.84092%2012C3.84092%2014.5196%204.98506%2016.7767%206.78256%2018.2709Z'%20fill='white'/%3e%3c/svg%3e") left 0rem no-repeat}.classDashboard-section .classMembersList ul li a{color:#0d352d}.classDashboard-section .pendingBlock .item{padding:.5rem}.classDashboard-section .pendingBlock .block{background:#fff;border:1px solid #80cbc4;box-sizing:border-box;box-shadow:0 .625rem .625rem #0098870d;border-radius:1.25rem;padding:1rem}.classDashboard-section .pendingBlock h3{padding-bottom:2rem}.classDashboard-section .pendingBlock p{margin-bottom:0;font-weight:700}.classDashboard-section .pendingBlock .givenDate{font-size:.625rem;line-height:.9375rem;letter-spacing:.5px;color:#009887}.classDashboard-section .pendingBlock .dueDate{font-size:.75rem;line-height:.9375rem;letter-spacing:.5px;color:#009887}.classDashboard-section .pendingBlock .attachedfile{font-size:.875rem;line-height:1.125rem;letter-spacing:.5px;color:#009887;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.83721%209.71096L9.17276%202.37542C11.0066%200.541528%2014.0365%200.541528%2015.9502%202.37542C17.7841%204.2093%2017.7841%207.2392%2015.9502%209.15282L7.1794%2017.9236C5.74419%2019.3588%203.51163%2019.3588%202.07641%2017.9236C0.641196%2016.4884%200.641196%2014.2558%202.07641%2012.8206L10.8472%204.04983C11.804%203.09302%2013.3189%203.09302%2014.196%204.04983C15.1528%205.00664%2015.1528%206.52159%2014.196%207.39867L6.30233%2015.2924'%20stroke='%23009887'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") left no-repeat;background-size:.625rem .75rem;padding-left:1rem}.classDashboard-section .pendingBlock .assignmentDetails{font-weight:700;text-transform:uppercase;padding-right:2.25rem;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2017L14.5%2011.9903L9%206.98058'%20stroke='%23FF7700'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.classDashboard-section .pendingBlock .row{padding-bottom:1.25rem}.classDashboard-section .completedBlock{padding-top:3.25rem}.classDashboard-section .completedBlock ul{padding:1.25rem 0}.classDashboard-section .completedBlock ul li{font-size:.875rem;font-weight:700}.classDashboard-section .completedBlock ul li .status{font-size:.75rem;letter-spacing:.5px;color:#009688;font-weight:400}.classDashboard-section .completedBlock ul li .status.default{color:#979797}.classDashboard-section .completedBlock ul li a{padding-right:2.25rem;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2017L14.5%2011.9903L9%206.98058'%20stroke='%23FF7700'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.classDashboard-section .attendanceDate .download{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.05882%2010.8824C7.82353%2010.6471%207.82353%2010.2941%208.05882%2010.0588C8.29412%209.82353%208.64706%209.82353%208.88235%2010.0588L11.3529%2012.5294V3.58824C11.3529%203.23529%2011.7059%203%2011.9412%203C12.2941%203%2012.5294%203.23529%2012.5294%203.58824V12.5294L15%2010.0588C15.2353%209.82353%2015.5882%209.82353%2015.8235%2010.0588C16.0588%2010.2941%2016.0588%2010.6471%2015.8235%2010.8824L12.2941%2014.4118C12.1765%2014.4118%2012.0588%2014.5294%2011.9412%2014.5294C11.8235%2014.5294%2011.7059%2014.5294%2011.5882%2014.4118L8.05882%2010.8824ZM19.8235%2014.2941C19.8235%2013.9412%2020.0588%2013.7059%2020.4118%2013.7059C20.7647%2013.7059%2021%2013.9412%2021%2014.2941V17.5882C21%2018.2941%2020.6471%2019%2020.1765%2019.4706C19.7059%2019.9412%2019%2020.2941%2018.2941%2020.2941H5.70588C5%2020.2941%204.29412%2019.9412%203.82353%2019.4706C3.35294%2019%203%2018.2941%203%2017.5882V14.2941C3%2013.9412%203.23529%2013.7059%203.58824%2013.7059C3.94118%2013.7059%204.17647%2013.9412%204.17647%2014.2941V17.5882C4.17647%2018.0588%204.41176%2018.4118%204.64706%2018.6471C4.88235%2018.8824%205.35294%2019.1176%205.70588%2019.1176H18.1765C18.6471%2019.1176%2019%2018.8824%2019.2353%2018.6471C19.4706%2018.4118%2019.7059%2017.9412%2019.7059%2017.5882V14.2941H19.8235Z'%20fill='%23FF7700'%20stroke='%23FF7700'/%3e%3c/svg%3e") right center no-repeat;font-weight:700;padding-right:2rem}.whatsappsCode.inlineblock{width:100%;max-width:none;background:#fefbf1;padding:1rem;margin-bottom:2rem}.whatsappsCode.inlineblock .classCode{background:none;margin:0;display:inline-block;padding:0;font-weight:700}.whatsappsCode.inlineblock .classCode .copy{color:#007c6b;font-size:12px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='15'%20viewBox='0%200%2014%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.933594'%20width='9.9375'%20height='12'%20rx='2'%20fill='%2380CBC4'/%3e%3crect%20x='3.06445'%20y='2.11768'%20width='9.9375'%20height='12'%20rx='2'%20fill='%23007C6B'/%3e%3c/svg%3e") right no-repeat;padding:.4rem 1rem}.whatsappsCode.inlineblock .infotext{display:inline-block;color:#00695c;padding-left:3rem;padding-right:4rem;line-height:44px;background:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.1'%20filter='url(%23filter0_d)'%3e%3crect%20x='10'%20y='5'%20width='36'%20height='36'%20rx='10'%20fill='%232BC480'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M41.6543%2022.6523C41.6543%2029.9162%2035.6867%2035.8046%2028.3239%2035.8046C25.9866%2035.8046%2023.7907%2035.2106%2021.8802%2034.1681L14.5%2036.5L16.9062%2029.4434C15.6924%2027.4616%2014.9933%2025.1372%2014.9933%2022.6523C14.9933%2015.3884%2020.9615%209.5%2028.3239%209.5C35.6873%209.5%2041.6543%2015.3884%2041.6543%2022.6523ZM28.3247%2011.5946C22.1444%2011.5946%2017.1172%2016.5551%2017.1172%2022.6523C17.1172%2025.0718%2017.9104%2027.3125%2019.2521%2029.1353L17.8519%2033.242L22.1588%2031.8809C23.9284%2033.0362%2026.0482%2033.71%2028.325%2033.71C34.5044%2033.71%2039.5324%2028.7501%2039.5324%2022.6529C39.5324%2016.5557%2034.5047%2011.5946%2028.3247%2011.5946ZM34.6047%2025.3908C34.8333%2025.4998%2034.9877%2025.5734%2035.0541%2025.6816C35.1353%2025.816%2035.1353%2026.4613%2034.8637%2027.2149C34.5904%2027.9673%2033.2562%2028.6933%2032.6576%2028.747C32.555%2028.7562%2032.4699%2028.7765%2032.3827%2028.7973C31.9609%2028.8979%2031.4894%2029.0105%2028.7362%2027.9412C25.6663%2026.7482%2023.6429%2023.7871%2023.2247%2023.1752C23.1904%2023.125%2023.1669%2023.0905%2023.1545%2023.0743L23.154%2023.0735C22.9881%2022.8561%2021.8203%2021.325%2021.8203%2019.7404C21.8203%2018.2563%2022.5591%2017.4779%2022.8994%2017.1195C22.9228%2017.0949%2022.9443%2017.0722%2022.9635%2017.0515C23.2631%2016.729%2023.6173%2016.6483%2023.8352%2016.6483C23.9477%2016.6483%2024.0604%2016.6555%2024.1693%2016.6624C24.2711%2016.669%2024.3695%2016.6753%2024.4615%2016.6753C24.4844%2016.6753%2024.5084%2016.6737%2024.5334%2016.6721C24.7175%2016.6603%2024.9569%2016.645%2025.1965%2017.2129C25.2837%2017.4198%2025.4102%2017.7233%2025.5445%2018.0457C25.8291%2018.729%2026.1489%2019.4965%2026.2042%2019.606C26.2863%2019.7677%2026.3409%2019.9558%2026.2314%2020.1709C26.2158%2020.2018%2026.2014%2020.2311%2026.1876%2020.2591C26.1052%2020.4259%2026.0452%2020.5474%2025.9049%2020.7088C25.8508%2020.7711%2025.7949%2020.8382%2025.739%2020.9054C25.6261%2021.041%2025.5131%2021.1767%2025.4146%2021.2734C25.2514%2021.4339%2025.0809%2021.6082%2025.2713%2021.9307C25.462%2022.2538%2026.1179%2023.3086%2027.0891%2024.163C28.1339%2025.082%2029.0417%2025.4706%2029.5013%2025.6673C29.5908%2025.7056%2029.6633%2025.7366%2029.7165%2025.7629C30.0435%2025.9243%2030.2339%2025.8973%2030.4246%2025.6816C30.6156%2025.4665%2031.2419%2024.7408%2031.4595%2024.418C31.677%2024.0955%2031.8955%2024.1495%2032.1951%2024.2569C32.4938%2024.364%2034.1007%2025.1443%2034.4277%2025.3054C34.4909%2025.3365%2034.5499%2025.3646%2034.6047%2025.3908Z'%20fill='%232BC480'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='56'%20height='56'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset%20dy='5'/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0953314%200%200%200%200%200.716967%200%200%200%200%200.440684%200%200%200%200.2%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") right top no-repeat}.uploadTab{padding:1.25rem 0}.uploadTab li{margin-bottom:0;display:inline-block;padding:0 .5rem}.uploadTab li span{display:block;text-align:center;line-height:48px;padding:0 1.2rem;background:#fff;border:1px solid #999999;box-sizing:border-box;border-radius:24px}.uploadTab li span.active{background:#fabf2c33;font-weight:700;border:1px solid rgba(250,191,44,.2);color:#f47e16}.search{background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.25%2010.5C2.355%2010.5%200%208.145%200%205.25C0%202.355%202.355%200%205.25%200C8.145%200%2010.5%202.355%2010.5%205.25C10.5%208.145%208.145%2010.5%205.25%2010.5ZM5.25%201.5C3.18225%201.5%201.5%203.18225%201.5%205.25C1.5%207.31775%203.18225%209%205.25%209C7.31775%209%209%207.31775%209%205.25C9%203.18225%207.31775%201.5%205.25%201.5ZM9.9855%208.925L11.7803%2010.7198C12.0735%2011.013%2012.0735%2011.487%2011.7803%2011.7803C11.634%2011.9265%2011.442%2012%2011.25%2012C11.058%2012%2010.866%2011.9265%2010.7198%2011.7803L8.925%209.9855C9.32175%209.67725%209.67725%209.32175%209.9855%208.925Z'%20fill='%23FF7700'/%3e%3c/svg%3e") left center no-repeat;font-style:normal;font-weight:400;font-size:16px;line-height:24px;padding-left:1rem;text-align:center;letter-spacing:.5px;color:#f70}.uploadedFile-block{margin-bottom:1.25rem}.uploadedFile-block .uploaded-files{display:flex;flex-wrap:wrap}.uploadedFile-block h5{font-weight:700;font-size:16px;line-height:24px;margin-bottom:1rem;color:#009688}.uploadedFile-block .chatFile{position:relative;display:flex;margin:1rem;padding:.5rem;width:104px;background:#eff8f8;border-radius:5px;background-position:center;background-repeat:no-repeat;height:88px}.uploadedFile-block .chatFile.video-block{width:200px;height:120px}.uploadedFile-block .chatFile.generic{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%20118%20150'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M79.7%2043.8C76.4%2043.8%2073.7%2041.1%2073.7%2037.8V0H15C6.8%200%200%206.8%200%2015V135C0%20143.2%206.8%20150%2015%20150H102.5C110.8%20150%20117.5%20143.2%20117.5%20135V43.8H79.7Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M79.3%2043.7H117.5L73.8%200V38.2C74%2041.1%2076.4%2043.5%2079.3%2043.7Z'%20fill='white'/%3e%3cpath%20d='M117.5%2074.8V43.9H79.6001L117.5%2074.8Z'%20fill='%2300897B'/%3e%3cpath%20d='M84.3%20113H33.2C32.4%20113%2031.7%20113.7%2031.7%20114.5V120.5C31.7%20121.3%2032.4%20122%2033.2%20122H84.4C85.2%20122%2085.9%20121.3%2085.9%20120.5V114.5C85.8%20113.7%2085.2%20113%2084.3%20113Z'%20fill='white'/%3e%3cpath%20d='M84.3%2094.2H33.2C32.4%2094.2%2031.7%2094.9%2031.7%2095.7V101.7C31.7%20102.5%2032.4%20103.2%2033.2%20103.2H84.4C85.2%20103.2%2085.9%20102.5%2085.9%20101.7V95.7C85.8%2094.9%2085.2%2094.2%2084.3%2094.2Z'%20fill='white'/%3e%3cpath%20d='M31.7%2077V83C31.7%2083.8%2032.4%2084.5%2033.2%2084.5H84.4C85.2%2084.5%2085.9%2083.8%2085.9%2083V77C85.9%2076.2%2085.2%2075.5%2084.4%2075.5H33.2C32.3%2075.5%2031.7%2076.2%2031.7%2077Z'%20fill='white'/%3e%3c/svg%3e")}.uploadedFile-block .chatFile.doc{background-image:url(/assets/doc-CfhcXdYQ.svg)}.uploadedFile-block .chatFile.ppt{background-image:url(/assets/doc-CfhcXdYQ.svg)}.uploadedFile-block .chatFile.xlsx{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23F6F6F6'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23E0E0E0'/%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%2368AB46'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%235C973E'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%235C973E'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23B3D5A3'/%3e%3cpath%20d='M5.87695%2024.4902V39.1841H33.3055V24.4902H5.87695ZM30.3667%2027.429V30.3678H17.6321V27.429H30.3667ZM15.6729%2027.429V30.3678H8.81573V27.429H15.6729ZM8.81573%2033.3066H15.6729V36.2453H8.81573V33.3066ZM17.6321%2036.2453V33.3066H30.3667V36.2453H17.6321Z'%20fill='%23E0E0E0'/%3e%3cpath%20d='M5.28967%207.05273H6.56314L7.64069%208.816L8.8162%207.05273H10.0897L8.32641%209.79559L10.2856%2012.7344H9.01212L7.64069%2010.6772L6.36722%2012.7344H5.09375L7.05293%209.79559L5.28967%207.05273Z'%20fill='white'/%3e%3cpath%20d='M11.0684%207.05273H12.2439V11.4609H13.9092V12.7344H11.0684V7.05273Z'%20fill='white'/%3e%3cpath%20d='M16.4553%207.05273C17.043%207.05273%2017.6308%207.24865%2018.0226%207.64049L17.2389%208.42416C16.8471%208.22825%2016.5532%208.03233%2016.3573%208.03233C16.2594%208.03233%2016.0634%208.13029%2015.9655%208.22824C15.8675%208.3262%2015.8675%208.42416%2015.8675%208.62008C15.8675%208.91396%2016.1614%209.10988%2016.6512%209.3058C17.043%209.50171%2017.3369%209.59967%2017.5328%209.69763C17.7287%209.79559%2017.9247%209.99151%2018.0226%2010.1874C18.1206%2010.3833%2018.2185%2010.6772%2018.2185%2010.9711C18.2185%2011.4609%2018.0226%2011.8527%2017.6308%2012.2446C17.2389%2012.6364%2016.7492%2012.7344%2016.2594%2012.7344C15.6716%2012.7344%2015.0838%2012.4405%2014.4961%2011.9507L15.2798%2010.9711C15.6716%2011.3629%2015.9655%2011.5589%2016.2594%2011.5589C16.3573%2011.5589%2016.5532%2011.4609%2016.6512%2011.3629C16.7492%2011.265%2016.8471%2011.0691%2016.8471%2010.9711C16.8471%2010.6772%2016.5532%2010.3833%2015.8675%2010.1874C15.4757%2010.0895%2015.2798%209.89355%2015.0838%209.79559C14.8879%209.69763%2014.79%209.50171%2014.692%209.3058C14.692%209.10988%2014.692%208.91396%2014.692%208.71804C14.692%208.22824%2014.8879%207.83641%2015.1818%207.54253C15.4757%207.15069%2015.8675%207.05273%2016.4553%207.05273Z'%20fill='white'/%3e%3c/svg%3e")}.uploadedFile-block .chatFile.pdf{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23D84953'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23C4434C'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%23C4434C'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23ECA4A9'/%3e%3cpath%20d='M10.0879%207.05273H12.0471C12.8307%207.05273%2013.5165%207.34661%2014.0063%207.83641C14.4961%208.3262%2014.7899%209.01192%2014.7899%209.89355C14.7899%2010.7752%2014.4961%2011.4609%2014.0063%2011.9507C13.5165%2012.4405%2012.8307%2012.7344%2011.9491%2012.7344H10.0879V7.05273ZM11.3614%208.13029V11.6568H11.8512C12.341%2011.6568%2012.7328%2011.5589%2013.1246%2011.265C13.4185%2010.9711%2013.6144%2010.5793%2013.6144%209.89355C13.6144%209.50171%2013.5165%209.20784%2013.4185%208.91396C13.3205%208.62008%2013.0267%208.42416%2012.7328%208.3262C12.4389%208.22824%2012.145%208.13029%2011.8512%208.13029H11.3614Z'%20fill='white'/%3e%3cpath%20d='M15.7715%207.05273H18.9062V8.13029H16.947V9.3058H18.9062V10.3833H16.947V12.7344H15.7715V7.05273Z'%20fill='white'/%3e%3cpath%20d='M13.7137%2037.7141C13.7137%2038.4978%2013.028%2039.1835%2012.2443%2039.1835H7.34634C6.56267%2039.1835%205.87695%2038.4978%205.87695%2037.7141V31.8366C5.87695%2031.0529%206.56267%2030.3672%207.34634%2030.3672H12.2443C13.028%2030.3672%2013.7137%2031.0529%2013.7137%2031.8366V37.7141Z'%20fill='%23E0E0E0'/%3e%3c/svg%3e")}.uploadedFile-block .chatFile.jpg{background-image:url(/assets/jpg-C6icya6D.svg)}.uploadedFile-block .chatFile.mp4{background-image:url(/assets/mov-XiQ2Uz57.svg)}.uploadedFile-block .chatFile.png{background-image:url(/assets/png-BOd71fLr.svg)}.uploadedFile-block .chatFile.mp3{background-image:url(/assets/mp3-BKbpbdTa.svg)}.uploadedFile-block .chatFile.unknow{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='49'%20viewBox='0%200%2041%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2048.5C2.5%2048.5%200.5%2046.5%200.5%2044V6C0.5%203.5%202.5%201.5%205%201.5H28.8L39.5%2012.2V44C39.5%2046.5%2037.5%2048.5%2035%2048.5H5Z'%20fill='%23F6F6F6'/%3e%3cpath%20d='M28.6%202L39%2012.4V44C39%2046.2%2037.2%2048%2035%2048H5C2.8%2048%201%2046.2%201%2044V6C1%203.8%202.8%202%205%202H28.6ZM29%201H5C2.2%201%200%203.2%200%206V44C0%2046.8%202.2%2049%205%2049H35C37.8%2049%2040%2046.8%2040%2044V12L29%201Z'%20fill='%23E0E0E0'/%3e%3cpath%20d='M5%2048.5C2.5%2048.5%200.5%2046.5%200.5%2044V6C0.5%203.5%202.5%201.5%205%201.5H28.8L39.5%2012.2V44C39.5%2046.5%2037.5%2048.5%2035%2048.5H5Z'%20fill='%23E6E6E6'/%3e%3cpath%20d='M28.6%202L39%2012.4V44C39%2046.2%2037.2%2048%2035%2048H5C2.8%2048%201%2046.2%201%2044V6C1%203.8%202.8%202%205%202H28.6ZM29%201H5C2.2%201%200%203.2%200%206V44C0%2046.8%202.2%2049%205%2049H35C37.8%2049%2040%2046.8%2040%2044V12L29%201Z'%20fill='%23D2D2D2'/%3e%3cpath%20d='M30.4004%2010.5L40.1004%2020.2V10.5H30.4004Z'%20fill='%23D2D2D2'/%3e%3cpath%20d='M41%2012H34C31.2%2012%2029%209.8%2029%207V0H41V12Z'%20fill='%23EFEFEF'/%3e%3cpath%20d='M21.9992%2034.8V35.6H18.4992V32.2H19.0992C20.0992%2032.2%2020.7992%2032%2021.3992%2031.5C21.9992%2031.1%2022.2992%2030.5%2022.2992%2029.8C22.2992%2029.2%2022.0992%2028.8%2021.5992%2028.3C21.1992%2027.9%2020.6992%2027.7%2020.0992%2027.7C19.5992%2027.7%2019.1992%2027.9%2018.7992%2028.3C18.3992%2028.7%2018.1992%2029.1%2018.1992%2029.7V30H14.6992V29.8C14.6992%2028.4%2015.2992%2027.2%2016.3992%2026.1C17.4992%2025.1%2018.8992%2024.5%2020.3992%2024.5C21.8992%2024.5%2023.0992%2025%2024.1992%2026C25.2992%2027%2025.7992%2028.2%2025.7992%2029.6C25.7992%2030.6%2025.4992%2031.7%2024.8992%2032.6C24.1992%2033.8%2023.2992%2034.5%2021.9992%2034.8ZM18.2992%2039.4C18.2992%2038.9%2018.4992%2038.4%2018.8992%2038C19.2992%2037.6%2019.6992%2037.4%2020.2992%2037.4C20.8992%2037.4%2021.2992%2037.6%2021.6992%2038C22.0992%2038.4%2022.2992%2038.9%2022.2992%2039.4C22.2992%2039.9%2022.0992%2040.4%2021.6992%2040.8C21.2992%2041.2%2020.8992%2041.4%2020.2992%2041.4C19.7992%2041.4%2019.2992%2041.2%2018.8992%2040.8C18.4992%2040.5%2018.2992%2040%2018.2992%2039.4Z'%20fill='%23D2D2D2'/%3e%3c/svg%3e")}.uploadedFile-block .chatFile span{transition:.2s ease all;font-size:.65rem;display:block;position:absolute;left:0;top:-1rem}.uploadedFile-block .chatFile .fileOption{position:absolute;right:0;top:0;transition:.2s ease all;opacity:1}.uploadedFile-block .chatFile button{width:1.25rem;height:1.25rem;box-shadow:none;min-width:0;border:.2px solid #ff7700;border-radius:.2rem;padding:0;margin-bottom:0}.uploadedFile-block .chatFile button.fileDownload{background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.1'%20y='0.1'%20width='17.8'%20height='17.8'%20rx='2.9'%20fill='white'%20stroke='%23999999'%20stroke-width='0.2'/%3e%3cpath%20d='M6.04412%208.42837C5.86765%208.2519%205.86765%207.98719%206.04412%207.81072C6.22059%207.63425%206.48529%207.63425%206.66176%207.81072L8.51471%209.66366V2.95778C8.51471%202.69307%208.69118%202.5166%208.95588%202.5166C9.22059%202.5166%209.39706%202.69307%209.39706%202.95778V9.66366L11.25%207.81072C11.4265%207.63425%2011.6912%207.63425%2011.8676%207.81072C12.0441%207.98719%2012.0441%208.2519%2011.8676%208.42837L9.22059%2011.0754C9.13235%2011.0754%209.04412%2011.1637%208.95588%2011.1637C8.86765%2011.1637%208.77941%2011.1637%208.69118%2011.0754L6.04412%208.42837ZM14.8676%2010.9872C14.8676%2010.7225%2015.0441%2010.546%2015.3088%2010.546C15.5735%2010.546%2015.75%2010.7225%2015.75%2010.9872V13.4578C15.75%2013.9872%2015.4853%2014.5166%2015.1324%2014.8695C14.7794%2015.2225%2014.25%2015.4872%2013.7206%2015.4872H4.27941C3.75%2015.4872%203.22059%2015.2225%202.86765%2014.8695C2.51471%2014.5166%202.25%2013.9872%202.25%2013.4578V10.9872C2.25%2010.7225%202.42647%2010.546%202.69118%2010.546C2.95588%2010.546%203.13235%2010.7225%203.13235%2010.9872V13.4578C3.13235%2013.8107%203.30882%2014.0754%203.48529%2014.2519C3.66176%2014.4284%204.01471%2014.6048%204.27941%2014.6048H13.6324C13.9853%2014.6048%2014.25%2014.4284%2014.4265%2014.2519C14.6029%2014.0754%2014.7794%2013.7225%2014.7794%2013.4578V10.9872H14.8676Z'%20fill='%23999999'%20stroke='%23999999'%20stroke-width='0.5'/%3e%3c/svg%3e") center no-repeat}.uploadedFile-block .chatFile button.fileShare{background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.1'%20y='0.1'%20width='17.8'%20height='17.8'%20rx='2.9'%20fill='white'%20stroke='%23FF7700'%20stroke-width='0.2'/%3e%3cpath%20d='M11.25%204.16204C11.0625%203.97685%2011.0625%203.69907%2011.25%203.51389C11.4375%203.3287%2011.7188%203.3287%2011.9063%203.51389L15.5625%207.125C15.6563%207.21759%2015.75%207.31018%2015.75%207.49537C15.75%207.58796%2015.75%207.68056%2015.6563%207.68056C15.6563%207.68056%2015.6563%207.68056%2015.6563%207.77315L12%2011.3843C11.8125%2011.5694%2011.5313%2011.5694%2011.3438%2011.3843C11.1563%2011.1991%2011.1563%2010.9213%2011.3438%2010.7361L14.25%207.86574L4.59375%207.86574C4.21875%207.86574%203.84375%208.05093%203.5625%208.23611C3.28125%208.51389%203.1875%208.79167%203.1875%209.25463L3.1875%2014.162C3.1875%2014.4398%203%2014.625%202.71875%2014.625C2.4375%2014.625%202.25%2014.4398%202.25%2014.162L2.25%209.34722C2.25%208.69908%202.53125%208.14352%202.90625%207.68056C3.375%207.21759%203.9375%207.03241%204.59375%207.03241L14.1563%207.03241L11.25%204.16204Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'/%3e%3c/svg%3e") center no-repeat;margin:3px}.uploadedFile-block .chatFile button.fileDelete{background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.1'%20y='0.1'%20width='17.8'%20height='17.8'%20rx='2.9'%20fill='white'%20stroke='%23FF7700'%20stroke-width='0.2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.375%204.27324C3.375%204.07703%203.53369%203.91797%203.72945%203.91797H14.2705C14.4663%203.91797%2014.625%204.07703%2014.625%204.27324C14.625%204.46946%2014.4663%204.62852%2014.2705%204.62852H3.72945C3.53369%204.62852%203.375%204.46946%203.375%204.27324Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.05626%202.96055C7.53079%202.96055%207.13469%203.35757%207.13469%203.88427V3.91825H10.8641V3.88427C10.8641%203.35757%2010.468%202.96055%209.94256%202.96055H8.05626ZM6.42578%203.88427C6.42578%202.96515%207.13927%202.25%208.05626%202.25H9.94256C10.8596%202.25%2011.573%202.96515%2011.573%203.88427V4.27353C11.573%204.46974%2011.4143%204.6288%2011.2186%204.6288H6.78023C6.58447%204.6288%206.42578%204.46974%206.42578%204.27353V3.88427Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.5068%206.14258C7.70255%206.14258%207.86125%206.30164%207.86125%206.49785V13.1709C7.86125%2013.3671%207.70255%2013.5261%207.5068%2013.5261C7.31104%2013.5261%207.15234%2013.3671%207.15234%2013.1709V6.49785C7.15234%206.30164%207.31104%206.14258%207.5068%206.14258Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.5068%206.14258C10.7026%206.14258%2010.8612%206.30164%2010.8612%206.49785V13.1709C10.8612%2013.3671%2010.7026%2013.5261%2010.5068%2013.5261C10.311%2013.5261%2010.1523%2013.3671%2010.1523%2013.1709V6.49785C10.1523%206.30164%2010.311%206.14258%2010.5068%206.14258Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.30435%204.02872C4.37127%203.95801%204.46424%203.91797%204.56148%203.91797H13.4382C13.5354%203.91797%2013.6284%203.95801%2013.6953%204.02872C13.7623%204.09942%2013.7973%204.19459%2013.7922%204.29192L13.2933%2013.7921C13.2877%2014.8888%2012.339%2015.7502%2011.2745%2015.7502H6.72518C5.63786%2015.7502%204.7734%2014.8687%204.70704%2013.8044L4.70682%2013.8009L4.70684%2013.8009L4.20752%204.29192C4.20241%204.19459%204.23742%204.09942%204.30435%204.02872ZM4.93508%204.62852L5.41466%2013.7618C5.46005%2014.4762%206.03769%2015.0396%206.72518%2015.0396H11.2745C11.9821%2015.0396%2012.5844%2014.4604%2012.5844%2013.7823C12.5844%2013.776%2012.5846%2013.7698%2012.5849%2013.7636L13.0646%204.62852H4.93508Z'%20fill='%23FF7700'%20stroke='%23FF7700'%20stroke-width='0.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat}.uploadedFile-block .chatFile:hover span{opacity:.5}.uploadedFile-block .chatFile:hover .fileOption{opacity:1}.createClassPopup-section{background-color:#0d352d;z-index:999;padding:3.25rem 0;height:100vh;position:fixed;left:0;top:0;width:100%}.createClassPopup-section.uploadAssignment .createNewClass{width:60.25rem}.createClassPopup-section .uploadBlock .button{padding:.8rem 1rem}.createClassPopup-section .editFiles li{background:url("data:image/svg+xml,%3csvg%20width='19'%20height='24'%20viewBox='0%200%2019%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.9277%205.05664V23.1397C18.9277%2023.6227%2018.5057%2024%2017.9933%2024H0.934327C0.648001%2024%200.391814%2023.8793%200.226047%2023.6982C0.0904187%2023.5472%200%2023.351%200%2023.1397V0.875514C0%200.392495%200.421954%200.0151367%200.934327%200.0151367H13.5176C13.6834%200.0151367%2013.8341%200.0604196%2013.9848%200.120797L15.9288%201.87174L18.6263%204.39249C18.8071%204.57363%2018.9277%204.81514%2018.9277%205.05664Z'%20fill='%2366CCC3'/%3e%3cpath%20d='M18.9296%205.0566H13.5195V0C13.6853%200%2013.836%200.0452828%2013.9867%200.10566C14.062%200.150943%2014.1525%200.196226%2014.2127%200.256603L15.9307%201.8717L18.6282%204.39245C18.809%204.57358%2018.9296%204.81509%2018.9296%205.0566Z'%20fill='%232B9F91'/%3e%3cpath%20opacity='0.4'%20d='M0.934327%200C0.421954%200%200%200.377358%200%200.830188V16.0604H7.80615C9.13229%2016.0604%2010.2022%2014.9887%2010.2022%2013.6604V0H0.934327Z'%20fill='%232B9F91'/%3e%3cpath%20d='M15.0103%2011.6226H3.51203C3.43668%2011.6226%203.36133%2011.5472%203.36133%2011.4717V10.6264C3.36133%2010.5358%203.42161%2010.4755%203.51203%2010.4755H14.9952C15.0706%2010.4755%2015.1459%2010.5509%2015.1459%2010.6264V11.4717C15.1459%2011.5472%2015.0856%2011.6226%2015.0103%2011.6226Z'%20fill='white'/%3e%3cpath%20d='M11.2113%207.72835H3.55584C3.45035%207.72835%203.375%207.65288%203.375%207.5774V6.73212C3.375%206.64155%203.45035%206.58118%203.55584%206.58118H11.2264C11.3318%206.58118%2011.4072%206.65665%2011.4072%206.73212V7.5774C11.3921%207.65288%2011.3168%207.72835%2011.2113%207.72835Z'%20fill='white'/%3e%3cpath%20d='M9.49389%2015.4265H3.57146C3.46597%2015.4265%203.39062%2015.351%203.39062%2015.2755V14.4302C3.39062%2014.3397%203.46597%2014.2793%203.57146%2014.2793H9.49389C9.59938%2014.2793%209.67473%2014.3548%209.67473%2014.4302V15.2755C9.67473%2015.351%209.58431%2015.4265%209.49389%2015.4265Z'%20fill='white'/%3e%3cpath%20d='M16.2767%2015.4265H10.8215C10.716%2015.4265%2010.6406%2015.351%2010.6406%2015.2755V14.4302C10.6406%2014.3397%2010.716%2014.2793%2010.8215%2014.2793H16.2767C16.3822%2014.2793%2016.4576%2014.3548%2016.4576%2014.4302V15.2755C16.4726%2015.351%2016.3822%2015.4265%2016.2767%2015.4265Z'%20fill='white'/%3e%3cpath%20d='M16.8628%2019.2152H13.7433C13.6378%2019.2152%2013.5625%2019.1397%2013.5625%2019.0642V18.2189C13.5625%2018.1284%2013.6378%2018.068%2013.7433%2018.068H16.8628C16.9683%2018.068%2017.0436%2018.1435%2017.0436%2018.2189V19.0642C17.0436%2019.1397%2016.9532%2019.2152%2016.8628%2019.2152Z'%20fill='white'/%3e%3cpath%20d='M12.5542%2019.2152H3.57257C3.49722%2019.2152%203.42188%2019.1397%203.42188%2019.0642V18.2189C3.42188%2018.1284%203.48215%2018.068%203.57257%2018.068H12.5542C12.6295%2018.068%2012.7049%2018.1435%2012.7049%2018.2189V19.0642C12.7049%2019.1397%2012.6295%2019.2152%2012.5542%2019.2152Z'%20fill='white'/%3e%3c/svg%3e") left center no-repeat;padding:0 0 0 2rem;margin-bottom:1.4rem}.createClassPopup-section .filelist li a{color:#009688;padding:1rem 2.75rem;padding-left:0;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.05882%2010.8824C7.82353%2010.6471%207.82353%2010.2941%208.05882%2010.0588C8.29412%209.82353%208.64706%209.82353%208.88235%2010.0588L11.3529%2012.5294V3.58824C11.3529%203.23529%2011.7059%203%2011.9412%203C12.2941%203%2012.5294%203.23529%2012.5294%203.58824V12.5294L15%2010.0588C15.2353%209.82353%2015.5882%209.82353%2015.8235%2010.0588C16.0588%2010.2941%2016.0588%2010.6471%2015.8235%2010.8824L12.2941%2014.4118C12.1765%2014.4118%2012.0588%2014.5294%2011.9412%2014.5294C11.8235%2014.5294%2011.7059%2014.5294%2011.5882%2014.4118L8.05882%2010.8824ZM19.8235%2014.2941C19.8235%2013.9412%2020.0588%2013.7059%2020.4118%2013.7059C20.7647%2013.7059%2021%2013.9412%2021%2014.2941V17.5882C21%2018.2941%2020.6471%2019%2020.1765%2019.4706C19.7059%2019.9412%2019%2020.2941%2018.2941%2020.2941H5.70588C5%2020.2941%204.29412%2019.9412%203.82353%2019.4706C3.35294%2019%203%2018.2941%203%2017.5882V14.2941C3%2013.9412%203.23529%2013.7059%203.58824%2013.7059C3.94118%2013.7059%204.17647%2013.9412%204.17647%2014.2941V17.5882C4.17647%2018.0588%204.41176%2018.4118%204.64706%2018.6471C4.88235%2018.8824%205.35294%2019.1176%205.70588%2019.1176H18.1765C18.6471%2019.1176%2019%2018.8824%2019.2353%2018.6471C19.4706%2018.4118%2019.7059%2017.9412%2019.7059%2017.5882V14.2941H19.8235Z'%20fill='%23FF7700'%20stroke='%23FF7700'/%3e%3c/svg%3e") right center no-repeat}.createClassPopup-section .uploadnote{font-size:.75rem;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.89054%2012.1703V7.58594H7.71893C7.62175%207.58594%207.54298%207.63741%207.54298%207.70091V8.52573C7.54298%208.58923%207.62175%208.64073%207.71893%208.64073H8.09046V12.1703H7.64567C7.54849%2012.1703%207.46973%2012.2218%207.46973%2012.2853V13.0289C7.46973%2013.0924%207.54849%2013.1439%207.64567%2013.1439H10.3353C10.4325%2013.1439%2010.5113%2013.0924%2010.5113%2013.0289V12.2853C10.5113%2012.2218%2010.4325%2012.1703%2010.3353%2012.1703H9.89054Z'%20fill='%23FF7700'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.92146%205.95169C9.92146%206.54629%209.45133%207.02834%208.87137%207.02834C8.29142%207.02834%207.82129%206.54629%207.82129%205.95169C7.82129%205.35705%208.29142%204.875%208.87137%204.875C9.45133%204.875%209.92146%205.35705%209.92146%205.95169Z'%20fill='%23FF7700'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.98743%2015.199C5.57427%2015.199%202.79746%2012.4221%202.79746%209.009C2.79746%205.59584%205.57427%202.81903%208.98743%202.81903C12.4006%202.81903%2015.1774%205.59584%2015.1774%209.009C15.1774%2012.4221%2012.4006%2015.199%208.98743%2015.199ZM8.98847%201.82422C5.02043%201.82422%201.80371%205.04093%201.80371%209.00898C1.80371%2012.977%205.02043%2016.1937%208.98847%2016.1937C12.9565%2016.1937%2016.1732%2012.977%2016.1732%209.00898C16.1732%205.04093%2012.9565%201.82422%208.98847%201.82422Z'%20fill='%23FF7700'/%3e%3c/svg%3e") left center no-repeat;padding-left:1.5rem;margin-left:1rem;width:7rem;display:inline-block;vertical-align:middle}.createClassPopup-section .datepassed{width:20rem;display:block;font-size:.75rem;color:red;margin:2rem auto 0;padding-left:2rem;background:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.4891%2015.9594V10.2168H10.6938C10.5687%2010.2168%2010.4673%2010.2813%2010.4673%2010.3608V11.394C10.4673%2011.4736%2010.5687%2011.5381%2010.6938%2011.5381H11.172V15.9594H10.5995C10.4744%2015.9594%2010.373%2016.0239%2010.373%2016.1034V17.0349C10.373%2017.1145%2010.4744%2017.179%2010.5995%2017.179H14.0616C14.1867%2017.179%2014.288%2017.1145%2014.288%2017.0349V16.1034C14.288%2016.0239%2014.1867%2015.9594%2014.0616%2015.9594H13.4891Z'%20fill='%23FF0000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.5295%208.16902C13.5295%208.91386%2012.9243%209.5177%2012.1778%209.5177C11.4313%209.5177%2010.8262%208.91386%2010.8262%208.16902C10.8262%207.42415%2011.4313%206.82031%2012.1778%206.82031C12.9243%206.82031%2013.5295%207.42415%2013.5295%208.16902Z'%20fill='%23FF0000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.3276%2019.7543C7.9343%2019.7543%204.36007%2016.2759%204.36007%2012.0004C4.36007%207.72495%207.9343%204.24658%2012.3276%204.24658C16.7209%204.24658%2020.2952%207.72495%2020.2952%2012.0004C20.2952%2016.2759%2016.7209%2019.7543%2012.3276%2019.7543ZM12.331%203C7.22347%203%203.08301%207.02942%203.08301%2012C3.08301%2016.9705%207.22347%2021%2012.331%2021C17.4386%2021%2021.5791%2016.9705%2021.5791%2012C21.5791%207.02942%2017.4386%203%2012.331%203Z'%20fill='%23FF0000'/%3e%3c/svg%3e") left center no-repeat}.createClassPopup-section .fileLimit:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='23'%20height='20'%20viewBox='0%200%2023%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.8223%201.55386C10.0062%20-0.517954%2012.8749%20-0.517954%2014.0588%201.55386L14.0648%201.56432L22.5647%2016.8644C22.5717%2016.877%2022.5785%2016.8898%2022.585%2016.9028C22.9224%2017.5777%2022.7833%2018.3026%2022.4592%2018.8119C22.1331%2019.3244%2021.5388%2019.75%2020.7905%2019.75H1.99054C0.584876%2019.75%20-0.416215%2018.3272%200.171395%2016.9561C0.185473%2016.9232%200.201302%2016.8912%200.218813%2016.86L8.8223%201.55386ZM10.5603%202.54349C10.5598%202.54437%2010.5593%202.54525%2010.5588%202.54614L2.01285%2017.75H20.7629C20.7641%2017.7487%2020.7653%2017.7473%2020.7665%2017.7458L12.3197%202.54167C11.9029%201.81884%2010.9763%201.81944%2010.5603%202.54349Z'%20fill='%23EB4747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.502%205.55005C12.0542%205.55005%2012.502%205.99776%2012.502%206.55005L12.502%2012.55C12.502%2013.1023%2012.0542%2013.55%2011.502%2013.55C10.9497%2013.55%2010.502%2013.1023%2010.502%2012.55L10.502%206.55005C10.502%205.99776%2010.9497%205.55005%2011.502%205.55005Z'%20fill='%23EB4747'/%3e%3cpath%20d='M11.502%2016.55C12.0542%2016.55%2012.502%2016.1023%2012.502%2015.55C12.502%2014.9978%2012.0542%2014.55%2011.502%2014.55C10.9497%2014.55%2010.502%2014.9978%2010.502%2015.55C10.502%2016.1023%2010.9497%2016.55%2011.502%2016.55Z'%20fill='%23EB4747'/%3e%3c/svg%3e") left center no-repeat;width:23px;height:20px;display:inline-block;vertical-align:middle;padding-left:2rem}.createClassPopup-section.assignment-popup{justify-content:flex-end;display:flex;padding:0}.createClassPopup-section.assignment-popup .assignment-list{width:calc(100vw - 20rem);min-height:100%;position:relative;background-color:#fff}.createClassPopup-section.assignment-popup .assignment-list li,.createClassPopup-section.assignment-popup .assignment-list li .button{position:relative}.createClassPopup-section.assignment-popup .assignment-list li .button:after{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.9762%2011.4384L12.9503%2019.4644C11.967%2020.4476%2010.6335%2021%209.24295%2021C7.85243%2021%206.51887%2020.4476%205.53562%2019.4644C4.55238%2018.4811%204%2017.1476%204%2015.7571C4%2014.3665%204.55238%2013.033%205.53562%2012.0497L13.5616%204.02375C14.2171%203.36825%2015.1061%203%2016.0332%203C16.9602%203%2017.8492%203.36825%2018.5047%204.02375C19.1602%204.67924%2019.5284%205.56829%2019.5284%206.4953C19.5284%207.42231%2019.1602%208.31135%2018.5047%208.96685L10.47%2016.9928C10.1422%2017.3206%209.69772%2017.5047%209.23421%2017.5047C8.77071%2017.5047%208.32619%2017.3206%207.99844%2016.9928C7.67069%2016.6651%207.48656%2016.2206%207.48656%2015.7571C7.48656%2015.2935%207.67069%2014.849%207.99844%2014.5213L15.4131%207.11537'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;content:"";position:absolute;left:7px;top:50%;margin-top:-12px;display:block;height:24px;width:24px}.createClassPopup-section.assignment-popup .assignment-list form{max-width:650px;padding:3.25rem 3.25rem 8rem}.createClassPopup-section.assignment-popup .assignment-list header{position:absolute;left:0;top:0;border-bottom:1px solid #b2dfdb;height:94px;width:100%}.createClassPopup-section.assignment-popup .assignment-list header h2{margin:0;padding:1.5rem 0 1.5rem 5rem}.createClassPopup-section.assignment-popup .assignment-list .assignment-block{min-height:100%;overflow:auto;padding-top:94px}.createClassPopup-section.assignment-popup .assignment-list .assignment-block .form-control-placeholder{opacity:0}.createClassPopup-section.assignment-popup .assignment-list .assignment-block .form-control:focus+.form-control-placeholder,.createClassPopup-section.assignment-popup .assignment-list .assignment-block .form-control:valid+.form-control-placeholder{opacity:1}.createClassPopup-section.assignment-popup .assignment-list .line{border-left:1px solid #b2dfdb}.createClassPopup-section.assignment-popup .assignment-list .close{position:absolute;left:1rem;top:2rem;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%201L1%2013'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%201L13%2013'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat;z-index:99}.createClassPopup-section.assignment-popup .assignment-list .note{font-style:italic;font-weight:400;font-size:12px;line-height:15px;text-align:right;color:#eb5757;display:block}.createClassPopup-section.assignment-popup .assignment-list .fileuploads{display:inline-block;vertical-align:top;background:#fff;border:1px solid #b2dfdb;box-shadow:0 0 20px #0098871a;border-radius:5px;margin:0 1rem}.createClassPopup-section.assignment-popup .assignment-list .fileuploads li{margin:0;padding:.3rem 1.8rem;background-position:5px center;background-repeat:no-repeat}.createClassPopup-section.assignment-popup .assignment-list .fileuploads li.upload{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%201.5H4.5C4.10218%201.5%203.72064%201.65804%203.43934%201.93934C3.15804%202.22064%203%202.60218%203%203V15C3%2015.3978%203.15804%2015.7794%203.43934%2016.0607C3.72064%2016.342%204.10218%2016.5%204.5%2016.5H13.5C13.8978%2016.5%2014.2794%2016.342%2014.5607%2016.0607C14.842%2015.7794%2015%2015.3978%2015%2015V6L10.5%201.5Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.5%201.5V6H15'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%209.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2012.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%206.75H6.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.assignment-popup .assignment-list .fileuploads li.linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.assignment-popup .assignment-list .fileuploads li.voicenote{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.79599%202.25C8.30775%202.25%207.83951%202.44395%207.49427%202.78919C7.14903%203.13443%206.95508%203.60267%206.95508%204.09091V9C6.95508%209.48824%207.14903%209.95648%207.49427%2010.3017C7.83951%2010.647%208.30775%2010.8409%208.79599%2010.8409C9.28423%2010.8409%209.75247%2010.647%2010.0977%2010.3017C10.4429%209.95648%2010.6369%209.48824%2010.6369%209V4.09091C10.6369%203.60267%2010.4429%203.13443%2010.0977%202.78919C9.75247%202.44395%209.28423%202.25%208.79599%202.25V2.25Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.0909%207.77271V8.99998C13.0909%2010.1392%2012.6384%2011.2318%2011.8328%2012.0373C11.0272%2012.8429%209.93468%2013.2954%208.79545%2013.2954C7.65623%2013.2954%206.56366%2012.8429%205.75811%2012.0373C4.95256%2011.2318%204.5%2010.1392%204.5%208.99998V7.77271'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.79492%2013.2954V15.75'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.3418%2015.75H11.2509'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.assignment-popup .assignment-list .fileuploads li.googlelink{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.68212%2010.5633C2.5432%2010.3246%202.23712%2010.2438%201.99847%2010.3827C1.75981%2010.5216%201.67896%2010.8277%201.81788%2011.0664L2.68212%2010.5633ZM4.50482%2014.6885L4.07269%2014.94L4.50482%2015.1885V14.6885ZM13.5337%2014.6885V15.1885L13.9677%2014.9368L13.5337%2014.6885ZM15.75%2010.8148L16.184%2011.0631L15.75%2010.3148V10.8148ZM6.75%2010.3148C6.47386%2010.3148%206.25%2010.5387%206.25%2010.8148C6.25%2011.091%206.47386%2011.3148%206.75%2011.3148V10.3148ZM1.81788%2011.0664L4.07269%2014.94L4.93694%2014.4369L2.68212%2010.5633L1.81788%2011.0664ZM4.50482%2015.1885H13.5337V14.1885H4.50482V15.1885ZM13.9677%2014.9368L16.184%2011.0631L15.316%2010.5665L13.0997%2014.4402L13.9677%2014.9368ZM15.75%2010.3148H6.75V11.3148H15.75V10.3148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M11.2404%203H6.75964L2.25%2010.8148L4.47591%2014.7077L8.92817%207.00188'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75977%203L11.2694%2010.8148H15.7501L11.2405%203H6.75977Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.assignment-popup .assignment-list .fileuploads li:hover{background-color:#eff8f8}.createClassPopup-section.assignment-popup .assignment-list .attachedFile{padding-top:1rem}.createClassPopup-section.assignment-popup .assignment-list .attachedFile .flie{background-color:#eff8f8;padding:1rem 1.5rem 0 3.5rem;border-radius:15px;display:block;min-height:60px}.createClassPopup-section.assignment-popup .assignment-list .attachedFile .flie.pdf{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23D84953'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23C4434C'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%23C4434C'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23ECA4A9'/%3e%3cpath%20d='M10.0879%207.05273H12.0471C12.8307%207.05273%2013.5165%207.34661%2014.0063%207.83641C14.4961%208.3262%2014.7899%209.01192%2014.7899%209.89355C14.7899%2010.7752%2014.4961%2011.4609%2014.0063%2011.9507C13.5165%2012.4405%2012.8307%2012.7344%2011.9491%2012.7344H10.0879V7.05273ZM11.3614%208.13029V11.6568H11.8512C12.341%2011.6568%2012.7328%2011.5589%2013.1246%2011.265C13.4185%2010.9711%2013.6144%2010.5793%2013.6144%209.89355C13.6144%209.50171%2013.5165%209.20784%2013.4185%208.91396C13.3205%208.62008%2013.0267%208.42416%2012.7328%208.3262C12.4389%208.22824%2012.145%208.13029%2011.8512%208.13029H11.3614Z'%20fill='white'/%3e%3cpath%20d='M15.7715%207.05273H18.9062V8.13029H16.947V9.3058H18.9062V10.3833H16.947V12.7344H15.7715V7.05273Z'%20fill='white'/%3e%3cpath%20d='M13.7137%2037.7141C13.7137%2038.4978%2013.028%2039.1835%2012.2443%2039.1835H7.34634C6.56267%2039.1835%205.87695%2038.4978%205.87695%2037.7141V31.8366C5.87695%2031.0529%206.56267%2030.3672%207.34634%2030.3672H12.2443C13.028%2030.3672%2013.7137%2031.0529%2013.7137%2031.8366V37.7141Z'%20fill='%23E0E0E0'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.assignment-popup .assignment-list .attachedFile .flie.ppt{background-image:url(/assets/ppt-Dmwyp2tM.svg);background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.assignment-popup .assignment-list .attachedFile .flie.pdf{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23D84953'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23C4434C'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%23C4434C'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23ECA4A9'/%3e%3cpath%20d='M10.0879%207.05273H12.0471C12.8307%207.05273%2013.5165%207.34661%2014.0063%207.83641C14.4961%208.3262%2014.7899%209.01192%2014.7899%209.89355C14.7899%2010.7752%2014.4961%2011.4609%2014.0063%2011.9507C13.5165%2012.4405%2012.8307%2012.7344%2011.9491%2012.7344H10.0879V7.05273ZM11.3614%208.13029V11.6568H11.8512C12.341%2011.6568%2012.7328%2011.5589%2013.1246%2011.265C13.4185%2010.9711%2013.6144%2010.5793%2013.6144%209.89355C13.6144%209.50171%2013.5165%209.20784%2013.4185%208.91396C13.3205%208.62008%2013.0267%208.42416%2012.7328%208.3262C12.4389%208.22824%2012.145%208.13029%2011.8512%208.13029H11.3614Z'%20fill='white'/%3e%3cpath%20d='M15.7715%207.05273H18.9062V8.13029H16.947V9.3058H18.9062V10.3833H16.947V12.7344H15.7715V7.05273Z'%20fill='white'/%3e%3cpath%20d='M13.7137%2037.7141C13.7137%2038.4978%2013.028%2039.1835%2012.2443%2039.1835H7.34634C6.56267%2039.1835%205.87695%2038.4978%205.87695%2037.7141V31.8366C5.87695%2031.0529%206.56267%2030.3672%207.34634%2030.3672H12.2443C13.028%2030.3672%2013.7137%2031.0529%2013.7137%2031.8366V37.7141Z'%20fill='%23E0E0E0'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.assignment-popup .assignment-list .attachedFile .flie.linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.assignment-popup .assignment-list .attachedFile .flie.googlelink{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.68212%2010.5633C2.5432%2010.3246%202.23712%2010.2438%201.99847%2010.3827C1.75981%2010.5216%201.67896%2010.8277%201.81788%2011.0664L2.68212%2010.5633ZM4.50482%2014.6885L4.07269%2014.94L4.50482%2015.1885V14.6885ZM13.5337%2014.6885V15.1885L13.9677%2014.9368L13.5337%2014.6885ZM15.75%2010.8148L16.184%2011.0631L15.75%2010.3148V10.8148ZM6.75%2010.3148C6.47386%2010.3148%206.25%2010.5387%206.25%2010.8148C6.25%2011.091%206.47386%2011.3148%206.75%2011.3148V10.3148ZM1.81788%2011.0664L4.07269%2014.94L4.93694%2014.4369L2.68212%2010.5633L1.81788%2011.0664ZM4.50482%2015.1885H13.5337V14.1885H4.50482V15.1885ZM13.9677%2014.9368L16.184%2011.0631L15.316%2010.5665L13.0997%2014.4402L13.9677%2014.9368ZM15.75%2010.3148H6.75V11.3148H15.75V10.3148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M11.2404%203H6.75964L2.25%2010.8148L4.47591%2014.7077L8.92817%207.00188'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75977%203L11.2694%2010.8148H15.7501L11.2405%203H6.75977Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section.assignment-popup .assignment-list .attachedFile .fileblock{position:relative;margin-bottom:1.5rem}.createClassPopup-section.assignment-popup .assignment-list .attachedFile .fileblock .removefile{position:absolute;top:.5rem;width:24px;cursor:pointer;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206L18%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.createClassPopup-section.assignment-popup .shareAssignmemt{position:absolute;left:0;text-align:center;padding:1rem;bottom:0;width:100%}.createClassPopup-section.assignment-popup .shareAssignmemt .button{display:block;max-width:252px;margin:0 auto 1rem}.createClassPopup-section.assignment-popup .shareAssignmemt .error{padding:1rem 2rem;color:#eb4747;background:url("data:image/svg+xml,%3csvg%20width='23'%20height='20'%20viewBox='0%200%2023%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.8223%201.55386C10.0062%20-0.517954%2012.8749%20-0.517954%2014.0588%201.55386L14.0648%201.56432L22.5647%2016.8644C22.5717%2016.877%2022.5785%2016.8898%2022.585%2016.9028C22.9224%2017.5777%2022.7833%2018.3026%2022.4592%2018.8119C22.1331%2019.3244%2021.5388%2019.75%2020.7905%2019.75H1.99054C0.584876%2019.75%20-0.416215%2018.3272%200.171395%2016.9561C0.185473%2016.9232%200.201302%2016.8912%200.218813%2016.86L8.8223%201.55386ZM10.5603%202.54349C10.5598%202.54437%2010.5593%202.54525%2010.5588%202.54614L2.01285%2017.75H20.7629C20.7641%2017.7487%2020.7653%2017.7473%2020.7665%2017.7458L12.3197%202.54167C11.9029%201.81884%2010.9763%201.81944%2010.5603%202.54349Z'%20fill='%23EB4747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.502%205.55005C12.0542%205.55005%2012.502%205.99776%2012.502%206.55005L12.502%2012.55C12.502%2013.1023%2012.0542%2013.55%2011.502%2013.55C10.9497%2013.55%2010.502%2013.1023%2010.502%2012.55L10.502%206.55005C10.502%205.99776%2010.9497%205.55005%2011.502%205.55005Z'%20fill='%23EB4747'/%3e%3cpath%20d='M11.502%2016.55C12.0542%2016.55%2012.502%2016.1023%2012.502%2015.55C12.502%2014.9978%2012.0542%2014.55%2011.502%2014.55C10.9497%2014.55%2010.502%2014.9978%2010.502%2015.55C10.502%2016.1023%2010.9497%2016.55%2011.502%2016.55Z'%20fill='%23EB4747'/%3e%3c/svg%3e") left center no-repeat}.createClassPopup-section .playpush span.replay{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.72266%203L4.75475%207.9857L9.87917%209.90033'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%2015.6511C4.5932%2017.2893%205.71754%2018.6955%207.2036%2019.6579C8.68967%2020.6203%2010.457%2021.0867%2012.2392%2020.9869C14.0214%2020.8871%2015.722%2020.2265%2017.0848%2019.1045C18.4475%2017.9826%2019.3986%2016.4602%2019.7947%2014.7667C20.1908%2013.0731%2020.0105%2011.3002%2019.2809%209.71502C18.5513%208.12985%2017.312%206.81831%2015.7497%205.97802C14.1873%205.13772%2012.3866%204.81419%2010.6189%205.05617C8.85112%205.29815%207.21207%206.09253%205.9487%207.31963'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.createClassPopup-section .playpush span.play{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%203L19%2012L5%2021V3Z'%20fill='%23F47E16'/%3e%3c/svg%3e") right center no-repeat}.whatsappsCode{max-width:16.25rem;margin:auto}.whatsappsCode .classCode{background:#eff8f8;border-radius:.9375rem;padding:1rem 1.25rem;display:inline-block;margin:1.25rem 0}.whatsappsCode .classCode .copy{color:#f70;letter-spacing:.03125rem;padding:.2rem 1rem;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='15'%20viewBox='0%200%2014%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.933594'%20width='9.9375'%20height='12'%20rx='2'%20fill='%23FFA300'/%3e%3crect%20x='3.06445'%20y='2.11768'%20width='9.9375'%20height='12'%20rx='2'%20fill='%23FF7700'/%3e%3c/svg%3e") right center no-repeat}.whatsappsCode .infotext{display:block;letter-spacing:.03125rem}.whatsappsCode .h5{font-size:18px;color:#0d352d;font-weight:700;margin-bottom:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*:before,*:after{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.rpv-core__textbox input [type=textarea]{margin-bottom:0!important}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}.leaflet-routing-container-hide{display:none}.my-map{z-index:1}.font-weight-600{font-weight:600!important}.position-relative{position:relative!important}.show-confirmation-popup{background-color:#fff;padding:2.25rem;position:relative;border-radius:.9375rem;overflow:auto;max-height:100%}.font-15{font-size:15px}.iconCalendarBefore{position:relative}.iconCalendarBefore:before{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.8%203.60001H4.35C3.60442%203.60001%203%204.20442%203%204.95001V14.4C3%2015.1456%203.60442%2015.75%204.35%2015.75H13.8C14.5456%2015.75%2015.15%2015.1456%2015.15%2014.4V4.95001C15.15%204.20442%2014.5456%203.60001%2013.8%203.60001Z'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.775%202.25V4.95'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.375%202.25V4.95'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%207.64999H15.15'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;top:10px;left:10px}.w-250{width:250px}.curriculumEmptyBox{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fbfcfd;border-radius:8px}.darkGreyButton{background:linear-gradient(234.29deg,#003d4d 49.54%,#00c996 194.97%);color:#fff;transition:.2s ease-in}.darkGreyButton:hover{background:linear-gradient(234.29deg,#003d4d 49.54% 194.97%);transition:.2s ease-in}.zoomable-image{width:100%;height:auto;max-width:300px;max-height:250px;object-fit:contain;cursor:zoom-in;transition:transform .2s ease-in-out}.zoomable-image:hover{transform:scale(1.1)}.createClassPopup-section .submission-list .fileuploads,div.up-container>ul.fileuploads{display:inline-block;vertical-align:top;background:#fff;border:1px solid #b2dfdb;box-shadow:0 0 20px #0098871a;border-radius:5px;margin:0 1rem}.createClassPopup-section .submission-list .fileuploads li.upload,div.up-container>ul.fileuploads>li.upload{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%201.5H4.5C4.10218%201.5%203.72064%201.65804%203.43934%201.93934C3.15804%202.22064%203%202.60218%203%203V15C3%2015.3978%203.15804%2015.7794%203.43934%2016.0607C3.72064%2016.342%204.10218%2016.5%204.5%2016.5H13.5C13.8978%2016.5%2014.2794%2016.342%2014.5607%2016.0607C14.842%2015.7794%2015%2015.3978%2015%2015V6L10.5%201.5Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.5%201.5V6H15'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%209.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2012.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%206.75H6.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin:0;padding:.3rem 1.8rem;background-position:5px center;background-repeat:no-repeat}.createClassPopup-section .submission-list .fileuploads li.linkpaste,div.up-container>ul.fileuploads>li.linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin:0;padding:.3rem 1.8rem;background-position:5px center;background-repeat:no-repeat}.createClassPopup-section .submission-list .fileuploads li.voicenote{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.79599%202.25C8.30775%202.25%207.83951%202.44395%207.49427%202.78919C7.14903%203.13443%206.95508%203.60267%206.95508%204.09091V9C6.95508%209.48824%207.14903%209.95648%207.49427%2010.3017C7.83951%2010.647%208.30775%2010.8409%208.79599%2010.8409C9.28423%2010.8409%209.75247%2010.647%2010.0977%2010.3017C10.4429%209.95648%2010.6369%209.48824%2010.6369%209V4.09091C10.6369%203.60267%2010.4429%203.13443%2010.0977%202.78919C9.75247%202.44395%209.28423%202.25%208.79599%202.25V2.25Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.0909%207.77271V8.99998C13.0909%2010.1392%2012.6384%2011.2318%2011.8328%2012.0373C11.0272%2012.8429%209.93468%2013.2954%208.79545%2013.2954C7.65623%2013.2954%206.56366%2012.8429%205.75811%2012.0373C4.95256%2011.2318%204.5%2010.1392%204.5%208.99998V7.77271'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.79492%2013.2954V15.75'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.3418%2015.75H11.2509'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin:0;padding:.3rem 1.8rem;background-position:5px center;background-repeat:no-repeat}.createClassPopup-section .submission-list .fileuploads li.googlelink{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.68212%2010.5633C2.5432%2010.3246%202.23712%2010.2438%201.99847%2010.3827C1.75981%2010.5216%201.67896%2010.8277%201.81788%2011.0664L2.68212%2010.5633ZM4.50482%2014.6885L4.07269%2014.94L4.50482%2015.1885V14.6885ZM13.5337%2014.6885V15.1885L13.9677%2014.9368L13.5337%2014.6885ZM15.75%2010.8148L16.184%2011.0631L15.75%2010.3148V10.8148ZM6.75%2010.3148C6.47386%2010.3148%206.25%2010.5387%206.25%2010.8148C6.25%2011.091%206.47386%2011.3148%206.75%2011.3148V10.3148ZM1.81788%2011.0664L4.07269%2014.94L4.93694%2014.4369L2.68212%2010.5633L1.81788%2011.0664ZM4.50482%2015.1885H13.5337V14.1885H4.50482V15.1885ZM13.9677%2014.9368L16.184%2011.0631L15.316%2010.5665L13.0997%2014.4402L13.9677%2014.9368ZM15.75%2010.3148H6.75V11.3148H15.75V10.3148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M11.2404%203H6.75964L2.25%2010.8148L4.47591%2014.7077L8.92817%207.00188'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75977%203L11.2694%2010.8148H15.7501L11.2405%203H6.75977Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin:0;padding:.3rem 1.8rem;background-position:5px center;background-repeat:no-repeat}.createClassPopup-section .attachedFile .fileblock{position:relative;margin-bottom:1.5rem}.createClassPopup-section .attachedFile .flie{background-color:#eff8f8;padding:1rem 1.5rem 0 3.5rem;border-radius:15px;display:block;min-height:60px}.createClassPopup-section .attachedFile .fileblock .removefile{position:absolute;right:1.5rem;top:.5rem;width:24px;cursor:pointer;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206L18%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.createClassPopup-section .attachedFile .flie.linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.createClassPopup-section .attachedFile .flie.pdf{background-image:url("data:image/svg+xml,%3csvg%20width='41'%20height='48'%20viewBox='0%200%2041%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.8984%2047.5105C2.44942%2047.5105%200.490234%2045.5514%200.490234%2043.1024V5.87789C0.490234%203.42891%202.44942%201.46973%204.8984%201.46973H28.2127L38.6943%2011.9514V43.1024C38.6943%2045.5514%2036.7351%2047.5105%2034.2862%2047.5105H4.8984Z'%20fill='%23D84953'/%3e%3cpath%20d='M28.0163%201.95908L38.2041%2012.1468V43.1019C38.2041%2045.257%2036.4408%2047.0203%2034.2857%2047.0203H4.89796C2.74286%2047.0203%200.979592%2045.257%200.979592%2043.1019V5.87745C0.979592%203.72235%202.74286%201.95908%204.89796%201.95908H28.0163ZM28.4082%200.979492H4.89796C2.1551%200.979492%200%203.13459%200%205.87745V43.1019C0%2045.8448%202.1551%2047.9999%204.89796%2047.9999H34.2857C37.0286%2047.9999%2039.1837%2045.8448%2039.1837%2043.1019V11.755L28.4082%200.979492Z'%20fill='%23C4434C'/%3e%3cpath%20d='M29.7793%2010.2861L39.2813%2019.7882V10.2861H29.7793Z'%20fill='%23C4434C'/%3e%3cpath%20d='M40.1633%2011.7551H33.3062C30.5633%2011.7551%2028.4082%209.6%2028.4082%206.85714V0H40.1633V11.7551Z'%20fill='%23ECA4A9'/%3e%3cpath%20d='M10.0879%207.05273H12.0471C12.8307%207.05273%2013.5165%207.34661%2014.0063%207.83641C14.4961%208.3262%2014.7899%209.01192%2014.7899%209.89355C14.7899%2010.7752%2014.4961%2011.4609%2014.0063%2011.9507C13.5165%2012.4405%2012.8307%2012.7344%2011.9491%2012.7344H10.0879V7.05273ZM11.3614%208.13029V11.6568H11.8512C12.341%2011.6568%2012.7328%2011.5589%2013.1246%2011.265C13.4185%2010.9711%2013.6144%2010.5793%2013.6144%209.89355C13.6144%209.50171%2013.5165%209.20784%2013.4185%208.91396C13.3205%208.62008%2013.0267%208.42416%2012.7328%208.3262C12.4389%208.22824%2012.145%208.13029%2011.8512%208.13029H11.3614Z'%20fill='white'/%3e%3cpath%20d='M15.7715%207.05273H18.9062V8.13029H16.947V9.3058H18.9062V10.3833H16.947V12.7344H15.7715V7.05273Z'%20fill='white'/%3e%3cpath%20d='M13.7137%2037.7141C13.7137%2038.4978%2013.028%2039.1835%2012.2443%2039.1835H7.34634C6.56267%2039.1835%205.87695%2038.4978%205.87695%2037.7141V31.8366C5.87695%2031.0529%206.56267%2030.3672%207.34634%2030.3672H12.2443C13.028%2030.3672%2013.7137%2031.0529%2013.7137%2031.8366V37.7141Z'%20fill='%23E0E0E0'/%3e%3c/svg%3e");background-position:1rem center;background-repeat:no-repeat;background-size:30px}.up-container{margin-top:20px}div.lasttest .attachedFile .fileblock .flie{background-color:#eff8f8;padding:1rem .5rem;border-radius:15px;display:block;min-height:60px}div.lasttest .attachedFile .fileblock{margin:3% auto 2%;display:flex}div.lasttest .attachedFile .fileblock .removefle{position:absolute;right:5.5rem;width:24px;cursor:pointer;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206L18%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.file-container .removefle{width:24px;cursor:pointer;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206L18%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat;margin-left:1%}div.fileblock .removefle{position:absolute;width:24px;cursor:pointer;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206L18%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}div.question-files{padding:0 20px 20px}p.info-txt{font-style:italic;color:red}div.no-notice-message{margin:0 auto;margin-top:5%!important}div.ELibrary{background-color:#fff}.contain .classes-section .header,.contain .subject-section .header,.contain .studentInfoDetails .header{margin-bottom:unset}.screen1005 .contain .classes-section .body,.screen1005 .contain .subject-section .body,.screen1005 .contain .studentInfoDetails .body{height:100vh}.screen1111 .contain{margin-top:unset}.rpv-core-button{background-color:transparent;border:none;border-radius:4px;cursor:pointer;padding:8px;display:unset;max-width:unset;width:unset;min-width:unset;cursor:unset;box-shadow:unset;font-family:unset;font-size:unset;margin-bottom:unset;color:unset;border:unset;border-radius:unset;background:unset;padding:unset}.rpv-current-page-input{border:1px solid rgba(0,0,0,.3);padding:4px;width:50px;background-image:unset!important;background-position:unset!important;background-repeat:unset!important;display:unset;font-family:unset;font-size:unset;margin-bottom:unset;color:unset;border-radius:unset;background:unset;overflow:unset}.rpv-core-button:hover{background:unset}span.close-search{width:.9rem!important}.rightSide .containSection-479{margin-top:40px}.rightSide .containSection-479 .line{width:95%;text-align:center;line-height:.1em;margin:0 0 40px 30px;border-top:.5px solid #4db6ac}.rightSide .containSection-479 .line span{background:#eff8f8;border-radius:5px;padding:5px 10px;font-weight:400;font-size:10px;color:#00796b}.rightSide .containSection-479 .DanceCompetitionSection{padding:3% 20%}.rightSide .containSection-479 .DanceCompetitionSection .containt{background:#eff8f8;padding:3%;border-radius:10px}.rightSide .containSection-479 .DanceCompetitionSection .containt label{font-weight:900;font-size:18px;color:#00352d;margin-bottom:15px}.rightSide .containSection-479 .DanceCompetitionSection .containt p{font-weight:400;font-size:14px;line-height:22px;color:#004d40}.rightSide .containSection-479 .DanceCompetitionSection .containt .attachfiles-section{display:flex;cursor:pointer}.rightSide .containSection-479 .DanceCompetitionSection .containt .attachfiles-section span{padding-left:15px;font-weight:700;font-size:14px;color:#f47e16}.containSection-479 .contentchat{background:#eff8f8;border-radius:10px;padding:15px;margin:15px 30px;width:auto;float:right}.containSection-479 .contentchat span{font-weight:700;font-size:10px;line-height:12px;color:#4db6ac;float:right;width:100%;text-align:right}.containSection-479 .contentchat p{font-weight:400;font-size:12px;line-height:18px;color:#000}.containSection-479 .yellowbox{background:#fffce1;border-radius:10px;padding:15px;width:auto;float:left;margin:0 30px 15px}.containSection-479 .yellowbox span{font-weight:700;font-size:10px;line-height:12px;color:#f8a724;float:right;width:100%;text-align:right}.containSection-479 .yellowbox p{font-weight:400;font-size:12px;line-height:18px;color:#000}.containSection-479 .chattingsection .line{width:100%;text-align:center;line-height:.1em;margin:0;border-top:.5px solid #4db6ac;clear:both}.containSection-479 .chattingsection .line span{background:#eff8f8;border-radius:5px;padding:5px 10px;font-weight:400;font-size:10px;color:#00796b}.containSection-479 .boxcontent{width:100%;display:inline-block}.containSection-479 .chatinputsection{width:95%;display:inline-block;margin:0 30px 15px;background:#eff8f8;border-radius:15px;position:relative;padding:5px}.containSection-479 .chatinputsection input[type=text]{border:1px solid #e0f2f1;border-radius:15px;width:100%}.containSection-479 .chatinputsection input[type=text],.containSection-479 .chatinputsection textarea[type=text]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%2011.5C8.32843%2011.5%209%2010.8284%209%2010C9%209.17157%208.32843%208.5%207.5%208.5C6.67157%208.5%206%209.17157%206%2010C6%2010.8284%206.67157%2011.5%207.5%2011.5Z'%20fill='%23000000'/%3e%3cpath%20d='M16.5%2011.5C17.3284%2011.5%2018%2010.8284%2018%2010C18%209.17157%2017.3284%208.5%2016.5%208.5C15.6716%208.5%2015%209.17157%2015%2010C15%2010.8284%2015.6716%2011.5%2016.5%2011.5Z'%20fill='%23000000'/%3e%3cpath%20d='M12%2023C18.0751%2023%2023%2018.0751%2023%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023Z'%20stroke='%23000000'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%2014C18%2017.3%2015.3%2020%2012%2020C8.7%2020%206%2017.3%206%2014H18Z'%20stroke='%23000000'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat;padding:15px 50px;margin:0}.containSection-479 .chatinputsection button{background:transparent;box-shadow:0 0 #ed6c0d4d;border:0px;position:absolute;top:20px;right:15px;text-align:right;min-width:5rem}.containSection-479 .chatinputsection button:hover{background-color:transparent!important;background:transparent}.containSection-479 .chattingsection{width:100%;display:inline-block}.containSection-479 .chattingsection{width:100%;display:inline-block;height:calc(65vh - 60px);overflow-y:auto}.screen480 .chatSection .chat:hover{background:#eaeaea87}.screen480 .chatSection .chat.active{background:#f5f5f5}@font-face{font-family:e-icons;font-style:normal;font-weight:400;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjeaTzgAAAEoAAAAVmNtYXDBUME3AAAOsAAAC+JnbHlmto+OVQAAJ8gAAryUaGVhZCy2T8oAAADQAAAANmhoZWEIXgcNAAAArAAAACRobXR4MAb+rAAAAYAAAA0wbG9jYQRoy8QAABqUAAANNG1heHAEdwLMAAABCAAAACBuYW1lc0cOBgAC5FwAAAIlcG9zdJlMR3EAAuaEAAA0VAABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAADTAABAAAAAQAAUX1BVF8PPPUACwQAAAAAAOTLhWYAAAAA5MuFZv/A/+QEQAQcAAAACAACAAEAAAAAAAEAAANMAsAAIQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4RHsKgQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/+QEAP/kBAAAAAQA/+QEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQLzgAAAUoBAAAHAErhFeEp4TnhReGc4Z/iBuIK4gziHuIt4i/iQuJF4kjiUeJU4lbiWeJi4mXiZ+Jx4nniieKS4pXimOMA4wLjBOMG4wjjCuMO4xXjG+Md4yLjJOMm41/jauQJ5BnkIeQk5DDkNuRJ5FnkYuSJ5JPkmeSk5QHlA+UH5QnlEeUY5SPlJ+VU5VnlceWk5afmFeZp5nnmg+aJ5wHnGech5ynnOOc/50znXuej56fnsOfp5+7n+ef85//oGOge6CXoJ+gq6C7oNug56D3oQehD6EnoS+hO6FLoWehb6GnoeeiX6J/pBekH6RPpIekm6TDpNek36T3pQOlC6UfpTeld6Z/qD+od6nfqf+qC6oXqiOqL6o7qm+qf6wDrBesO6zfrOus+60HrQ+tH60rrTetP61HrU+tb613rYOtm64jrk+uV66Drouum66rrs+wq//8AAOER4SHhMOFA4ZLhnuID4gjiDOIe4iriL+JA4kXiSOJR4lPiVuJZ4mLiZeJn4nDic+KA4pDilOKY4wDjAuME4wbjCOMK4wzjE+Mb4x3jIuMk4ybjMONq5AHkEOQg5CTkMOQ05EDkUORg5IbkkOSV5KTlAeUD5QXlCeUR5RXlIOUl5VTlVuVq5aHlpuYA5lHmcOaA5oXnAOcD5yHnJOcy5zrnSude56Pnp+ew5+nn7uf55/zn/+gT6B7oI+gn6CroLugx6DjoPeg/6EPoRuhL6E7oUOhU6FvoX+hw6IDomekA6QfpCekW6SbpKuky6TfpOuk/6ULpROlJ6U/pX+mh6hHqdOp/6oLqhOqI6ovqjuqR6p7rAOsC6w3rNes66zzrQetD60frSetM60/rUetT61vrXetf62briOuT65XroOui66brqOuz7AT//wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQFKAVIBYgF0AX4BkgGUAZoBngGeAZ4BpAGkAagBqAGoAagBqgGqAaoBqgGqAaoBrAG4AcoBzgHQAdAB0AHQAdAB0AHQAdAB1AHYAdgB2AHYAdgB2AI2AjYCRgJYAloCWgJaAl4CcAKCAoYCjAKSApoCmgKaApoCngKeAp4CpAKqAq4CrgK0AsICyALKAvQDJAM2AzwDRANGA3IDcgN8A4gDkgOWA5YDlgOWA5YDlgOWA5YDlgOWA6ADoAOkA6QDpAOkA64DsAOwA7QDtAO6A7oDugO+A8gDyAPcA+4EHAQoBDIEMgRGBFwEXARoBG4EbgR0BHYEdgR8BIQEoAUgBfwGFAYaBhoGGgYcBhwGHAYcBjAGMgYyBjgGOgY+Bj4GQgZCBkIGQgZEBkYGRgZGBkYGRgZGBkgGSAZIBkgGSAZIBkgGSAZMBkwAAAIVAjICPQIkAgICCAIJAgoCCwIMAg0CDwIQAhECEgITAhQCGwIcAh0CHgIlAiYCLQI0AjUCKgIXAiECDgHEAboBuwG8Ab0BvgG/AcABwQHCAcMBxQHGAccByAHJAcoAaAHLAcwAaQBqAGsAbABtAG4AbwABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwFCAHMAdAB1AHYAdwB4AHkAegB7AHwAfQB+AH8AgACBAIIAgwCEAIUAhgCHAIgAEAARABIAEwAUABUAFgAXABgAGgAbABwAHQAeABkAcQByAMoAmwCcAJ0AngCfAKAAoQCiAKMApAClAKYApwCoAKkAqgCrAKwArQCuAK8AsACxALIAswC0ALUAtgC3ALgAuQC6ALsAvAC9AL4AvwDAAMEAwgDDAMQAxQDGAMcAyADJADYBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAB8AIABwAMsB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAwIEAgUCBgIHAWsAiQCKAIsAjACNAI4AjwCQAJEAkgCTAJQAlQCWAJcAmACZAJoBDAENAQ4BDwEQAREBEgETARUBFgEXARgBGQFlAWYBZwFoAWkBagEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExAWwBbQFuAW8BcAFxAXIBcwF0AZUBlAGTAZIBlwGRAZgBmQGWAZoBmwGcAZ0BngF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAbQBtQG2AbcBuAEyATMBNAE1ACUBNwE4ATkBOgAmATwBPQE+AT8BQAFBATYBOwGFACcBhgGHAYkBigGLAYwBjwGIAY0BjgGQAZ8BoAGhAaIAKAGoAacBsAGqAasBrAGtAa4BrwGxAbIBswApACoAKwAsAC0ALgAvADAAMQAyAaMBpAGlAaYBuQAzADQBqQA1AiMANwA4AicCKAIpADkCKwIsAi4CLwA6ADsAPAIxAjMCNgI3AD0COQA+AD8COgI7AjwAQAI/AkACQQJCAEEAQgBDAkQCRQJGAkcCSAJJAkoCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAIiAmECYwJiAmQCZQJmAEQARQIYAhkCGgIfAEYARwIwAmcCaAJpAmoCawJsAjgASAJDARQASQIWARsASgJtAm4CbwJwAnECcgBLAiACPgBMAE0ATgBPAFACcwJ0AnUCdgJ3AngAUQBSAFMCeQJ6AnsCfAJ9An4AVABVAFYAVwFeAFgCfwKAAGICggKEAoUChgBZAFoCgwKBAocAYwKIAokAZAKKAosCjAKNAo4CjwKQAFsCkQKSApMClAKVApYClwKYApkCmgKbAFwCnAKdAp4CnwKgAF0CoQKiAqMCpAKlAqYCpwKoAqkCqgBeAqsCrABfAq0CrgKvArACsQKyArMCtAK1ArYCtwK4AGACuQK6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AAGwqAABsmQAAbL0AAGzyAABtGwAAbUsAAG12AABubgAAboUAAG6cAABvFAAAb0cAAG9XAABvbwAAcDAAAHBbAABwagAAcN0AAHEiAABxOgAAcUcAAHFpAABxjQAAcbAAAHIQAAByYwAAcqsAAHLGAABzBAAAcy0AAHNVAABzeAAAc6UAAHPpAAB0CAAAdB0AAHRRAAB0ZwAAdIYAAHSiAAB0twAAdPYAAHXSAAB15QAAdgYAAHYZAAB2SwAAdl4AAHaHAAB2lwAAdxgAAHdgAAB3hQAAeAcAAHg1AAB4SQAAeGUAAHiCAAB4qgAAeRMAAHkrAAB5ngAAefwAAHo9AAB6kQAAetkAAHsiAAB7OgAAe1kAAHt3AAB7lwAAe6wAAHvFAAB8ogAAfNUAAH0iAAB9MAAAfUQAAH3yAAB+AgAAfksAAH6VAAB+5AAAfy0AAH97AAB/pgAAf7oAAH/IAAB/4QAAf/oAAIAIAACAFQAAgC4AAIB4AACAwgAAgWUAAIIAAACCnAAAgzgAAIOVAACDogAAg9QAAIPiAACEpQAAhR8AAIU8AACFrgAAhbkAAIXWAACGPgAAhrIAAIdeAACH6wAAiGgAAIh1AACIgwAAiQcAAImNAACJoAAAiyEAAItHAACLUgAAi10AAItoAACLcwAAi34AAIuJAACLrAAAi7YAAIv0AACMSAAAjGkAAIyFAACMqAAAjbEAAI66AACPTQAAkFsAAJHNAACSBAAAkh0AAJItAACSeAAAktsAAJMEAACTLQAAk1oAAJPRAACT8QAAlAUAAJQZAACVCAAAlVMAAJaXAACWsgAAl4gAAJf4AACYSwAAmNsAAJj8AACZDgAAmX8AAJmLAACZnQAAmb8AAJnKAACZ+AAAmgMAAJoZAACaKgAAmlEAAJpwAACaewAAmoYAAJqRAACanAAAmqcAAJq6AACaxQAAms4AAJrXAACbJAAAm04AAJtaAACbYwAAm24AAJt4AACbggAAm88AAJv5AACcBgAAnBAAAJwdAACcRQAAnHoAAJydAACctwAAnMsAAJzuAACdBQAAnRgAAJ0uAACdiwAAnasAAJ3LAACd6AAAnggAAJ4qAACeTgAAnnAAAJ6RAACerwAAnsMAAJ7XAACe8QAAnwUAAJ94AACfrgAAn9gAAJ/xAACgCgAAoFEAAKBmAACghAAAoM0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QICAgICAgIAAAgAAAAADgAO/AAIACgAAAQUTATMTIRMzASMCgP8AgP6AgGIBO2OA/sCAAcABAYH9AAEA/wADgAAGAAAAAAMzA/QAPwB/AL8A/wE/AX8AACUVHw4/Dy8PDw4FHw8/Dj0BLw4PDgEVHw07AT8OLw4rAQ8NBR8OOwE/DT0BLw0rAQ8NARUfDj8PLw8PDgUfDz8OPQEvDg8OAk0CAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAgGAAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgIBgAIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICfwsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwBdQwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLAXUMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUE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AQGvBgIEAgEBAwQFBQYGnq8GAgQCAQEDBAUFBgaerwYCBAIBAQMEBQUGBp4BAQMEBQUGB/5IBwYFBQQDAQEECgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQmzH/ytA3IfHwEBAwQFBQYGQwgHBXdOAQEDBAUFBgdCCAcFd04BAQMEBQUGBkMIBwV3LgcGBQUEAwEBAQEDBAUFBgcudAUDBwhDBgYFBQQDAQFOdAUDBwhCBwYFBQQDAQFOdAUDBwhDBgYFBQQDAQEfBwYFBQQDAQEBAQMEBQUGAAAAAAEAAAAAA3kD+ABWAAABES8GDwsfBQEfAjM/BAE/BS8LDwYRNS8JKwEPCQHB0AQGBQYLDAwMBgUFBQQEAwIEAQEEAgQDBQE7BxMMDAwGBgUFAT8FAwQCBAEBBAIDBAQFBQUGDAwMCwYFBgTQAQICBgcKCgYGBwYGBwYFCwkIBgICAQO5/SXNBAQDAwMBAQMDAwQEBQUGBQwMDAwFBgUE/skHCQMDAgIDBAE7BQUGBQwMDAwFBgUFBAQDAgQBAQMDAwQEzQLbBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAACAAAAAAP4A/gARQCJAAAJAQ8FHws/BhEVHwk7AT8JNREvCg8FFxEfCjM/AwE/BS8LDwYRNS8JKwEPCQFW/sUFAwQCBAEBAwMDBAQFBQUGDAwMCwYFBQXQAQICBgcKCgYGBwYGBwYGCgoHBgICAQECAwUFBwcJBQwMBgYGBgUF5AECAwUFBwcJBgYGDAwLBgUBPwUDBAIEAQEDAwMEBAUFBQYMDAwLBgUFBdABAgIGBwoKBgYHBgYHBgYKCgcGAgIBA+b+yAQFBgUMDAwMBQYFBQQEAwIEAQEDAwMEBM39JQYHBgYKCgcGAgIBAQICBgcKCgYGBwYDcgkJCQgHBgYEAgIBAQECAwMEMfyOCQkJCAcGBgQCAgEDBAMEATwEBQYFDAwMDAUGBQUEBAMDAwEBAwMD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YwBvAG4AcwBlAC0AaQBjAG8AbgBzAFYAZQByAHMAaQBvAG4AIAAxAC4AMABlAC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAFMAeQBuAGMAZgB1AHMAaQBvAG4AIABNAGUAdAByAG8AIABTAHQAdQBkAGkAbwB3AHcAdwAuAHMAeQBuAGMAZgB1AHMAaQBvAG4ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0wBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmAWcBaAFpAWoBawFsAW0BbgFvAXABcQFyAXMBdAF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAsYCxwLIAskCygLLAswCzQLOAs8C0ALRAtIC0wLUAtUC1gLXAtgC2QLaAtsC3ALdAt4C3wLgAuEC4gLjAuQC5QLmAucC6ALpAuoC6wLsAu0C7gLvAvAC8QLyAvMC9AL1AvYC9wL4AvkC+gL7AvwC/QL+Av8DAAMBAwIDAwMEAwUDBgMHAwgDCQMKAwsDDAMNAw4DDwMQAxEDEgMTAxQDFQMWAxcDGAMZAxoDGwMcAx0DHgMfAyADIQMiAyMDJAMlAyYDJwMoAykDKgMrAywDLQMuAy8DMAMxAzIDMwM0AzUDNgM3AzgDOQM6AzsDPAM9Az4DPwNAA0EDQgNDA0QDRQNGA0cDSANJA0oDSwNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IDYwNkA2UDZgNnA2gDaQNqA2sDbANtA24DbwNwA3EDcgNzA3QDdQN2A3cDeAN5A3oDewN8A30DfgN/A4ADgQOCA4MDhAOFA4YDhwOIA4kDigOLA4wDjQOOA48DkAORA5IDkwOUA5UDlgOXA5gDmQOaA5sDnAOdA54DnwOgA6EDogOjA6QDpQOmA6cDqAOpA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A7kDugO7A7wDvQO+A78DwAPBA8IDwwPEA8UDxgPHA8gDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D3gPfA+AD4QPiA+MD5APlA+YD5wPoA+kD6gPrA+wD7QPuA+8D8APxA/ID8wP0A/UD9gP3A/gD+QP6A/sD/AP9A/4D/wQABAEEAgQDBAQEBQQGBAcECAQJBAoECwQMBA0EDgQPBBAEEQQSBBMEFAQVBBYEFwQYBBkEGgQbBBwEHQQeBB8EIAQhBCIEIwQkBCUEJgQnBCgEKQQqBCsELAQtBC4ELwQwBDEEMgQzBDQENQQ2BDcEOAQ5BDoEOwQ8BD0EPgQ/BEAEQQRCBEMERARFBEYERwRIBEkESgRLBEwETQAKZXhwb3J0LXBkZgpleHBvcnQtY3N2DGV4cG9ydC1leGNlbApkYXRlLXJhbmdlDGZpbHRlci1jbGVhcgZmaWx0ZXIIYnVsbGV0LTYIYnVsbGV0LTEEbm9uZQhidWxsZXQtNRFib3JkZXItZGlhZ29uYWwtMhFib3JkZXItZGlhZ29uYWwtMQhidWxsZXQtNAhidWxsZXQtMghidWxsZXQtMxRjaGV2cm9uLXJpZ2h0LWRvdWJsZRNjaGV2cm9uLWxlZnQtZG91YmxlE2NoZXZyb24tZG93bi1kb3VibGURY2hldnJvbi11cC1kb3VibGUGcmVwZWF0D3JlY3VycmVuY2UtZWRpdAhsb2NhdGlvbgtkZXNjcmlwdGlvbgl0aW1lLXpvbmUIY2FsZW5kYXIPdGltZWxpbmUtYWdlbmRhCXdvcmstd2VlawR3ZWVrA2RheRFhZ2VuZGEtZGF0ZS1yYW5nZQlkYXRlLXRpbWUGcGVvcGxlDHRpbWVsaW5lLWRheQ10aW1lbGluZS13ZWVrEnRpbWVsaW5lLXdvcmstd2Vlaw50aW1lbGluZS1tb250aAV0YWJsZQRjb3B5CHRoLXNtYWxsBnNhdmUtMgtwYXJhZ3JhcGgtMgZlZGl0LTYNY2xvc2UtbGFyZ2UtMQtleHBvcnQtd29yZAxjaXJjbGUtY2xvc2UIZmlsdGVyLTIKcGx1cy1zbWFsbAVjbG9zZQVjaGVjawdwcmludC0yBmVkaXQtMgRwbHVzDWNsb3NlLWxhcmdlLTIRY2hldnJvbi1kb3duLXRoaW4RY2hldnJvbi11cC1maWxsLTIRY2hldnJvbi1kb3duLWZpbGwPY2hldnJvbi11cC1maWxsE2NoZXZyb24tZG93bi1maWxsLTIKYXJyb3ctZG93bghhcnJvdy11cBRjaGV2cm9uLXJpZ2h0LWZpbGwtMxNjaGV2cm9uLWxlZnQtZmlsbC0yCGRlbGV0ZS0xEWNoZXZyb24tbGVmdC1maWxsEmNoZXZyb24tcmlnaHQtZmlsbAphcnJvdy1sZWZ0C2Fycm93LXJpZ2h0CXNvcnRpbmctMQRlZGl0CmZpcnN0LXBhZ2UJbGFzdC1wYWdlDnRpbWVsaW5lLXRvZGF5DGNoZXZyb24tbGVmdAhmaWx0ZXItMQpjaGV2cm9uLXVwDWNoZXZyb24tcmlnaHQMY2hldnJvbi1kb3duDmNpcmNsZS1jbG9zZS0yEWNoZXZyb24tdXAtZmlsbC0zE2NoZXZyb24tZG93bi1maWxsLTMNZmlsdGVyLWNhbmNlbA5jaGV2cm9uLWxlZnQtMgpncm91cC1pY29uCXNlbGVjdGlvbgdjbG9zZS0yB2NoZWNrLTISaW50ZXJtZWRpYXRlLXN0YXRlDmNoZXZyb24tbGVmdC0zBmVkaXQtMwdjbG9zZS0zD2NoZXZyb24tcmlnaHQtMgZwbHVzLTITY2hldnJvbi1kb3duLWZpbGwtNQ1jaXJjbGUtcmVtb3ZlDGFycm93LWxlZnQtMg9tb3JlLXZlcnRpY2FsLTEGc2VhcmNoBW1vbnRoBXRyYXNoDmNoZXZyb24tZG93bi0yBHNhdmUEbWVudQdyZWZyZXNoE2NpcmNsZS1jbG9zZS1maWxsLTMFY2xvY2sNZnJlZXplLWNvbHVtbg5lcnJvci10cmVldmlldw9jaXJjbGUtcmVtb3ZlLTIKY2lyY2xlLWFkZBdkcmFnLWFuZC1kcm9wLWluZGljYXRvcg9jaGV2cm9uLXJpZ2h0LTMPY2hldnJvbi1yaWdodC00BHBsYXkFcGF1c2UQcGFyYS1vcHRpb24tZG93bghzZWFyY2gtMg1ib3JkZXItY2VudGVyDHJlc3RhcnQtYXQtMQ5oeXBlcmxpbmstb3BlbgVjdXQtMgZjb3B5LTIKYm9yZGVyLXRvcA1kZWxldGUtY29sdW1uCmRlbGV0ZS1yb3cMaW5zZXJ0LXJpZ2h0C2luc2VydC1sZWZ0EGh5cGVybGluay1yZW1vdmUNYm9yZGVyLW1pZGRsZQxib3JkZXItcmlnaHQOaHlwZXJsaW5rLWVkaXQGbGluay0yC2JvcmRlci1sZWZ0DHRhYmxlLWRlbGV0ZRB0YWJsZS1wcm9wZXJ0aWVzDmh5cGVybGluay1jb3B5DWJvcmRlci1ib3R0b20HcGFzdGUtMhJjb250aW51ZS1udW1iZXJpbmcMaW5zZXJ0LWJlbG93DGluc2VydC1hYm92ZQ90YWJsZS1jZWxsLW5vbmUDYm94A2FsbBF0YWJsZS1hbGlnbi1yaWdodBN0YWJsZS1ib3JkZXItY3VzdG9tEHRhYmxlLWFsaWduLWxlZnQSdGFibGUtYWxpZ24tY2VudGVyD2xpbmUtdmVyeS1zbWFsbAtsaW5lLW5vcm1hbApsaW5lLXNtYWxsDnBhcmEtb3B0aW9uLXVwFXZlcnRpY2FsLWFsaWduLWJvdHRvbRV2ZXJ0aWNhbC1hbGlnbi1jZW50ZXISdmVydGljYWwtYWxpZ24tdG9wDGNsZWFyLWZvcm1hdA1zdHJpa2V0aHJvdWdoCnVwcGVyLWNhc2UHanVzdGlmeQVpbWFnZQZyZXNpemUQZXhpdC1mdWxsLXNjcmVlbgZlZGl0LTQEYm9sZAphbGlnbi1sZWZ0A2N1dBB0ZXh0LWFsdGVybmF0aXZlBmNvcHktMQhkZWxldGUtMg9pbmNyZWFzZS1pbmRlbnQFZXJhc2UEdW5kbwtmdWxsLXNjcmVlbgl1bmRlcmxpbmUObGlzdC11bm9yZGVyZWQDZXllDGxpc3Qtb3JkZXJlZApsb3dlci1jYXNlC2xpbmstcmVtb3ZlB3pvb20taW4Jb3Blbi1saW5rBXByaW50CmZvbnQtY29sb3ILYWxpZ24tcmlnaHQEbGluawl2aWV3LXNpZGUJY29kZS12aWV3CHpvb20tb3V0C3N1cGVyc2NyaXB0CXBhcmFncmFwaARyZWRvBXBhc3RlC2luc2VydC1jb2RlCXN1YnNjcmlwdAdkaXNwbGF5B3JlcGxhY2UGaXRhbGljB2NhcHRpb24McGFpbnQtYnVja2V0D2RlY3JlYXNlLWluZGVudAxhbGlnbi1jZW50ZXIJZm9udC1uYW1lD2RyYWctYW5kLWRyb3AtMg5maWVsZC1zZXR0aW5ncwp0d28tY29sdW1uB3R3by1yb3cDc3VtCGZpbHRlci0zC2Nsb3NlLWxhcmdlDmZpbHRlci1jbGVhci0yDGNpcmNsZS1jaGVjawxhbGlnbi1ib3R0b20OaW5zZXJ0LWFib3ZlLTIOaW5zZXJ0LWJlbG93LTIMYWxpZ24tbWlkZGxlD2RlbGV0ZS1jb2x1bW4tMgxkZWxldGUtcm93LTINaW5zZXJ0LWxlZnQtMglhbGlnbi10b3AOaW5zZXJ0LXJpZ2h0LTIGZWRpdC01DmFsaWduLW1pZGRsZS0yD2ZyZWV6ZS1jb2x1bW4tMgVzdHlsZQhkZWxldGUtMwpmcmVlemUtcm93C3RleHQtaGVhZGVyEW1vcmUtaG9yaXpvbnRhbC0xB3Jlc2l6ZXIGZm9sZGVyDGZpcnN0LXBhZ2UtMghwcmV2aW91cwRuZXh0C2xhc3QtcGFnZS0yCnpvb20tb3V0LTIJem9vbS1pbi0yCGRvd25sb2FkCGJvb2ttYXJrCHNlYXJjaC0zD3RleHQtYW5ub3RhdGlvbgdjbG9zZS00CGNvbW1lbnRzBnNhdmUtMwxhbGlnbi1sZWZ0LTIHc3R5bGUtMgZ1bmRvLTIPaGlnaGxpZ2h0LWNvbG9yD21vcmUtdmVydGljYWwtMwt1bmRlcmxpbmUtMg9zdHJpa2V0aHJvdWdoLTIOcGFpbnQtYnVja2V0LTIDcGFuB29wYWNpdHkIZGVsZXRlLTQNbW91c2UtcG9pbnRlchNjaGV2cm9uLXJpZ2h0LXNtYWxsDHN0cm9rZS1jb2xvcgdwcmludC0zBnJlZG8tMgxmb250LWNvbG9yLTIGc2hhcGVzEmNoZXZyb24tbGVmdC1zbWFsbAxzdHJva2Utd2lkdGgPYW5ub3RhdGlvbi1lZGl0CXRodW1ibmFpbAVzdGFtcApicmVhay1wYWdlBGZpbGUKY29sbGFwc2UtMgZleHBhbmQPZG91YmxlLXJlc2l6ZS0yD2RvdWJsZS1yZXNpemUtMQ9zaW5nbGUtcmVzaXplLTEPc2luZ2xlLXJlc2l6ZS0yD3NpbmdsZS1yZXNpemUtMw9zaW5nbGUtcmVzaXplLTQNZHJhZy1hbmQtZHJvcBFjaGV2cm9uLXVwLWZpbGwtNBNjaGV2cm9uLWRvd24tZmlsbC00FGNoZXZyb24tcmlnaHQtZmlsbC0yE2NoZXZyb24tbGVmdC1maWxsLTMPbW9yZS12ZXJ0aWNhbC00DWZpbHRlci1hY3RpdmULY29kZS12aWV3LTIJZ3JpZC12aWV3B3Bhc3RlLTMHdHJhc2gtMgpkb3dubG9hZC0yBWN1dC0zEGxpc3QtdW5vcmRlcmVkLTIJcmVmcmVzaC0yC2NpcmNsZS1pbmZvEmNoZXZyb24tcmlnaHQtdGhpbghmb2xkZXItMgdjbG9zZS01C2ZvbGRlci1maWxsBnJlbmFtZQZjb3B5LTMIc2VhcmNoLTQIdXBsb2FkLTEEYmFjawpzZWxlY3QtYWxsCXNvcnRpbmctMg9tb3JlLXZlcnRpY2FsLTUHY2hlY2stMxFtb3JlLWhvcml6b250YWwtMw5leHBvcnQtZXhjZWwtMgxleHBvcnQtY3N2LTIGc2F2ZS00B3NhdmUtYXMGZXhwb3J0CGRlbGV0ZS01C2dyYW5kLXRvdGFsB3RhYmxlLTIJc3ViLXRvdGFsCGZpbGUtbmV3EW51bWJlci1mb3JtYXR0aW5nCHJlbmFtZS0yDGV4cG9ydC1wZGYtMg1mdWxsLXNjcmVlbi0yBWNoYXJ0CHVwbG9hZC0yCWZvbnQtdHlwZQdjbG9zZS02DGxpbmUtc3BhY2luZwRsb2NrDGJvcmRlci1vdXRlcgZsaW5rLTMOYWxpZ24tYm90dG9tLTIMYm9yZGVyLWFsbC0yEHRhYmxlLW9mLWNvbnRlbnQOcGFnZS1udW1iZXJpbmcGYm9sZC0yC2FsaWduLXRvcC0yDmFsaWduLW1pZGRsZS0zCnBhZ2Utc2V0dXAMc3Ryb2tlLXN0eWxlB2ltYWdlLTINYm9va21hcmstZmlsbAZoZWFkZXIQbGlzdC11bm9yZGVyZWQtMw9zaG93LWhpZGUtcGFuZWwNYWxpZ24tcmlnaHQtMgZmb290ZXIKYm9yZGVyLWFsbAxib3JkZXItaW5uZXIEY2VsbAthbGlnbi10b3AtMw5hbGlnbi1ib3R0b20tMw5hbGlnbi1taWRkbGUtNAdjaGVjay00BWJyZWFrDGJyZWFrLXBhZ2UtMg1icmVhay1zZWN0aW9uEGF1dG8tZml0LWNvbnRlbnQSZml4ZWQtY29sdW1uLXdpZHRoD2F1dG8tZml0LXdpbmRvdw1icmluZy1mb3J3YXJkDmJyaW5nLXRvLWZyb250DHNlbmQtdG8tYmFjaw1zZW5kLWJhY2t3YXJkCXVuZ3JvdXAtMQdncm91cC0xBW9yZGVyEmNoZXZyb24tdXAtc21hbGwtMhRjaGV2cm9uLWRvd24tc21hbGwtMhVjaGV2cm9uLXJpZ2h0LXNtYWxsLTIUY2hldnJvbi1sZWZ0LXNtYWxsLTIWY2hldnJvbi1yaWdodC1kb3VibGUtMhVjaGV2cm9uLWxlZnQtZG91YmxlLTILem9vbS10by1maXQJYWRkLWFib3ZlCWFkZC1iZWxvdwRsaW5lDmFycm93LXJpZ2h0LXVwCXJlY3RhbmdsZQZjaXJjbGUIcGVudGFnYW4GbGVuZ3RoCXBlcmltZXRlcgRhcmVhBnJhZGl1cwZ2b2x1bWUSY2hhbmdlLXNjYWxlLXJhdGlvCHNldHRpbmdzCWNvbW1lbnQtMg10aHVtYnMtZG93bi0xCXRodW1icy11cA10aHVtYnMtZG93bi0yCmV4cG9ydC1qcGcKZXhwb3J0LXBuZwpleHBvcnQtc3ZnFmNvbmRpdGlvbmFsLWZvcm1hdHRpbmcQaGlkZS1mb3JtdWxhLWJhcg1oaWRlLWhlYWRpbmdzDmhpZGUtZ3JpZGxpbmVzCWV5ZS1zbGFzaApleHBvcnQteGxzDGV4cG9ydC1jc3YtMwNtZHgIcmVuYW1lLTMLZm9sZGVyLW9wZW4JbmFtZWQtc2V0DWdyaXAtdmVydGljYWwJZGltZW5zaW9uB2xldmVsLTEHbGV2ZWwtMgdsZXZlbC0zB2xldmVsLTQHbGV2ZWwtNQx1c2VyLWRlZmluZWQDa3BpCXNvcnQtZG93bglzb3J0aW5nLTMHc29ydC11cBFjYWxjdWxhdGVkLW1lbWJlcgtjdXN0b20tc29ydA9zb3J0LWRlc2NlbmRpbmcOc29ydC1hc2NlbmRpbmcLY29tbWVudC1hZGQFcmVwbHkGc2VuZC0xDGNvbW1lbnQtc2hvdwlzaWduYXR1cmULZmlsdGVyLW1haW4JdGV4dC13cmFwCnVuZmlsdGVyZWQYZmlsdGVyZWQtc29ydC1kZXNjZW5kaW5nEXNvcnQtZGVzY2VuZGluZy0yEHNvcnQtYXNjZW5kaW5nLTIXZmlsdGVyZWQtc29ydC1hc2NlbmRpbmcIZmlsdGVyZWQOZmlsdGVyLWNsZWFyLTMHcmVhcHBseQdncm91cC0yCXVuZ3JvdXAtMg9wYXN0ZS10ZXh0LW9ubHkLcGFzdGUtc3R5bGUNcGFzdGUtc3BlY2lhbBdwYXN0ZS1tYXRjaC1kZXN0aW5hdGlvbgtzcGVsbC1jaGVjaw5jb21tZW50LXJlb3Blbgp3ZWItbGF5b3V0DHByaW50LWxheW91dAtib3JkZXItbm9uZQ9kYXRhLXZhbGlkYXRpb24NcHJvdGVjdC1zaGVldAl0ZXh0LWZvcm0McHJvcGVydGllcy0yCmNsZWFyLWZvcm0JZHJvcC1kb3duCmZvcm0tZmllbGQJY2hlY2stYm94DHRhYmxlLXVwZGF0ZQ5jaGFuZ2VzLWFjY2VwdBJkaXNwbGF5LWZvci1yZXZpZXcOY2hhbmdlcy1yZWplY3QQY2hhbmdlcy1wcmV2aW91cwtzaG93LW1hcmt1cAxjaGFuZ2VzLW5leHQNY2hhbmdlcy10cmFjaxxjb25kaXRpb25hbC1mb3JtYXR0aW5nLWxhcmdlCWhpZ2hsaWdodBB0b3AtYm90dG9tLXJ1bGVzCWRhdGEtYmFycwxjb2xvci1zY2FsZXMIaWNvbnNldHMLY2xlYXItcnVsZXMJbmV3LXJ1bGVzDGdyZWF0ZXItdGhhbglsZXNzLXRoYW4HYmV0d2VlbgdlcXVhbHRvEnRleHQtdGhhdC1jb250YWlucw5kYXRlLW9jY3VycmluZwZ0b3AtMTAPYm90dG9tLTEwLWl0ZW1zCWJvdHRvbS0xMA1hYm92ZS1hdmVyYWdlDWJlbG93LWF2ZXJhZ2UOZHVwbGljYXRlLWNlbGwIZm9vdG5vdGUMZW5kLWZvb3Rub3RlE2NoYXJ0LWluc2VydC1jb2x1bW4QY2hhcnQtZGF0YS10YWJsZQxjaGFydC1sZWdlbmQYY2hhcnQtaW5zZXJ0LXgteS1zY2F0dGVyFmNoYXJ0LWluc2VydC13YXRlcmZhbGwRY2hhcnQtdXBkb3duLWJhcnMRYWRkLWNoYXJ0LWVsZW1lbnQPY2hhcnQtZ3JpZGxpbmVzF2luc2VydC1oaWVyYXJjaHktY2hhcnRzEWNoYXJ0LWluc2VydC1saW5lF2NoYXJ0LXN3aXRjaC1yb3ctY29sdW1uEGNoYXJ0LWVycm9yLWJhcnMPY2hhcnQtdHJlbmRsaW5lCmNoYXJ0LWF4ZXMRY2hhcnQtc2VsZWN0LWRhdGELY2hhcnQtbGluZXMRY2hhcnQtYXhpcy10aXRsZXMLY2hhcnQtdGl0bGUQY2hhcnQtaW5zZXJ0LXBpZRFjaGFuZ2UtY2hhcnQtdHlwZRZpbnNlcnQtc3RhdGlzdGljLWNoYXJ0EWNoYXJ0LWRhdGEtbGFiZWxzEmNoYXJ0LWluc2VydC1jb21ibyRjaGFydC1heGlzLXRpdGxlcy1wcmltYXJ5LWhvcml6b250YWwVY2hhcnQtbGluZWFyLWZvcmVjYXN0EWNoYXJ0LWxlZ2VuZC1ub25lEmNoYXJ0LWxlZ2VuZC1yaWdodBJjaGFydC1kYXRhLWNhbGxvdXQcY2hhcnQtcHJpbWFyeS1taW5vci12ZXJ0aWNhbBtjaGFydC1heGVzLXByaW1hcnktdmVydGljYWwYY2hhcnQtZGF0YS1sYWJlbHMtY2VudGVyFWNoYXJ0LWRhdGEtdGFibGUtbm9uZRZjaGFydC1kYXRhLWxhYmVscy1ub25lHGNoYXJ0LXByaW1hcnktbWFqb3ItdmVydGljYWwTY2hhcnQtbGVnZW5kLWxpbmVhchtjaGFydC1lcnJvci1iYXJzLXBlcmNlbnRhZ2UUY2hhcnQtbm8tbGVnZW5kLWtleXMXY2hhcnQtdGl0bGUtYWJvdmUtY2hhcnQUY2hhcnQtdHJlbmRsaW5lLW5vbmUWY2hhcnQtd2l0aC1sZWdlbmQta2V5cx1jaGFydC1heGVzLXByaW1hcnktaG9yaXpvbnRhbCNjaGFydC1lcnJvci1iYXJzLXN0YW5kYXJkLWRldmlhdGlvbhBjaGFydC1sZWdlbmQtdG9wHmNoYXJ0LXByaW1hcnktbWlub3ItaG9yaXpvbnRhbBVjaGFydC1lcnJvci1iYXJzLW5vbmUUY2hhcnQtdXAtZG93bi1iYXJzLTIQY2hhcnQtZHJvcC1saW5lcxBjaGFydC1saW5lcy1ub25lHmNoYXJ0LXByaW1hcnktbWFqb3ItaG9yaXpvbnRhbBNjaGFydC1sZWdlbmQtYm90dG9tEmNoYXJ0LXVwLWRvd24tbm9uZR1jaGFydC1kYXRhLWxhYmVscy1vdXRzaWRlLWVuZCJjaGFydC1heGlzLXRpdGxlcy1wcmltYXJ5LXZlcnRpY2FsEWNoYXJ0LWxlZ2VuZC1sZWZ0HWNoYXJ0LWRhdGEtbGFiZWxzLWluc2lkZS1iYXNlFGNoYXJ0LWhpZ2gtbG93LWxpbmVzG2NoYXJ0LXRyZW5kbGluZS1leHBvbmVudGlhbB5jaGFydC10cmVuZGxpbmUtbW92aW5nLWF2ZXJhZ2UcY2hhcnQtZGF0YS1sYWJlbHMtaW5zaWRlLWVuZBBjaGFydC10aXRsZS1ub25lHGNoYXJ0LXRpdGxlLWNlbnRlcmVkLW92ZXJsYXkfY2hhcnQtZXJyb3ItYmFycy1zdGFuZGFyZC1lcnJvcg9jaGFydC0zZC1hcmVhLTEUY2hhcnQtMmQtc3RhY2tlZC1iYXISY2hhcnQtM2Qtc3VyZmFjZS0xFmNoYXJ0LWhpc3RvZ3JhbS1wYXJldG8mY2hhcnQtc3RvY2stdm9sdW1uLW9wZW4taGlnaC1sb3ctY2xvc2UaY2hhcnQtc3RvY2staGlnaC1sb3ctY2xvc2UfY2hhcnQtc3RvY2stb3Blbi1oaWdoLWxvdy1jbG9zZStjaGFydC0yZC1saW5lLTEwMC1zdGFja2VkLWxpbmUtd2l0aC1tYXJrZXJzEmNoYXJ0LWZpbGxlZC1yYWRhchljaGFydC0zZC1jbHVzdGVyZWQtY29sdW1uDmNoYXJ0LXN1bmJ1cnN0DWNoYXJ0LXRyZWVtYXAhY2hhcnQtM2QtMTAwLXBlcmNlbnQtc3RhY2tlZC1hcmVhDGNoYXJ0LTNkLXBpZRFjaGFydC0zZC1jb2x1bW4tNBJtb3JlLWNvbHVtbi1jaGFydHMVY2hhcnQtMmQtc3RhY2tlZC1saW5lC2NoYXJ0LWRvbnV0FmNoYXJ0LTNkLWNsdXN0ZXJlZC1iYXIMY2hhcnQtZnVubmVsDmNoYXJ0LTJkLXBpZS0yDWNoYXJ0LTNkLWxpbmUZY2hhcnQtMmQtY2x1c3RlcmVkLWNvbHVtbiFjaGFydC0yZC0xMDAtcGVyY2VudC1zdGFja2VkLWFyZWEQbW9yZS1saW5lLWNoYXJ0cyBjaGFydC0zZC0xMDAtcGVyY2VudC1zdGFja2VkLWJhchFtb3JlLXN0b2NrLWNoYXJ0cyFjaGFydC1zdG9jay12b2x1bW4taGlnaC1sb3ctY2xvc2UQY2hhcnQtYmFyLW9mLXBpZS1jaGFydC1jbHVzdGVyZWQtY29sdW1uLWxpbmUtb24tc2Vjb25kYXJ5LWF4aXMWY2hhcnQtMmQtY2x1c3RlcmVkLWJhcgtjaGFydC1yYWRhciNjaGFydC0zZC0xMDAtcGVyY2VudC1zdGFja2VkLWNvbHVtbh9jaGFydC1zdGFja2VkbGluZXMtd2l0aC1tYXJrZXJzGmNoYXJ0LXdpcmVmcmFtZS0zZC1zdXJmYWNlGmNoYXJ0LTJkLWxpbmUtd2l0aC1tYXJrZXJzFWNoYXJ0LWJveC1hbmQtd2hpc2tlchljcmVhdGUtY3VzdG9tLWNvbWJvLWNoYXJ0IGNoYXJ0LTJkLTEwMC1wZXJjZW50LXN0YWNrZWQtYmFyIWNoYXJ0LXNjYXR0ZXItd2l0aC1zdHJhaWdodC1saW5lcxdtb3JlLXN0YXRpc3RpY2FsLWNoYXJ0cxVjaGFydC0zZC1zdGFja2VkLWFyZWENY2hhcnQtMmQtbGluZSNjaGFydC0yZC0xMDAtcGVyY2VudC1zdGFja2VkLWNvbHVtbg9tb3JlLXBpZS1jaGFydHMOY2hhcnQtYnViYmxlLTEhY2hhcnQtMmQtMTAwLXBlcmNlbnQtc3RhY2tlZC1saW5lD2NoYXJ0LWhpc3RvZ3JhbRVtb3JlLWhpZXJhcmNoeS1jaGFydHMhY2hhcnQtY29tYm8tY2x1c3RlcmVkLWNvbHVtbi1saW5lFWNoYXJ0LTJkLXN0YWNrZWQtYXJlYRdjaGFydC0zZC1zdGFja2VkLWNvbHVtbhBjaGFydC1pbnNlcnQtYmFyH2NoYXJ0LXNjYXR0ZXItd2l0aC1zbW9vdGgtbGluZXMfY2hhcnQtc3VyZmFjZS13aXJlZnJhbWUtY29udG91chRjaGFydC0zZC1zdGFja2VkLWJhchNjaGFydC0yZC1waWUtb2YtcGllEmNoYXJ0LTNkLXN1cmZhY2UtMg1jaGFydC0yZC1hcmVhKWNoYXJ0LWNvbWJvLXN0YWNrZWQtYXJlYS1jbHVzdGVyZWQtY29sdW1uD2NoYXJ0LXdhdGVyZmFsbBVjaGFydC1zdXJmYWNlLWNvbnRvdXITbW9yZS1zY2F0dGVyLWNoYXJ0cxdjaGFydC0yZC1zdGFja2VkLWNvbHVtbhBwcm90ZWN0LXdvcmtib29rC2NoYW5nZS1jYXNlDGV4cG9ydC1wZGYtMwtmcmVlemUtcGFuZRNmcmVlemUtZmlyc3QtY29sdW1uDmZyZWV6ZS10b3Atcm93C21lcmdlLWNlbGxzDnNwbGl0LXZlcnRpY2FsCnRhYmxlLWNlbGwQc3BsaXQtaG9yaXpvbnRhbAhsaXN0LWJveAt0ZXh0LWZvcm0tMgVsYWJlbAtjaGVjay1ib3gtMhNhZGQtZWRpdC1mb3JtLWZpZWxkBmJ1dHRvbgtkcm9wLWRvd24tMgxyYWRpby1idXR0b24IcGFzc3dvcmQTdGFibGUtaW5zZXJ0LWNvbHVtbhB0YWJsZS1pbnNlcnQtcm93FXRhYmxlLW92ZXJ3cml0ZS1jZWxscwx0YWJsZS1uZXN0ZWQLdGFibGUtbWVyZ2UJZHJhZy1maWxsBGhvbWUNZ2FudHQtZ3JpcHBlcg1icmluZy10by12aWV3D2JyaW5nLXRvLWNlbnRlcgd3YXJuaW5nDWNyaXRpY2FsLXBhdGgPYm9yZGVyLXNoYWRvdy0yEmJvcmRlci1kaWFnb25hbC11cBRib3JkZXItZGlhZ29uYWwtZG93bg1ib3JkZXItY3VzdG9tDWJvcmRlci1ub25lLTEKYm9yZGVyLWJveA9ib3JkZXItc2hhZG93LTEFYXVkaW8FdmlkZW8EY3JvcAtzdGFyLWZpbGxlZAdmaWx0ZXJzCmFkanVzdG1lbnQJcGFnZS1zaXplBXJlc2V0CHRyaWFuZ2xlDHBhZ2UtY29sdW1ucwR0aW50CmJyaWdodG5lc3MIY29udHJhc3QKc2F0dXJhdGlvbgRmYWRlDWZsaXAtdmVydGljYWwPZmxpcC1ob3Jpem9udGFsDnRyYW5zZm9ybS1sZWZ0D3RyYW5zZm9ybS1yaWdodAlzaGFycG5lc3MFZ3JhaW4MZnJhbWUtY3VzdG9tB2ZyYW1lLTEHZnJhbWUtMgdmcmFtZS0zB2ZyYW1lLTQHZnJhbWUtNQdmcmFtZS02CXRyYW5zZm9ybQpjaGVjay10aWNrD2V2ZW4tcGFnZS1icmVhaw5vZGQtcGFnZS1icmVhawtwYWdlLWNvbHVtbhVjb250aW51b3VzLXBhZ2UtYnJlYWsOcGFnZS10ZXh0LXdyYXARcGFnZS1jb2x1bW4tcmlnaHQQcGFnZS1jb2x1bW4tbGVmdA9wYWdlLWNvbHVtbi1vbmUPcGFnZS1jb2x1bW4tdHdvEXBhZ2UtY29sdW1uLXRocmVlEG11bHRpcGxlLWNvbW1lbnQOZm9ybWF0LXBhaW50ZXIIbGF1bmNoZXIPY2hhcmFjdGVyLXN0eWxlDGxpbmtlZC1zdHlsZRxjaGFydC0yZC1zdGFja2VkLWxpbmUtbWFya2VkKGNoYXJ0LTJkLTEwMC1wZXJjZW50LXN0YWNrZWQtbGluZS1tYXJrZWQUY2hhcnQtMmQtbGluZS1tYXJrZWQSbGlzdC11bm9yZGVyZWQtcnRsEGxpc3Qtb3JkZXJlZC1ydGwTaW5jcmVhc2UtaW5kZW50LXJ0bBNkZWNyZWFzZS1pbmRlbnQtcnRsBWVtb2ppEXRyYXZlbC1hbmQtcGxhY2VzBm5hdHVyZQ9mb29kLWFuZC1kcmlua3MHYW5pbWFscwdvYmplY3RzCmFjdGl2aXRpZXMNaGFuZC1nZXN0dXJlcwdzeW1ib2xzBWZsYWdzBnVubG9jawxtb3JlLWNoZXZyb24MYm9yZGVyLWZyYW1lCmZyYW1lLW5vbmUJZnJhbWUtbWF0C2ZyYW1lLWJldmVsCmZyYW1lLWxpbmUKZnJhbWUtaG9vawtmcmFtZS1pbnNldAhidWxsZXQtNwxvcmdhbml6ZS1wZGYHZnJhbWUtNwdmcmFtZS04B2ZyYW1lLTkIZnJhbWUtMTAIZnJhbWUtMTEJY2FwdGlvbi0xCmFycm93LWhlYWQPYXJyb3ctaGVhZC1maWxsCGJhci1oZWFkC2NpcmNsZS1oZWFkEGNpcmNsZS1oZWFkLWZpbGwLc3F1YXJlLWhlYWQQc3F1YXJlLWhlYWQtZmlsbAphcnJvdy10YWlsD2Fycm93LXRhaWwtZmlsbAhiYXItdGFpbAtjaXJjbGUtdGFpbBBjaXJjbGUtdGFpbC1maWxsC3NxdWFyZS10YWlsEHNxdWFyZS10YWlsLWZpbGwNZmlsZS1kb2N1bWVudA9jb21tZW50LXJlc29sdmUYbXVsdGlwbGUtY29tbWVudC1yZXNvbHZlDHRhYmxlLWhlYWRlcgpibG9ja3F1b3RlCWFkZC1ub3RlcwplZGl0LW5vdGVzDGRlbGV0ZS1ub3RlcwZsYXllcnMJZm9udC1zaXplDGV4cG9ydC1wZGYtMQtpbXBvcnQtd29yZA1leHBvcnQtd29yZC0xDWRyb3Bkb3duLWxpc3QJY29tYm8tYm94EXJlcGVhdGluZy1zZWN0aW9uDmJ1aWxkaW5nLWJsb2NrD2NvbnRlbnQtY29udHJvbAdhaS1jaGF0C3htbC1tYXBwaW5nC3RodW1icy11cC0xC3RodW1icy1kb3duC2NhbGN1bGF0aW9uDHRleHQtb3V0bGluZQR1c2VyD2NhbGN1bGF0ZS1zaGVldAl0cmFuc2xhdGUHc2hvcnRlbgllbGFib3JhdGUIcmVwaHJhc2UNZ3JhbW1hci1jaGVjaw5wcmVmb3JtYXQtY29kZQZpbXBvcnQIaW1wb3J0LTEGcmVkYWN0C3NtYXJ0LXBhc3RlD2F1dG8tZml0LWNvbHVtbhNhdXRvLWZpdC1hbGwtY29sdW1uB2NvbHVtbnMOdGh1bWJzLXVwLWZpbGwQdGh1bWJzLWRvd24tZmlsbA5zdG9wLXJlY3RhbmdsZQxkb3VibGUtY2hlY2sIc3F1aWdnbHkKbWljcm9waG9uZQxidXR0b24tZmllbGQMaW5zZXJ0LXNoZWV0CWR1cGxpY2F0ZQ9ob3Jpem9udGFsLWxpbmULcmVwbHktYXJyb3cNZm9yd2FyZC1hcnJvdwNwaW4FdW5waW4MYWRkLWJvb2ttYXJrDWFsbC1ib29rbWFya3MJbGFuZHNjYXBlEHBhZ2Utb3JpZW50YXRpb24GbWFyZ2luEHByZXZpb3VzLWNvbW1lbnQMbmV4dC1jb21tZW50DWNsb3NlLWNvbW1lbnQRaW5jcmVhc2UtZm9udHNpemURZGVjcmVhc2UtZm9udHNpemUTZGVsZXRlLWFsbC1jb21tZW50cwxyZWFkaW5nLXZpZXcNbXVsdGlwbGUtcGFnZQdmaXQtMTAwDW1hcmdpbi1uYXJyb3cNbWFyZ2luLW5vcm1hbA9tYXJnaW4tbW9kZXJhdGULbWFyZ2luLXdpZGUObWFyZ2luLWRlZmF1bHQNbWFyZ2luLWN1c3RvbQtzaXplLWxldHRlcgpzaXplLWxlZ2FsDnNpemUtZXhlY3V0aXZlB3NpemUtYTQHc2l6ZS1hNQtzaXplLWN1c3RvbQttb3JlLWNvbHVtbgphdHRhY2htZW50C2ZpbGUtZm9ybWF0CXJlZGFjdGlvbgxwcm9wZXJ0aWVzLTEHY2FsbG91dAloZWFkaW5nLTEJaGVhZGluZy0yCWhlYWRpbmctMwloZWFkaW5nLTQVY29sbGFwc2libGUtaGVhZGluZy0xFWNvbGxhcHNpYmxlLWhlYWRpbmctMhVjb2xsYXBzaWJsZS1oZWFkaW5nLTMVY29sbGFwc2libGUtaGVhZGluZy00C2V4cG9ydC1qcGVnDWNoYXJ0LXNjYXR0ZXIPc2hvdy1zaWRlLXBhbmVsCWNvcHktY29kZQt0ZXh0LXJlZGFjdAptYWdpYy13YW5kCnN3YXAtYXJyb3cJY2hlY2tsaXN0CnNtYXJ0LWVkaXQKdGFibGUtZWRpdAdoaXN0b3J5AAA=) format("truetype")}.e-icons{font-family:e-icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.e-icons.e-small{font-size:8px}.e-icons.e-medium{font-size:16px}.e-icons.e-large{font-size:24px}.e-icons.e-export-pdf:before{content:""}.e-icons.e-export-csv:before{content:""}.e-icons.e-export-excel:before{content:""}.e-icons.e-date-range:before{content:""}.e-icons.e-filter-clear:before{content:""}.e-icons.e-filter:before{content:""}.e-icons.e-bullet-6:before{content:""}.e-icons.e-bullet-1:before{content:""}.e-icons.e-none:before{content:""}.e-icons.e-bullet-5:before{content:""}.e-icons.e-border-diagonal-2:before{content:""}.e-icons.e-border-diagonal-1:before{content:""}.e-icons.e-bullet-4:before{content:""}.e-icons.e-bullet-2:before{content:""}.e-icons.e-bullet-3:before{content:""}.e-icons.e-chevron-right-double:before{content:""}.e-icons.e-chevron-left-double:before{content:""}.e-icons.e-chevron-down-double:before{content:""}.e-icons.e-chevron-up-double:before{content:""}.e-icons.e-repeat:before{content:""}.e-icons.e-recurrence-edit:before{content:""}.e-icons.e-location:before{content:""}.e-icons.e-description:before{content:""}.e-icons.e-time-zone:before{content:""}.e-icons.e-calendar:before{content:""}.e-icons.e-timeline-agenda:before{content:""}.e-icons.e-work-week:before{content:""}.e-icons.e-week:before{content:""}.e-icons.e-day:before{content:""}.e-icons.e-agenda-date-range:before{content:""}.e-icons.e-date-time:before{content:""}.e-icons.e-people:before{content:""}.e-icons.e-timeline-day:before{content:""}.e-icons.e-timeline-week:before{content:""}.e-icons.e-timeline-work-week:before{content:""}.e-icons.e-timeline-month:before{content:""}.e-icons.e-table:before{content:""}.e-icons.e-copy:before{content:""}.e-icons.e-th-small:before{content:""}.e-icons.e-save-2:before{content:""}.e-icons.e-paragraph-2:before{content:""}.e-icons.e-edit-6:before{content:""}.e-icons.e-close-large-1:before{content:""}.e-icons.e-export-word:before{content:""}.e-icons.e-circle-close:before{content:""}.e-icons.e-filter-2:before{content:""}.e-icons.e-plus-small:before{content:""}.e-icons.e-close:before{content:""}.e-icons.e-check:before{content:""}.e-icons.e-print-2:before{content:""}.e-icons.e-edit-2:before{content:""}.e-icons.e-plus:before{content:""}.e-icons.e-close-large-2:before{content:""}.e-icons.e-chevron-down-thin:before{content:""}.e-icons.e-chevron-up-fill-2:before{content:""}.e-icons.e-chevron-down-fill:before{content:""}.e-icons.e-chevron-up-fill:before{content:""}.e-icons.e-chevron-down-fill-2:before{content:""}.e-icons.e-arrow-down:before{content:""}.e-icons.e-arrow-up:before{content:""}.e-icons.e-chevron-right-fill-3:before{content:""}.e-icons.e-chevron-left-fill-2:before{content:""}.e-icons.e-delete-1:before{content:""}.e-icons.e-chevron-left-fill:before{content:""}.e-icons.e-chevron-right-fill:before{content:""}.e-icons.e-arrow-left:before{content:""}.e-icons.e-arrow-right:before{content:""}.e-icons.e-sorting-1:before{content:""}.e-icons.e-edit:before{content:""}.e-icons.e-first-page:before{content:""}.e-icons.e-last-page:before{content:""}.e-icons.e-timeline-today:before{content:""}.e-icons.e-chevron-left:before{content:""}.e-icons.e-filter-1:before{content:""}.e-icons.e-chevron-up:before{content:""}.e-icons.e-chevron-right:before{content:""}.e-icons.e-chevron-down:before{content:""}.e-icons.e-circle-close-2:before{content:""}.e-icons.e-chevron-up-fill-3:before{content:""}.e-icons.e-chevron-down-fill-3:before{content:""}.e-icons.e-filter-cancel:before{content:""}.e-icons.e-chevron-left-2:before{content:""}.e-icons.e-group-icon:before{content:""}.e-icons.e-selection:before{content:""}.e-icons.e-close-2:before{content:""}.e-icons.e-check-2:before{content:""}.e-icons.e-intermediate-state:before{content:""}.e-icons.e-chevron-left-3:before{content:""}.e-icons.e-edit-3:before{content:""}.e-icons.e-close-3:before{content:""}.e-icons.e-chevron-right-2:before{content:""}.e-icons.e-plus-2:before{content:""}.e-icons.e-chevron-down-fill-5:before{content:""}.e-icons.e-circle-remove:before{content:""}.e-icons.e-arrow-left-2:before{content:""}.e-icons.e-more-vertical-1:before{content:""}.e-icons.e-search:before{content:""}.e-icons.e-month:before{content:""}.e-icons.e-trash:before{content:""}.e-icons.e-chevron-down-2:before{content:""}.e-icons.e-save:before{content:""}.e-icons.e-menu:before{content:""}.e-icons.e-refresh:before{content:""}.e-icons.e-circle-close-fill-3:before{content:""}.e-icons.e-clock:before{content:""}.e-icons.e-freeze-column:before{content:""}.e-icons.e-error-treeview:before{content:""}.e-icons.e-circle-remove-2:before{content:""}.e-icons.e-circle-add:before{content:""}.e-icons.e-drag-and-drop-indicator:before{content:""}.e-icons.e-chevron-right-3:before{content:""}.e-icons.e-chevron-right-4:before{content:""}.e-icons.e-play:before{content:""}.e-icons.e-pause:before{content:""}.e-icons.e-para-option-down:before{content:""}.e-icons.e-search-2:before{content:""}.e-icons.e-border-center:before{content:""}.e-icons.e-restart-at-1:before{content:""}.e-icons.e-hyperlink-open:before{content:""}.e-icons.e-cut-2:before{content:""}.e-icons.e-copy-2:before{content:""}.e-icons.e-border-top:before{content:""}.e-icons.e-delete-column:before{content:""}.e-icons.e-delete-row:before{content:""}.e-icons.e-insert-right:before{content:""}.e-icons.e-insert-left:before{content:""}.e-icons.e-hyperlink-remove:before{content:""}.e-icons.e-border-middle:before{content:""}.e-icons.e-border-right:before{content:""}.e-icons.e-hyperlink-edit:before{content:""}.e-icons.e-link-2:before{content:""}.e-icons.e-border-left:before{content:""}.e-icons.e-table-delete:before{content:""}.e-icons.e-table-properties:before{content:""}.e-icons.e-hyperlink-copy:before{content:""}.e-icons.e-border-bottom:before{content:""}.e-icons.e-paste-2:before{content:""}.e-icons.e-continue-numbering:before{content:""}.e-icons.e-insert-below:before{content:""}.e-icons.e-insert-above:before{content:""}.e-icons.e-table-cell-none:before{content:""}.e-icons.e-box:before{content:""}.e-icons.e-all:before{content:""}.e-icons.e-table-align-right:before{content:""}.e-icons.e-table-border-custom:before{content:""}.e-icons.e-table-align-left:before{content:""}.e-icons.e-table-align-center:before{content:""}.e-icons.e-line-very-small:before{content:""}.e-icons.e-line-normal:before{content:""}.e-icons.e-line-small:before{content:""}.e-icons.e-para-option-up:before{content:""}.e-icons.e-vertical-align-bottom:before{content:""}.e-icons.e-vertical-align-center:before{content:""}.e-icons.e-vertical-align-top:before{content:""}.e-icons.e-clear-format:before{content:""}.e-icons.e-strikethrough:before{content:""}.e-icons.e-upper-case:before{content:""}.e-icons.e-justify:before{content:""}.e-icons.e-image:before{content:""}.e-icons.e-resize:before{content:""}.e-icons.e-exit-full-screen:before{content:""}.e-icons.e-edit-4:before{content:""}.e-icons.e-bold:before{content:""}.e-icons.e-align-left:before{content:""}.e-icons.e-cut:before{content:""}.e-icons.e-text-alternative:before{content:""}.e-icons.e-copy-1:before{content:""}.e-icons.e-delete-2:before{content:""}.e-icons.e-increase-indent:before{content:""}.e-icons.e-erase:before{content:""}.e-icons.e-undo:before{content:""}.e-icons.e-full-screen:before{content:""}.e-icons.e-underline:before{content:""}.e-icons.e-list-unordered:before{content:""}.e-icons.e-eye:before{content:""}.e-icons.e-list-ordered:before{content:""}.e-icons.e-lower-case:before{content:""}.e-icons.e-link-remove:before{content:""}.e-icons.e-zoom-in:before{content:""}.e-icons.e-open-link:before{content:""}.e-icons.e-print:before{content:""}.e-icons.e-font-color:before{content:""}.e-icons.e-align-right:before{content:""}.e-icons.e-link:before{content:""}.e-icons.e-view-side:before{content:""}.e-icons.e-code-view:before{content:""}.e-icons.e-zoom-out:before{content:""}.e-icons.e-superscript:before{content:""}.e-icons.e-paragraph:before{content:""}.e-icons.e-redo:before{content:""}.e-icons.e-paste:before{content:""}.e-icons.e-insert-code:before{content:""}.e-icons.e-subscript:before{content:""}.e-icons.e-display:before{content:""}.e-icons.e-replace:before{content:""}.e-icons.e-italic:before{content:""}.e-icons.e-caption:before{content:""}.e-icons.e-paint-bucket:before{content:""}.e-icons.e-decrease-indent:before{content:""}.e-icons.e-align-center:before{content:""}.e-icons.e-font-name:before{content:""}.e-icons.e-drag-and-drop-2:before{content:""}.e-icons.e-field-settings:before{content:""}.e-icons.e-two-column:before{content:""}.e-icons.e-two-row:before{content:""}.e-icons.e-sum:before{content:""}.e-icons.e-filter-3:before{content:""}.e-icons.e-close-large:before{content:""}.e-icons.e-filter-clear-2:before{content:""}.e-icons.e-circle-check:before{content:""}.e-icons.e-align-bottom:before{content:""}.e-icons.e-insert-above-2:before{content:""}.e-icons.e-insert-below-2:before{content:""}.e-icons.e-align-middle:before{content:""}.e-icons.e-delete-column-2:before{content:""}.e-icons.e-delete-row-2:before{content:""}.e-icons.e-insert-left-2:before{content:""}.e-icons.e-align-top:before{content:""}.e-icons.e-insert-right-2:before{content:""}.e-icons.e-edit-5:before{content:""}.e-icons.e-align-middle-2:before{content:""}.e-icons.e-freeze-column-2:before{content:""}.e-icons.e-style:before{content:""}.e-icons.e-delete-3:before{content:""}.e-icons.e-freeze-row:before{content:""}.e-icons.e-text-header:before{content:""}.e-icons.e-more-horizontal-1:before{content:""}.e-icons.e-resizer:before{content:""}.e-icons.e-folder:before{content:""}.e-icons.e-first-page-2:before{content:""}.e-icons.e-previous:before{content:""}.e-icons.e-next:before{content:""}.e-icons.e-last-page-2:before{content:""}.e-icons.e-zoom-out-2:before{content:""}.e-icons.e-zoom-in-2:before{content:""}.e-icons.e-download:before{content:""}.e-icons.e-bookmark:before{content:""}.e-icons.e-search-3:before{content:""}.e-icons.e-text-annotation:before{content:""}.e-icons.e-close-4:before{content:""}.e-icons.e-comments:before{content:""}.e-icons.e-save-3:before{content:""}.e-icons.e-align-left-2:before{content:""}.e-icons.e-style-2:before{content:""}.e-icons.e-undo-2:before{content:""}.e-icons.e-highlight-color:before{content:""}.e-icons.e-more-vertical-3:before{content:""}.e-icons.e-underline-2:before{content:""}.e-icons.e-strikethrough-2:before{content:""}.e-icons.e-paint-bucket-2:before{content:""}.e-icons.e-pan:before{content:""}.e-icons.e-opacity:before{content:""}.e-icons.e-delete-4:before{content:""}.e-icons.e-mouse-pointer:before{content:""}.e-icons.e-chevron-right-small:before{content:""}.e-icons.e-stroke-color:before{content:""}.e-icons.e-print-3:before{content:""}.e-icons.e-redo-2:before{content:""}.e-icons.e-font-color-2:before{content:""}.e-icons.e-shapes:before{content:""}.e-icons.e-chevron-left-small:before{content:""}.e-icons.e-stroke-width:before{content:""}.e-icons.e-annotation-edit:before{content:""}.e-icons.e-thumbnail:before{content:""}.e-icons.e-stamp:before{content:""}.e-icons.e-break-page:before{content:""}.e-icons.e-file:before{content:""}.e-icons.e-collapse-2:before{content:""}.e-icons.e-expand:before{content:""}.e-icons.e-double-resize-2:before{content:""}.e-icons.e-double-resize-1:before{content:""}.e-icons.e-single-resize-1:before{content:""}.e-icons.e-single-resize-2:before{content:""}.e-icons.e-single-resize-3:before{content:""}.e-icons.e-single-resize-4:before{content:""}.e-icons.e-drag-and-drop:before{content:""}.e-icons.e-chevron-up-fill-4:before{content:""}.e-icons.e-chevron-down-fill-4:before{content:""}.e-icons.e-chevron-right-fill-2:before{content:""}.e-icons.e-chevron-left-fill-3:before{content:""}.e-icons.e-more-vertical-4:before{content:""}.e-icons.e-filter-active:before{content:""}.e-icons.e-code-view-2:before{content:""}.e-icons.e-grid-view:before{content:""}.e-icons.e-paste-3:before{content:""}.e-icons.e-trash-2:before{content:""}.e-icons.e-download-2:before{content:""}.e-icons.e-cut-3:before{content:""}.e-icons.e-list-unordered-2:before{content:""}.e-icons.e-refresh-2:before{content:""}.e-icons.e-circle-info:before{content:""}.e-icons.e-chevron-right-thin:before{content:""}.e-icons.e-folder-2:before{content:""}.e-icons.e-close-5:before{content:""}.e-icons.e-folder-fill:before{content:""}.e-icons.e-rename:before{content:""}.e-icons.e-copy-3:before{content:""}.e-icons.e-search-4:before{content:""}.e-icons.e-upload-1:before{content:""}.e-icons.e-back:before{content:""}.e-icons.e-select-all:before{content:""}.e-icons.e-sorting-2:before{content:""}.e-icons.e-more-vertical-5:before{content:""}.e-icons.e-check-3:before{content:""}.e-icons.e-more-horizontal-3:before{content:""}.e-icons.e-export-excel-2:before{content:""}.e-icons.e-export-csv-2:before{content:""}.e-icons.e-save-4:before{content:""}.e-icons.e-save-as:before{content:""}.e-icons.e-export:before{content:""}.e-icons.e-delete-5:before{content:""}.e-icons.e-grand-total:before{content:""}.e-icons.e-table-2:before{content:""}.e-icons.e-sub-total:before{content:""}.e-icons.e-file-new:before{content:""}.e-icons.e-number-formatting:before{content:""}.e-icons.e-rename-2:before{content:""}.e-icons.e-export-pdf-2:before{content:""}.e-icons.e-full-screen-2:before{content:""}.e-icons.e-chart:before{content:""}.e-icons.e-upload-2:before{content:""}.e-icons.e-font-type:before{content:""}.e-icons.e-close-6:before{content:""}.e-icons.e-line-spacing:before{content:""}.e-icons.e-lock:before{content:""}.e-icons.e-border-outer:before{content:""}.e-icons.e-link-3:before{content:""}.e-icons.e-align-bottom-2:before{content:""}.e-icons.e-border-all-2:before{content:""}.e-icons.e-table-of-content:before{content:""}.e-icons.e-page-numbering:before{content:""}.e-icons.e-bold-2:before{content:""}.e-icons.e-align-top-2:before{content:""}.e-icons.e-align-middle-3:before{content:""}.e-icons.e-page-setup:before{content:""}.e-icons.e-stroke-style:before{content:""}.e-icons.e-image-2:before{content:""}.e-icons.e-bookmark-fill:before{content:""}.e-icons.e-header:before{content:""}.e-icons.e-list-unordered-3:before{content:""}.e-icons.e-show-hide-panel:before{content:""}.e-icons.e-align-right-2:before{content:""}.e-icons.e-footer:before{content:""}.e-icons.e-border-all:before{content:""}.e-icons.e-border-inner:before{content:""}.e-icons.e-cell:before{content:""}.e-icons.e-align-top-3:before{content:""}.e-icons.e-align-bottom-3:before{content:""}.e-icons.e-align-middle-4:before{content:""}.e-icons.e-check-4:before{content:""}.e-icons.e-break:before{content:""}.e-icons.e-break-page-2:before{content:""}.e-icons.e-break-section:before{content:""}.e-icons.e-auto-fit-content:before{content:""}.e-icons.e-fixed-column-width:before{content:""}.e-icons.e-auto-fit-window:before{content:""}.e-icons.e-bring-forward:before{content:""}.e-icons.e-bring-to-front:before{content:""}.e-icons.e-send-to-back:before{content:""}.e-icons.e-send-backward:before{content:""}.e-icons.e-ungroup-1:before{content:""}.e-icons.e-group-1:before{content:""}.e-icons.e-order:before{content:""}.e-icons.e-chevron-up-small-2:before{content:""}.e-icons.e-chevron-down-small-2:before{content:""}.e-icons.e-chevron-right-small-2:before{content:""}.e-icons.e-chevron-left-small-2:before{content:""}.e-icons.e-chevron-right-double-2:before{content:""}.e-icons.e-chevron-left-double-2:before{content:""}.e-icons.e-zoom-to-fit:before{content:""}.e-icons.e-add-above:before{content:""}.e-icons.e-add-below:before{content:""}.e-icons.e-line:before{content:""}.e-icons.e-arrow-right-up:before{content:""}.e-icons.e-rectangle:before{content:""}.e-icons.e-circle:before{content:""}.e-icons.e-pentagan:before{content:""}.e-icons.e-length:before{content:""}.e-icons.e-perimeter:before{content:""}.e-icons.e-area:before{content:""}.e-icons.e-radius:before{content:""}.e-icons.e-volume:before{content:""}.e-icons.e-change-scale-ratio:before{content:""}.e-icons.e-settings:before{content:""}.e-icons.e-comment-2:before{content:""}.e-icons.e-thumbs-down-1:before{content:""}.e-icons.e-thumbs-up:before{content:""}.e-icons.e-thumbs-down-2:before{content:""}.e-icons.e-export-jpg:before{content:""}.e-icons.e-export-png:before{content:""}.e-icons.e-export-svg:before{content:""}.e-icons.e-conditional-formatting:before{content:""}.e-icons.e-hide-formula-bar:before{content:""}.e-icons.e-hide-headings:before{content:""}.e-icons.e-hide-gridlines:before{content:""}.e-icons.e-eye-slash:before{content:""}.e-icons.e-export-xls:before{content:""}.e-icons.e-export-csv-3:before{content:""}.e-icons.e-mdx:before{content:""}.e-icons.e-rename-3:before{content:""}.e-icons.e-folder-open:before{content:""}.e-icons.e-named-set:before{content:""}.e-icons.e-grip-vertical:before{content:""}.e-icons.e-dimension:before{content:""}.e-icons.e-level-1:before{content:""}.e-icons.e-level-2:before{content:""}.e-icons.e-level-3:before{content:""}.e-icons.e-level-4:before{content:""}.e-icons.e-level-5:before{content:""}.e-icons.e-user-defined:before{content:""}.e-icons.e-kpi:before{content:""}.e-icons.e-sort-down:before{content:""}.e-icons.e-sorting-3:before{content:""}.e-icons.e-sort-up:before{content:""}.e-icons.e-calculated-member:before{content:""}.e-icons.e-custom-sort:before{content:""}.e-icons.e-sort-descending:before{content:""}.e-icons.e-sort-ascending:before{content:""}.e-icons.e-comment-add:before{content:""}.e-icons.e-reply:before{content:""}.e-icons.e-send-1:before{content:""}.e-icons.e-comment-show:before{content:""}.e-icons.e-signature:before{content:""}.e-icons.e-filter-main:before{content:""}.e-icons.e-text-wrap:before{content:""}.e-icons.e-unfiltered:before{content:""}.e-icons.e-filtered-sort-descending:before{content:""}.e-icons.e-sort-descending-2:before{content:""}.e-icons.e-sort-ascending-2:before{content:""}.e-icons.e-filtered-sort-ascending:before{content:""}.e-icons.e-filtered:before{content:""}.e-icons.e-filter-clear-3:before{content:""}.e-icons.e-reapply:before{content:""}.e-icons.e-group-2:before{content:""}.e-icons.e-ungroup-2:before{content:""}.e-icons.e-paste-text-only:before{content:""}.e-icons.e-paste-style:before{content:""}.e-icons.e-paste-special:before{content:""}.e-icons.e-paste-match-destination:before{content:""}.e-icons.e-spell-check:before{content:""}.e-icons.e-comment-reopen:before{content:""}.e-icons.e-web-layout:before{content:""}.e-icons.e-print-layout:before{content:""}.e-icons.e-border-none:before{content:""}.e-icons.e-data-validation:before{content:""}.e-icons.e-protect-sheet:before{content:""}.e-icons.e-text-form:before{content:""}.e-icons.e-properties-2:before{content:""}.e-icons.e-clear-form:before{content:""}.e-icons.e-drop-down:before{content:""}.e-icons.e-form-field:before{content:""}.e-icons.e-check-box:before{content:""}.e-icons.e-table-update:before{content:""}.e-icons.e-changes-accept:before{content:""}.e-icons.e-display-for-review:before{content:""}.e-icons.e-changes-reject:before{content:""}.e-icons.e-changes-previous:before{content:""}.e-icons.e-show-markup:before{content:""}.e-icons.e-changes-next:before{content:""}.e-icons.e-changes-track:before{content:""}.e-icons.e-conditional-formatting-large:before{content:""}.e-icons.e-highlight:before{content:""}.e-icons.e-top-bottom-rules:before{content:""}.e-icons.e-data-bars:before{content:""}.e-icons.e-color-scales:before{content:""}.e-icons.e-iconsets:before{content:""}.e-icons.e-clear-rules:before{content:""}.e-icons.e-new-rules:before{content:""}.e-icons.e-greater-than:before{content:""}.e-icons.e-less-than:before{content:""}.e-icons.e-between:before{content:""}.e-icons.e-equalto:before{content:""}.e-icons.e-text-that-contains:before{content:""}.e-icons.e-date-occurring:before{content:""}.e-icons.e-top-10:before{content:""}.e-icons.e-bottom-10-items:before{content:""}.e-icons.e-bottom-10:before{content:""}.e-icons.e-above-average:before{content:""}.e-icons.e-below-average:before{content:""}.e-icons.e-duplicate-cell:before{content:""}.e-icons.e-footnote:before{content:""}.e-icons.e-end-footnote:before{content:""}.e-icons.e-chart-insert-column:before{content:""}.e-icons.e-chart-data-table:before{content:""}.e-icons.e-chart-legend:before{content:""}.e-icons.e-chart-insert-x-y-scatter:before{content:""}.e-icons.e-chart-insert-waterfall:before{content:""}.e-icons.e-chart-updown-bars:before{content:""}.e-icons.e-add-chart-element:before{content:""}.e-icons.e-chart-gridlines:before{content:""}.e-icons.e-insert-hierarchy-charts:before{content:""}.e-icons.e-chart-insert-line:before{content:""}.e-icons.e-chart-switch-row-column:before{content:""}.e-icons.e-chart-error-bars:before{content:""}.e-icons.e-chart-trendline:before{content:""}.e-icons.e-chart-axes:before{content:""}.e-icons.e-chart-select-data:before{content:""}.e-icons.e-chart-lines:before{content:""}.e-icons.e-chart-axis-titles:before{content:""}.e-icons.e-chart-title:before{content:""}.e-icons.e-chart-insert-pie:before{content:""}.e-icons.e-change-chart-type:before{content:""}.e-icons.e-insert-statistic-chart:before{content:""}.e-icons.e-chart-data-labels:before{content:""}.e-icons.e-chart-insert-combo:before{content:""}.e-icons.e-chart-axis-titles-primary-horizontal:before{content:""}.e-icons.e-chart-linear-forecast:before{content:""}.e-icons.e-chart-legend-none:before{content:""}.e-icons.e-chart-legend-right:before{content:""}.e-icons.e-chart-data-callout:before{content:""}.e-icons.e-chart-primary-minor-vertical:before{content:""}.e-icons.e-chart-axes-primary-vertical:before{content:""}.e-icons.e-chart-data-labels-center:before{content:""}.e-icons.e-chart-data-table-none:before{content:""}.e-icons.e-chart-data-labels-none:before{content:""}.e-icons.e-chart-primary-major-vertical:before{content:""}.e-icons.e-chart-legend-linear:before{content:""}.e-icons.e-chart-error-bars-percentage:before{content:""}.e-icons.e-chart-no-legend-keys:before{content:""}.e-icons.e-chart-title-above-chart:before{content:""}.e-icons.e-chart-trendline-none:before{content:""}.e-icons.e-chart-with-legend-keys:before{content:""}.e-icons.e-chart-axes-primary-horizontal:before{content:""}.e-icons.e-chart-error-bars-standard-deviation:before{content:""}.e-icons.e-chart-legend-top:before{content:""}.e-icons.e-chart-primary-minor-horizontal:before{content:""}.e-icons.e-chart-error-bars-none:before{content:""}.e-icons.e-chart-up-down-bars-2:before{content:""}.e-icons.e-chart-drop-lines:before{content:""}.e-icons.e-chart-lines-none:before{content:""}.e-icons.e-chart-primary-major-horizontal:before{content:""}.e-icons.e-chart-legend-bottom:before{content:""}.e-icons.e-chart-up-down-none:before{content:""}.e-icons.e-chart-data-labels-outside-end:before{content:""}.e-icons.e-chart-axis-titles-primary-vertical:before{content:""}.e-icons.e-chart-legend-left:before{content:""}.e-icons.e-chart-data-labels-inside-base:before{content:""}.e-icons.e-chart-high-low-lines:before{content:""}.e-icons.e-chart-trendline-exponential:before{content:""}.e-icons.e-chart-trendline-moving-average:before{content:""}.e-icons.e-chart-data-labels-inside-end:before{content:""}.e-icons.e-chart-title-none:before{content:""}.e-icons.e-chart-title-centered-overlay:before{content:""}.e-icons.e-chart-error-bars-standard-error:before{content:""}.e-icons.e-chart-3d-area-1:before{content:""}.e-icons.e-chart-2d-stacked-bar:before{content:""}.e-icons.e-chart-3d-surface-1:before{content:""}.e-icons.e-chart-histogram-pareto:before{content:""}.e-icons.e-chart-stock-volumn-open-high-low-close:before{content:""}.e-icons.e-chart-stock-high-low-close:before{content:""}.e-icons.e-chart-stock-open-high-low-close:before{content:""}.e-icons.e-chart-2d-line-100-stacked-line-with-markers:before{content:""}.e-icons.e-chart-filled-radar:before{content:""}.e-icons.e-chart-3d-clustered-column:before{content:""}.e-icons.e-chart-sunburst:before{content:""}.e-icons.e-chart-treemap:before{content:""}.e-icons.e-chart-3d-100-percent-stacked-area:before{content:""}.e-icons.e-chart-3d-pie:before{content:""}.e-icons.e-chart-3d-column-4:before{content:""}.e-icons.e-more-column-charts:before{content:""}.e-icons.e-chart-2d-stacked-line:before{content:""}.e-icons.e-chart-donut:before{content:""}.e-icons.e-chart-3d-clustered-bar:before{content:""}.e-icons.e-chart-funnel:before{content:""}.e-icons.e-chart-2d-pie-2:before{content:""}.e-icons.e-chart-3d-line:before{content:""}.e-icons.e-chart-2d-clustered-column:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-area:before{content:""}.e-icons.e-more-line-charts:before{content:""}.e-icons.e-chart-3d-100-percent-stacked-bar:before{content:""}.e-icons.e-more-stock-charts:before{content:""}.e-icons.e-chart-stock-volumn-high-low-close:before{content:""}.e-icons.e-chart-bar-of-pie:before{content:""}.e-icons.e-chart-clustered-column-line-on-secondary-axis:before{content:""}.e-icons.e-chart-2d-clustered-bar:before{content:""}.e-icons.e-chart-radar:before{content:""}.e-icons.e-chart-3d-100-percent-stacked-column:before{content:""}.e-icons.e-chart-stackedlines-with-markers:before{content:""}.e-icons.e-chart-wireframe-3d-surface:before{content:""}.e-icons.e-chart-2d-line-with-markers:before{content:""}.e-icons.e-chart-box-and-whisker:before{content:""}.e-icons.e-create-custom-combo-chart:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-bar:before{content:""}.e-icons.e-chart-scatter-with-straight-lines:before{content:""}.e-icons.e-more-statistical-charts:before{content:""}.e-icons.e-chart-3d-stacked-area:before{content:""}.e-icons.e-chart-2d-line:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-column:before{content:""}.e-icons.e-more-pie-charts:before{content:""}.e-icons.e-chart-bubble-1:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-line:before{content:""}.e-icons.e-chart-histogram:before{content:""}.e-icons.e-more-hierarchy-charts:before{content:""}.e-icons.e-chart-combo-clustered-column-line:before{content:""}.e-icons.e-chart-2d-stacked-area:before{content:""}.e-icons.e-chart-3d-stacked-column:before{content:""}.e-icons.e-chart-insert-bar:before{content:""}.e-icons.e-chart-scatter-with-smooth-lines:before{content:""}.e-icons.e-chart-surface-wireframe-contour:before{content:""}.e-icons.e-chart-3d-stacked-bar:before{content:""}.e-icons.e-chart-2d-pie-of-pie:before{content:""}.e-icons.e-chart-3d-surface-2:before{content:""}.e-icons.e-chart-2d-area:before{content:""}.e-icons.e-chart-combo-stacked-area-clustered-column:before{content:""}.e-icons.e-chart-waterfall:before{content:""}.e-icons.e-chart-surface-contour:before{content:""}.e-icons.e-more-scatter-charts:before{content:""}.e-icons.e-chart-2d-stacked-column:before{content:""}.e-icons.e-protect-workbook:before{content:""}.e-icons.e-change-case:before{content:""}.e-icons.e-export-pdf-3:before{content:""}.e-icons.e-freeze-pane:before{content:""}.e-icons.e-freeze-first-column:before{content:""}.e-icons.e-freeze-top-row:before{content:""}.e-icons.e-merge-cells:before{content:""}.e-icons.e-split-vertical:before{content:""}.e-icons.e-table-cell:before{content:""}.e-icons.e-split-horizontal:before{content:""}.e-icons.e-list-box:before{content:""}.e-icons.e-text-form-2:before{content:""}.e-icons.e-label:before{content:""}.e-icons.e-check-box-2:before{content:""}.e-icons.e-add-edit-form-field:before{content:""}.e-icons.e-button:before{content:""}.e-icons.e-drop-down-2:before{content:""}.e-icons.e-radio-button:before{content:""}.e-icons.e-password:before{content:""}.e-icons.e-table-insert-column:before{content:""}.e-icons.e-table-insert-row:before{content:""}.e-icons.e-table-overwrite-cells:before{content:""}.e-icons.e-table-nested:before{content:""}.e-icons.e-table-merge:before{content:""}.e-icons.e-drag-fill:before{content:""}.e-icons.e-home:before{content:""}.e-icons.e-gantt-gripper:before{content:""}.e-icons.e-bring-to-view:before{content:""}.e-icons.e-bring-to-center:before{content:""}.e-icons.e-warning:before{content:""}.e-icons.e-critical-path:before{content:""}.e-icons.e-border-shadow-2:before{content:""}.e-icons.e-border-diagonal-up:before{content:""}.e-icons.e-border-diagonal-down:before{content:""}.e-icons.e-border-custom:before{content:""}.e-icons.e-border-none-1:before{content:""}.e-icons.e-border-box:before{content:""}.e-icons.e-border-shadow-1:before{content:""}.e-icons.e-audio:before{content:""}.e-icons.e-video:before{content:""}.e-icons.e-crop:before{content:""}.e-icons.e-star-filled:before{content:""}.e-icons.e-filters:before{content:""}.e-icons.e-adjustment:before{content:""}.e-icons.e-page-size:before{content:""}.e-icons.e-reset:before{content:""}.e-icons.e-triangle:before{content:""}.e-icons.e-page-columns:before{content:""}.e-icons.e-tint:before{content:""}.e-icons.e-brightness:before{content:""}.e-icons.e-contrast:before{content:""}.e-icons.e-saturation:before{content:""}.e-icons.e-fade:before{content:""}.e-icons.e-flip-vertical:before{content:""}.e-icons.e-flip-horizontal:before{content:""}.e-icons.e-transform-left:before{content:""}.e-icons.e-transform-right:before{content:""}.e-icons.e-sharpness:before{content:""}.e-icons.e-grain:before{content:""}.e-icons.e-frame-custom:before{content:""}.e-icons.e-frame-1:before{content:""}.e-icons.e-frame-2:before{content:""}.e-icons.e-frame-3:before{content:""}.e-icons.e-frame-4:before{content:""}.e-icons.e-frame-5:before{content:""}.e-icons.e-frame-6:before{content:""}.e-icons.e-transform:before{content:""}.e-icons.e-check-tick:before{content:""}.e-icons.e-even-page-break:before{content:""}.e-icons.e-odd-page-break:before{content:""}.e-icons.e-page-column:before{content:""}.e-icons.e-continuous-page-break:before{content:""}.e-icons.e-page-text-wrap:before{content:""}.e-icons.e-page-column-right:before{content:""}.e-icons.e-page-column-left:before{content:""}.e-icons.e-page-column-one:before{content:""}.e-icons.e-page-column-two:before{content:""}.e-icons.e-page-column-three:before{content:""}.e-icons.e-multiple-comment:before{content:""}.e-icons.e-format-painter:before{content:""}.e-icons.e-launcher:before{content:""}.e-icons.e-character-style:before{content:""}.e-icons.e-linked-style:before{content:""}.e-icons.e-chart-2d-stacked-line-marked:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-line-marked:before{content:""}.e-icons.e-chart-2d-line-marked:before{content:""}.e-icons.e-list-unordered-rtl:before{content:""}.e-icons.e-list-ordered-rtl:before{content:""}.e-icons.e-increase-indent-rtl:before{content:""}.e-icons.e-decrease-indent-rtl:before{content:""}.e-icons.e-emoji:before{content:""}.e-icons.e-travel-and-places:before{content:""}.e-icons.e-nature:before{content:""}.e-icons.e-food-and-drinks:before{content:""}.e-icons.e-animals:before{content:""}.e-icons.e-objects:before{content:""}.e-icons.e-activities:before{content:""}.e-icons.e-hand-gestures:before{content:""}.e-icons.e-symbols:before{content:""}.e-icons.e-flags:before{content:""}.e-icons.e-unlock:before{content:""}.e-icons.e-more-chevron:before{content:""}.e-icons.e-border-frame:before{content:""}.e-icons.e-frame-none:before{content:""}.e-icons.e-frame-mat:before{content:""}.e-icons.e-frame-bevel:before{content:""}.e-icons.e-frame-line:before{content:""}.e-icons.e-frame-hook:before{content:""}.e-icons.e-frame-inset:before{content:""}.e-icons.e-bullet-7:before{content:""}.e-icons.e-organize-pdf:before{content:""}.e-icons.e-frame-7:before{content:""}.e-icons.e-frame-8:before{content:""}.e-icons.e-frame-9:before{content:""}.e-icons.e-frame-10:before{content:""}.e-icons.e-frame-11:before{content:""}.e-icons.e-caption-1:before{content:""}.e-icons.e-arrow-head:before{content:""}.e-icons.e-arrow-head-fill:before{content:""}.e-icons.e-bar-head:before{content:""}.e-icons.e-circle-head:before{content:""}.e-icons.e-circle-head-fill:before{content:""}.e-icons.e-square-head:before{content:""}.e-icons.e-square-head-fill:before{content:""}.e-icons.e-arrow-tail:before{content:""}.e-icons.e-arrow-tail-fill:before{content:""}.e-icons.e-bar-tail:before{content:""}.e-icons.e-circle-tail:before{content:""}.e-icons.e-circle-tail-fill:before{content:""}.e-icons.e-square-tail:before{content:""}.e-icons.e-square-tail-fill:before{content:""}.e-icons.e-file-document:before{content:""}.e-icons.e-comment-resolve:before{content:""}.e-icons.e-multiple-comment-resolve:before{content:""}.e-icons.e-table-header:before{content:""}.e-icons.e-blockquote:before{content:""}.e-icons.e-add-notes:before{content:""}.e-icons.e-edit-notes:before{content:""}.e-icons.e-delete-notes:before{content:""}.e-icons.e-layers:before{content:""}.e-icons.e-font-size:before{content:""}.e-icons.e-export-pdf-1:before{content:""}.e-icons.e-import-word:before{content:""}.e-icons.e-export-word-1:before{content:""}.e-icons.e-dropdown-list:before{content:""}.e-icons.e-combo-box:before{content:""}.e-icons.e-repeating-section:before{content:""}.e-icons.e-building-block:before{content:""}.e-icons.e-content-control:before{content:""}.e-icons.e-ai-chat:before{content:""}.e-icons.e-xml-mapping:before{content:""}.e-icons.e-thumbs-up-1:before{content:""}.e-icons.e-thumbs-down:before{content:""}.e-icons.e-calculation:before{content:""}.e-icons.e-text-outline:before{content:""}.e-icons.e-user:before{content:""}.e-icons.e-calculate-sheet:before{content:""}.e-icons.e-translate:before{content:""}.e-icons.e-shorten:before{content:""}.e-icons.e-elaborate:before{content:""}.e-icons.e-rephrase:before{content:""}.e-icons.e-grammar-check:before{content:""}.e-icons.e-preformat-code:before{content:""}.e-icons.e-import:before{content:""}.e-icons.e-import-1:before{content:""}.e-icons.e-redact:before{content:""}.e-icons.e-smart-paste:before{content:""}.e-icons.e-auto-fit-column:before{content:""}.e-icons.e-auto-fit-all-column:before{content:""}.e-icons.e-columns:before{content:""}.e-icons.e-thumbs-up-fill:before{content:""}.e-icons.e-thumbs-down-fill:before{content:""}.e-icons.e-stop-rectangle:before{content:""}.e-icons.e-double-check:before{content:""}.e-icons.e-squiggly:before{content:""}.e-icons.e-microphone:before{content:""}.e-icons.e-button-field:before{content:""}.e-icons.e-insert-sheet:before{content:""}.e-icons.e-duplicate:before{content:""}.e-icons.e-horizontal-line:before{content:""}.e-icons.e-reply-arrow:before{content:""}.e-icons.e-forward-arrow:before{content:""}.e-icons.e-pin:before{content:""}.e-icons.e-unpin:before{content:""}.e-icons.e-add-bookmark:before{content:""}.e-icons.e-all-bookmarks:before{content:""}.e-icons.e-landscape:before{content:""}.e-icons.e-page-orientation:before{content:""}.e-icons.e-margin:before{content:""}.e-icons.e-previous-comment:before{content:""}.e-icons.e-next-comment:before{content:""}.e-icons.e-close-comment:before{content:""}.e-icons.e-increase-fontsize:before{content:""}.e-icons.e-decrease-fontsize:before{content:""}.e-icons.e-delete-all-comments:before{content:""}.e-icons.e-reading-view:before{content:""}.e-icons.e-multiple-page:before{content:""}.e-icons.e-fit-100:before{content:""}.e-icons.e-margin-narrow:before{content:""}.e-icons.e-margin-normal:before{content:""}.e-icons.e-margin-moderate:before{content:""}.e-icons.e-margin-wide:before{content:""}.e-icons.e-margin-default:before{content:""}.e-icons.e-margin-custom:before{content:""}.e-icons.e-size-letter:before{content:""}.e-icons.e-size-legal:before{content:""}.e-icons.e-size-executive:before{content:""}.e-icons.e-size-a4:before{content:""}.e-icons.e-size-a5:before{content:""}.e-icons.e-size-custom:before{content:""}.e-icons.e-more-column:before{content:""}.e-icons.e-attachment:before{content:""}.e-icons.e-file-format:before{content:""}.e-icons.e-redaction:before{content:""}.e-icons.e-properties-1:before{content:""}.e-icons.e-callout:before{content:""}.e-icons.e-heading-1:before{content:""}.e-icons.e-heading-2:before{content:""}.e-icons.e-heading-3:before{content:""}.e-icons.e-heading-4:before{content:""}.e-icons.e-collapsible-heading-1:before{content:""}.e-icons.e-collapsible-heading-2:before{content:""}.e-icons.e-collapsible-heading-3:before{content:""}.e-icons.e-collapsible-heading-4:before{content:""}.e-icons.e-export-jpeg:before{content:""}.e-icons.e-chart-scatter:before{content:""}.e-icons.e-show-side-panel:before{content:""}.e-icons.e-copy-code:before{content:""}.e-icons.e-text-redact:before{content:""}.e-icons.e-magic-wand:before{content:""}.e-icons.e-swap-arrow:before{content:""}.e-icons.e-checklist:before{content:""}.e-icons.e-smart-edit:before{content:""}.e-icons.e-table-edit:before{content:""}.e-icons.e-history:before{content:""}.e-control,.e-css,.e-error{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:12px;font-weight:400}.e-error{color:#f44336}.e-control,.e-control [class^=e-],.e-control [class*=" e-"]{-webkit-box-sizing:border-box;box-sizing:border-box}.e-control:focus,.e-control *:focus{outline:none}.e-rtl{direction:rtl;text-align:right}.e-overlay{background-color:#383838;height:100%;opacity:.5;pointer-events:none;-ms-touch-action:none;touch-action:none;width:100%}.e-hidden{display:none}.e-blazor-hidden{visibility:hidden}.e-disabled{background-image:none;cursor:default;opacity:.35}.e-ul{list-style-type:none}.e-prevent-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-warning{color:#ffca1c}.e-success{color:#22b24b}.e-information{color:#489bd5}.e-block-touch{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.e-license{color:#ff0;text-decoration:none}.e-license-banner{position:absolute;right:10px;top:27%;cursor:pointer}@-webkit-keyframes SlideLeftOut{0%{-webkit-transform:translate(0,0);transform:translate(0)}to{-webkit-transform:translate(-100%,0);transform:translate(-100%)}}@keyframes SlideLeftOut{0%{-webkit-transform:translate(0,0);transform:translate(0)}to{-webkit-transform:translate(-100%,0);transform:translate(-100%)}}@-webkit-keyframes SlideLeftIn{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes SlideLeftIn{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@-webkit-keyframes SlideRightIn{0%{-webkit-transform:translate(100%,0);transform:translate(100%)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes SlideRightIn{0%{-webkit-transform:translate(100%,0);transform:translate(100%)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@-webkit-keyframes SlideRightOut{0%{-webkit-transform:translate(0,0);transform:translate(0)}to{-webkit-transform:translate(100%,0);transform:translate(100%)}}@keyframes SlideRightOut{0%{-webkit-transform:translate(0,0);transform:translate(0)}to{-webkit-transform:translate(100%,0);transform:translate(100%)}}@-webkit-keyframes SlideBottomIn{0%{-webkit-transform:translate(0,100%);transform:translateY(100%)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes SlideBottomIn{0%{-webkit-transform:translate(0,100%);transform:translateY(100%)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@-webkit-keyframes SlideBottomOut{0%{-webkit-transform:translate(0,0);transform:translate(0)}to{-webkit-transform:translate(0,100%);transform:translateY(100%)}}@keyframes SlideBottomOut{0%{-webkit-transform:translate(0,0);transform:translate(0)}to{-webkit-transform:translate(0,100%);transform:translateY(100%)}}@-webkit-keyframes SlideTopIn{0%{-webkit-transform:translate(0,-100%);transform:translateY(-100%)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes SlideTopIn{0%{-webkit-transform:translate(0,-100%);transform:translateY(-100%)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@-webkit-keyframes SlideTopOut{0%{-webkit-transform:translate(0,0);transform:translate(0)}to{-webkit-transform:translate(0,-100%);transform:translateY(-100%)}}@keyframes SlideTopOut{0%{-webkit-transform:translate(0,0);transform:translate(0)}to{-webkit-transform:translate(0,-100%);transform:translateY(-100%)}}@-webkit-keyframes SlideRight{0%{width:0}to{width:100%}}@keyframes SlideRight{0%{width:0}to{width:100%}}@-webkit-keyframes SlideLeft{0%{width:100%}to{width:0}}@keyframes SlideLeft{0%{width:100%}to{width:0}}@-webkit-keyframes SlideDown{0%{height:0}to{height:100%}}@keyframes SlideDown{0%{height:0}to{height:100%}}@-webkit-keyframes SlideUp{0%{height:100%}to{height:0}}@keyframes SlideUp{0%{height:100%}to{height:0}}@-webkit-keyframes FadeIn{0%{opacity:0}to{opacity:1}}@keyframes FadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes FadeOut{0%{opacity:1}to{opacity:0}}@keyframes FadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes ZoomIn{0%{-webkit-transform:translate(0,0) scale(0);transform:translate(0) scale(0)}to{-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}}@keyframes ZoomIn{0%{-webkit-transform:translate(0,0) scale(0);transform:translate(0) scale(0)}to{-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}}@-webkit-keyframes ZoomOut{0%{-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}to{-webkit-transform:translate(0,0) scale(0);transform:translate(0) scale(0)}}@keyframes ZoomOut{0%{-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}to{-webkit-transform:translate(0,0) scale(0);transform:translate(0) scale(0)}}@-webkit-keyframes FadeZoomIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes FadeZoomIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes FadeZoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes FadeZoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes FlipRightDownIn{0%{-webkit-transform:perspective(400px) rotateY(-180deg);transform:perspective(400px) rotateY(-180deg);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipRightDownIn{0%{-webkit-transform:perspective(400px) rotateY(-180deg);transform:perspective(400px) rotateY(-180deg);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipRightDownOut{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipRightDownOut{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipRightUpIn{0%{-webkit-transform:perspective(400px) rotateY(135deg);transform:perspective(400px) rotateY(135deg);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipRightUpIn{0%{-webkit-transform:perspective(400px) rotateY(135deg);transform:perspective(400px) rotateY(135deg);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipRightUpOut{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(135deg);transform:rotateY(135deg);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipRightUpOut{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(135deg);transform:rotateY(135deg);-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipLeftDownIn{0%{-webkit-transform:perspective(400px) rotateY(-180deg);transform:perspective(400px) rotateY(-180deg);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipLeftDownIn{0%{-webkit-transform:perspective(400px) rotateY(-180deg);transform:perspective(400px) rotateY(-180deg);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipLeftDownOut{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(135deg);transform:rotateY(135deg);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipLeftDownOut{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(135deg);transform:rotateY(135deg);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipLeftUpIn{0%{-webkit-transform:perspective(400px) rotateY(-135deg);transform:perspective(400px) rotateY(-135deg);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipLeftUpIn{0%{-webkit-transform:perspective(400px) rotateY(-135deg);transform:perspective(400px) rotateY(-135deg);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipLeftUpOut{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(135deg) perspective(200px);transform:rotateY(135deg) perspective(200px);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipLeftUpOut{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}to{-webkit-transform:rotateY(135deg) perspective(200px);transform:rotateY(135deg) perspective(200px);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipYLeftIn{0%{opacity:0;-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateY(90deg);transform:perspective(700px) rotateY(90deg)}to{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipYLeftIn{0%{opacity:0;-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateY(90deg);transform:perspective(700px) rotateY(90deg)}to{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipYLeftOut{0%{opacity:1;-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateY(90deg);transform:perspective(700px) rotateY(90deg)}75%{-webkit-transform:perspective(850px) rotateY(125deg);transform:perspective(850px) rotateY(125deg)}to{opacity:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipYLeftOut{0%{opacity:1;-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateY(90deg);transform:perspective(700px) rotateY(90deg)}75%{-webkit-transform:perspective(850px) rotateY(125deg);transform:perspective(850px) rotateY(125deg)}to{opacity:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipYRightIn{0%{opacity:0;-webkit-transform:perspective(400px) rotateY(-180deg);transform:perspective(400px) rotateY(-180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateY(-90deg);transform:perspective(700px) rotateY(-90deg)}to{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipYRightIn{0%{opacity:0;-webkit-transform:perspective(400px) rotateY(-180deg);transform:perspective(400px) rotateY(-180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateY(-90deg);transform:perspective(700px) rotateY(-90deg)}to{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipYRightOut{0%{opacity:1;-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateY(-90deg);transform:perspective(700px) rotateY(-90deg)}to{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipYRightOut{0%{opacity:1;-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateY(-90deg);transform:perspective(700px) rotateY(-90deg)}to{opacity:0;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipXDownIn{0%{opacity:0;-webkit-transform:perspective(400px) rotateX(180deg);transform:perspective(400px) rotateX(180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateX(90deg);transform:perspective(700px) rotateX(90deg)}to{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipXDownIn{0%{opacity:0;-webkit-transform:perspective(400px) rotateX(180deg);transform:perspective(400px) rotateX(180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateX(90deg);transform:perspective(700px) rotateX(90deg)}to{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipXDownOut{0%{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateX(90deg);transform:perspective(700px) rotateX(90deg)}75%{-webkit-transform:perspective(850px) rotateX(125deg);transform:perspective(850px) rotateX(125deg)}to{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipXDownOut{0%{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateX(90deg);transform:perspective(700px) rotateX(90deg)}75%{-webkit-transform:perspective(850px) rotateX(125deg);transform:perspective(850px) rotateX(125deg)}to{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipXUpIn{0%{opacity:0;-webkit-transform:perspective(400px) rotateX(-180deg);transform:perspective(400px) rotateX(-180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateX(-90deg);transform:perspective(700px) rotateX(-90deg)}to{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipXUpIn{0%{opacity:0;-webkit-transform:perspective(400px) rotateX(-180deg);transform:perspective(400px) rotateX(-180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateX(-90deg);transform:perspective(700px) rotateX(-90deg)}to{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@-webkit-keyframes FlipXUpOut{0%{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateX(-90deg);transform:perspective(700px) rotateX(-90deg)}to{opacity:0;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}@keyframes FlipXUpOut{0%{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}50%{-webkit-transform:perspective(700px) rotateX(-90deg);transform:perspective(700px) rotateX(-90deg)}to{opacity:0;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}.e-ripple,.e-ripple-style{overflow:hidden;position:relative;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.e-ripple-element,.e-ripple-style:after{background-color:#0000001a;border-radius:0;overflow:hidden;pointer-events:none;position:absolute;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:opacity,-webkit-transform 0ms cubic-bezier(0,.1,.2,1);transition:opacity,-webkit-transform 0ms cubic-bezier(0,.1,.2,1);transition:opacity,transform 0ms cubic-bezier(0,.1,.2,1);transition:opacity,transform 0ms cubic-bezier(0,.1,.2,1),-webkit-transform 0ms cubic-bezier(0,.1,.2,1)}.e-ripple-style:after{background:#0000004d;content:"";display:block;height:50%;left:25%;opacity:0;top:25%;-webkit-transform:scale(3);transform:scale(3);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s,-webkit-transform .5s;width:50%}.e-ripple-style:active:after{opacity:1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:0s;transition:0s}.e-signature.e-control{border:1px solid}.e-signature.e-control{background-color:#fff;border:1px solid;border-color:#e0e0e0}.e-float-input .e-clear-icon:before,.e-float-input.e-control-wrapper .e-clear-icon:before{content:"";font-family:e-icons}.e-input-group .e-clear-icon:before,.e-input-group.e-control-wrapper .e-clear-icon:before{content:"";font-family:e-icons}.e-filled.e-float-input .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper .e-clear-icon:before{content:"";font-family:e-icons}.e-filled.e-input-group .e-clear-icon:before,.e-filled.e-input-group.e-control-wrapper .e-clear-icon:before{content:"";font-family:e-icons}.e-outline.e-float-input .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper .e-clear-icon:before{content:"";font-family:e-icons}.e-outline.e-input-group .e-clear-icon:before,.e-outline.e-input-group.e-control-wrapper .e-clear-icon:before{content:"";font-family:e-icons}.e-input-group,.e-input-group.e-control-wrapper{display:table;line-height:1.4;margin-bottom:4px}input.e-input,.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,textarea.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input{border:0 solid;border-width:0 0 1px 0;height:auto;line-height:inherit;margin:0 0 4px;outline:none;padding:4px 0;text-indent:0;width:100%}input.e-input,textarea.e-input,.e-input-group,.e-input-group.e-control-wrapper,.e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-disabled{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;font-weight:400}.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-small .e-input,.e-input-group.e-small.e-control-wrapper .e-input,.e-small .e-input-group .e-input,.e-small .e-input-group.e-control-wrapper .e-input{font:inherit}input.e-input,.e-input-group input.e-input,.e-input-group input,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper input,.e-float-input input,.e-float-input.e-input-group input,.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper.e-input-group input,input.e-input:focus,.e-input-group input.e-input:focus,.e-input-group input:focus,.e-input-group.e-control-wrapper input.e-input:focus,.e-input-group.e-control-wrapper input:focus,.e-float-input input:focus,.e-float-input.e-input-group input:focus,.e-float-input.e-control-wrapper input:focus,.e-float-input.e-control-wrapper.e-input-group input:focus,.e-input-group.e-input-focus input.e-input,.e-input-group.e-input-focus input,.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-input-focus input,.e-float-input.e-input-focus input,.e-float-input.e-input-group.e-input-focus input,.e-float-input.e-control-wrapper.e-input-focus input,.e-float-input.e-control-wrapper.e-input-group.e-input-focus input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}input.e-input,.e-input-group input.e-input,.e-input-group input,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper input,.e-float-input input,.e-float-input.e-input-group input,.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper.e-input-group input,.e-input-group,.e-input-group.e-control-wrapper,.e-float-input,.e-float-input.e-control-wrapper,.e-input.e-corner,.e-input-group.e-corner.e-rtl input.e-input:only-child,.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child,.e-input-group.e-input-focus.e-corner,.e-input-group.e-control-wrapper.e-input-focus.e-corner,textarea.e-input,.e-input-group textarea.e-input,.e-input-group textarea,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper textarea,.e-float-input textarea,.e-float-input.e-input-group textarea,.e-float-input.e-control-wrapper textarea,.e-float-input.e-control-wrapper.e-input-group textarea{border-radius:0}.e-input:focus{border-width:0 0 2px 0;padding-bottom:4px}.e-input.e-small:focus{border-width:0 0 2px 0;padding-bottom:4px}.e-input:focus{padding-bottom:3px}.e-input.e-small:focus{padding-bottom:3px}.e-input-group input.e-input:focus,.e-input-group.e-control-wrapper input.e-input:focus,.e-input-group textarea.e-input:focus,.e-input-group.e-control-wrapper textarea.e-input:focus,.e-input-group.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-input-focus input.e-input{padding:4px 0}.e-input-group textarea.e-input:focus,.e-input-group.e-control-wrapper textarea.e-input:focus{padding:4px 0}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0 solid;border-width:0;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;min-height:18px;min-width:18px;padding:0;text-align:center}.e-input-group.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon{font-size:20px;margin:0;min-height:30px;min-width:30px;padding:0}.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-input-group.e-float-icon-left>.e-input-group-icon,.e-small .e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon{font-size:20px;margin:0;min-height:28px;min-width:28px;padding:0}.e-input-group.e-float-icon-left:not(.e-disabled)>.e-input-group-icon:active,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled)>.e-input-group-icon:active{background:transparent}.e-input-group.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon{cursor:auto}.e-input[disabled],.e-input-group .e-input[disabled],.e-input-group.e-control-wrapper .e-input[disabled],.e-input-group.e-disabled,.e-input-group.e-disabled input,.e-input-group.e-disabled input.e-input,.e-input-group.e-disabled textarea,.e-input-group.e-disabled textarea.e-input,.e-input-group.e-control-wrapper.e-disabled,.e-input-group.e-control-wrapper.e-disabled input,.e-input-group.e-control-wrapper.e-disabled input.e-input,.e-input-group.e-control-wrapper.e-disabled textarea,.e-input-group.e-control-wrapper.e-disabled textarea.e-input,.e-float-input.e-disabled input,.e-float-input.e-disabled textarea,.e-float-input input[disabled],.e-float-input input.e-disabled,.e-float-input textarea[disabled],.e-float-input textarea.e-disabled,.e-float-input.e-control-wrapper.e-disabled input,.e-float-input.e-control-wrapper.e-disabled textarea,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper input.e-disabled,.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-control-wrapper textarea.e-disabled,.e-input-group.e-disabled span,.e-input-group.e-control-wrapper.e-disabled span,.e-input-group.e-disabled input.e-input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child~.e-clear-icon,.e-float-input.e-disabled input:not(:valid):first-child~.e-clear-icon,.e-float-input.e-input-group.e-disabled input:not(:valid):first-child~.e-clear-icon,.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child~.e-clear-icon,.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide{cursor:not-allowed}.e-input[disabled],.e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-disabled,.e-float-input.e-disabled,.e-float-input input[disabled],.e-float-input input.e-disabled,.e-float-input.e-disabled input,.e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper input.e-disabled,.e-float-input.e-control-wrapper.e-disabled input,.e-float-input textarea[disabled],.e-float-input textarea.e-disabled,.e-float-input.e-disabled textarea,.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-control-wrapper textarea.e-disabled,.e-float-input.e-control-wrapper.e-disabled textarea{filter:alpha(opacity=100);opacity:1}.e-input.e-rtl,.e-input-group.e-rtl,.e-input-group.e-control-wrapper.e-rtl,.e-float-input.e-rtl,.e-float-input.e-control-wrapper.e-rtl{direction:rtl}.e-input-group,.e-input-group.e-control-wrapper,.e-float-custom-tag.e-input-group,.e-float-custom-tag.e-input-group.e-control-wrapper,.e-input-custom-tag,.e-input-custom-tag.e-input-group,.e-input-custom-tag.e-input-group.e-control-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.e-float-input:not(.e-input-group),.e-float-input.e-control-wrapper:not(.e-input-group),.e-float-custom-tag,.e-float-custom-tag.e-control-wrapper{display:inline-block}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.e-input-group .e-input-group-icon:first-child,.e-input-group.e-control-wrapper .e-input-group-icon:first-child{border-left-width:0}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{white-space:nowrap}.e-input-group .e-input-group-icon:not(:last-child),.e-input-group.e-control-wrapper .e-input-group-icon:not(:last-child){border-right-width:0}.e-input+.e-input-group-icon,.e-input-group .e-input+.e-input-group-icon,.e-input-group.e-control-wrapper .e-input+.e-input-group-icon{border-left-width:0}.e-input-group.e-corner .e-input:first-child,.e-input-group.e-corner .e-input-group-icon:first-child,.e-input-group.e-control-wrapper.e-corner .e-input:first-child,.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.e-input-group.e-corner .e-input:last-child,.e-input-group.e-corner .e-input-group-icon:last-child,.e-input-group.e-control-wrapper.e-corner .e-input:last-child,.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child{border-bottom-right-radius:0;border-top-right-radius:0}.e-input-group.e-rtl .e-input-group-icon:first-child,.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child{border-left-width:0;border-right-width:0}.e-input-group.e-rtl .e-input-group-icon:last-child,.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child{border-left-width:0;border-right-width:0}.e-input-group.e-rtl .e-input-group-icon:not(:last-child),.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:not(:last-child){border-left-width:0}.e-input-group.e-rtl .e-input-group-icon+.e-input,.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon+.e-input{border-right-width:0}input.e-input.e-small,textarea.e-input.e-small,.e-small input.e-input,.e-small textarea.e-input,.e-input-group.e-small,.e-small .e-input-group,.e-input-group.e-control-wrapper.e-small,.e-small .e-input-group.e-control-wrapper,.e-input-group.e-small.e-disabled,.e-small .e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-input-group.e-control-wrapper.e-disabled{font-size:12px}.e-input.e-small,.e-input-group.e-small .e-input,.e-input-group.e-control-wrapper.e-small .e-input{line-height:inherit;padding:4px 0}.e-input-group.e-small .e-input:focus,.e-input-group.e-control-wrapper.e-small .e-input:focus,.e-input-group.e-small.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input{padding:4px 0}.e-input-group.e-small .e-input-group-icon,.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-input-group .e-input-group-icon,.e-small .e-input-group.e-control-wrapper .e-input-group-icon{font-size:12px;min-height:16px;min-width:16px;padding:0}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:13px;font-style:normal;font-weight:400;left:0;overflow:hidden;padding-left:0;pointer-events:none;position:absolute;text-overflow:ellipsis;top:-11px;-webkit-transform:translate3d(0,16px,0) scale(1);transform:translate3d(0,16px,0) scale(1);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:.25s cubic-bezier(.25,.8,.25,1);transition:.25s cubic-bezier(.25,.8,.25,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{top:-11px}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{content:"";font-style:normal}.e-float-input.e-small label.e-float-text,.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:12px;top:-11px}.e-float-input .e-input-in-wrap label.e-float-text,.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{top:-11px}.e-float-input input:focus~label.e-float-text,.e-float-input input:valid~label.e-float-text,.e-float-input input~label.e-label-top.e-float-text,.e-float-input input[readonly]~label.e-label-top.e-float-text,.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-float-input input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text,.e-float-input.e-input-focus input~label.e-float-text{font-size:13px;top:-9px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92)}.e-float-input.e-small input:focus~label.e-float-text,.e-float-input.e-small input:valid~label.e-float-text,.e-float-input.e-small input~label.e-label-top.e-float-text,.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small input label.e-float-text.e-label-top,.e-small .e-float-input input:focus~label.e-float-text,.e-small .e-float-input input:valid~label.e-float-text,.e-small .e-float-input input~label.e-label-top.e-float-text,.e-small .e-float-input input[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input input[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input label.e-float-text.e-label-top{font-size:13px;top:-9px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92)}.e-float-input .e-input-in-wrap input:focus~label.e-float-text,.e-float-input .e-input-in-wrap input:valid~label.e-float-text,.e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text,.e-float-input .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-float-input .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-float-input .e-input-in-wrap input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper .e-input-in-wrap input:focus~label.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap input label.e-float-text.e-label-top{top:-9px}.e-float-input.e-small input:focus~label.e-float-text,.e-float-input.e-small input:valid~label.e-float-text,.e-float-input.e-small input~label.e-label-top.e-float-text,.e-small .e-float-input input~label.e-label-top.e-float-text,.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small.e-input-focus input-group-animation~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text{font-size:12px;top:-8px}.e-float-input.e-small .e-input-in-wrap input:focus~label.e-float-text,.e-float-input.e-small .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-small .e-input-in-wrap input~label.e-label-top.e-float-text,.e-small .e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text,.e-float-input.e-small .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text{top:-7px}.e-float-input,.e-float-input.e-control-wrapper{line-height:1.4;margin-bottom:4px;margin-top:16px;padding-top:0;position:relative;width:100%}.e-float-input.e-small,.e-float-input.e-control-wrapper.e-small,.e-small .e-float-input.e-control-wrapper{line-height:1.35;margin-bottom:4px;margin-top:16px;padding-top:0}.e-input-group.e-small,.e-input-group.e-control-wrapper.e-small,.e-small .e-input-group,.e-small .e-input-group.e-control-wrapper{line-height:normal}.e-float-input.e-no-float-label,.e-float-input.e-small.e-no-float-label,.e-small .e-float-input.e-no-float-label,.e-float-input.e-control-wrapper.e-no-float-label,.e-float-input.e-control-wrapper.e-small.e-no-float-label,.e-small .e-float-input.e-control-wrapper.e-no-float-label{margin-top:0}.e-float-input,.e-float-input.e-control-wrapper,.e-float-input.e-disabled,.e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-input-group.e-disabled,.e-float-input.e-input-group.e-control-wrapper.e-disabled{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;font-weight:400}.e-float-input input,.e-float-input textarea,.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper textarea{border:0 solid;border-width:0 0 1px 0;display:block;font:inherit;width:100%}.e-float-input input,.e-float-input.e-control-wrapper input{min-width:0;padding:4px 0}.e-float-input input,.e-input-group input,.e-float-input.e-control-wrapper input,.e-input-group.e-control-wrapper input,.e-float-input textarea,.e-input-group textarea,.e-float-input.e-control-wrapper textarea,.e-input-group.e-control-wrapper textarea{text-indent:0}.e-float-input.e-small.e-disabled,.e-small .e-float-input.e-disabled,.e-float-input.e-control-wrapper.e-small.e-disabled,.e-small .e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-input-group.e-small.e-disabled,.e-small .e-float-input.e-input-group.e-disabled,.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled,.e-float-input.e-small,.e-small .e-float-input,.e-float-input.e-control-wrapper.e-small,.e-small .e-float-input.e-control-wrapper{font-size:12px}.e-float-input.e-small input,.e-float-input.e-control-wrapper.e-small input{font:inherit;line-height:inherit;padding:4px 0}.e-float-input input:focus,.e-float-input.e-control-wrapper input:focus,.e-float-input textarea:focus,.e-float-input.e-control-wrapper textarea:focus,.e-float-input.e-input-focus input,.e-float-input.e-control-wrapper.e-input-focus input,.e-input-group.e-control-container.valid.modified,.e-input-group.e-control-container.invalid,.e-float-input.e-control-container.valid.modified,.e-float-input.e-control-container.invalid{outline:none}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text{font-family:inherit}.e-float-input input:valid~label.e-float-text,.e-float-input input:focus~label.e-float-text,.e-float-input input:valid~label.e-float-text.e-label-top,.e-float-input input~label.e-float-text.e-label-top,.e-float-input .e-input-in-wrap input:valid~label.e-float-text,.e-float-input .e-input-in-wrap input:valid~label.e-float-text.e-label-top,.e-float-input .e-input-in-wrap input~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-float-input.e-control-wrapper input:valid~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper input~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap input:valid~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-float-text.e-label-top,.e-float-input.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text,.e-float-input textarea:valid~label.e-float-text,.e-float-input textarea:focus~label.e-float-text,.e-float-input textarea:valid~label.e-float-text.e-label-top,.e-float-input textarea~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper textarea:valid~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper textarea~label.e-float-text.e-label-top{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input~label.e-float-text.e-label-top{left:-34px;width:auto}.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input~label.e-float-text.e-label-top{right:-34px;width:auto}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-weight:400}.e-float-input:not(.e-input-group) .e-float-line:before,.e-float-input:not(.e-input-group) .e-float-line:after,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line:before,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line:after{bottom:0;content:"";height:2px;position:absolute;-webkit-transition:.2s ease;transition:.2s ease;width:0}.e-float-input:not(.e-input-group) .e-float-line:before,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line:before{left:50%}.e-float-input:not(.e-input-group) .e-float-line:after,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line:after{right:50%}.e-float-input:not(.e-input-group) input:focus~.e-float-line:before,.e-float-input:not(.e-input-group) textarea:focus~.e-float-line:before,.e-float-input:not(.e-input-group) input:focus~.e-float-line:after,.e-float-input:not(.e-input-group) textarea:focus~.e-float-line:after,.e-float-input.e-control-wrapper:not(.e-input-group) input:focus~.e-float-line:before,.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus~.e-float-line:before,.e-float-input.e-control-wrapper:not(.e-input-group) input:focus~.e-float-line:after,.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus~.e-float-line:after,.e-float-input:not(.e-input-group).e-input-focus input~.e-float-line:before,.e-float-input:not(.e-input-group).e-input-focus input~.e-float-line:after,.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input~.e-float-line:before,.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input~.e-float-line:after{width:50%}.e-float-input .e-float-line,.e-float-input.e-control-wrapper .e-float-line{display:block;position:relative;width:100%}.e-float-input.e-rtl label.e-float-text,.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-rtl .e-float-input label.e-float-text,.e-rtl .e-float-input.e-control-wrapper label.e-float-text,.e-rtl label.e-float-text,.e-rtl.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{right:0;-webkit-transform-origin:right top;transform-origin:right top}.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom{padding-right:0}.e-input-group.e-corner.e-rtl .e-input:first-child,.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child{border-radius:0}.e-input-group.e-corner.e-rtl .e-input:last-child,.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child{border-radius:0}.e-input-group.e-warning:before,.e-input-group.e-control-wrapper.e-warning:before{content:""}.e-float-input input[disabled],.e-float-input input.e-disabled,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper input.e-disabled{background:transparent;background-image:none;cursor:not-allowed}.e-input-group.e-rtl .e-input:not(:first-child):focus,.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus{border-right-width:0}.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input{min-width:0;width:100%}.e-input-group input.e-input,.e-input-group textarea.e-input,.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]){border:0 solid;border-width:0}.e-input-group input.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-float-input input.e-input,.e-float-input.e-control-wrapper input.e-input{margin-bottom:0}.e-input-group:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:before,.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:after,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:before,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:after,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line:before,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line:after{-moz-transition:.2s cubic-bezier(.4,0,.4,1);bottom:0;content:"";height:2px;position:absolute;-webkit-transition:.2s cubic-bezier(.4,0,.4,1);transition:.2s cubic-bezier(.4,0,.4,1);width:0}.e-input-group:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group.e-float-icon-left .e-input-in-wrap:not(.e-float-input):before,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap:not(.e-float-input):before,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:before,.e-filled.e-input-group.e-float-icon-left:before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:before,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:before,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line:before{left:50%}.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus:before,.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus:after,.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:before,.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus:before,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus:after,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:before,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:after,.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:before,.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:after,.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line:before,.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line:after,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line:before,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line:after,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line:before,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line:after{width:50%}.e-input-group:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:after,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input):after,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input):after,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:after,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line:after{right:50%}.e-input-group,.e-input-group.e-control-wrapper{position:relative;width:100%}.e-input-group .e-input-group-icon:hover,.e-input-group.e-rtl.e-corner .e-input-group-icon:hover,.e-input-group.e-control-wrapper .e-input-group-icon:hover,.e-input-group.e-control-wrapper.e-rtl.e-corner .e-input-group-icon:hover{border-radius:2px}.e-input.e-small,.e-input-group.e-small,.e-input-group.e-control-wrapper.e-small{margin-bottom:4px}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{margin-bottom:4px;margin-right:4px;margin-top:4px}.e-float-input.e-input-group .e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{margin-top:2px}.e-input-group.e-small .e-input-group-icon,.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-input-group .e-input-group-icon,.e-small .e-input-group.e-control-wrapper .e-input-group-icon{margin-bottom:4px;margin-right:4px;margin-top:4px}.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small .e-float-input.e-input-group .e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{margin-top:4px}.e-input-group .e-input-group-icon:last-child,.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-input-group.e-small .e-input-group-icon:last-child,.e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child{margin-right:0}.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error){border-style:solid;border-width:0 0 1px 0}.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap{border-style:solid;border-width:0 0 1px 0}.e-input-group:not(.e-float-icon-left),.e-input-group.e-control-wrapper:not(.e-float-icon-left),.e-filled.e-input-group.e-float-icon-left,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left{border-bottom:1px solid}.e-input-group:not(.e-float-icon-left),.e-input-group.e-success:not(.e-float-icon-left),.e-input-group.e-warning:not(.e-float-icon-left),.e-input-group.e-error:not(.e-float-icon-left),.e-input-group.e-control-wrapper:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left){border:1px solid;border-width:0 0 1px 0}.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus,.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus{border-right-width:0}.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap{background:transparent;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.42)),color-stop(33%,rgba(0,0,0,.42)),color-stop(0,transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-position:bottom -1px left 0;background-repeat:repeat-x;background-size:4px 1px;border-bottom-color:transparent;color:#0000006b}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{position:relative}.e-input-group:not(.e-filled) .e-input-group-icon:after,.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon:after{background:#bdbdbd;border-radius:100%;content:"";display:block;height:50%;left:25%;opacity:.75;position:absolute;top:25%;-webkit-transform:scale(0);transform:scale(0);width:50%}.e-input-group .e-input-group-icon.e-input-btn-ripple:after,.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple:after{-webkit-animation:e-input-ripple .45s linear;animation:e-input-ripple .45s linear}input.e-input::-ms-clear,.e-float-input input::-ms-clear,.e-float-input.e-control-wrapper input::-ms-clear,.e-input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-input-group input:not(.e-control).e-input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-float-input input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-float-input.e-input-group input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child~.e-clear-icon{display:none}.e-input-group .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,.e-float-input.e-control-wrapper.e-hidden,.e-input-group.e-control-wrapper.e-hidden{display:none}input.e-input[type=search]::-webkit-search-decoration,input.e-input[type=search]::-webkit-search-cancel-button,input.e-input[type=search]::-webkit-search-results-button,input.e-input[type=search]::-webkit-search-results-decoration,.e-float-input input[type=search]::-webkit-search-decoration,.e-float-input input[type=search]::-webkit-search-cancel-button,.e-float-input input[type=search]::-webkit-search-results-button,.e-float-input input[type=search]::-webkit-search-results-decoration,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.e-float-input.e-input-group .e-float-line,.e-float-input.e-input-group.e-control-wrapper .e-float-line,.e-float-input.e-control-wrapper.e-input-group .e-float-line,.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line{bottom:-1px;position:absolute}.e-float-input.e-input-group input,.e-float-input.e-input-group textarea,.e-float-input.e-input-group.e-control-wrapper input,.e-float-input.e-input-group.e-control-wrapper textarea{border:0}.e-float-input.e-input-group .e-float-line,.e-float-input.e-input-group .e-float-text,.e-float-input.e-input-group.e-control-wrapper .e-float-line,.e-float-input.e-input-group.e-control-wrapper .e-float-text{right:0}input.e-input::-webkit-input-placeholder,input.e-input:-moz-placeholder,input.e-input:-ms-input-placeholder,input.e-input::-moz-placeholder,textarea.e-input::-webkit-input-placeholder,textarea.e-input:-moz-placeholder,textarea.e-input:-ms-input-placeholder,textarea.e-input::-moz-placeholder,textarea.e-input::-webkit-textarea-placeholder,textarea.e-input:-ms-textarea-placeholder{font-size:13px;font-style:normal}.e-small input.e-input::-webkit-input-placeholder,input.e-small.e-input::-webkit-input-placeholder,.e-small input.e-input:-moz-placeholder,input.e-small.e-input:-moz-placeholder,.e-small input.e-input:-ms-input-placeholder,input.e-small.e-input:-ms-input-placeholder,.e-small input.e-input::-moz-placeholder,input.e-small.e-input::-moz-placeholder,.e-small textarea.e-input::-webkit-input-placeholder,textarea.e-small.e-input::-webkit-input-placeholder,.e-small textarea.e-input:-moz-placeholder,textarea.e-small.e-input:-moz-placeholder,.e-small textarea.e-input:-ms-input-placeholder,textarea.e-small.e-input:-ms-input-placeholder,.e-small textarea.e-input::-moz-placeholder,textarea.e-small.e-input::-moz-placeholder,.e-small textarea.e-input::-webkit-textarea-placeholder,textarea.e-small.e-input::-webkit-textarea-placeholder{font-size:12px;font-style:normal}input.e-input:-moz-placeholder,textarea.e-input:-moz-placeholder,.e-input-group input.e-input:-moz-placeholder,.e-input-group textarea.e-input:-moz-placeholder,.e-input-group.e-control-wrapper input.e-input:-moz-placeholder,.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,input.e-input::-moz-placeholder,textarea.e-input::-moz-placeholder,input.e-input::-webkit-input-placeholder,textarea.e-input::-webkit-input-placeholder{font-style:normal;-moz-user-select:none;-webkit-user-select:none;user-select:none}input.e-input:-ms-input-placeholder,textarea.e-input:-ms-input-placeholder{font-style:normal}input.e-input,.e-input-group input,.e-input-group.e-control-wrapper input,.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}.e-float-input:not(.e-input-group) input,.e-float-input.e-control-wrapper:not(.e-input-group) input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}.e-control input.e-input,.e-control .e-input-group input,.e-control .e-input-group input.e-input,.e-control .e-input-group.e-control-wrapper input,.e-control .e-input-group.e-control-wrapper input.e-input,.e-control .e-float-input input,.e-control .e-float-input.e-control-wrapper input,.e-control.e-input-group input,.e-control.e-input-group input.e-input,.e-control.e-input-group.e-control-wrapper input,.e-control.e-input-group.e-control-wrapper input.e-input,.e-control.e-float-input input,.e-control.e-float-input.e-control-wrapper input{-webkit-box-sizing:content-box;box-sizing:content-box}input.e-input.e-small,.e-input-group.e-small input,.e-input-group.e-small input.e-input,.e-small .e-input-group input,.e-small .e-input-group input.e-input,.e-input-group.e-control-wrapper.e-small input,.e-input-group.e-control-wrapper.e-small input.e-input,.e-small .e-input-group.e-control-wrapper input,.e-small .e-input-group.e-control-wrapper input.e-input,.e-float-input.e-small input,.e-float-input.e-small input.e-input,.e-small .e-float-input input,.e-small .e-float-input input.e-input,.e-float-input.e-control-wrapper.e-small input,.e-float-input.e-control-wrapper.e-small input.e-input,.e-small .e-float-input.e-control-wrapper input,.e-small .e-float-input.e-control-wrapper input.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}.e-float-input.e-small:not(.e-input-group) input,.e-float-input.e-small:not(.e-input-group) input.e-input,.e-small .e-float-input:not(.e-input-group) input,.e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}textarea.e-input,.e-input-group textarea,.e-input-group.e-control-wrapper textarea,.e-float-input textarea,.e-float-input.e-control-wrapper textarea,textarea.e-input.e-small,.e-input-group.e-small textarea,.e-input-group.e-small textarea.e-input,.e-small .e-input-group textarea,.e-small .e-input-group textarea.e-input,.e-input-group.e-control-wrapper.e-small textarea,.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-small .e-input-group.e-control-wrapper textarea,.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-float-input.e-small textarea,.e-float-input.e-small textarea.e-input,.e-small .e-float-input textarea,.e-small .e-float-input textarea.e-input,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper.e-small textarea.e-input,.e-small .e-float-input.e-control-wrapper textarea,.e-small .e-float-input.e-control-wrapper textarea.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}input.e-input.e-small,.e-input-group input.e-input.e-small,.e-input-group.e-control-wrapper input.e-input.e-small,.e-input-group.e-small .e-input,.e-input-group.e-control-wrapper.e-small .e-input,.e-small input.e-input,.e-small .e-input-group .e-input,.e-small .e-input-group.e-control-wrapper .e-input,.e-float-input.e-small input,.e-float-input input.e-small,.e-small .e-float-input input,.e-float-input.e-control-wrapper.e-small input,.e-float-input.e-control-wrapper input.e-small,.e-small .e-float-input.e-control-wrapper input,textarea.e-input.e-small,.e-input-group textarea.e-input.e-small,.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,.e-float-input.e-small textarea,.e-float-input textarea.e-small,.e-small .e-float-input textarea,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper textarea.e-small,.e-small .e-float-input.e-control-wrapper textarea{text-indent:0}input.e-input,.e-input-group input.e-input,.e-input-group input,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper input,.e-float-input input.e-input,.e-float-input input,.e-float-input.e-control-wrapper input.e-input,.e-float-input.e-control-wrapper input,.e-input-group input.e-input:focus,.e-input-group.e-control-wrapper input.e-input:focus,.e-float-input.e-control-wrapper input:focus,.e-float-input input:focus,.e-input-group.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-float-input.e-control-wrapper.e-input-focus input,.e-float-input.e-input-focus input{padding-left:0;text-indent:0}textarea.e-input,.e-input-group textarea.e-input,.e-input-group textarea,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper textarea,.e-float-input textarea.e-input,.e-float-input textarea,.e-float-input.e-control-wrapper textarea.e-input,.e-float-input.e-control-wrapper textarea,.e-input-group textarea.e-input:focus,.e-input-group.e-control-wrapper textarea.e-input:focus,.e-float-input.e-control-wrapper textarea:focus,.e-float-input textarea:focus{padding-left:0;text-indent:0}input.e-input.e-rtl,.e-input-group.e-rtl input.e-input,.e-input-group.e-control-container.e-rtl input.e-control,.e-input-group.e-control-wrapper.e-rtl input.e-input,.e-float-input.e-rtl input,.e-float-input.e-control-wrapper.e-rtl input,.e-rtl .e-input-group input.e-input,.e-rtl .e-input-group.e-control-wrapper input.e-input,.e-rtl .e-float-input input,.e-rtl .e-float-input.e-control-wrapper input,.e-input-group.e-rtl input.e-input:focus,.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-float-input.e-rtl input:focus,.e-float-input.e-control-wrapper.e-rtl input:focus,.e-rtl .e-input-group input.e-input:focus,.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,.e-rtl .e-float-input input:focus,.e-rtl .e-float-input.e-control-wrapper input:focus,.e-input-group.e-rtl.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-rtl .e-input-group.e-input-focus input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-float-input.e-rtl.e-input-focus input,.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,.e-rtl .e-float-input.e-input-focus input,.e-rtl .e-float-input.e-control-wrapper.e-input-focus input{padding-left:0;padding-right:0;text-indent:0}textarea.e-input.e-rtl,.e-input-group:not(.e-outline).e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,.e-float-input:not(.e-outline).e-rtl textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,.e-rtl .e-input-group:not(.e-outline) textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,.e-rtl .e-float-input:not(.e-outline) textarea,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,.e-float-input:not(.e-outline).e-rtl textarea:focus,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,.e-rtl .e-float-input:not(.e-outline) textarea:focus,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus{padding-right:0;text-indent:0}input.e-input.e-small,.e-small input.e-input,.e-input-group.e-small input.e-input,.e-input-group.e-control-wrapper.e-small input.e-input,.e-float-input.e-small input,.e-float-input.e-control-wrapper input.e-small,.e-input-group input.e-input.e-small,.e-input-group.e-control-wrapper input.e-input.e-small,.e-small .e-float-input input,.e-small .e-float-input.e-control-wrapper input,.e-small .e-input-group input.e-input,.e-small .e-input-group.e-control-wrapper input.e-input,.e-input-group.e-small input.e-input:focus,.e-input-group.e-control-wrapper.e-small input.e-input:focus,.e-float-input.e-small input:focus,.e-float-input.e-control-wrapper.e-small input:focus,.e-small .e-input-group.e-control-wrapper input.e-input:focus,.e-small .e-input-group input.e-input:focus,.e-small .e-float-input input:focus,.e-small .e-float-input.e-control-wrapper input:focus,.e-input-group.e-small.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-small .e-input-group.e-input-focus input.e-input,.e-float-input.e-small.e-input-focus input,.e-float-input.e-control-wrapper.e-input-focus.e-small input,.e-small .e-float-input.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-input-focus input,textarea.e-input.e-small,.e-small textarea.e-input,.e-input-group.e-small textarea.e-input,.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper textarea.e-small,.e-float-input.e-small textarea,.e-float-input textarea.e-small,.e-input-group textarea.e-input.e-small,.e-input-group.e-control-wrapper textarea.e-input.e-small,.e-small .e-float-input.e-control-wrapper textarea,.e-small .e-float-input textarea,.e-small .e-input-group textarea.e-input,.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-small textarea.e-input:focus,.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,.e-float-input.e-small textarea:focus,.e-float-input.e-control-wrapper.e-small textarea:focus,.e-small .e-input-group textarea.e-input:focus,.e-small .e-input-group.e-control-wrapper textarea.e-input:focus,.e-small .e-float-input.e-control-wrapper textarea:focus,.e-small .e-float-input textarea:focus{padding-left:0;text-indent:0}.e-rtl input.e-input.e-small,input.e-input.e-small.e-rtl,.e-small.e-rtl input.e-input,.e-small input.e-input.e-rtl,.e-float-input.e-control-wrapper.e-small.e-rtl input,.e-float-input.e-small.e-rtl input,.e-input-group.e-small.e-rtl input.e-input,.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,.e-rtl .e-float-input.e-small input,.e-rtl .e-float-input.e-control-wrapper.e-small input,.e-rtl .e-input-group.e-small input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,.e-float-input.e-rtl input.e-small,.e-float-input.e-control-wrapper.e-rtl input.e-small,.e-input-group.e-rtl input.e-input.e-small,.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,.e-rtl .e-float-input input.e-small,.e-rtl .e-float-input.e-control-wrapper input.e-small,.e-rtl .e-input-group input.e-input.e-small,.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,.e-small .e-float-input.e-rtl input,.e-small .e-float-input.e-control-wrapper.e-rtl input,.e-small .e-input-group.e-rtl input.e-input,.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,.e-small.e-rtl .e-float-input.e-control-wrapper input,.e-small.e-rtl .e-float-input input,.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,.e-small.e-rtl .e-input-group input.e-input,.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,.e-small.e-rtl .e-input-group input.e-input:focus,.e-small.e-rtl .e-float-input.e-control-wrapper input:focus,.e-small.e-rtl .e-float-input input:focus,.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-small .e-input-group.e-rtl input.e-input:focus,.e-small .e-float-input.e-control-wrapper.e-rtl input:focus,.e-small .e-float-input.e-rtl input:focus,.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-small.e-rtl .e-input-group.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-small .e-input-group.e-rtl.e-input-focus input.e-input,.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,.e-small.e-rtl .e-float-input.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,.e-small .e-float-input.e-rtl.e-input-focus input{padding-left:0;padding-right:0;text-indent:0}.e-rtl textarea.e-input.e-small,textarea.e-input.e-small.e-rtl,.e-small.e-rtl textarea.e-input,.e-small textarea.e-input.e-rtl,.e-float-input:not(.e-outline).e-small.e-rtl textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,.e-rtl .e-float-input:not(.e-outline).e-small textarea,.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,.e-float-input:not(.e-outline).e-rtl textarea.e-small,.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,.e-rtl .e-float-input:not(.e-outline) textarea.e-small,.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,.e-small .e-float-input:not(.e-outline).e-rtl textarea,.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,.e-small.e-rtl .e-float-input:not(.e-outline) textarea,.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus{padding-right:0;text-indent:0}.e-float-input .e-clear-icon,.e-float-input.e-control-wrapper .e-clear-icon,.e-input-group .e-clear-icon,.e-input-group.e-control-wrapper .e-clear-icon{background:transparent;border:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;min-width:24px;outline:none;padding:0;text-align:center}.e-float-input .e-clear-icon:before,.e-float-input.e-control-wrapper .e-clear-icon:before,.e-input-group .e-clear-icon:before,.e-input-group.e-control-wrapper .e-clear-icon:before{font-size:12px;padding:0;text-align:center;vertical-align:middle}.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.e-float-input.e-small .e-clear-icon:before,.e-float-input.e-control-wrapper.e-small .e-clear-icon:before,.e-input-group.e-small .e-clear-icon:before,.e-input-group.e-control-wrapper.e-small .e-clear-icon:before,.e-float-input.e-control-wrapper input.e-small:first-child~.e-clear-icon:before,.e-small .e-float-input.e-control-wrapper .e-clear-icon:before,.e-float-input input.e-small:first-child~.e-clear-icon:before,.e-small .e-float-input .e-clear-icon:before,.e-small .e-input-group .e-clear-icon:before,.e-small .e-input-group.e-control-wrapper .e-clear-icon:before{font-size:10px}.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide{cursor:pointer}.e-float-input.e-control-wrapper input[readonly]:first-child~.e-clear-icon,.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child~.e-clear-icon,.e-float-input input[readonly]:first-child~.e-clear-icon,.e-float-input.e-input-group input[readonly]:first-child~.e-clear-icon,.e-input-group input[readonly]:first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child~.e-clear-icon,.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide{cursor:auto}.e-input-group .e-clear-icon,.e-input-group.e-control-wrapper .e-clear-icon{min-height:18px;min-width:18px;padding:4px}.e-float-input.e-input-group .e-clear-icon,.e-float-input.e-input-group.e-control-wrapper .e-clear-icon{padding-right:4px;padding-top:4px}.e-input-group.e-small .e-clear-icon,.e-input-group .e-clear-icon.e-small,.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-input-group.e-control-wrapper .e-clear-icon.e-small{min-height:20px;min-width:20px;padding-bottom:5px;padding-right:8px;padding-top:6px}.e-input-group.e-small .e-clear-icon,.e-input-group .e-clear-icon.e-small,.e-small .e-input-group .e-clear-icon,.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-input-group.e-control-wrapper .e-clear-icon.e-small,.e-small .e-input-group.e-control-wrapper .e-clear-icon{min-height:16px;min-width:16px;padding-bottom:4px;padding-right:4px;padding-top:4px}.e-input-group.e-float-input.e-small .e-clear-icon,.e-input-group.e-float-input .e-clear-icon.e-small,.e-small .e-input-group.e-float-input .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon{padding-right:4px;padding-top:4px}.e-input:not(:valid),.e-input:valid,.e-float-input.e-control-wrapper input:not(:valid),.e-float-input.e-control-wrapper input:valid,.e-float-input input:not(:valid),.e-float-input input:valid,.e-input-group input:not(:valid),.e-input-group input:valid,.e-input-group.e-control-wrapper input:not(:valid),.e-input-group.e-control-wrapper input:valid,.e-float-input.e-control-wrapper textarea:not(:valid),.e-float-input.e-control-wrapper textarea:valid,.e-float-input textarea:not(:valid),.e-float-input textarea:valid,.e-input-group.e-control-wrapper textarea:not(:valid),.e-input-group.e-control-wrapper textarea:valid,.e-input-group textarea:not(:valid),.e-input-group textarea:valid{-webkit-box-shadow:none;box-shadow:none}.e-input-group .e-input-in-wrap,.e-input-group.e-control-wrapper .e-input-in-wrap,.e-float-input .e-input-in-wrap,.e-float-input.e-control-wrapper .e-input-in-wrap{width:100%}.e-float-input .e-input-in-wrap label.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text{right:0}.e-input-group .e-input-in-wrap,.e-input-group.e-control-wrapper .e-input-in-wrap,.e-float-input .e-input-in-wrap,.e-float-input.e-control-wrapper .e-input-in-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.e-float-input.e-float-icon-left .e-input-in-wrap,.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-input-group.e-float-icon-left .e-input-in-wrap,.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap{border:1px solid;border-width:0 0 1px 0;margin-left:8px}.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,.e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap,.e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap{margin-left:0;margin-right:8px}.e-float-input label.e-float-text.e-label-bottom,.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{-webkit-transform:translate3d(0,16px,0) scale(1);transform:translate3d(0,16px,0) scale(1)}.e-float-input textarea:focus~label.e-float-text,.e-float-input textarea:valid~label.e-float-text,.e-float-input textarea~label.e-label-top.e-float-text,.e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-float-input textarea label.e-float-text.e-label-top,.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top{font-size:13px;top:-22px;-webkit-transform:translate3d(0,6px,0) scale(.92);transform:translate3d(0,6px,0) scale(.92)}.e-float-input.e-small textarea:focus~label.e-float-text,.e-float-input.e-small textarea:valid~label.e-float-text,.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-small .e-float-input textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text{font-size:12px;top:-21px}.e-float-input textarea~.e-float-text,.e-float-input.e-control-wrapper textarea~.e-float-text{top:-11px}.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:12px;top:-11px}.e-float-input.e-small textarea~label.e-float-text,.e-float-input textarea~label.e-float-text.e-small,.e-float-input textarea.e-small~label.e-float-text,.e-small .e-float-input textarea~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea~label.e-float-text,.e-float-input.e-control-wrapper textarea~label.e-float-text.e-small,.e-float-input.e-control-wrapper textarea.e-small~label.e-float-text,.e-small .e-float-input.e-control-wrapper textarea~label.e-float-text{font-size:12px;top:-11px}.e-input-group.e-small:not(.e-float-input) .e-input,.e-small .e-input-group:not(.e-float-input) .e-input,.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,.e-small .e-input-group.e-control-wrapper:not(.e-float-input) .e-input,.e-float-input.e-small input,.e-small .e-float-input input,.e-float-input.e-input-group.e-small input,.e-small .e-float-input.e-input-group input,.e-float-input.e-input-group.e-control-wrapper.e-small input,.e-small .e-float-input.e-input-group.e-control-wrapper input,.e-float-input.e-control-wrapper.e-small input,.e-small .e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper.e-input-group.e-small input,.e-small .e-float-input.e-control-wrapper.e-input-group input{min-height:16px}.e-input-group input.e-input,.e-float-input.e-input-group input,.e-input-group.e-control-wrapper input.e-input,.e-float-input.e-input-group.e-control-wrapper input,.e-float-input input,.e-float-input.e-control-wrapper input{min-height:22px}.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]){border-bottom-width:1px}.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,.e-float-input.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover{border-bottom-width:1px}.e-input-group:not(.e-disabled):not(.e-float-icon-left):before,.e-input-group:not(.e-disabled):not(.e-float-icon-left):after,.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap:before,.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap:after,.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left):before,.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left):after,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap:before,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap:after{bottom:-2px}.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap{border-style:solid;border-width:0 0 1px}.e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:13px;top:-9px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92);-webkit-user-select:text;user-select:text}.e-small .e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small.e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:12px;top:-8px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92);-webkit-user-select:text;user-select:text}.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{-webkit-transform:translate3d(0,16px,0) scale(1);transform:translate3d(0,16px,0) scale(1)}.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:13px;font-style:normal;font-weight:400;left:0;overflow:hidden;padding-left:0;pointer-events:none;position:absolute;text-overflow:ellipsis;top:-11px;-webkit-transform:translate3d(0,16px,0) scale(1);transform:translate3d(0,16px,0) scale(1);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:.25s cubic-bezier(.25,.8,.25,1);transition:.25s cubic-bezier(.25,.8,.25,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:13px;top:-9px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92);-webkit-user-select:text;user-select:text}.e-small .e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:12px;top:-8px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92);-webkit-user-select:text;user-select:text}.e-float-input.e-small textarea:focus~label.e-float-text,.e-float-input.e-small textarea:valid~label.e-float-text,.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small textarea label.e-float-text.e-label-top,.e-small .e-float-input textarea:focus~label.e-float-text,.e-small .e-float-input textarea:valid~label.e-float-text,.e-small .e-float-input textarea~label.e-label-top.e-float-text,.e-small .e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input textarea label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top{-webkit-transform:translate3d(0,6px,0) scale(.86);transform:translate3d(0,6px,0) scale(.86)}.e-float-input textarea[disabled],.e-float-input textarea.e-disabled,.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-control-wrapper textarea.e-disabled{background:transparent;background-image:none;cursor:not-allowed}textarea.e-input,.e-input-group textarea,.e-input-group textarea.e-input,.e-input-group.e-input-focus textarea,.e-input-group.e-input-focus textarea.e-input,.e-input-group.e-control-wrapper textarea,.e-input-group.e-control-wrapper.e-input-focus textarea,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-float-input textarea,.e-float-input.e-control-wrapper textarea{line-height:1.5;min-height:15px;min-width:0;padding:4px 0;resize:vertical}.e-input-group.e-small textarea,.e-input-group.e-small textarea.e-input,.e-input-group textarea.e-small,.e-input-group textarea.e-input.e-small,.e-input-group.e-control-wrapper.e-small textarea,.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-small .e-input-group textarea,.e-small .e-input-group textarea.e-input,.e-float-input.e-small textarea,.e-float-input textarea.e-small,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper textarea.e-small,.e-small .e-float-input textarea,.e-small .e-float-input.e-control-wrapper textarea,.e-input-group.e-input-focus.e-small textarea,.e-input-group.e-input-focus.e-small textarea.e-input,.e-input-group.e-input-focus textarea.e-small,.e-input-group.e-input-focus textarea.e-input.e-small,.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,.e-small .e-input-group.e-input-focus textarea,.e-small .e-input-group.e-input-focus textarea.e-input{font:inherit;min-height:14px;padding:4px 0}.e-input-group.e-small textarea:focus,.e-input-group.e-small textarea.e-input:focus,.e-input-group textarea.e-small:focus,.e-input-group textarea.e-input.e-small:focus,.e-input-group.e-control-wrapper.e-small textarea:focus,.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,.e-small .e-input-group textarea:focus,.e-small .e-input-group textarea.e-input:focus,.e-float-input.e-small textarea:focus,.e-float-input textarea.e-small:focus,.e-float-input.e-control-wrapper.e-small textarea:focus,.e-float-input.e-control-wrapper textarea.e-small:focus,.e-small .e-float-input textarea:focus,.e-small .e-float-input.e-control-wrapper textarea:focus{padding:4px 0}input.e-input.e-small,textarea.e-input.e-small,.e-small input.e-input,.e-small textarea.e-input{min-height:16px}input.e-input,textarea.e-input{min-height:19px}textarea.e-outline.e-input,.e-outline.e-input-group textarea.e-input,.e-outline.e-input-group textarea,.e-outline.e-input-group.e-control-wrapper textarea.e-input,.e-outline.e-input-group.e-control-wrapper textarea,.e-outline.e-float-input textarea.e-input,.e-outline.e-float-input textarea,.e-outline.e-float-input.e-control-wrapper textarea.e-input,.e-outline.e-float-input.e-control-wrapper textarea{width:calc(100% - 1px)}.e-outline.e-float-input.e-control-wrapper.e-numeric label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow{width:calc(100% - 80px)}.e-outline.e-float-input.e-control-wrapper.e-numeric label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,.e-outline.e-float-input.e-control-wrapper.e-numeric.e-static-clear label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow{overflow:hidden;text-overflow:ellipsis;width:100%}.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-icon{width:calc(100% - 45px)}.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-icon{width:calc(100% - 75px)}.e-outline.e-float-input.e-control-wrapper.e-numeric.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow{width:calc(100% - 110px)}.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:before,.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:after,.e-outline.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line:before,.e-outline.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line:after,.e-outline.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:before,.e-outline.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:after,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line:before,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line:after{width:0%}.e-outline.e-input-group.e-control-wrapper,.e-outline.e-input-group,.e-outline.e-input-group:not(.e-float-icon-left),.e-outline.e-float-input,.e-outline.e-float-input.e-control-wrapper,.e-outline.e-input-group.e-success:not(.e-float-icon-left),.e-outline.e-input-group.e-warning:not(.e-float-icon-left),.e-outline.e-input-group.e-error:not(.e-float-icon-left),.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left),.e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),.e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),.e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left){border:1px solid rgba(0,0,0,.24);border-radius:4px;border-width:1px;fill:transparent;-webkit-transition:border .2s,-webkit-box-shadow .2s;transition:border .2s,-webkit-box-shadow .2s;transition:border .2s,box-shadow .2s;transition:border .2s,box-shadow .2s,-webkit-box-shadow .2s}.e-outline.e-float-input,.e-outline.e-float-input.e-control-wrapper{margin-top:0}.e-outline.e-float-input.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-control-wrapper:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-control-wrapper:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-control-wrapper:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left):not(.e-disabled),.e-outline.e-float-input.e-valid-input.e-control-wrapper:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left):not(.e-disabled),.e-outline.e-float-input.e-input-group.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),.e-outline.e-float-input.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left),.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error){border-top-color:transparent}.e-outline.e-input-group,.e-outline .e-input-group,.e-outline .e-input-group.e-control-wrapper,.e-outline.e-float-input,.e-outline.e-float-input.e-control-wrapper{font-size:14px}.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error),.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error),.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error,.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error),.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error),.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error,.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error),.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error),.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning){border-width:1px}input.e-outline.e-input,.e-outline.e-input-group input.e-input,.e-outline.e-input-group input,.e-outline.e-input-group.e-control-wrapper input.e-input,.e-outline.e-input-group.e-control-wrapper input,.e-outline.e-float-input input.e-input,.e-outline.e-float-input input,.e-outline.e-float-input.e-control-wrapper input.e-input,.e-outline.e-float-input.e-control-wrapper input,.e-outline.e-input-group:not(.e-float-icon-left) input.e-input:focus,.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input:focus,.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input:focus,.e-outline.e-float-input:not(.e-float-icon-left) input:focus,.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left).e-input-focus input,.e-outline.e-float-input:not(.e-float-icon-left).e-input-focus input,.e-outline.e-input-group:not(.e-float-icon-left).e-input-focus input.e-input,.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-input-focus input.e-input{-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 12px 9px}textarea.e-outline.e-input,.e-outline.e-input-group textarea.e-input,.e-outline.e-input-group textarea,.e-outline.e-input-group.e-control-wrapper textarea.e-input,.e-outline.e-input-group.e-control-wrapper textarea,.e-outline.e-float-input textarea.e-input,.e-outline.e-float-input textarea,.e-outline.e-float-input.e-control-wrapper textarea.e-input,.e-outline.e-float-input.e-control-wrapper textarea,.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input:focus,.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input:focus{-webkit-box-sizing:border-box;box-sizing:border-box;margin:8px 0 1px;padding:0 12px 12px}.e-outline.e-input-group input.e-input,.e-outline.e-float-input.e-input-group input,.e-outline.e-input-group.e-control-wrapper input.e-input,.e-outline.e-float-input.e-input-group.e-control-wrapper input,.e-outline.e-float-input input,.e-outline.e-float-input.e-control-wrapper input{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:38px}.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input):before,.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input):after,.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):before,.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):after,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-outline.e-float-input:not(.e-input-group) .e-float-line:before,.e-outline.e-float-input:not(.e-input-group) .e-float-line:after,.e-outline.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line:before,.e-outline.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line:after{content:none}.e-outline.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled){border-color:#e3165b;-webkit-box-shadow:inset 1px 1px #e3165b,inset -1px 0 #e3165b,inset 0 -1px #e3165b;box-shadow:inset 1px 1px #e3165b,inset -1px 0 #e3165b,inset 0 -1px #e3165b}.e-outline.e-float-input.e-float-icon-left .e-input-in-wrap,.e-outline.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-outline.e-input-group.e-float-icon-left .e-input-in-wrap,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap{border:0;border-width:0;margin-left:0}.e-outline.e-input-group.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon{margin-left:4px;margin-right:0}.e-outline.e-input-group.e-rtl.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left>.e-input-group-icon{margin-right:4px;margin-left:0}.e-outline.e-float-input .e-clear-icon,.e-outline.e-float-input.e-control-wrapper .e-clear-icon,.e-outline.e-input-group .e-clear-icon,.e-outline.e-input-group.e-control-wrapper .e-clear-icon{font-size:16px;padding:9px 12px 9px 0}.e-outline.e-input-group.e-float-icon-left .e-input,.e-outline.e-float-input.e-input-group.e-float-icon-left .e-input,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left .e-input,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left .e-input{padding-left:0}.e-outline.e-input-group .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper .e-input-group-icon{font-size:16px;margin:9px 12px 9px 0}.e-outline.e-input-group.e-prepend .e-input-group-icon,.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon{font-size:16px;margin:9px 0 9px 12px}.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap{border:0}.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-control-wrapper .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child{margin-left:0}.e-outline.e-input-group.e-small:not(.e-float-input) .e-input,.e-small .e-outline.e-input-group:not(.e-float-input) .e-input,.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,.e-small .e-outline.e-input-group.e-control-wrapper:not(.e-float-input) .e-input,.e-outline.e-float-input.e-small input,.e-small .e-outline.e-float-input input,.e-outline.e-float-input.e-input-group.e-small input,.e-small .e-outline.e-float-input.e-input-group input,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-small input,.e-small .e-outline.e-float-input.e-input-group.e-control-wrapper input,.e-outline.e-float-input.e-control-wrapper.e-small input,.e-small .e-outline.e-float-input.e-control-wrapper input,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input,.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group input{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:34px}.e-outline.e-float-input.e-small input:focus~label.e-float-text,.e-outline.e-float-input.e-small input:valid~label.e-float-text,.e-outline.e-float-input.e-small input~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small textarea:valid~label.e-float-text,.e-outline.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text{font-size:11px}.e-outline.e-input-group,.e-outline.e-input-group.e-control-wrapper,.e-outline.e-float-input,.e-outline.e-float-input.e-control-wrapper{font-size:14px}.e-outline.e-input-group.e-small,.e-small .e-outline.e-input-group,.e-outline.e-input-group.e-control-wrapper.e-small,.e-small .e-outline.e-input-group.e-control-wrapper,.e-outline.e-float-input.e-small,.e-small .e-outline.e-float-input,.e-outline.e-float-input.e-control-wrapper.e-small,.e-small .e-outline.e-float-input.e-control-wrapper{font-size:13px}input.e-input.e-small.e-outline,.e-small input.e-input.e-outline,.e-input-group.e-small.e-outline input.e-input,.e-outline.e-input-group.e-control-wrapper.e-small input.e-input,.e-outline.e-float-input.e-small input,.e-outline.e-float-input.e-control-wrapper input.e-small,.e-outline.e-input-group input.e-input.e-small,.e-outline.e-input-group.e-control-wrapper input.e-input.e-small,.e-small .e-outline.e-float-input input,.e-small .e-outline.e-float-input.e-control-wrapper input,.e-small .e-outline.e-input-group input.e-input,.e-small .e-outline.e-input-group.e-control-wrapper input.e-input,.e-outline.e-input-group.e-small input.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-small input.e-input:focus,.e-outline.e-float-input.e-small input:focus,.e-outline.e-float-input.e-control-wrapper.e-small input:focus,.e-small .e-outline.e-input-group.e-control-wrapper input.e-input:focus,.e-small .e-outline.e-input-group input.e-input:focus,.e-small .e-outline.e-float-input input:focus,.e-small .e-outline.e-float-input.e-control-wrapper input:focus,.e-outline.e-float-input.e-small.e-input-focus input,.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input,.e-small .e-outline.e-float-input.e-input-focus input,.e-small .e-outline.e-float-input.e-control-wrapper.e-input-focus input,.e-outline.e-input-group.e-small.e-input-focus input.e-input,.e-outline.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,.e-small .e-outline.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-small .e-outline.e-input-group.e-input-focus input.e-input{padding:7px 10px}textarea.e-input.e-small.e-outline,.e-small textarea.e-input.e-outline,.e-input-group.e-small.e-outline textarea.e-input,.e-outline.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-outline.e-float-input.e-control-wrapper textarea.e-small,.e-outline.e-float-input.e-small textarea,.e-outline.e-input-group textarea.e-input.e-small,.e-outline.e-input-group.e-control-wrapper textarea.e-input.e-small,.e-small .e-outline.e-float-input textarea,.e-small .e-outline.e-float-input.e-control-wrapper textarea,.e-small .e-outline.e-input-group textarea.e-input,.e-small .e-outline.e-input-group.e-control-wrapper textarea.e-input,.e-outline.e-input-group.e-small textarea.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,.e-outline.e-float-input.e-small textarea:focus,.e-outline.e-float-input.e-control-wrapper.e-small textarea:focus,.e-small .e-outline.e-input-group.e-control-wrapper textarea.e-input:focus,.e-small .e-outline.e-input-group textarea.e-input:focus,.e-small .e-outline.e-float-input textarea:focus,.e-small .e-outline.e-float-input.e-control-wrapper textarea:focus{-webkit-box-sizing:border-box;box-sizing:border-box;margin:8px 0 1px;padding:0 10px 10px}.e-outline.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-outline.e-input-group.e-float-icon-left>.e-input-group-icon,.e-small .e-outline.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-outline.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon{margin-left:0;margin-right:6px}.e-outline.e-input-group.e-small .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-outline.e-input-group .e-input-group-icon,.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon{margin-left:0;margin-right:10px}.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,.e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-rtl.e-outline.e-input-group .e-input-group-icon,.e-rtl.e-small .e-outline.e-input-group .e-input-group-icon,.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child{margin-left:10px;margin-right:0}.e-outline.e-input-group.e-small .e-clear-icon,.e-outline.e-input-group .e-clear-icon.e-small,.e-small .e-outline.e-input-group .e-clear-icon,.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon{font-size:14px;padding:7px 10px 7px 0}.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{margin-top:9px}.e-outline.e-float-input input,.e-outline.e-float-input textarea,.e-outline.e-float-input.e-control-wrapper input,.e-outline.e-float-input.e-control-wrapper textarea{border:0;border-width:0}.e-outline label.e-float-text,.e-outline.e-float-input label.e-float-text,.e-outline.e-float-input.e-control-wrapper label.e-float-text,.e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;line-height:13px;position:absolute;top:-7px;-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1);-webkit-transition:color .2s,font-size .2s,line-height .2s;transition:color .2s,font-size .2s,line-height .2s}.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text,.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text{line-height:46px}.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text,.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-small.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text{line-height:60px}.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:valid~label.e-float-text.e-label-bottom,.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text,.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text{line-height:54px}.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text,.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text{line-height:50px}.e-outline label.e-float-text:before,.e-outline label.e-float-text:after,.e-outline.e-float-input label.e-float-text:before,.e-outline.e-float-input label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper label.e-float-text:after{border-top:solid 2px;border-top-color:transparent;-webkit-box-shadow:inset 0 1px transparent;box-shadow:inset 0 1px transparent;-webkit-box-sizing:border-box;box-sizing:border-box;content:" ";display:block;height:8px;margin-top:6px;min-width:9px;pointer-events:none;position:relative;-webkit-transition:border-color .1s,-webkit-box-shadow .2s;transition:border-color .1s,-webkit-box-shadow .2s;transition:border-color .1s,box-shadow .2s;transition:border-color .1s,box-shadow .2s,-webkit-box-shadow .2s}.e-outline.e-float-icon-left label.e-float-text:before,.e-outline.e-float-icon-left label.e-float-text:after,.e-outline.e-float-input.e-float-icon-left label.e-float-text:before,.e-outline.e-float-input.e-float-icon-left label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text:after{-webkit-transition:none;transition:none}.e-small.e-outline label.e-float-text:before,.e-small.e-outline label.e-float-text:after,.e-small.e-outline.e-float-input label.e-float-text:before,.e-small.e-outline.e-float-input label.e-float-text:after,.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text:after,.e-small .e-outline label.e-float-text:before,.e-small .e-outline label.e-float-text:after,.e-small .e-outline.e-float-input label.e-float-text:before,.e-small .e-outline.e-float-input label.e-float-text:after,.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text:after{min-width:7px}.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text:before,.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text:after{border-top-color:#0000003d;border-width:1px}.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text:before,.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text:after{border-top-color:#22b24b}.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text:before,.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text:after,.e-outline.e-float-input.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text:before,.e-outline.e-float-input.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text:after{border-color:#22b24b}.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text:before,.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text:after{border-top-color:#f44336}.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text:before,.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text:after,.e-outline.e-float-input.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text:before,.e-outline.e-float-input.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text:after{border-color:#f44336}.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text:before,.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text:after{border-top-color:#ffca1c}.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text:before,.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text:after,.e-outline.e-float-input.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text:before,.e-outline.e-float-input.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text:after{border-color:#ffca1c}.e-outline label.e-float-text:before,.e-outline.e-float-input label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper label.e-float-text:before{border-left:solid 1px transparent;border-radius:4px 0;left:-1px;margin-right:4px}.e-rtl.e-outline label.e-float-text:before,.e-rtl.e-outline.e-float-input label.e-float-text:before,.e-rtl.e-outline.e-float-input.e-control-wrapper label.e-float-text:before{border-left:0;border-radius:0 4px;left:5px}.e-rtl.e-outline label.e-float-text:after,.e-rtl.e-outline.e-float-input label.e-float-text:after,.e-rtl.e-outline.e-float-input.e-control-wrapper label.e-float-text:after{border-radius:5px 0;border-right:0;left:-6px}.e-outline label.e-float-text:after,.e-outline.e-float-input label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper label.e-float-text:after{border-radius:0 5px;border-right:solid 1px transparent;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;left:2px;margin-left:4px}.e-outline.e-input-focus label.e-float-text:before,.e-outline.e-input-focus label.e-float-text:after,.e-outline.e-float-input.e-input-focus label.e-float-text:before,.e-outline.e-float-input.e-input-focus label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-input-focus label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-input-focus label.e-float-text:after{border-top-color:#e3165b}.e-outline.e-float-input.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),.e-outline.e-float-input.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),.e-outline.e-float-input.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),.e-outline.e-float-input.e-input-group.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),.e-outline.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),.e-outline.e-float-input.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left){border-top-color:transparent;-webkit-box-shadow:inset 1px 0 #e3165b,inset -1px 0 #e3165b,inset 0 -1px #e3165b;box-shadow:inset 1px 0 #e3165b,inset -1px 0 #e3165b,inset 0 -1px #e3165b}.e-outline.e-float-input input:focus~label.e-float-text,.e-outline.e-float-input input:valid~label.e-float-text,.e-outline.e-float-input input~label.e-label-top.e-float-text,.e-outline.e-float-input input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input input label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,.e-outline.e-float-input textarea:focus~label.e-float-text,.e-outline.e-float-input textarea:valid~label.e-float-text,.e-outline.e-float-input textarea~label.e-label-top.e-float-text,.e-outline.e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input textarea label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top,.e-outline.e-float-input.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{font-size:12px;top:-7px;-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1)}.e-outline.e-float-input.e-rtl .e-clear-icon,.e-rtl .e-outline.e-float-input .e-clear-icon,.e-outline.e-float-input.e-control-wrapper.e-rtl .e-clear-icon,e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,.e-outline.e-input-group.e-rtl .e-clear-icon,.e-rtl .e-outline.e-input-group .e-clear-icon,.e-outline.e-input-group.e-control-wrapper.e-rtl .e-clear-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-rtl .e-clear-icon{padding-left:12px;padding-right:0}.e-rtl .e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap{margin-right:0}.e-rtl .e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child{margin-left:12px}.e-rtl.e-outline.e-input-group .e-input-group-icon,.e-rtl .e-outline.e-input-group .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon{margin-left:12px;margin-right:0}.e-rtl.e-outline.e-input-group.e-small .e-clear-icon,.e-rtl .e-outline.e-input-group.e-small .e-clear-icon,.e-rtl.e-outline.e-input-group .e-clear-icon.e-small,.e-rtl .e-outline.e-input-group .e-clear-icon.e-small,.e-rtl.e-small .e-outline.e-input-group .e-clear-icon,.e-small .e-rtl.e-outline.e-input-group .e-clear-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon{padding-left:10px;padding-right:0}.e-rtl .e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon+.e-input-group-icon:last-child{margin-left:12px;margin-right:0}.e-outline.e-float-input textarea:focus~label.e-float-text,.e-outline.e-float-input textarea:valid~label.e-float-text,.e-outline.e-float-input textarea~label.e-label-top.e-float-text,.e-outline.e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input textarea label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top{top:-7px;-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1)}.e-outline textarea,textarea.e-outline,.e-outline.e-float-input textarea,.e-outline.e-float-input.e-control-wrapper textarea,.e-outline.e-float-input.e-input-group textarea{-webkit-box-sizing:border-box;box-sizing:border-box}.e-outline.e-float-input.e-valid-input:not(.e-input-focus) input:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) input:focus~label.e-float-text,.e-outline.e-float-input.e-valid-input:not(.e-input-focus) textarea:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) textarea:focus~label.e-float-text{color:#0009}.e-rtl.e-outline.e-float-input.e-small textarea~label.e-float-text,.e-rtl.e-outline.e-float-input textarea~label.e-float-text.e-small,.e-rtl.e-outline.e-float-input textarea.e-small~label.e-float-text,.e-small .e-rtl.e-outline.e-float-input textarea~label.e-float-text,.e-rtl.e-outline.e-float-input.e-control-wrapper.e-small textarea~label.e-float-text,.e-rtl.e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text.e-small,.e-rtl.e-outline.e-float-input.e-control-wrapper textarea.e-small~label.e-float-text,.e-small .e-rtl.e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text{top:-7px}.e-outline.e-float-input.e-small .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper.e-small .e-clear-icon:before,.e-outline.e-input-group.e-small .e-clear-icon:before,.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper input.e-small:first-child~.e-clear-icon:before,.e-outline.e-small .e-float-input.e-control-wrapper .e-clear-icon:before,.e-outline.e-float-input input.e-small:first-child~.e-clear-icon:before,.e-outline.e-small .e-float-input .e-clear-icon:before,.e-outline.e-small .e-input-group .e-clear-icon:before,.e-outline.e-small .e-input-group.e-control-wrapper .e-clear-icon:before{font-size:14px}.e-outline.e-float-input .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper .e-clear-icon:before,.e-outline.e-input-group .e-clear-icon:before,.e-outline.e-input-group.e-control-wrapper .e-clear-icon:before{font-size:16px}.e-float-text-content,.e-float-text-content.e-icon{font-size:14px;color:#0000006b;background:transparent}.e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline label.e-float-text,.e-outline.e-float-input label.e-float-text,.e-outline.e-float-input.e-control-wrapper label.e-float-text,.e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:14px}.e-outline.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small.e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small label.e-float-text,.e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small textarea~label.e-float-text,.e-outline.e-float-input textarea~label.e-float-text.e-small,.e-outline.e-float-input textarea.e-small~label.e-float-text,.e-small .e-outline.e-float-input textarea~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small textarea~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text.e-small,.e-outline.e-float-input.e-control-wrapper textarea.e-small~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text{font-size:13px}.e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{-webkit-animation-name:slideTopUp;animation-name:slideTopUp}.e-small .e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-small.e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{-webkit-animation-name:slideTopUp;animation-name:slideTopUp}.e-filled.e-input-group,.e-filled.e-input-group.e-control-wrapper,.e-filled.e-float-input,.e-filled.e-float-input.e-control-wrapper{line-height:1}.e-filled input.e-input,.e-filled.e-input-group input,.e-filled.e-input-group.e-control-wrapper input,.e-filled.e-input-group input.e-input,.e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled.e-float-input:not(.e-input-group) input,.e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,.e-control .e-filled input.e-input,.e-control .e-filled.e-input-group input,.e-control .e-filled.e-input-group input.e-input,.e-control .e-filled.e-input-group.e-control-wrapper input,.e-control .e-filled.e-input-group.e-control-wrapper input.e-input,.e-control .e-filled.e-float-input input,.e-control .e-filled.e-float-input.e-control-wrapper input,.e-control.e-filled.e-input-group input,.e-control.e-filled.e-input-group input.e-input,.e-control.e-filled.e-input-group.e-control-wrapper input,.e-control.e-filled.e-input-group.e-control-wrapper input.e-input,.e-control.e-filled.e-float-input input,.e-control.e-filled.e-float-input.e-control-wrapper input,.e-filled input.e-input.e-small,.e-filled.e-input-group.e-small input,.e-filled.e-input-group.e-small input.e-input,.e-small .e-filled.e-input-group input,.e-small .e-filled.e-input-group input.e-input,.e-filled.e-input-group.e-control-wrapper.e-small input,.e-filled.e-input-group.e-control-wrapper.e-small input.e-input,.e-small .e-filled.e-input-group.e-control-wrapper input,.e-small .e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled.e-float-input.e-small input,.e-filled.e-float-input.e-small input.e-input,.e-small .e-filled.e-float-input input,.e-small .e-filled.e-float-input input.e-input,.e-filled.e-float-input.e-control-wrapper.e-small input,.e-filled.e-float-input.e-control-wrapper.e-small input.e-input,.e-small .e-filled.e-float-input.e-control-wrapper input,.e-small .e-filled.e-float-input.e-control-wrapper input.e-input,.e-filled.e-float-input.e-small:not(.e-input-group) input,.e-filled.e-float-input.e-small:not(.e-input-group) input.e-input,.e-small .e-filled.e-float-input:not(.e-input-group) input,.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input,.e-filled textarea.e-input,.e-filled.e-input-group textarea,.e-filled.e-input-group.e-control-wrapper textarea,.e-filled.e-float-input textarea,.e-filled.e-float-input.e-control-wrapper textarea,.e-filled textarea.e-input.e-small,.e-filled.e-input-group.e-small textarea,.e-filled.e-input-group.e-small textarea.e-input,.e-small .e-filled.e-input-group textarea,.e-small .e-filled.e-input-group textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-small textarea,.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-small .e-filled.e-input-group.e-control-wrapper textarea,.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-filled.e-float-input.e-small textarea,.e-filled.e-float-input.e-small textarea.e-input,.e-small .e-filled.e-float-input textarea,.e-small .e-filled.e-float-input textarea.e-input,.e-filled.e-float-input.e-control-wrapper.e-small textarea,.e-filled.e-float-input.e-control-wrapper.e-small textarea.e-input,.e-small .e-filled.e-float-input.e-control-wrapper textarea,.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-input{-webkit-box-sizing:border-box;box-sizing:border-box}.e-filled.e-float-input input,.e-filled.e-float-input textarea,.e-filled.e-float-input.e-control-wrapper input,.e-filled.e-float-input.e-control-wrapper textarea{border:0 solid;border-width:0}.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),.e-filled.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,.e-filled.e-float-input.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,.e-filled.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover{border-bottom-width:0}.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input{border-width:0}.e-filled.e-input-group,.e-filled.e-input-group.e-control-wrapper{border-radius:4px 4px 0 0;padding:0 10px 0 12px}.e-filled.e-input-group.e-small,.e-filled.e-input-group.e-control-wrapper.e-small,.e-small .e-filled.e-input-group.e-control-wrapper{margin-top:0;padding:0 6px 0 8px}.e-filled.e-float-input,.e-filled.e-float-input.e-control-wrapper{border:1px solid;border-radius:4px 4px 0 0;border-width:0 0 1px 0;margin-top:0;padding:0 10px 0 12px}.e-filled.e-float-input.e-small,.e-filled.e-float-input.e-control-wrapper.e-small,.e-small .e-filled.e-float-input.e-control-wrapper{margin-top:0;padding:0 6px 0 8px}.e-rtl.e-filled.e-input-group,.e-rtl.e-filled.e-input-group.e-control-wrapper,.e-rtl .e-filled.e-input-group,.e-rtl .e-filled.e-input-group.e-control-wrapper{padding:0 12px 0 10px}.e-rtl.e-filled.e-input-group.e-small,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper,.e-rtl .e-filled.e-input-group.e-small,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper{padding:0 8px 0 6px}.e-rtl.e-filled.e-float-input,.e-rtl.e-filled.e-float-input.e-control-wrapper,.e-rtl .e-filled.e-float-input,.e-rtl .e-filled.e-float-input.e-control-wrapper{padding:0 12px 0 10px}.e-rtl.e-filled.e-float-input.e-small,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-small,.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper,.e-rtl .e-filled.e-float-input.e-small,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper{padding:0 8px 0 6px}.e-filled input.e-input,.e-filled.e-input-group input.e-input,.e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled textarea.e-input,.e-filled.e-input-group textarea.e-input,.e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-filled.e-input-group input.e-input:focus,.e-filled.e-input-group.e-control-wrapper input.e-input:focus,.e-filled.e-input-group textarea.e-input:focus,.e-filled.e-input-group.e-control-wrapper textarea.e-input:focus,.e-filled.e-input-group.e-input-focus input.e-input,.e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input{padding:10px 2px 10px 0}.e-filled .e-input:focus{padding-bottom:10px}.e-filled .e-input.e-small:focus{padding-bottom:7px}.e-filled .e-input.e-small,.e-filled.e-input-group.e-small .e-input,.e-filled.e-input-group.e-control-wrapper.e-small .e-input,.e-filled.e-input-group.e-small .e-input:focus,.e-filled.e-input-group.e-control-wrapper.e-small .e-input:focus,.e-filled.e-input-group.e-small.e-input-focus .e-input,.e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input{padding:7px 2px 7px 0}.e-filled.e-float-input input,.e-filled.e-float-input.e-control-wrapper input{padding:14px 2px 5px 0}.e-filled.e-float-input.e-small input,.e-filled.e-float-input.e-control-wrapper.e-small input{padding:12px 2px 4px 0}.e-filled input.e-input.e-rtl,.e-filled.e-input-group.e-rtl input.e-input,.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,.e-rtl .e-filled.e-input-group input.e-input,.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled.e-input-group.e-rtl input.e-input:focus,.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-rtl .e-filled.e-input-group input.e-input:focus,.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus,.e-filled.e-input-group.e-rtl.e-input-focus input.e-input,.e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-rtl .e-filled.e-input-group.e-input-focus input.e-input,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input{padding:10px 0 10px 2px;text-indent:0}.e-filled.e-float-input.e-rtl input,.e-filled.e-float-input.e-control-wrapper.e-rtl input,.e-rtl .e-filled.e-float-input input,.e-rtl .e-filled.e-float-input.e-control-wrapper input,.e-filled.e-float-input.e-rtl input:focus,.e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,.e-rtl .e-filled.e-float-input input:focus,.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,.e-filled.e-float-input.e-rtl.e-input-focus input,.e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,.e-rtl .e-filled.e-float-input.e-input-focus input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input{padding:14px 0 5px 2px;text-indent:0}.e-rtl .e-filled input.e-input.e-small,.e-filled input.e-input.e-small.e-rtl,.e-small.e-rtl .e-filled input.e-input,.e-small .e-filled input.e-input.e-rtl,.e-filled.e-input-group.e-small.e-rtl input.e-input,.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,.e-rtl .e-filled.e-input-group.e-small input.e-input,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input,.e-filled.e-input-group.e-rtl input.e-input.e-small,.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,.e-rtl .e-filled.e-input-group input.e-input.e-small,.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input.e-small,.e-small .e-filled.e-input-group.e-rtl input.e-input,.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,.e-small.e-rtl .e-filled.e-input-group input.e-input,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus,.e-small.e-rtl .e-filled.e-input-group input.e-input:focus,.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-small .e-filled.e-input-group.e-rtl input.e-input:focus,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-small.e-rtl .e-filled.e-input-group.e-input-focus input.e-input,.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-small .e-filled.e-input-group.e-rtl.e-input-focus input.e-input{padding:7px 0 7px 2px;text-indent:0}.e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input,.e-filled.e-float-input.e-small.e-rtl input,.e-rtl .e-filled.e-float-input.e-small input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input,.e-filled.e-float-input.e-rtl input.e-small,.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-small,.e-rtl .e-filled.e-float-input input.e-small,.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-small,.e-small .e-filled.e-float-input.e-rtl input,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input,.e-small.e-rtl .e-filled.e-float-input input,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,.e-small.e-rtl .e-filled.e-float-input input:focus,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,.e-small .e-filled.e-float-input.e-rtl input:focus,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input,.e-small.e-rtl .e-filled.e-float-input.e-input-focus input,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,.e-small .e-filled.e-float-input.e-rtl.e-input-focus input{padding:12px 0 4px 2px;text-indent:0}.e-filled.e-float-input,.e-filled.e-float-input.e-control-wrapper,.e-filled.e-float-input.e-disabled,.e-filled.e-float-input.e-control-wrapper.e-disabled,.e-filled.e-float-input.e-input-group.e-disabled,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled{font-size:14px}.e-filled.e-float-input.e-small,.e-small .e-filled.e-float-input,.e-filled.e-float-input.e-control-wrapper.e-small,.e-small .e-filled.e-float-input.e-control-wrapper,.e-filled.e-float-input.e-small.e-disabled,.e-small .e-filled.e-float-input.e-disabled,.e-filled.e-float-input.e-control-wrapper.e-small.e-disabled,.e-small .e-filled.e-float-input.e-control-wrapper.e-disabled,.e-filled.e-float-input.e-input-group.e-small.e-disabled,.e-small .e-filled.e-float-input.e-input-group.e-disabled,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled{font-size:13px}.e-filled.e-input-group.e-small:not(.e-float-input) .e-input,.e-small .e-filled.e-input-group:not(.e-float-input) .e-input,.e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,.e-small .e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-input{min-height:35px}.e-filled.e-float-input.e-small input,.e-small .e-filled.e-float-input input,.e-filled.e-float-input.e-input-group.e-small input,.e-small .e-filled.e-float-input.e-input-group input,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small input,.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper input,.e-filled.e-float-input.e-control-wrapper.e-small input,.e-small .e-filled.e-float-input.e-control-wrapper input,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small input,.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group input{min-height:35px}.e-filled.e-input-group input.e-input,.e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled.e-input-group:not(.e-float-input) input.e-input,.e-filled.e-input-group:not(.e-float-input).e-control-wrapper input.e-input{min-height:39px}.e-float-input.e-filled.e-input-group.e-control-wrapper input,.e-float-input.e-filled input,.e-float-input.e-filled.e-control-wrapper input{min-height:39px}.e-filled label.e-float-text,.e-filled.e-float-input label.e-float-text,.e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;left:12px;letter-spacing:.009375em;line-height:1.15;padding-left:0;pointer-events:none;right:auto;top:12px;-webkit-transform:none;transform:none;-webkit-transition:color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);width:100%}.e-filled.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;padding-left:0;top:12px;-webkit-transform:none;transform:none;width:100%}.e-filled.e-float-input input:focus~label.e-float-text,.e-filled.e-float-input input:valid~label.e-float-text,.e-filled.e-float-input input~label.e-label-top.e-float-text,.e-filled.e-float-input input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input input label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,.e-filled.e-float-input.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{font-size:14px;top:12px;-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75)}.e-filled.e-float-input textarea:focus~label.e-float-text,.e-filled.e-float-input textarea:valid~label.e-float-text,.e-filled.e-float-input textarea~label.e-label-top.e-float-text,.e-filled.e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top{font-size:14px;top:12px;-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75)}.e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:14px;top:12px;-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75);-webkit-user-select:text;user-select:text}.e-filled.e-float-input.e-small input:focus~label.e-float-text,.e-filled.e-float-input.e-small input:valid~label.e-float-text,.e-filled.e-float-input.e-small input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text{font-size:13px;top:10px}.e-small .e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:13px;top:10px;-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75);-webkit-user-select:text;user-select:text}.e-filled.e-float-input.e-small label.e-float-text,.e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small textarea~label.e-float-text,.e-filled.e-float-input textarea~label.e-float-text.e-small,.e-filled.e-float-input textarea.e-small~label.e-float-text,.e-small .e-filled.e-float-input textarea~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small textarea~label.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea~label.e-float-text.e-small,.e-filled.e-float-input.e-control-wrapper textarea.e-small~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper textarea~label.e-float-text{font-size:13px;top:10px}.e-filled.e-float-input label.e-float-text,.e-filled.e-float-input label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{left:12px}.e-filled.e-float-input.e-rtl label.e-float-text,.e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{right:12px}.e-filled.e-float-input.e-small label.e-float-text,.e-filled.e-float-input.e-small label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{left:8px}.e-filled.e-float-input.e-small.e-rtl label.e-float-text,.e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-small label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-small .e-filled.e-float-input.e-rtl label.e-float-text,.e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{right:8px}.e-filled.e-float-input .e-float-line,.e-float-input.e-filled.e-control-wrapper .e-float-line{bottom:-1px;position:absolute}.e-float-input.e-filled .e-float-line,.e-float-input.e-filled .e-float-text,.e-float-input.e-filled.e-control-wrapper .e-float-line,.e-float-input.e-filled.e-control-wrapper .e-float-text,.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{right:0}.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left):before,.e-filled.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left):after,.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left):before,.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left):after{bottom:-1px}.e-filled.e-input-group .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-filled.e-input-group.e-small .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-filled.e-input-group .e-input-group-icon,.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon{font-size:16px;margin-bottom:0;margin-top:0;min-height:20px;min-width:20px;padding:0 0 0 8px}.e-rtl.e-filled.e-input-group .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-rtl.e-filled.e-input-group .e-input-group-icon,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl .e-filled.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small.e-rtl .e-filled.e-input-group .e-input-group-icon,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{padding:0 8px 0 0}.e-filled.e-input-group.e-small .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-filled.e-input-group .e-input-group-icon,.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon{font-size:14px;min-height:18px;min-width:18px;padding:0 0 0 4px}.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-rtl.e-filled.e-input-group .e-input-group-icon,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small.e-rtl .e-filled.e-input-group .e-input-group-icon,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{padding:0 4px 0 0}.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{font-size:16px;margin-bottom:0;margin-top:0;padding:8px}.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{font-size:14px;padding:0 0 0 4px}.e-filled.e-float-input .e-clear-icon,.e-filled.e-float-input.e-control-wrapper .e-clear-icon,.e-filled.e-input-group .e-clear-icon,.e-filled.e-input-group.e-control-wrapper .e-clear-icon{font-size:16px;padding:0 0 0 8px}.e-filled.e-input-group .e-clear-icon,.e-filled.e-input-group.e-control-wrapper .e-clear-icon{min-height:20px;min-width:20px;padding:0 0 0 8px}.e-filled.e-float-input.e-input-group .e-clear-icon,.e-filled.e-float-input.e-input-group.e-control-wrapper .e-clear-icon{padding:0 0 0 8px}.e-filled.e-input-group.e-small .e-clear-icon,.e-filled.e-input-group .e-clear-icon.e-small,.e-small .e-filled.e-input-group .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-small,.e-small .e-filled.e-input-group.e-control-wrapper .e-clear-icon{font-size:14px;min-height:18px;min-width:18px;padding:0 0 0 4px}.e-filled.e-input-group.e-float-input.e-small .e-clear-icon,.e-filled.e-input-group.e-float-input .e-clear-icon.e-small,.e-small .e-filled.e-input-group.e-float-input .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,.e-small .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon,.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,.e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,.e-small .e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon{padding:0 0 0 4px}.e-rtl.e-filled.e-input-group .e-clear-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-small .e-rtl.e-filled.e-input-group .e-clear-icon,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-rtl .e-filled.e-input-group .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-small.e-rtl .e-filled.e-input-group .e-clear-icon,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon{padding:0 8px 0 0}.e-rtl.e-filled.e-input-group.e-small .e-clear-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-small .e-rtl.e-filled.e-input-group .e-clear-icon,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-small.e-rtl .e-filled.e-input-group .e-clear-icon,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon{padding:0 4px 0 0}.e-filled.e-float-input .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper .e-clear-icon:before,.e-filled.e-input-group .e-clear-icon:before,.e-filled.e-input-group.e-control-wrapper .e-clear-icon:before{font-size:16px}.e-filled.e-float-input.e-small .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper.e-small .e-clear-icon:before,.e-filled.e-input-group.e-small .e-clear-icon:before,.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper input.e-small:first-child~.e-clear-icon:before,.e-small .e-filled.e-float-input.e-control-wrapper .e-clear-icon:before,.e-filled.e-float-input input.e-small:first-child~.e-clear-icon:before,.e-small .e-filled.e-float-input .e-clear-icon:before,.e-small .e-filled.e-input-group .e-clear-icon:before,.e-small .e-filled.e-input-group.e-control-wrapper .e-clear-icon:before{font-size:14px}.e-filled.e-float-input .e-input-in-wrap input:focus~label.e-float-text,.e-filled.e-float-input .e-input-in-wrap input:valid~label.e-float-text,.e-filled.e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text,.e-filled.e-float-input .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input .e-input-in-wrap input label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input label.e-float-text.e-label-top{top:12px}.e-filled.e-float-input.e-small .e-input-in-wrap input:focus~label.e-float-text,.e-filled.e-float-input.e-small .e-input-in-wrap input:valid~label.e-float-text,.e-filled.e-float-input.e-small .e-input-in-wrap input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text{top:10px}.e-filled.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap{border-style:none;border-width:0}.e-filled.e-float-input .e-input-in-wrap label.e-float-text,.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{top:12px}.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text,.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{top:10px}.e-filled.e-input-group:not(.e-float-input).e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left>.e-input-group-icon{font-size:16px;margin:0;min-height:20px;min-width:20px;padding:0}.e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group:not(.e-float-input).e-float-icon-left>.e-input-group-icon.e-small,.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-filled.e-input-group:not(.e-float-input).e-float-icon-left>.e-input-group-icon,.e-small .e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left>.e-input-group-icon{font-size:14px;margin:0;min-height:18px;min-width:18px;padding:0}.e-filled.e-input-group.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon{margin:0;min-height:20px;min-width:20px;padding:0}.e-filled.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-filled.e-input-group.e-float-icon-left>.e-input-group-icon,.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-filled.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon{margin:0;min-height:18px;min-width:18px;padding:0}.e-filled.e-float-input .e-input-in-wrap label.e-float-text,.e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{left:0}.e-filled.e-input-group .e-input-group-icon:last-child,.e-filled.e-input-group.e-small .e-input-group-icon:last-child,.e-small .e-filled.e-input-group .e-input-group-icon:last-child,.e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-filled.e-input-group .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-filled.e-input-group.e-small .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-filled.e-input-group .e-input-group-icon,.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon{margin-right:0}.e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon:last-child,.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child{margin-left:0}.e-filled.e-rtl.e-input-group .e-input-group-icon,.e-filled.e-rtl.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl .e-filled.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-filled.e-input-group.e-small.e-rtl .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl .e-input-group-icon,.e-small .e-filled.e-input-group.e-rtl .e-input-group-icon,.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon,.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon{margin-left:0;margin-right:0}.e-filled textarea.e-input,.e-filled.e-input-group.e-multi-line-input textarea,.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,.e-filled.e-float-input.e-multi-line-input textarea,.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea{-webkit-box-sizing:border-box;box-sizing:border-box}.e-filled textarea.e-input,.e-filled.e-input-group textarea,.e-filled.e-input-group textarea.e-input,.e-filled.e-input-group.e-input-focus textarea,.e-filled.e-input-group.e-input-focus textarea.e-input,.e-filled.e-input-group.e-control-wrapper textarea,.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea,.e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input{padding:0 12px 9px}.e-filled.e-float-input textarea,.e-filled.e-float-input.e-control-wrapper textarea{padding:0 12px 5px}.e-filled.e-input-group.e-small textarea,.e-filled.e-input-group.e-small textarea.e-input,.e-filled.e-input-group textarea.e-small,.e-filled.e-input-group textarea.e-input.e-small,.e-filled.e-input-group.e-control-wrapper.e-small textarea,.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-small .e-filled.e-input-group textarea,.e-small .e-filled.e-input-group textarea.e-input,.e-filled.e-input-group.e-input-focus.e-small textarea,.e-filled.e-input-group.e-input-focus.e-small textarea.e-input,.e-filled.e-input-group.e-input-focus textarea.e-small,.e-filled.e-input-group.e-input-focus textarea.e-input.e-small,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,.e-small .e-filled.e-input-group.e-input-focus textarea,.e-small .e-filled.e-input-group.e-input-focus textarea.e-input{padding:0 8px 7px}.e-filled.e-float-input.e-small textarea,.e-filled.e-float-input textarea.e-small,.e-filled.e-float-input.e-control-wrapper.e-small textarea,.e-filled.e-float-input.e-control-wrapper textarea.e-small,.e-small .e-filled.e-float-input textarea,.e-small .e-filled.e-float-input.e-control-wrapper textarea{padding:0 8px 4px}.e-filled.e-input-group.e-multi-line-input,.e-filled.e-input-group.e-control-wrapper.e-multi-line-input{padding:10px 0 0}.e-filled.e-input-group.e-small.e-multi-line-input,.e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,.e-small .e-filled.e-input-group.e-control-wrapper.e-multi-line-input{padding:7px 0 0}.e-filled.e-float-input.e-multi-line-input,.e-filled.e-float-input.e-control-wrapper.e-multi-line-input{padding:14px 0 0}.e-filled.e-float-input.e-small.e-multi-line-input,.e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,.e-small .e-filled.e-float-input.e-control-wrapper.e-multi-line-input{padding:12px 0 0}.e-filled textarea.e-input.e-rtl,.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus,.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus{padding:0 12px 9px;text-indent:0}.e-filled.e-float-input.e-multi-line-input.e-rtl textarea,.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,.e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus,.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus,.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus{padding:0 12px 5px;text-indent:0}.e-rtl .e-filled textarea.e-input.e-small,.e-filled textarea.e-input.e-small.e-rtl,.e-small.e-rtl .e-filled textarea.e-input,.e-small .e-filled textarea.e-input.e-rtl,.e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input.e-small,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input.e-small,.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input.e-small,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input.e-small,.e-small .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus,.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus,.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus,.e-small .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus{padding:0 8px 7px;text-indent:0}.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea,.e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea,.e-filled.e-float-input.e-multi-line-input.e-rtl textarea.e-small,.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-small,.e-rtl .e-filled.e-float-input.e-multi-line-input textarea.e-small,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea.e-small,.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea,.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus,.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus,.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus,.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus{padding:0 8px 4px;text-indent:0}.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap{border:1px solid;border-width:0;margin-left:8px}.e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap{margin-left:0;margin-right:8px}.e-filled.e-float-input.e-float-icon-left.e-small .e-input-in-wrap,.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap,.e-filled.e-input-group.e-float-icon-left.e-small .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap,.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap{margin-left:4px}.e-rtl.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl .e-small.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl .e-small.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,.e-rtl .e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,.e-small.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,.e-small.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,.e-small .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,.e-small .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap{margin-left:0;margin-right:4px}.e-filled.e-input-group.e-float-icon-left:not(.e-float-input):before,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input):after,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input):before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input):after{-moz-transition:.2s cubic-bezier(.4,0,.4,1);content:"";height:2px;position:absolute;-webkit-transition:.2s cubic-bezier(.4,0,.4,1);transition:.2s cubic-bezier(.4,0,.4,1);width:0;bottom:-1px}.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus:before,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus:after,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus:before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus:after{width:50%;bottom:-1px}.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:before,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:after,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:after{width:0}.e-filled.e-input-group.e-float-icon-left,.e-filled.e-input-group.e-success.e-float-icon-left,.e-filled.e-input-group.e-warning.e-float-icon-left,.e-filled.e-input-group.e-error.e-float-icon-left,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left,.e-filled.e-input-group.e-control-wrapper.e-success.e-float-icon-left,.e-filled.e-input-group.e-control-wrapper.e-warning.e-float-icon-left,.e-filled.e-input-group.e-control-wrapper.e-error.e-float-icon-left{border:1px solid;border-width:0 0 1px 0}.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append:not(.e-outline) .e-input-in-wrap,.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend:not(.e-outline) .e-input-in-wrap{border-bottom:1px solid;border-bottom-color:#0000006b}.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap{border-bottom:1px solid;border-bottom-color:#f44336}.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap{border-bottom:1px solid;border-bottom-color:#22b24b}.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap,.e-input-group:not(.e-outline).e-prepend:not(.e-float-icon-left),.e-input-group:not(.e-outline).e-prepend.e-success:not(.e-float-icon-left),.e-input-group:not(.e-outline).e-prepend.e-warning:not(.e-float-icon-left),.e-input-group:not(.e-outline).e-prepend.e-error:not(.e-float-icon-left),.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:not(.e-float-icon-left),.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left),.e-input-group:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),.e-float-input:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]){border-bottom:transparent}.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend){padding:0}.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input{padding:14px 2px 5px 12px}.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text{padding-left:12px}.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon{padding-right:17px}input.e-input,.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input,textarea.e-input,.e-float-input input,.e-float-input.e-control-wrapper input,.e-float-input textarea,.e-float-input.e-control-wrapper textarea{background:transparent;border-color:#0000006b;color:#000000de}.e-input-group,.e-input-group.e-control-wrapper,.e-float-input,.e-float-input.e-input-group,.e-float-input.e-control-wrapper,.e-float-input.e-input-group.e-control-wrapper{background:transparent;color:#000000de}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{background:transparent;border-color:#0000006b;color:#0000008a}.e-input-group.e-disabled .e-input-group-icon,.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,.e-float-input.e-disabled .e-clear-icon,.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,.e-input-group.e-disabled .e-clear-icon,.e-input-group.e-control-wrapper.e-disabled .e-clear-icon{color:#00000042}.e-input[disabled],.e-input-group .e-input[disabled],.e-input-group.e-control-wrapper .e-input[disabled],.e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-disabled,.e-float-input input[disabled],.e-float-input.e-control-wrapper input[disabled],.e-float-input textarea[disabled],.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-disabled,.e-float-input.e-control-wrapper.e-disabled{-webkit-text-fill-color:rgba(0,0,0,.42);background:transparent;color:#0000006b;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.42)),color-stop(33%,rgba(0,0,0,.42)),color-stop(0,transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-position:bottom -1px left 0;background-repeat:repeat-x;background-size:4px 1px;border-bottom-color:transparent}.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,.e-float-input input,.e-float-input.e-control-wrapper input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-float-input textarea,.e-float-input.e-control-wrapper textarea,.e-input-group .e-input[disabled],.e-input-group.e-control-wrapper .e-input[disabled],.e-input-group.e-disabled input.e-input,.e-input-group.e-control-wrapper.e-disabled input.e-input,.e-input-group.e-disabled textarea.e-input,.e-input-group.e-control-wrapper.e-disabled textarea.e-input,.e-input-group .e-input[readonly],.e-input-group.e-control-wrapper .e-input[readonly],.e-float-input input[readonly],.e-float-input.e-control-wrapper input[readonly],.e-float-input textarea[readonly],.e-float-input.e-control-wrapper textarea[readonly]{background:none;color:inherit}.e-float-input.e-disabled input,.e-float-input.e-control-wrapper.e-disabled input,.e-float-input.e-disabled textarea,.e-float-input.e-control-wrapper.e-disabled textarea,.e-float-input input[disabled],.e-float-input.e-control-wrapper input[disabled],.e-float-input textarea[disabled],.e-float-input.e-control-wrapper textarea[disabled]{color:inherit}.e-float-input:not(.e-disabled) input[disabled],.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],.e-float-input:not(.e-disabled) textarea[disabled],.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled]{-webkit-text-fill-color:rgba(0,0,0,.42);color:#0000006b}.e-input-group.e-disabled .e-input-group-icon,.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon{background:transparent;border-color:#0000006b}.e-input-group:not(.e-disabled) .e-input-group-icon:hover,.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover{color:#0000008a}.e-input-group.e-disabled .e-input-group-icon:hover,.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon:hover{background:transparent}.e-input.e-success,.e-input.e-success:focus,.e-input-group.e-success input.e-input,.e-input-group.e-control-wrapper.e-success input.e-input,.e-input-group.e-success .e-input-group-icon,.e-input-group.e-control-wrapper.e-success .e-input-group-icon,.e-input-group.e-success textarea.e-input,.e-input-group.e-control-wrapper.e-success textarea.e-input{border-color:#22b24b}.e-input.e-warning,.e-input.e-warning:focus,.e-input-group.e-warning input.e-input,.e-input-group.e-control-wrapper.e-warning input.e-input,.e-input-group.e-warning .e-input-group-icon,.e-input-group.e-control-wrapper.e-warning .e-input-group-icon,.e-input-group.e-warning textarea.e-input,.e-input-group.e-control-wrapper.e-warning textarea.e-input{border-color:#ffca1c}.e-input.e-error,.e-input.e-error:focus,.e-input-group.e-error input.e-input,.e-input-group.e-control-wrapper.e-error input.e-input,.e-input-group.e-control-wrapper.e-error .e-input-group-icon,.e-input-group.e-error .e-input-group-icon,.e-input-group.e-error textarea.e-input,.e-input-group.e-control-wrapper.e-error textarea.e-input{border-color:#f44336}label.e-float-text,.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{color:#0000006b}.e-float-input.e-error label.e-float-text,.e-float-input.e-control-wrapper.e-error label.e-float-text,.e-float-input.e-error input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-error input:focus~label.e-float-text,.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-error.e-input-focus input~label.e-float-text,.e-float-input.e-error textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-error textarea:focus~label.e-float-text{color:#f44336}.e-float-input input,.e-float-input textarea,.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper textarea,.e-input-group,.e-input-group.e-control-wrapper{border-bottom-color:#0000006b}.e-float-input.e-success input,.e-float-input.e-success textarea,.e-float-input.e-control-wrapper.e-success input,.e-float-input.e-control-wrapper.e-success textarea{border-bottom-color:#22b24b}.e-float-input.e-warning input,.e-float-input.e-control-wrapper.e-warning input,.e-float-input.e-warning textarea,.e-float-input.e-control-wrapper.e-warning textarea{border-bottom-color:#ffca1c}.e-float-input.e-error input,.e-float-input.e-control-wrapper.e-error input,.e-float-input.e-error textarea,.e-float-input.e-control-wrapper.e-error textarea{border-bottom-color:#f44336}.e-float-input:not(.e-input-group) .e-float-line:before,.e-float-input:not(.e-input-group) .e-float-line:after,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line:before,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line:after{background:#e3165b}.e-float-input.e-success:not(.e-input-group) .e-float-line:before,.e-float-input.e-success:not(.e-input-group) .e-float-line:after,.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line:before,.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line:after{background:#22b24b}.e-float-input.e-warning:not(.e-input-group) .e-float-line:before,.e-float-input.e-warning:not(.e-input-group) .e-float-line:after,.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line:before,.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line:after{background:#ffca1c}input.e-input:-moz-placeholder,textarea.e-input:-moz-placeholder,input.e-input::-moz-placeholder,textarea.e-input::-moz-placeholder,.e-input-group input.e-input:-moz-placeholder,.e-input-group.e-control-wrapper input.e-input:-moz-placeholder,.e-input-group textarea.e-input:-moz-placeholder,.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,.e-input-group input.e-input::-moz-placeholder,.e-input-group.e-control-wrapper input.e-input::-moz-placeholder,.e-input-group textarea.e-input::-moz-placeholder,.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder{color:#0000006b}input.e-input::-webkit-input-placeholder,textarea.e-input::-webkit-input-placeholder,.e-input-group input.e-input::-webkit-input-placeholder,.e-input-group textarea.e-input::-webkit-input-placeholder,.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder,.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder{color:#0000006b}input.e-input:-ms-input-placeholder,textarea.e-input:-ms-input-placeholder,.e-input-group input.e-input:-ms-input-placeholder,.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder,.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder,.e-input-group textarea.e-input:-ms-input-placeholder{color:#0000006b}.e-float-input:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top){color:#0000006b}.e-float-input.e-error:not(.e-input-group) .e-float-line:before,.e-float-input.e-error:not(.e-input-group) .e-float-line:after,.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line:before,.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line:after{background:#f44336}.e-input-group:not(.e-disabled) .e-input-group-icon:active,.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active{background:transparent;color:#0000008a}input.e-input::-moz-selection,textarea.e-input::-moz-selection,.e-input-group input.e-input::-moz-selection,.e-input-group.e-control-wrapper input.e-input::-moz-selection,.e-float-input input::-moz-selection,.e-float-input.e-control-wrapper input::-moz-selection,.e-input-group textarea.e-input::-moz-selection,.e-input-group.e-control-wrapper textarea.e-input::-moz-selection,.e-float-input textarea::-moz-selection,.e-float-input.e-control-wrapper textarea::-moz-selection,.e-float-input.e-small textarea::-moz-selection{background:#e3165b;color:#fff}input.e-input::selection,textarea.e-input::selection,.e-input-group input.e-input::selection,.e-input-group.e-control-wrapper input.e-input::selection,.e-float-input input::selection,.e-float-input.e-control-wrapper input::selection,.e-input-group textarea.e-input::selection,.e-input-group.e-control-wrapper textarea.e-input::selection,.e-float-input textarea::selection,.e-float-input.e-control-wrapper textarea::selection,.e-float-input.e-small textarea::selection{background:#e3165b;color:#fff}.e-input-group:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:before,.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:after,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input):before,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input):after,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input):before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input):after,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:before,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:after,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line:before,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line:after{background:#e3165b}.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success:before,.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success:after,.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success:before,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success:after,.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap:after,.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line:before,.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line:after,.e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line:before,.e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line:after,.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line:before,.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line:after,.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line:before,.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line:after,.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input):before,.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input):after,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input):before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input):after,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line:before,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line:after,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line:before,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line:after,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line:before,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line:after{background:#22b24b}.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input):before,.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input):after,.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input):before,.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input):after,.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap:after,.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line:before,.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line:after,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line:before,.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line:after,.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input):before,.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input):after,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input):before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input):after,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line:before,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line:after{background:#ffca1c}.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input):before,.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input):after,.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input):before,.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input):after,.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap:before,.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap:after,.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line:before,.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line:after,.e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line:before,.e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line:after,.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line:before,.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line:after,.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line:before,.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line:after,.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input):before,.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input):after,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input):before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input):after,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line:before,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line:after,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line:before,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line:after{background:#f44336}.e-input-group.e-success .e-input-group-icon,.e-input-group.e-control-wrapper.e-success .e-input-group-icon,.e-input-group.e-warning .e-input-group-icon,.e-input-group.e-control-wrapper.e-warning .e-input-group-icon,.e-input-group.e-error .e-input-group-icon,.e-input-group.e-control-wrapper.e-error .e-input-group-icon{color:#0000008a}.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover{color:#0000008a}.e-input-group.e-success:not(.e-disabled) .e-input-group-icon:active,.e-input-group.e-control-wrapper.e-success:not(.e-disabled) .e-input-group-icon:active,.e-input-group.e-warning:not(.e-disabled) .e-input-group-icon:active,.e-input-group.e-control-wrapper.e-warning:not(.e-disabled) .e-input-group-icon:active,.e-input-group.e-error:not(.e-disabled) .e-input-group-icon:active,.e-input-group.e-control-wrapper.e-error:not(.e-disabled) .e-input-group-icon:active{color:#0000008a}.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input{border-color:#0000006b}.e-input:focus:not(.e-success):not(.e-warning):not(.e-error),.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input{border-color:#e3165b}.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus{border-color:transparent}.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]){border-color:#0000006b}.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon{border-color:transparent}.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,.e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,.e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon{border-color:transparent}.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus{border-color:transparent}.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap{border-color:#0000006b}.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input{border-bottom-color:transparent;border-top-color:transparent}.e-input-group.e-success,.e-input-group.e-control-wrapper.e-success,.e-float-icon-left.e-input-group.e-success,.e-float-icon-left.e-control-wrapper.e-input-group.e-success,.e-input-group.e-warning,.e-input-group.e-control-wrapper.e-warning,.e-float-icon-left.e-input-group.e-warning,.e-float-icon-left.e-input-group.e-control-wrapper.e-warning,.e-input-group.e-error,.e-input-group.e-control-wrapper.e-error,.e-float-icon-left.e-input-group.e-error,.e-float-icon-left.e-input-group.e-control-wrapper.e-error,.e-input-group.e-float-icon-left,.e-input-group.e-control-wrapper.e-float-icon-left{border-color:transparent}.e-input-group.e-success,.e-input-group.e-control-wrapper.e-success,.e-input-group.e-success:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left){border-bottom-color:#22b24b}.e-input-group.e-float-icon-left.e-success .e-input-in-wrap,.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap{border-bottom-color:#22b24b}.e-input-group.e-warning,.e-input-group.e-control-wrapper.e-warning,.e-input-group.e-warning:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left){border-bottom-color:#ffca1c}.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap,.e-input-group.e-control-wrapper.e-float-icon-left.e-warning .e-input-in-wrap{border-bottom-color:#ffca1c}.e-input-group.e-error,.e-input-group.e-control-wrapper.e-error,.e-input-group.e-error:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left){border-bottom-color:#f44336}.e-input-group.e-float-icon-left.e-error .e-input-in-wrap,.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap{border-bottom-color:#f44336}.e-float-input .e-clear-icon,.e-float-input.e-control-wrapper .e-clear-icon,.e-input-group .e-clear-icon,.e-input-group.e-control-wrapper .e-clear-icon,.e-float-input .e-clear-icon:hover,.e-float-input.e-control-wrapper .e-clear-icon:hover,.e-input-group .e-clear-icon:hover,.e-input-group.e-control-wrapper .e-clear-icon:hover{color:#0000008a}.e-float-input.e-input-focus .e-input:focus,.e-float-input.e-control-wrapper.e-input-focus .e-input:focus{border-bottom-color:transparent;border-top-color:transparent}.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-float-input:not(.e-error) input:valid~label.e-float-text,.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) input label.e-float-text.e-label-top,.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error) input[readonly]~label.e-float-text,.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-small .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) input:valid~label.e-float-text,.e-small .e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-small .e-float-input:not(.e-error) input[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error) textarea[readonly]~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-small .e-float-input:not(.e-error) textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text{color:#0000008a}.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top{color:#0000008a}.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{color:#0000006b}.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top{color:#0000008a}.e-float-input.e-input-group.e-disabled .e-float-text,.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,.e-float-input input[disabled]~label.e-float-text,.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-disabled label.e-float-text,.e-float-input.e-disabled label.e-float-text.e-label-top,.e-float-input:not(.e-error) input[disabled]~label.e-float-text,.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input textarea[disabled]~label.e-float-text,.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-disabled label.e-float-text,.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top{color:#0000006b}.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top,.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-float-text,.e-small .e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top,.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text.e-label-top,.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text{color:#e3165b}.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]){border-color:#0000006b}.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-float-input.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]){border-color:#0000006b}.e-outline.e-input-group,.e-outline.e-input-group.e-control-wrapper,.e-outline.e-float-input,.e-outline.e-float-input.e-input-group,.e-outline.e-float-input.e-control-wrapper,.e-outline.e-float-input.e-input-group.e-control-wrapper{color:#000000de}.e-outline.e-input-group.e-disabled,.e-outline.e-input-group.e-control-wrapper.e-disabled,.e-outline.e-float-input.e-disabled,.e-outline.e-float-input.e-input-group.e-disabled,.e-outline.e-float-input.e-control-wrapper.e-disabled,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled{color:#00000061}.e-outline.e-input-group:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-float-input:hover:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled){border-color:#000000de;color:#000000de}.e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before,.e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:after,.e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before,.e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:after,.e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before,.e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:after,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:after,.e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before,.e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before,.e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:after,.e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before,.e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:after{border-color:#000000de}.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error){border-color:#e3165b;-webkit-box-shadow:inset 1px 1px #e3165b,inset -1px 0 #e3165b,inset 0 -1px #e3165b;box-shadow:inset 1px 1px #e3165b,inset -1px 0 #e3165b,inset 0 -1px #e3165b}.e-outline.e-input-group:not(.e-input-focus),.e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),.e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),.e-outline.e-input-group.e-float-icon-left:not(.e-input-focus),.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-input-focus){border-color:#0000003d}.e-outline.e-input-group.e-error,.e-outline.e-input-group.e-control-wrapper.e-error,.e-outline.e-input-group.e-error:not(.e-float-icon-left),.e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left),.e-outline.e-float-input.e-error,.e-outline.e-float-input.e-input-group.e-error,.e-outline.e-float-input.e-control-wrapper.e-error,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error{border-color:#f44336}.e-outline.e-float-input.e-success.e-input-focus,.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus,.e-outline.e-float-input.e-input-group.e-success.e-input-focus,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus,.e-outline.e-float-input.e-input-group.e-success.e-input-focus:not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus:not(.e-float-icon-left),.e-outline.e-float-input.e-warning.e-input-focus,.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus,.e-outline.e-float-input.e-input-group.e-warning.e-input-focus,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus,.e-outline.e-float-input.e-input-group.e-warning.e-input-focus:not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus:not(.e-float-icon-left),.e-outline.e-float-input.e-error.e-input-focus,.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus,.e-outline.e-float-input.e-input-group.e-error.e-input-focus,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus,.e-outline.e-float-input.e-input-group.e-error.e-input-focus:not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus:not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus),.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus){border-top-color:transparent}.e-outline.e-input-group.e-success,.e-outline.e-input-group.e-control-wrapper.e-success,.e-outline.e-input-group.e-success:not(.e-float-icon-left),.e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),.e-outline.e-float-input.e-success,.e-outline.e-float-input.e-input-group.e-success,.e-outline.e-float-input.e-control-wrapper.e-success,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success{border-color:#22b24b}.e-outline.e-input-group.e-warning,.e-outline.e-input-group.e-control-wrapper.e-warning,.e-outline.e-input-group.e-warning:not(.e-float-icon-left),.e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),.e-outline.e-float-input.e-warning,.e-outline.e-float-input.e-input-group.e-warning,.e-outline.e-float-input.e-control-wrapper.e-warning,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning{border-color:#ffca1c}.e-outline.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning){-webkit-box-shadow:inset 1px 1px #f44336,inset -1px 0 #f44336,inset 0 -1px #f44336;box-shadow:inset 1px 1px #f44336,inset -1px 0 #f44336,inset 0 -1px #f44336}.e-outline.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning){-webkit-box-shadow:inset 1px 1px #22b24b,inset -1px 0 #22b24b,inset 0 -1px #22b24b;box-shadow:inset 1px 1px #22b24b,inset -1px 0 #22b24b,inset 0 -1px #22b24b}.e-outline.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success){-webkit-box-shadow:inset 1px 1px #ffca1c,inset -1px 0 #ffca1c,inset 0 -1px #ffca1c;box-shadow:inset 1px 1px #ffca1c,inset -1px 0 #ffca1c,inset 0 -1px #ffca1c}.e-outline.e-float-input.e-input-focus.e-error:not(.e-success):not(.e-warning),.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning),.e-outline.e-float-input.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning){-webkit-box-shadow:inset 1px 0 #f44336,inset -1px 0 #f44336,inset 0 -1px #f44336;box-shadow:inset 1px 0 #f44336,inset -1px 0 #f44336,inset 0 -1px #f44336}.e-outline.e-float-input.e-input-focus.e-success:not(.e-error):not(.e-warning),.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning),.e-outline.e-float-input.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning){-webkit-box-shadow:inset 1px 0 #22b24b,inset -1px 0 #22b24b,inset 0 -1px #22b24b;box-shadow:inset 1px 0 #22b24b,inset -1px 0 #22b24b,inset 0 -1px #22b24b}.e-outline.e-float-input.e-input-focus.e-warning:not(.e-error):not(.e-success),.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success),.e-outline.e-float-input.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success){-webkit-box-shadow:inset 1px 0 #ffca1c,inset -1px 0 #ffca1c,inset 0 -1px #ffca1c;box-shadow:inset 1px 0 #ffca1c,inset -1px 0 #ffca1c,inset 0 -1px #ffca1c}.e-outline.e-input-group.e-disabled:not(.e-input-focus),.e-outline.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),.e-outline.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),.e-outline.e-input-group.e-disabled.e-float-icon-left:not(.e-input-focus),.e-outline.e-input-group.e-disabled.e-control-wrapper.e-float-icon-left:not(.e-input-focus),.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text:after,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text:before,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text:after,.e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text:before,.e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text:after,.e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text:before,.e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text:after,.e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text:before,.e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text:after{border-color:#0000000f}.e-outline.e-float-input.e-success.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-input-group.e-success.e-valid-input label.e-float-text.e-label-top,.e-outline.e-float-input.e-small.e-success.e-input-focus input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-success textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-success label.e-float-text.e-label-top,.e-outline.e-float-input.e-input-group.e-success label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-success label.e-float-text.e-label-top,.e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) input:valid~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) input:focus~label.e-float-text.e-label-top,.e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) textarea:valid~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) textarea:focus~label.e-float-text.e-label-top,.e-outline.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-success.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text{color:#22b24b}.e-outline.e-float-input.e-error.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-error textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-error label.e-float-text.e-label-top,.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus~label.e-float-text.e-label-top,.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus~label.e-float-text.e-label-top,.e-outline.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-error.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-error.e-valid-input.e-input-focus label.e-label-top{color:#f44336}.e-outline.e-float-input.e-warning.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-input-group.e-warning.e-valid-input label.e-label-top.e-float-text,.e-outline.e-float-input.e-small.e-warning.e-input-focus input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-warning textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-warning label.e-float-text.e-label-top,.e-outline.e-float-input.e-input-group.e-warning label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-warning label.e-float-text.e-label-top,.e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) input:valid~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) input:focus~label.e-float-text.e-label-top,.e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) textarea:valid~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) textarea:focus~label.e-float-text.e-label-top,.e-outline.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-warning.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text{color:#ffca1c}.e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top,.e-outline.e-float-input.e-input-group.e-input-focus label.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-valid-input.e-input-focus label.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus label.e-label-top{color:#e3165b}.e-outline.e-input[disabled],.e-outline.e-input-group .e-input[disabled],.e-outline.e-input-group.e-control-wrapper .e-input[disabled],.e-outline.e-input-group.e-disabled,.e-outline.e-input-group.e-control-wrapper.e-disabled,.e-outline.e-float-input input[disabled],.e-outline.e-float-input.e-control-wrapper input[disabled],.e-outline.e-float-input textarea[disabled],.e-outline.e-float-input.e-control-wrapper textarea[disabled],.e-outline.e-float-input.e-disabled,.e-outline.e-float-input.e-control-wrapper.e-disabled,.e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,.e-outline.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,.e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap{background-image:none;border-bottom-color:#0000000f;border-color:#0000000f}.e-outline.e-float-input.e-input-group.e-disabled .e-float-text,.e-outline.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,.e-outline.e-float-input input[disabled]~label.e-float-text,.e-outline.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-disabled label.e-float-text,.e-outline.e-float-input.e-disabled label.e-float-text.e-label-top,.e-outline.e-float-input:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input textarea[disabled]~label.e-float-text,.e-outline.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top{color:#00000061}.e-outline.e-input-group.e-disabled .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon{color:#00000061}.e-outline.e-float-input:not(.e-disabled) .e-clear-icon:hover,.e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,.e-outline.e-input-group:not(.e-disabled) .e-clear-icon:hover,.e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover{color:#000000de}.e-outline.e-float-input:not(.e-disabled) .e-clear-icon:active,.e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,.e-outline.e-input-group:not(.e-disabled) .e-clear-icon:active,.e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active{color:#000000de}.e-filled.e-input-group,.e-filled.e-input-group.e-control-wrapper,.e-filled.e-float-input,.e-filled.e-float-input.e-input-group,.e-filled.e-float-input.e-control-wrapper,.e-filled.e-float-input.e-input-group.e-control-wrapper{background:#f5f5f5;-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear}.e-filled.e-input-group:hover,.e-filled.e-input-group.e-control-wrapper:hover,.e-filled.e-float-input:hover,.e-filled.e-float-input.e-input-group:hover,.e-filled.e-float-input.e-control-wrapper:hover,.e-filled.e-float-input.e-input-group.e-control-wrapper:hover{background:#ececec;-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear}.e-filled.e-input-group.e-input-focus,.e-filled.e-input-group.e-control-wrapper.e-input-focus,.e-filled.e-float-input.e-input-focus,.e-filled.e-float-input.e-input-group.e-input-focus,.e-filled.e-float-input.e-control-wrapper.e-input-focus,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-input-focus,.e-filled.e-input-group:hover.e-input-focus,.e-filled.e-input-group:hover.e-control-wrapper.e-input-focus,.e-filled.e-float-input:hover.e-input-focus,.e-filled.e-float-input:hover.e-input-group.e-input-focus,.e-filled.e-float-input:hover.e-control-wrapper.e-input-focus,.e-filled.e-float-input:hover.e-input-group.e-control-wrapper.e-input-focus{background:#dcdcdc;-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear}.e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-filled.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,.e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,.e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,.e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left{border-color:#000000de}.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),.e-filled.e-float-input:not(.e-success):not(.e-warning):not(.e-error),.e-filled.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error){border-color:#0000006b}.e-filled.e-float-input.e-success,.e-filled.e-float-input.e-control-wrapper.e-success,.e-filled.e-input-group.e-float-icon-left.e-success,.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-success{border-bottom-color:#22b24b}.e-filled.e-float-input.e-warning,.e-filled.e-float-input.e-control-wrapper.e-warning,.e-filled.e-input-group.e-float-icon-left.e-warning,.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-warning{border-bottom-color:#ffca1c}.e-filled.e-float-input.e-error,.e-filled.e-float-input.e-control-wrapper.e-error,.e-filled.e-input-group.e-float-icon-left.e-error,.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-error{border-bottom-color:#f44336}.e-filled label.e-float-text,.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,.e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-input-group.e-filled textarea.e-input:-ms-input-placeholder,input.e-filled.e-input::-webkit-input-placeholder,.e-input-group.e-filled.e-control-wrapper input.e-input::-webkit-input-placeholder,.e-input-group.e-filled input.e-input::-webkit-input-placeholder,textarea.e-filled.e-input::-webkit-input-placeholder,.e-input-group.e-filled textarea.e-input::-webkit-input-placeholder,.e-input-group.e-filled.e-control-wrapper textarea.e-input::-webkit-input-placeholder,.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,input.e-filled.e-input:-moz-placeholder,.e-input-group.e-filled input.e-input:-moz-placeholder,.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder,textarea.e-filled.e-input:-moz-placeholder,.e-input-group.e-filled textarea.e-input:-moz-placeholder,.e-input-group.e-filled.e-control-wrapper textarea.e-input:-moz-placeholder,input.e-filled.e-input::-moz-placeholder,.e-input-group.e-filled input.e-input::-moz-placeholder,.e-input-group.e-filled.e-control-wrapper input.e-input::-moz-placeholder,textarea.e-filled.e-input::-moz-placeholder,.e-input-group.e-filled textarea.e-input::-moz-placeholder,.e-input-group.e-filled.e-control-wrapper textarea.e-input::-moz-placeholder,input.e-filled.e-input:-ms-input-placeholder,.e-input-group.e-filled input.e-input:-ms-input-placeholder,.e-input-group.e-filled.e-control-wrapper input.e-input:-ms-input-placeholder,textarea.e-filled.e-input:-ms-input-placeholder,.e-input-group.e-filled.e-control-wrapper textarea.e-input:-ms-input-placeholder{color:#0009}.e-filled.e-float-input.e-error label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,.e-filled.e-float-input.e-error input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-error input:focus~label.e-float-text,.e-filled.e-float-input.e-error textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus~label.e-float-text,.e-filled.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input~label.e-float-text{color:#f44336}.e-filled.e-float-input.e-success label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success label.e-float-text,.e-filled.e-float-input.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-success input label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input .e-control-wrapper.e-success input label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-success input[readonly]~label.e-float-text,.e-filled.e-float-input.e-small.e-success input[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-success input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-success input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-success input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-success input[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-success input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-success.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success input[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper.e-success input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text{color:#22b24b}.e-filled.e-float-input.e-warning label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning label.e-float-text,.e-filled.e-float-input.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input .e-control-wrapper.e-warning input label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-warning input[readonly]~label.e-float-text,.e-filled.e-float-input.e-small.e-warning input[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-warning input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-warning input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-warning input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-warning input[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-warning input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-warning.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-warning.e-input-focus input~label.e-float-text{color:#ffca1c}.e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,.e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input[readonly]~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) input:valid~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) input[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top{color:#0009}.e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top,.e-filled.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-filled.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top,.e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text.e-label-top,.e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text{color:#e3165b}.e-filled.e-float-input:not(.e-disabled) .e-clear-icon:hover,.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,.e-filled.e-input-group:not(.e-disabled) .e-clear-icon:hover,.e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover{color:#000000de}.e-filled.e-float-input:not(.e-disabled) .e-clear-icon:active,.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,.e-filled.e-input-group:not(.e-disabled) .e-clear-icon:active,.e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active{color:#000000de}.e-filled.e-input[disabled],.e-input-group.e-filled .e-input[disabled],.e-input-group.e-filled.e-control-wrapper .e-input[disabled],.e-input-group.e-filled.e-disabled,.e-input-group.e-filled.e-control-wrapper.e-disabled,.e-filled.e-float-input input[disabled],.e-filled.e-float-input.e-control-wrapper input[disabled],.e-filled.e-float-input textarea[disabled],.e-filled.e-float-input.e-control-wrapper textarea[disabled],.e-filled.e-float-input.e-disabled,.e-filled.e-float-input.e-control-wrapper.e-disabled{background:#fafafa;background-image:none;background-position:initial;background-repeat:no-repeat;background-size:0;border-color:#0000000f;color:#00000061}.e-filled.e-float-input.e-disabled:not(.e-success):not(.e-warning):not(.e-error),.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error){border-color:#0000000f}.e-filled.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap{background:#fafafa;background-image:none;background-position:initial;background-repeat:no-repeat;background-size:0;border-color:#0000000f;color:#00000061}.e-filled.e-float-input.e-input-group.e-disabled .e-float-text,.e-filled.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,.e-filled.e-float-input input[disabled]~label.e-float-text,.e-filled.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-disabled label.e-float-text,.e-filled.e-float-input.e-disabled label.e-float-text.e-label-top,.e-filled.e-float-input:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input textarea[disabled]~label.e-float-text,.e-filled.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,input.e-filled.e-disabled.e-input:-moz-placeholder,.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder,textarea.e-filled.e-disabled.e-input:-moz-placeholder,.e-input-group.e-filled.e-disabled textarea.e-input:-moz-placeholder,.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-moz-placeholder,input.e-filled.e-disabled.e-input::-moz-placeholder,.e-input-group.e-filled.e-disabled input.e-input::-moz-placeholder,.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-moz-placeholder,textarea.e-filled.e-disabled.e-input::-moz-placeholder,.e-input-group.e-filled.e-disabled textarea.e-input::-moz-placeholder,.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-moz-placeholder,input.e-filled.e-disabled.e-input:-ms-input-placeholder,.e-input-group.e-filled.e-disabled input.e-input:-ms-input-placeholder,.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-ms-input-placeholder,textarea.e-filled.e-disabled.e-input:-ms-input-placeholder,.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-ms-input-placeholder,.e-input-group.e-filled.e-disabled textarea.e-input:-ms-input-placeholder,input.e-filled.e-disabled.e-input::-webkit-input-placeholder,.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-webkit-input-placeholder,.e-input-group.e-filled.e-disabled input.e-input::-webkit-input-placeholder,textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,.e-input-group.e-filled.e-disabled textarea.e-input::-webkit-input-placeholder,.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-webkit-input-placeholder,.e-filled.e-float-input.e-disabled .e-clear-icon,.e-filled.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,.e-input-group.e-filled.e-disabled .e-clear-icon,.e-input-group.e-filled.e-control-wrapper.e-disabled .e-clear-icon,.e-input-group.e-filled.e-disabled .e-input-group-icon,.e-input-group.e-filled.e-control-wrapper.e-disabled .e-input-group-icon,.e-filled.e-float-input:not(.e-disabled) input[disabled],.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],.e-filled.e-float-input:not(.e-disabled) textarea[disabled],.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled]{color:#00000061}.e-filled.e-float-input.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-success textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-success textarea[readonly]~label.e-float-text,.e-filled.e-float-input.e-small.e-success textarea[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-success textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-success textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-success textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-success textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-success textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-success input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-success.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text{color:#22b24b}.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-warning textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-warning textarea[readonly]~label.e-float-text,.e-filled.e-float-input.e-small.e-warning textarea[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-warning textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-warning textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-warning textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-warning textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-warning textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled]~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-warning input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-warning.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus inputs~label.e-float-text,.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text{color:#ffca1c}.e-input-group.e-bigger .e-input,.e-input-group.e-bigger.e-control-wrapper .e-input,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input{font:inherit}.e-input.e-bigger:focus,.e-bigger .e-input:focus{padding-bottom:5px}.e-input.e-bigger:focus,.e-bigger .e-input:focus{padding-bottom:4px}input.e-input.e-bigger,textarea.e-input.e-bigger,.e-bigger input.e-input,.e-bigger textarea.e-input,.e-input-group.e-bigger,.e-bigger .e-input-group,.e-input-group.e-control-wrapper.e-bigger,.e-bigger .e-input-group.e-control-wrapper{font-size:14px}input.e-input.e-bigger,textarea.e-input.e-bigger,.e-input-group.e-bigger .e-input,.e-input-group.e-bigger.e-control-wrapper .e-input,.e-bigger input.e-input,.e-bigger textarea.e-input,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input{line-height:inherit;margin-bottom:8px;padding:5px 0}.e-input-group.e-bigger .e-input:focus,.e-bigger .e-input-group .e-input:focus,.e-input-group.e-control-wrapper.e-bigger .e-input:focus,.e-bigger .e-input-group.e-control-wrapper .e-input:focus,.e-input-group.e-bigger.e-input-focus .e-input,.e-bigger .e-input-group.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input,.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input{padding:5px 0}.e-input-group.e-bigger .e-input-group-icon,.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon{min-height:20px;min-width:20px}.e-input-group.e-bigger .e-input-group-icon,.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon{font-size:12px;padding:0}.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-input-group.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon{font-size:20px;margin:0;min-height:32px;min-width:32px;padding:0}.e-input.e-small.e-bigger:focus,.e-bigger .e-input.e-small:focus{padding-bottom:4px}.e-input.e-small.e-bigger:focus,.e-bigger .e-input.e-small:focus{padding-bottom:3px}.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-input-group.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left>.e-input-group-icon{font-size:20px;margin:0;min-height:30px;min-width:30px;padding:0}.e-input.e-small.e-bigger,.e-input-group.e-small.e-bigger,.e-small.e-bigger .e-input-group,.e-input-group.e-control-wrapper.e-small.e-bigger,.e-small.e-bigger .e-input-group.e-control-wrapper,.e-bigger .e-input.e-small,.e-small .e-input.e-bigger,.e-bigger .e-input-group.e-small,.e-bigger .e-input-group.e-control-wrapper.e-small,.e-small .e-input-group.e-bigger,.e-small .e-input-group.e-control-wrapper.e-bigger,.e-input-group.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled,.e-bigger .e-input.e-small.e-disabled,.e-small .e-input.e-bigger.e-disabled,.e-bigger .e-input-group.e-small.e-disabled,.e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-input-group.e-bigger.e-disabled,.e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled{font-size:13px}.e-input-group.e-small.e-bigger .e-input,.e-input-group.e-small .e-input.e-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger .e-input,.e-input-group.e-control-wrapper.e-small .e-input.e-bigger,.e-bigger .e-input-group.e-small .e-input,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input{font:inherit;padding:4px 0}.e-input-group.e-small.e-bigger .e-input:focus,.e-input-group.e-small .e-input.e-bigger:focus,.e-bigger .e-input-group.e-small .e-input:focus,.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus,.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus,.e-input-group.e-small.e-bigger.e-input-focus .e-input,.e-input-group.e-small.e-input-focus .e-input.e-bigger,.e-bigger .e-input-group.e-small.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger,.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input,.e-input.e-small.e-bigger,.e-bigger .e-input.e-small,.e-small .e-input.e-bigger{padding:4px 0}.e-input-group.e-small.e-bigger .e-input-group-icon,.e-input-group.e-small .e-input-group-icon.e-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-small.e-bigger .e-input-group .e-input-group-icon,.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-input-group.e-small .e-input-group-icon,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon{font-size:12px;min-height:18px;min-width:18px;padding:0}.e-float-input.e-bigger label.e-float-text,.e-float-input label.e-float-text.e-bigger,.e-float-input input.e-bigger~label.e-float-text,.e-bigger .e-float-input label.e-float-text,.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text.e-bigger,.e-float-input.e-control-wrapper input.e-bigger~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;top:-8px}.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{content:"";font-style:normal}.e-float-input.e-small.e-bigger label.e-float-text,.e-bigger .e-float-input.e-small label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:13px;top:-9px;font-style:normal}.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,.e-float-input .e-input-in-wrap label.e-float-text.e-bigger,.e-float-input .e-input-in-wrap input.e-bigger~label.e-float-text,.e-bigger .e-float-input .e-input-in-wrap label.e-float-text,.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-bigger,.e-float-input.e-control-wrapper .e-input-in-wrap input.e-bigger~label.e-float-text,.e-bigger.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{top:-8px}.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{font-size:13px;top:-9px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92)}.e-float-input.e-bigger input:focus~label.e-float-text,.e-float-input.e-bigger input:valid~label.e-float-text,.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger input label.e-float-text.e-label-top,.e-bigger .e-float-input input:focus~label.e-float-text,.e-bigger .e-float-input input:valid~label.e-float-text,.e-bigger .e-float-input input~label.e-label-top.e-float-text,.e-bigger .e-float-input input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,.e-bigger .e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{-webkit-transform:translate3d(0,-6px,0) scale(.86);transform:translate3d(0,-6px,0) scale(.86)}.e-float-input.e-bigger.e-small input:focus~label.e-float-text,.e-float-input.e-bigger.e-small input:valid~label.e-float-text,.e-float-input.e-bigger.e-small input~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,.e-bigger .e-float-input.e-small input:focus~label.e-float-text,.e-bigger .e-float-input.e-small input:valid~label.e-float-text,.e-bigger .e-float-input.e-small input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small input label.e-float-text.e-label-top,.e-small .e-float-input.e-bigger input:focus~label.e-float-text,.e-small .e-float-input.e-bigger input:valid~label.e-float-text,.e-small .e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-small .e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-bigger input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger.e-small input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,.e-bigger .e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,.e-float-input.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small.e-input-focus input-group-animation~label.e-float-text,.e-small .e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text{-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92)}.e-float-input.e-bigger input:focus~label.e-float-text,.e-float-input.e-bigger input:valid~label.e-float-text,.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input input:focus~label.e-float-text,.e-bigger .e-float-input input:valid~label.e-float-text,.e-bigger .e-float-input input~label.e-label-top.e-float-text,.e-bigger .e-float-input input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{font-size:14px;top:-9px}.e-float-input.e-bigger .e-input-in-wrap input:focus~label.e-float-text,.e-float-input.e-bigger .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-bigger .e-input-in-wrap input~label.e-label-top.e-float-text,.e-float-input.e-bigger .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input .e-input-in-wrap input:focus~label.e-float-text,.e-bigger .e-float-input .e-input-in-wrap input:valid~label.e-float-text,.e-bigger .e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text,.e-bigger .e-float-input .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text{top:-7px}.e-float-input.e-small.e-bigger input:focus~label.e-float-text,.e-float-input.e-small.e-bigger input:valid~label.e-float-text,.e-float-input.e-small.e-bigger input~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger input[readonly]~label.e-float-text,.e-float-input.e-small.e-bigger input[disabled]~label.e-float-text,.e-bigger .e-float-input.e-small input:focus~label.e-float-text,.e-bigger .e-float-input.e-small input:valid~label.e-float-text,.e-bigger .e-float-input.e-small input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small input[readonly]~label.e-float-text,.e-bigger .e-float-input.e-small input[disabled]~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper input[readonly]~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled]~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly]~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled]~label.e-float-text,.e-float-input.e-small.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text{font-size:13px;top:-7px}.e-float-input.e-small.e-bigger .e-input-in-wrap input:focus~label.e-float-text,.e-float-input.e-small.e-bigger .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-small.e-bigger .e-input-in-wrap input~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger .e-input-in-wrap input[readonly]~label.e-float-text,.e-float-input.e-small.e-bigger .e-input-in-wrap input[disabled]~label.e-float-text,.e-bigger .e-float-input.e-small .e-input-in-wrap input:focus~label.e-float-text,.e-bigger .e-float-input.e-small .e-input-in-wrap input:valid~label.e-float-text,.e-bigger .e-float-input.e-small .e-input-in-wrap input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small .e-input-in-wrap input[readonly]~label.e-float-text,.e-bigger .e-float-input.e-small .e-input-in-wrap input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[disabled]~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly]~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled]~label.e-float-text,.e-float-input.e-small .e-input-in-wrap label.e-float-text,.e-small .e-float-input .e-input-in-wrap label.e-float-text,.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.e-small .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-bigger .e-float-input.e-small .e-input-in-wrap label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{top:-10px}.e-float-input.e-bigger,.e-bigger .e-float-input,.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-float-input.e-control-wrapper{line-height:1.5;margin-bottom:8px;margin-top:17px;padding-top:0;position:relative;width:100%}.e-float-input.e-small.e-bigger,.e-bigger.e-small .e-float-input.e-small,.e-bigger .e-float-input.e-small,.e-small .e-float-input.e-bigger,.e-float-input.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small .e-float-input.e-control-wrapper.e-small,.e-bigger .e-float-input.e-control-wrapper.e-small,.e-small .e-float-input.e-control-wrapper.e-bigger{line-height:1.4;margin-bottom:4px;margin-top:17px;padding-top:0}.e-input-group.e-bigger,.e-bigger .e-input-group,.e-input-group.e-control-wrapper.e-bigger,.e-bigger .e-input-group.e-control-wrapper{line-height:1.5}.e-input-group.e-small.e-bigger,.e-bigger.e-small .e-input-group.e-small,.e-bigger .e-input-group.e-small,.e-small .e-input-group.e-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small .e-input-group.e-control-wrapper.e-small,.e-bigger .e-input-group.e-control-wrapper.e-small,.e-small .e-input-group.e-control-wrapper.e-bigger{line-height:normal}.e-float-input.e-bigger.e-no-float-label,.e-bigger .e-float-input.e-no-float-label,.e-float-input.e-small.e-bigger.e-no-float-label,.e-bigger .e-float-input.e-small.e-no-float-label,.e-small .e-float-input.e-bigger.e-no-float-label,.e-float-input.e-control-wrapper.e-bigger.e-no-float-label,.e-bigger .e-float-input.e-control-wrapper.e-no-float-label,.e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label,.e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label,.e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label{margin-top:0}.e-float-input.e-bigger.e-disabled,.e-bigger .e-float-input.e-disabled,.e-float-input.e-control-wrapper.e-bigger.e-disabled,.e-bigger .e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-input-group.e-bigger.e-disabled,.e-bigger .e-float-input.e-input-group.e-disabled,.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled,.e-float-input.e-bigger,.e-bigger .e-float-input,.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-float-input.e-control-wrapper{font-size:14px}.e-float-input.e-bigger input,.e-float-input input.e-bigger,.e-bigger .e-float-input input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper input.e-bigger,.e-bigger .e-float-input.e-control-wrapper input{font:inherit;line-height:inherit;padding:5px 0}.e-float-input.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-float-input.e-disabled,.e-bigger .e-float-input.e-small.e-disabled,.e-small .e-float-input.e-bigger.e-disabled,.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled,.e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled,.e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled,.e-float-input.e-input-group.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-float-input.e-input-group.e-disabled,.e-bigger .e-float-input.e-input-group.e-small.e-disabled,.e-small .e-float-input.e-input-group.e-bigger.e-disabled,.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled,.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,.e-float-input.e-small.e-bigger,.e-small.e-bigger .e-float-input,.e-bigger .e-float-input.e-small,.e-small .e-float-input.e-bigger,.e-float-input.e-control-wrapper.e-small.e-bigger,.e-small.e-bigger .e-float-input.e-control-wrapper,.e-bigger .e-float-input.e-control-wrapper.e-small,.e-small .e-float-input.e-control-wrapper.e-bigger{font-size:13px}.e-float-input.e-small.e-bigger input,.e-float-input.e-small input.e-bigger,.e-bigger .e-float-input.e-small input,.e-float-input.e-control-wrapper.e-small.e-bigger input,.e-float-input.e-control-wrapper.e-small input.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-small input{font:inherit;line-height:inherit;padding:4px 0}.e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input~label.e-float-text.e-label-top{left:-40px;width:auto}.e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input~label.e-float-text.e-label-top{right:-40px;width:auto}.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-weight:400}.e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom{padding-right:0}.e-input-group.e-bigger .e-input,.e-input-group.e-control-wrapper.e-bigger .e-input,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input,.e-float-input.e-bigger .e-input,.e-bigger .e-float-input .e-input,.e-float-input.e-control-wrapper.e-bigger .e-input,.e-bigger .e-float-input.e-control-wrapper .e-input{margin-bottom:0}.e-input.e-small.e-bigger,.e-input-group.e-small.e-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger,.e-bigger .e-input.e-small,.e-bigger .e-input-group.e-small,.e-bigger .e-input-group.e-control-wrapper.e-small{line-height:inherit;margin-bottom:4px}.e-input-group.e-bigger .e-input-group-icon,.e-input-group .e-input-group-icon.e-bigger,.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-input-group .e-input-group-icon,.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon{margin-bottom:5px;margin-right:8px;margin-top:6px}.e-float-input.e-input-group.e-bigger .e-input-group-icon,.e-float-input.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-float-input.e-input-group .e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{margin-top:6px}.e-input-group.e-small.e-bigger .e-input-group-icon,.e-input-group.e-small .e-input-group-icon.e-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-small .e-bigger.e-input-group .e-input-group-icon,.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-input-group.e-small .e-input-group-icon,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon{margin-bottom:4px;margin-right:4px;margin-top:4px}.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon{margin-top:4px}.e-input-group.e-bigger .e-input-group-icon:last-child,.e-input-group .e-input-group-icon.e-bigger:last-child,.e-bigger .e-input-group .e-input-group-icon:last-child,.e-input-group.e-small.e-bigger .e-input-group-icon:last-child,.e-input-group.e-small .e-input-group-icon.e-bigger:last-child,.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child,.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child,.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child,.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child,.e-bigger .e-input-group.e-small .e-input-group-icon:last-child{margin-right:0}.e-bigger input.e-input::-webkit-input-placeholder,input.e-bigger.e-input::-webkit-input-placeholder,.e-bigger input.e-input:-moz-placeholder,input.e-bigger.e-input:-moz-placeholder,.e-bigger input.e-input:-ms-input-placeholder,input.e-bigger.e-input:-ms-input-placeholder,.e-bigger input.e-input::-moz-placeholder,input.e-bigger.e-input::-moz-placeholder,.e-bigger textarea.e-input::-webkit-input-placeholder,textarea.e-bigger.e-input::-webkit-input-placeholder,.e-bigger textarea.e-input:-moz-placeholder,textarea.e-bigger.e-input:-moz-placeholder,.e-bigger textarea.e-input:-ms-input-placeholder,textarea.e-bigger.e-input:-ms-input-placeholder,.e-bigger textarea.e-input::-moz-placeholder,textarea.e-bigger.e-input::-moz-placeholder,.e-bigger textarea.e-input::-webkit-textarea-placeholder,textarea.e-bigger.e-input::-webkit-textarea-placeholder,.e-bigger textarea.e-input:-ms-textarea-placeholder,textarea.e-bigger.e-input:-ms-textarea-placeholder{font-size:14px;font-style:normal}.e-bigger input.e-small.e-input::-webkit-input-placeholder,.e-small input.e-bigger.e-input::-webkit-input-placeholder,.e-bigger input.e-small.e-input:-moz-placeholder,.e-small input.e-bigger.e-input:-moz-placeholder,.e-bigger input.e-small.e-input:-ms-input-placeholder,.e-small input.e-bigger.e-input:-ms-input-placeholder,.e-bigger input.e-small.e-input::-moz-placeholder,.e-small input.e-bigger.e-input::-moz-placeholder,.e-bigger textarea.e-small.e-input::-webkit-input-placeholder,.e-small textarea.e-bigger.e-input::-webkit-input-placeholder,.e-bigger textarea.e-small.e-input:-moz-placeholder,.e-small textarea.e-bigger.e-input:-moz-placeholder,.e-bigger intextareaput.e-small.e-input:-ms-input-placeholder,.e-small textarea.e-bigger.e-input:-ms-input-placeholder,.e-bigger textarea.e-small.e-input::-moz-placeholder,.e-small textarea.e-bigger.e-input::-moz-placeholder,.e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder,.e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder,.e-bigger textarea.e-small.e-input:-ms-input-placeholder{font-size:13px;font-style:normal}input.e-input.e-bigger,.e-bigger input.e-input,.e-input-group.e-bigger input,.e-input-group.e-bigger input.e-input,.e-input-group.e-control-wrapper.e-bigger input,.e-input-group.e-control-wrapper.e-bigger input.e-input,.e-bigger .e-input-group input,.e-bigger .e-input-group input.e-input,.e-bigger .e-input-group.e-control-wrapper input,.e-bigger .e-input-group.e-control-wrapper input.e-input,.e-float-input.e-bigger input,.e-float-input.e-bigger input.e-input,.e-bigger .e-float-input input,.e-bigger .e-float-input input.e-input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper.e-bigger input.e-input,.e-bigger .e-float-input.e-control-wrapper input,.e-bigger .e-float-input.e-control-wrapper input.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}.e-float-input.e-bigger:not(.e-input-group) input,.e-float-input.e-bigger:not(.e-input-group) input.e-input,.e-bigger .e-float-input:not(.e-input-group) input,.e-bigger .e-float-input:not(.e-input-group) input.e-input,.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input,.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input,.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}input.e-input.e-small.e-bigger,.e-input-group.e-bigger.e-small input,.e-input-group.e-bigger.e-small input.e-input,.e-bigger.e-small .e-input-group input,.e-bigger.e-small .e-input-group input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,.e-bigger.e-small .e-input-group.e-control-wrapper input,.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input,.e-float-input.e-bigger.e-small input,.e-float-input.e-bigger.e-small input.e-input,.e-bigger.e-small .e-float-input input,.e-bigger.e-small .e-float-input input.e-input,.e-float-input.e-control-wrapper.e-bigger.e-small input,.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,.e-bigger.e-small .e-float-input.e-control-wrapper input,.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}.e-float-input.e-bigger.e-small:not(.e-input-group) input,.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,.e-bigger.e-small .e-float-input:not(.e-input-group) input,.e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}.e-input-group textarea.e-input.e-bigger,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,textarea.e-input.e-bigger,.e-input-group.e-bigger textarea,.e-input-group.e-bigger textarea.e-input,.e-bigger .e-input-group textarea,.e-bigger .e-input-group textarea.e-input,.e-input-group.e-control-wrapper.e-bigger textarea,.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-bigger .e-input-group.e-control-wrapper textarea,.e-bigger .e-input-group.e-control-wrapper textarea.e-input,.e-float-input.e-bigger textarea,.e-float-input.e-bigger textarea.e-input,.e-bigger .e-float-input textarea,.e-bigger .e-float-input textarea.e-input,.e-float-input.e-control-wrapper.e-bigger textarea,.e-float-input.e-control-wrapper.e-bigger textarea.e-input,.e-bigger .e-float-input.e-control-wrapper textarea,.e-bigger .e-float-input.e-control-wrapper textarea.e-input,textarea.e-input.e-small.e-bigger,.e-input-group.e-bigger.e-small textarea,.e-input-group.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-input-group textarea,.e-bigger.e-small .e-input-group textarea.e-input,.e-input-group.e-control-wrapper.e-bigger.e-small textarea,.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-input-group.e-control-wrapper textarea,.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-float-input.e-bigger.e-small textarea,.e-float-input.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-float-input textarea,.e-bigger.e-small .e-float-input textarea.e-input,.e-float-input.e-control-wrapper.e-bigger.e-small textarea,.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-float-input.e-control-wrapper textarea,.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input{-webkit-box-sizing:content-box;box-sizing:content-box;content:""}input.e-input.e-bigger,.e-input-group input.e-input.e-bigger,.e-input-group.e-control-wrapper input.e-input.e-bigger,.e-input-group.e-bigger .e-input,.e-input-group.e-control-wrapper.e-bigger .e-input,.e-bigger input.e-input,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input,.e-float-input.e-bigger input,.e-float-input input.e-bigger,.e-bigger .e-float-input input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper input.e-bigger,.e-bigger .e-float-input.e-control-wrapper input{text-indent:0}input.e-input.e-bigger,.e-bigger input.e-input,.e-input-group.e-bigger input.e-input,.e-input-group.e-control-wrapper.e-bigger input.e-input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper input.e-bigger,.e-float-input.e-bigger input,.e-float-input input.e-bigger,.e-input-group input.e-input.e-bigger,.e-input-group.e-control-wrapper input.e-input.e-bigger,.e-bigger .e-float-input.e-control-wrapper input,.e-bigger .e-float-input input,.e-bigger .e-input-group.e-control-wrapper input.e-input,.e-bigger .e-input-group input.e-input,.e-input-group.e-bigger input.e-input:focus,.e-input-group.e-control-wrapper.e-bigger input.e-input:focus,.e-float-input.e-control-wrapper.e-bigger input:focus,.e-float-input.e-bigger input:focus,.e-bigger .e-input-group input.e-input:focus,.e-bigger .e-input-group.e-control-wrapper input.e-input:focus,.e-bigger .e-float-input.e-control-wrapper input:focus,.e-bigger .e-float-input input:focus,.e-input-group.e-bigger.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,.e-bigger .e-input-group.e-input-focus input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-float-input.e-control-wrapper.e-bigger.e-input-focus input,.e-float-input.e-bigger.e-input-focus input,.e-bigger .e-float-input.e-control-wrapper.e-input-focus input,.e-bigger .e-float-input.e-input-focus input{padding-left:0;text-indent:0}.e-rtl input.e-input.e-bigger,input.e-input.e-bigger.e-rtl,.e-bigger.e-rtl input.e-input,.e-bigger input.e-input.e-rtl,.e-float-input.e-control-wrapper.e-bigger.e-rtl input,.e-float-input.e-bigger.e-rtl input,.e-input-group.e-bigger.e-rtl input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input,.e-rtl .e-float-input.e-control-wrapper.e-bigger input,.e-rtl .e-float-input.e-bigger input,.e-rtl .e-input-group.e-bigger input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input,.e-float-input.e-control-wrapper.e-rtl input.e-bigger,.e-float-input.e-rtl input.e-bigger,.e-input-group.e-rtl input.e-input.e-bigger,.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger,.e-rtl .e-float-input.e-control-wrapper input.e-bigger,.e-rtl .e-float-input input.e-bigger,.e-rtl .e-input-group input.e-input.e-bigger,.e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-rtl input,.e-bigger .e-float-input.e-rtl input,.e-bigger .e-input-group.e-rtl input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input,.e-bigger.e-rtl .e-float-input.e-control-wrapper input,.e-bigger.e-rtl .e-float-input input,.e-bigger.e-rtl .e-input-group input.e-input,.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input,.e-bigger.e-rtl .e-input-group input.e-input:focus,.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,.e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus,.e-bigger.e-rtl .e-float-input input:focus,.e-bigger .e-input-group.e-rtl input.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-bigger .e-float-input.e-rtl input:focus,.e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus,.e-bigger.e-rtl .e-input-group.e-input-focus input.e-input,.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-bigger .e-input-group.e-rtl.e-input-focus input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,.e-bigger.e-rtl .e-float-input.e-input-focus input,.e-bigger .e-float-input.e-rtl.e-input-focus input,.e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input{padding-left:0;padding-right:0;text-indent:0}textarea.e-input.e-bigger,.e-bigger textarea.e-input,.e-input-group.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-float-input.e-control-wrapper.e-bigger textarea,.e-float-input.e-control-wrapper textarea.e-bigger,.e-float-input.e-bigger textarea,.e-float-input textarea.e-bigger,.e-input-group textarea.e-input.e-bigger,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-bigger .e-float-input.e-control-wrapper textarea,.e-bigger .e-float-input textarea,.e-bigger .e-input-group textarea.e-input,.e-bigger .e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-bigger textarea.e-input:focus,.e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,.e-float-input.e-control-wrapper.e-bigger textarea:focus,.e-float-input.e-bigger textarea:focus,.e-bigger .e-input-group textarea.e-input:focus,.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,.e-bigger .e-float-input.e-control-wrapper textarea:focus,.e-bigger .e-float-input textarea:focus{padding-left:0;text-indent:0}.e-rtl textarea.e-input.e-bigger,textarea.e-input.e-bigger.e-rtl,.e-bigger.e-rtl textarea.e-input,.e-bigger textarea.e-input.e-rtl,.e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea,.e-float-input:not(.e-outline).e-bigger.e-rtl textarea,.e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea,.e-rtl .e-float-input:not(.e-outline).e-bigger textarea,.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input,.e-float-input:not(.e-outline).e-rtl textarea.e-bigger,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger,.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger,.e-rtl .e-float-input:not(.e-outline) textarea.e-bigger,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger,.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger,.e-bigger .e-float-input:not(.e-outline).e-rtl textarea,.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,.e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus,.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus{padding-right:0;text-indent:0}input.e-input.e-bigger.e-small,.e-bigger input.e-input.e-small,.e-input-group.e-small.e-bigger input.e-input,.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,.e-input-group.e-small input.e-input.e-bigger,.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,.e-bigger .e-input-group.e-small input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input,.e-float-input.e-small.e-bigger input,.e-float-input.e-small input.e-bigger,.e-bigger .e-float-input.e-small input,.e-float-input.e-control-wrapper.e-small.e-bigger input,.e-float-input.e-control-wrapper.e-small input.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-small input,.e-bigger .e-input-group.e-small input.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small input:focus,.e-bigger .e-float-input.e-small input:focus,.e-small .e-input-group.e-bigger input.e-input:focus,.e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,.e-small .e-float-input.e-control-wrapper.e-bigger input:focus,.e-small .e-float-input.e-bigger input:focus,.e-input-group.e-bigger.e-small input.e-input:focus,.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,.e-float-input.e-control-wrapper.e-bigger.e-small input:focus,.e-float-input.e-bigger.e-small input:focus,.e-bigger .e-input-group.e-small.e-input-focus input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,.e-small .e-input-group.e-bigger.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,.e-input-group.e-bigger.e-small.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input,.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input,.e-bigger .e-float-input.e-small.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,.e-small .e-float-input.e-bigger.e-input-focus input,.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,.e-float-input.e-bigger.e-small.e-input-focus input,textarea.e-input.e-bigger.e-small,.e-bigger textarea.e-input.e-small,.e-input-group.e-small.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,.e-input-group.e-small textarea.e-input.e-bigger,.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,.e-bigger .e-input-group.e-small textarea.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,.e-float-input.e-small.e-bigger textarea,.e-float-input.e-small textarea.e-bigger,.e-bigger .e-float-input.e-small textarea,.e-float-input.e-control-wrapper.e-small.e-bigger textarea,.e-float-input.e-control-wrapper.e-small textarea.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-small textarea,.e-bigger .e-input-group.e-small textarea.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus,.e-bigger .e-float-input.e-small textarea:focus,.e-small .e-input-group.e-bigger textarea.e-input:focus,.e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus,.e-small .e-float-input.e-bigger textarea:focus,.e-input-group.e-bigger.e-small textarea.e-input:focus,.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus,.e-float-input.e-bigger.e-small textarea:focus{padding-left:0;text-indent:0}.e-bigger input.e-input.e-small.e-rtl,.e-input-group.e-small.e-bigger.e-rtl input.e-input,.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input,.e-input-group.e-small.e-rtl input.e-input.e-bigger,.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger,.e-bigger .e-input-group.e-small.e-rtl input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,.e-float-input.e-small.e-bigger.e-rtl input,.e-float-input.e-small.e-rtl input.e-bigger,.e-bigger .e-float-input.e-small.e-rtl input,.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input,.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input,.e-bigger.e-rtl input.e-input.e-small,.e-rtl .e-input-group.e-small.e-bigger input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,.e-rtl .e-input-group.e-small input.e-input.e-bigger,.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,.e-bigger.e-rtl .e-input-group.e-small input.e-input,.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,.e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input,.e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger,.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input,.e-rtl .e-float-input.e-small.e-bigger input,.e-rtl .e-float-input.e-small input.e-bigger,.e-bigger.e-rtl .e-float-input.e-small input,.e-bigger .e-input-group.e-small.e-rtl input.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus,.e-bigger .e-float-input.e-small.e-rtl input:focus,.e-small .e-input-group.e-bigger.e-rtl input.e-input:focus,.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus,.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus,.e-small .e-float-input.e-bigger.e-rtl input:focus,.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus,.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus,.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus,.e-float-input.e-bigger.e-small.e-rtl input:focus,.e-bigger.e-rtl .e-input-group.e-small input.e-input:focus,.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus,.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus,.e-bigger.e-rtl .e-float-input.e-small input:focus,.e-small.e-rtl .e-input-group.e-bigger input.e-input:focus,.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus,.e-small.e-rtl .e-float-input.e-bigger input:focus,.e-rtl .e-input-group.e-bigger.e-small input.e-input:focus,.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,.e-rtl .e-float-input.e-bigger.e-small input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input,.e-bigger .e-float-input.e-small.e-rtl.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input,.e-small .e-float-input.e-bigger.e-rtl.e-input-focus input,.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input,.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input,.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input,.e-bigger.e-rtl .e-float-input.e-small.e-input-focus input,.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,.e-small.e-rtl .e-float-input.e-bigger.e-input-focus input,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,.e-rtl .e-float-input.e-bigger.e-small.e-input-focus input,.e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input,.e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input,.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input,.e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input,.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,.e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input,.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,.e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input{padding-left:0;padding-right:0;text-indent:0}.e-bigger textarea.e-input.e-small.e-rtl,.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger,.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,.e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea,.e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger,.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger,.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,.e-bigger.e-rtl textarea.e-input.e-small,.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea,.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus,.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus,.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus,.e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus,.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus,.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus,.e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus,.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,.e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus,.e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus,.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus,.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus,.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus,.e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus,.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus{padding-right:0;text-indent:0}.e-float-input.e-small.e-bigger .e-clear-icon,.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-input-group.e-small.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-small .e-input-group.e-bigger input:first-child~.e-clear-icon,.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child~.e-clear-icon,.e-bigger .e-input-group.e-small input:first-child~.e-clear-icon,.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child~.e-clear-icon,.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child~.e-clear-icon,.e-small .e-float-input.e-bigger input:first-child~.e-clear-icon,.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child~.e-clear-icon,.e-bigger .e-float-input.e-small input:first-child~.e-clear-icon{padding-bottom:0}.e-float-input.e-bigger .e-clear-icon:before,.e-float-input.e-control-wrapper.e-bigger .e-clear-icon:before,.e-input-group.e-bigger .e-clear-icon:before,.e-input-group.e-control-wrapper.e-bigger .e-clear-icon:before,.e-float-input.e-control-wrapper input.e-bigger:first-child~.e-clear-icon:before,.e-bigger .e-float-input.e-control-wrapper .e-clear-icon:before,.e-float-input input.e-bigger:first-child~.e-clear-icon:before,.e-bigger .e-float-input .e-clear-icon:before,.e-bigger .e-input-group .e-clear-icon:before,.e-bigger .e-input-group.e-control-wrapper .e-clear-icon:before{font-size:12px}.e-float-input.e-small.e-bigger .e-clear-icon:before,.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon:before,.e-input-group.e-small.e-bigger .e-clear-icon:before,.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon:before,.e-small.e-bigger .e-float-input .e-clear-icon:before,.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon:before,.e-small.e-bigger .e-input-group .e-clear-icon:before,.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon:before,.e-small .e-input-group.e-bigger input:first-child~.e-clear-icon:before,.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child~.e-clear-icon:before,.e-bigger .e-input-group.e-small input:first-child~.e-clear-icon:before,.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child~.e-clear-icon:before,.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child~.e-clear-icon:before,.e-small .e-float-input.e-bigger input:first-child~.e-clear-icon:before,.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child~.e-clear-icon:before,.e-bigger .e-float-input.e-small input:first-child~.e-clear-icon:before{font-size:12px}.e-input-group.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-input-group .e-clear-icon.e-bigger,.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-bigger .e-input-group .e-clear-icon,.e-bigger .e-input-group.e-control-wrapper .e-clear-icon{min-width:20px;min-height:20px;padding-bottom:5px;padding-right:8px;padding-top:6px}.e-input-group.e-float-input.e-bigger .e-clear-icon,.e-input-group.e-float-input .e-clear-icon.e-bigger,.e-bigger .e-input-group.e-float-input .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger,.e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon{padding-right:8px;padding-top:6px}.e-small.e-bigger .e-input-group .e-clear-icon,.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon{min-height:20px;min-width:20px;padding-bottom:5px;padding-right:8px;padding-top:6px}.e-input-group.e-small.e-bigger .e-clear-icon,.e-input-group.e-small .e-clear-icon.e-bigger,.e-bigger .e-input-group.e-small .e-clear-icon,.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon{min-height:18px;min-width:18px;padding-bottom:4px;padding-right:4px;padding-top:4px}.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon,.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger,.e-bigger .e-input-group.e-float-input.e-small .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon{padding-right:4px;padding-top:4px}.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input textarea:focus~label.e-float-text,.e-bigger .e-float-input textarea:valid~label.e-float-text,.e-bigger .e-float-input textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text{font-size:14px;top:-20px}.e-float-input.e-small.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-small.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-small textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text{font-size:13px;top:-20px}.e-float-input.e-bigger textarea~label.e-float-text,.e-float-input textarea~label.e-float-text.e-bigger,.e-float-input textarea.e-bigger~label.e-float-text,.e-bigger .e-float-input textarea~label.e-float-text,.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger textarea~label.e-float-text,.e-float-input.e-control-wrapper textarea~label.e-float-text.e-bigger,.e-float-input.e-control-wrapper textarea.e-bigger~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;top:-8px}.e-input-group.e-bigger:not(.e-float-input) .e-input,.e-bigger .e-input-group:not(.e-float-input) .e-input,.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,.e-bigger .e-input-group.e-control-wrapper:not(.e-float-input) .e-input,.e-float-input.e-bigger input,.e-bigger .e-float-input input,.e-float-input.e-input-group.e-bigger input,.e-bigger .e-float-input.e-input-group input,.e-float-input.e-input-group.e-control-wrapper.e-bigger input,.e-bigger .e-float-input.e-input-group.e-control-wrapper input,.e-float-input.e-control-wrapper.e-bigger input,.e-bigger .e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper.e-input-group.e-bigger input,.e-bigger .e-float-input.e-control-wrapper.e-input-group input{min-height:27px}.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,.e-bigger .e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,.e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,.e-float-input.e-bigger.e-small input,.e-bigger .e-float-input.e-small input,.e-small .e-float-input.e-bigger input,.e-float-input.e-input-group.e-bigger.e-small input,.e-bigger .e-float-input.e-input-group.e-small input,.e-small .e-float-input.e-input-group.e-bigger input,.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small input,.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper.e-bigger.e-small input,.e-bigger .e-float-input.e-control-wrapper.e-small input,.e-small .e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small input,.e-small .e-float-input.e-control-wrapper.e-input-group.e-bigger input{min-height:28px}.e-bigger .e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger.e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:14px;top:-8px;-webkit-transform:translate3d(0,-6px,0) scale(.86);transform:translate3d(0,-6px,0) scale(.86);-webkit-user-select:text;user-select:text}.e-bigger .e-float-input.e-small:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:13px;top:-10px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92);-webkit-user-select:text;user-select:text}.e-bigger .e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:13px;top:-10px;font-style:normal}.e-float-input.e-bigger.e-small textarea:focus~label.e-float-text,.e-float-input.e-bigger.e-small textarea:valid~label.e-float-text,.e-float-input.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-bigger .e-float-input.e-small textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-small textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top,.e-small .e-float-input.e-bigger textarea:focus~label.e-float-text,.e-small .e-float-input.e-bigger textarea:valid~label.e-float-text,.e-small .e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top{-webkit-transform:translate3d(0,6px,0) scale(.92);transform:translate3d(0,6px,0) scale(.92)}.e-bigger .e-float-input.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:13px;top:-10px;-webkit-transform:translate3d(0,-6px,0) scale(.92);transform:translate3d(0,-6px,0) scale(.92);-webkit-user-select:text;user-select:text}.e-bigger .e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:14px;top:-8px;-webkit-transform:translate3d(0,-6px,0) scale(.86);transform:translate3d(0,-6px,0) scale(.86);-webkit-user-select:text;user-select:text}.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger textarea label.e-float-text.e-label-top,.e-bigger .e-float-input textarea:focus~label.e-float-text,.e-bigger .e-float-input textarea:valid~label.e-float-text,.e-bigger .e-float-input textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input textarea label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,.e-bigger .e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top{-webkit-transform:translate3d(0,6px,0) scale(.86);transform:translate3d(0,6px,0) scale(.86)}.e-float-input.e-small.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-small.e-bigger textarea~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger textarea label.e-float-text.e-label-top,.e-bigger.e-small .e-float-input textarea:focus~label.e-float-text,.e-bigger.e-small .e-float-input textarea:valid~label.e-float-text,.e-bigger.e-small .e-float-input textarea~label.e-label-top.e-float-text,.e-bigger.e-small .e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-bigger.e-small .e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-bigger.e-small .e-float-input textarea label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-small.e-bigger .e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top{-webkit-transform:translate3d(0,6px,0) scale(.86);transform:translate3d(0,6px,0) scale(.86)}.e-input-group.e-bigger textarea,.e-input-group.e-bigger textarea.e-input,.e-input-group textarea.e-bigger,.e-input-group textarea.e-input.e-bigger,.e-input-group.e-control-wrapper.e-bigger textarea,.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-input-group.e-control-wrapper textarea.e-bigger,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-bigger .e-input-group textarea,.e-bigger .e-input-group textarea.e-input,.e-bigger .e-input-group.e-control-wrapper textarea,.e-bigger .e-input-group.e-control-wrapper textarea.e-input,.e-float-input.e-bigger textarea,.e-float-input textarea.e-bigger,.e-float-input.e-control-wrapper.e-bigger textarea,.e-float-input.e-control-wrapper textarea.e-bigger,.e-bigger .e-float-input textarea,.e-bigger .e-float-input.e-control-wrapper textarea{font:inherit;line-height:1.2;min-height:17px;padding:5px 0}.e-input-group.e-input-focus.e-bigger textarea,.e-input-group.e-input-focus.e-bigger textarea.e-input,.e-input-group.e-input-focus textarea.e-bigger,.e-input-group.e-input-focus textarea.e-input.e-bigger,.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-bigger .e-input-group.e-input-focus textarea,.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-input-group.e-control-wrapper textarea.e-bigger:focus,.e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,.e-bigger .e-input-group.e-control-wrapper textarea:focus,.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus{font:inherit;line-height:1.2;min-height:17px;padding:5px 0}.e-input-group.e-small.e-bigger textarea.e-input,.e-input-group.e-small textarea.e-input.e-bigger,.e-input-group textarea.e-input.e-bigger.e-small,.e-input-group.e-bigger textarea.e-small,.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,.e-bigger.e-small .e-input-group textarea.e-input,.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-bigger .input-group textarea.e-small,.e-bigger .e-input-group.e-small textarea.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input,.e-small .input-group textarea.e-bigger,.e-small .e-input-group.e-bigger textarea.e-input,.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-float-input textarea.e-bigger.e-small,.e-float-input.e-small.e-bigger textarea,.e-float-input.e-small textarea.e-bigger,.e-float-input.e-bigger textarea.e-small,.e-bigger .e-float-input.e-small textarea,.e-bigger.e-small .e-float-input textarea,.e-bigger .float-input textarea.e-small,.e-small .e-float-input.e-bigger textarea,.e-small .float-input textarea.e-bigger,.e-small .e-float-input.e-control-wrapper textarea.e-bigger,.e-float-input.e-control-wrapper.e-small.e-bigger textarea,.e-float-input.e-control-wrapper.e-small textarea.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-small textarea,.e-bigger.e-small .e-float-input.e-control-wrapper textarea,.e-bigger .e-small.e-float-input.e-control-wrapper textarea,.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small,.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,.e-input-group.e-input-focus.e-bigger textarea.e-small,.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-small .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input{font:inherit;line-height:1.2;min-height:15px;padding:4px 0}.e-bigger input.e-input,.e-bigger textarea.e-input,input.e-input.e-bigger,textarea.e-input.e-bigger{min-height:23px}.e-bigger input.e-input.e-small,.e-bigger .e-small input.e-input,.e-bigger.e-small input.e-input,.e-small input.e-input.e-bigger,input.e-input.e-bigger.e-small,.e-small .e-bigger input.e-input{min-height:19px}input.e-input.e-bigger.e-outline,textarea.e-input.e-bigger.e-outline,.e-outline.e-bigger input.e-input,.e-outline.e-bigger textarea.e-input,.e-outline.e-input-group.e-bigger,.e-bigger .e-input-group.e-outline,.e-outline.e-input-group.e-control-wrapper.e-bigger,.e-bigger .e-outline.e-input-group.e-control-wrapper,.e-outline.e-input-group.e-bigger.e-disabled,.e-bigger .e-outline.e-input-group.e-disabled,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-disabled,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-disabled,.e-bigger .e-outline.e-input-group,.e-outline.e-float-input.e-bigger,.e-bigger .e-outline.e-float-input,.e-outline.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-outline.e-float-input.e-control-wrapper{font-size:16px}.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-bigger .e-outline.e-input-group.e-control-wrapper .e-input-group-icon,.e-outline.e-input-group.e-bigger.e-disabled .e-input-group-icon,.e-bigger .e-outline.e-input-group.e-disabled .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-disabled .e-input-group-icon,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon{font-size:20px}.e-outline.e-input-group.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-bigger .e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child{margin-left:0}.e-outline.e-float-input.e-bigger input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger input:valid~label.e-float-text,.e-outline.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-outline.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-outline.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text{font-size:12px}.e-outline.e-input-group.e-small.e-bigger,.e-small .e-outline.e-input-group.e-bigger,.e-bigger .e-outline.e-input-group.e-small,.e-bigger.e-small .e-outline.e-input-group,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger,.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small,.e-bigger.e-small .e-outline.e-input-group.e-control-wrapper,.e-outline.e-float-input.e-small.e-bigger,.e-small .e-outline.e-float-input.e-bigger,.e-bigger .e-outline.e-float-input.e-small,.e-bigger.e-small .e-outline.e-float-input,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper{font-size:14px}.e-small.e-outline.e-float-input.e-bigger input:focus~label.e-float-text,.e-small.e-outline.e-float-input.e-bigger input:valid~label.e-float-text,.e-small.e-outline.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-bigger .e-small.e-outline.e-float-input input~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger input:valid~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-small .e-bigger.e-outline.e-float-input input~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger input:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-small.e-outline.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-small.e-outline.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-small.e-outline.e-float-input textarea~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-bigger.e-outline.e-float-input textarea~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small.e-outline.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger input:valid~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small.e-bigger input[readonly]~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger input[disabled]~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small input:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-small input[readonly]~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled]~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger textarea:valid~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-small.e-bigger textarea[readonly]~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger textarea[disabled]~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea[readonly]~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea[readonly]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea[disabled]~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly]~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text{font-size:12px}.e-outline.e-input-group.e-bigger:not(.e-float-input) .e-input,.e-bigger .e-outline.e-input-group:not(.e-float-input) .e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-input) .e-input,.e-outline.e-float-input.e-bigger input,.e-bigger .e-outline.e-float-input input,.e-outline.e-float-input.e-input-group.e-bigger input,.e-bigger .e-outline.e-float-input.e-input-group input,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger input,.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper input,.e-outline.e-float-input.e-control-wrapper.e-bigger input,.e-bigger .e-outline.e-float-input.e-control-wrapper input,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger input,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-group input{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:54px}.e-outline.e-input-group.e-bigger .e-clear-icon,.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-outline.e-input-group .e-clear-icon.e-bigger,.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-bigger .e-outline.e-input-group .e-clear-icon,.e-bigger .e-outline.e-input-group.e-control-wrapper .e-clear-icon{font-size:20px;padding:15px 16px 15px 0}.e-outline.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon{margin-left:8px;margin-right:0}.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-rtl.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left>.e-input-group-icon{margin-left:0;margin-right:8px}.e-outline.e-input-group.e-bigger .e-input-group-icon,.e-outline.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-control-wrapper .e-input-group-icon{margin:15px 16px 15px 0}.e-outline.e-input-group.e-prepend.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-prepend .e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-prepend .e-input-group-icon,.e-outline.e-input-group.e-prepend.e-control-wrapper.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon{margin:15px 0 15px 16px}input.e-input.e-bigger.e-outline,.e-bigger input.e-input.e-outline,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input,.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input.e-bigger,.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) input,.e-outline.e-float-input:not(.e-float-icon-left) input.e-bigger,.e-outline.e-input-group:not(.e-float-icon-left) input.e-input.e-bigger,.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input.e-bigger,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) input,.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input,.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) input.e-input,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input:focus,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input:focus,.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) input:focus,.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) input.e-input:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) input.e-input:focus,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) input:focus,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) input:focus,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input,.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left).e-input-focus input,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left).e-input-focus input,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left).e-input-focus input,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left).e-input-focus input.e-input,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left).e-input-focus input.e-input{padding:15px 16px}textarea.e-input.e-bigger.e-outline,.e-bigger textarea.e-input.e-outline,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea,.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea.e-bigger,.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) textarea,.e-outline.e-float-input:not(.e-float-icon-left) textarea.e-bigger,.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input.e-bigger,.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input.e-bigger,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea,.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input,.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea:focus,.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) textarea:focus,.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) textarea.e-input:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea.e-input:focus,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea:focus,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea:focus{margin:8px 0 1px;padding:0 16px 16px}.e-outline.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,.e-bigger .e-outline.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,.e-outline.e-float-input.e-bigger.e-small input,.e-bigger .e-outline.e-float-input.e-small input,.e-small .e-outline.e-float-input.e-bigger input,.e-outline.e-float-input.e-input-group.e-bigger.e-small input,.e-bigger .e-outline.e-float-input.e-input-group.e-small input,.e-small .e-outline.e-float-input.e-input-group.e-bigger input,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-small input,.e-small .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger input,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input,.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger input{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:38px}input.e-input.e-bigger.e-small.e-outline,.e-bigger input.e-input.e-small.e-outline,.e-outline.e-input-group.e-small.e-bigger:not(.e-float-icon-left) input.e-input,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) input.e-input,.e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input.e-bigger,.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input.e-bigger,.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input,.e-outline.e-float-input.e-small.e-bigger:not(.e-float-icon-left) input,.e-outline.e-float-input.e-small:not(.e-float-icon-left) input.e-bigger,.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) input,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) input,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-bigger,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input,.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input:focus,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input:focus,.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) input:focus,.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input:focus,.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input:focus,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input:focus,.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left) input:focus,.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left) input.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) input.e-input:focus,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) input:focus,.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left) input:focus,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left).e-input-focus input,.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left).e-input-focus input,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input,.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left).e-input-focus input,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input,.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input,.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left).e-input-focus input.e-input,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left).e-input-focus input.e-input,.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input.e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input.e-input{padding:10px 12px 9px}textarea.e-input.e-bigger.e-small.e-outline,.e-bigger textarea.e-input.e-small.e-outline,.e-outline.e-input-group.e-small.e-bigger:not(.e-float-icon-left) textarea.e-input,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) textarea.e-input,.e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input.e-bigger,.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input.e-bigger,.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input,.e-outline.e-float-input.e-small.e-bigger:not(.e-float-icon-left) textarea,.e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea.e-bigger,.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) textarea,.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-bigger,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea,.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input:focus,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea:focus,.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea:focus,.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea:focus,.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left) textarea:focus,.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left) textarea.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) textarea.e-input:focus,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) textarea:focus,.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left) textarea:focus{-webkit-box-sizing:border-box;box-sizing:border-box;margin:8px 0 1px;padding:0 12px 12px}.e-outline.e-input-group.e-small.e-bigger .e-clear-icon,.e-outline.e-input-group.e-small .e-clear-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-small .e-clear-icon,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon{font-size:18px;padding:9px 12px 9px 0}.e-outline.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left>.e-input-group-icon{margin-left:0;margin-right:8px}.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon{margin:9px 12px 9px 0}.e-outline.e-input-group.e-prepend.e-small.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon.e-bigger,.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-bigger .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon{margin:9px 0 9px 12px}.e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;line-height:13px;position:absolute;top:-7px;-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1);-webkit-transition:color .2s,font-size .2s,line-height .2s;transition:color .2s,font-size .2s,line-height .2s}.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text,.e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text,.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text{line-height:70px}.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text,.e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text,.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text{line-height:66px}.e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text,.e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{line-height:53px}.e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text,.e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{line-height:60px}.e-bigger.e-outline label.e-float-text:before,.e-bigger.e-outline label.e-float-text:after,.e-bigger.e-outline.e-float-input label.e-float-text:before,.e-bigger.e-outline.e-float-input label.e-float-text:after,.e-bigger.e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-bigger.e-outline.e-float-input.e-control-wrapper label.e-float-text:after,.e-bigger .e-outline label.e-float-text:before,.e-bigger .e-outline label.e-float-text:after,.e-bigger .e-outline.e-float-input label.e-float-text:before,.e-bigger .e-outline.e-float-input label.e-float-text:after,.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text:after{min-width:13px}.e-bigger.e-small.e-outline label.e-float-text:before,.e-bigger.e-small.e-outline label.e-float-text:after,.e-bigger.e-small.e-outline.e-float-input label.e-float-text:before,.e-bigger.e-small.e-outline.e-float-input label.e-float-text:after,.e-bigger.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-bigger.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text:after,.e-bigger.e-small .e-outline label.e-float-text:before,.e-bigger.e-small .e-outline label.e-float-text:after,.e-bigger.e-small .e-outline.e-float-input label.e-float-text:before,.e-bigger.e-small .e-outline.e-float-input label.e-float-text:after,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text:after{min-width:9px}.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child .e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child{margin-right:0}.e-rtl.e-outline.e-input-group.e-bigger .e-clear-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-rtl.e-outline.e-input-group .e-clear-icon.e-bigger,.e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-bigger .e-rtl.e-outline.e-input-group .e-clear-icon,.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-rtl .e-outline.e-input-group .e-clear-icon.e-bigger,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-bigger.e-rtl .e-outline.e-input-group .e-clear-icon,.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon{padding-left:16px;padding-right:0}.e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon,.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon,.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child{margin-left:16px;margin-right:0}.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl.e-outline.e-input-group.e-small .e-clear-icon.e-bigger,.e-rtl .e-outline.e-input-group.e-small .e-clear-icon.e-bigger,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-bigger.e-rtl .e-outline.e-input-group.e-small .e-clear-icon,.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-clear-icon,.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon{padding-left:12px;padding-right:0}.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child .e-bigger,.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon,.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon,.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon{margin-left:12px;margin-right:0}.e-outline.e-float-input.e-small.e-bigger label.e-float-text,.e-bigger .e-small .e-outline.e-float-input label.e-float-text,.e-bigger .e-outline.e-float-input.e-small label.e-float-text,.e-outline.e-float-input.e-bigger.e-small input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small input:valid~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger.e-small input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger.e-small input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,.e-bigger .e-outline.e-float-input.e-small input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small input:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-small input label.e-float-text.e-label-top,.e-small .e-outline.e-float-input.e-bigger input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger input:valid~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger input label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,.e-outline.e-float-input.e-bigger.e-small textarea:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small textarea:valid~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-bigger .e-outline.e-float-input.e-small textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea label.e-float-text.e-label-top,.e-small .e-outline.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-bigger textarea label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,.e-outline.e-float-input.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text{top:-7px;-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1)}.e-outline.e-float-input.e-bigger .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper.e-bigger .e-clear-icon:before,.e-outline.e-input-group.e-bigger .e-clear-icon:before,.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper input.e-bigger:first-child~.e-clear-icon:before,.e-outline.e-bigger .e-float-input.e-control-wrapper .e-clear-icon:before,.e-outline.e-float-input input.e-bigger:first-child~.e-clear-icon:before,.e-outline.e-bigger .e-float-input .e-clear-icon:before,.e-outline.e-bigger .e-input-group .e-clear-icon:before,.e-outline.e-bigger .e-input-group.e-control-wrapper .e-clear-icon:before{font-size:20px}.e-outline.e-float-input.e-small.e-bigger .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon:before,.e-outline.e-input-group.e-small.e-bigger .e-clear-icon:before,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon:before,.e-outline.e-small .e-input-group.e-bigger input:first-child~.e-clear-icon:before,.e-outline.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child~.e-clear-icon:before,.e-outline.e-bigger .e-input-group.e-small input:first-child~.e-clear-icon:before,.e-outline.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child~.e-clear-icon:before,.e-outline.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child~.e-clear-icon:before,.e-outline.e-small .e-float-input.e-bigger input:first-child~.e-clear-icon:before,.e-outline.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child~.e-clear-icon:before,.e-outline.e-bigger .e-float-input.e-small input:first-child~.e-clear-icon:before{font-size:18px}.e-outline.e-float-input.e-bigger textarea~label.e-float-text,.e-outline.e-float-input textarea~label.e-float-text.e-bigger,.e-outline.e-float-input textarea.e-bigger~label.e-float-text,.e-bigger .e-outline.e-float-input textarea~label.e-float-text,.e-outline.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text.e-bigger,.e-outline.e-float-input.e-control-wrapper textarea.e-bigger~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger label.e-float-text,.e-outline.e-float-input label.e-float-text.e-bigger,.e-outline.e-float-input input.e-bigger~label.e-float-text,.e-bigger .e-outline.e-float-input label.e-float-text,.e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger label.e-float-text,.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-bigger,.e-outline.e-float-input.e-control-wrapper input.e-bigger~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:16px}.e-bigger .e-outline.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small.e-bigger label.e-float-text,.e-bigger .e-outline.e-float-input.e-small label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px}.e-bigger .e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger.e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{-webkit-animation-name:slideTopUp;animation-name:slideTopUp}.e-bigger .e-outline.e-float-input.e-small input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-small.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{-webkit-animation-name:slideTopUp;animation-name:slideTopUp}.e-filled input.e-input.e-bigger,.e-filled.e-input-group.e-bigger input,.e-filled.e-input-group.e-bigger input.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger input,.e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input,.e-bigger .e-filled.e-input-group input,.e-bigger .e-filled.e-input-group input.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper input,.e-bigger .e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled.e-float-input.e-bigger input,.e-filled.e-float-input.e-bigger input.e-input,.e-bigger .e-filled.e-float-input input,.e-bigger .e-filled.e-float-input input.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger input,.e-filled.e-float-input.e-control-wrapper.e-bigger input.e-input,.e-bigger .e-filled.e-float-input.e-control-wrapper input,.e-bigger .e-filled.e-float-input.e-control-wrapper input.e-input,.e-filled.e-float-input.e-bigger:not(.e-input-group) input,.e-filled.e-float-input.e-bigger:not(.e-input-group) input.e-input,.e-bigger .e-filled.e-float-input:not(.e-input-group) input,.e-bigger .e-filled.e-float-input:not(.e-input-group) input.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input,.e-filled input.e-input.e-small.e-bigger,.e-filled.e-input-group.e-bigger.e-small input,.e-filled.e-input-group.e-bigger.e-small input.e-input,.e-bigger.e-small .e-filled.e-input-group input,.e-bigger.e-small .e-filled.e-input-group input.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled.e-float-input.e-bigger.e-small input,.e-filled.e-float-input.e-bigger.e-small input.e-input,.e-bigger.e-small .e-filled.e-float-input input,.e-bigger.e-small .e-filled.e-float-input input.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper input.e-input,.e-filled.e-float-input.e-bigger.e-small:not(.e-input-group) input,.e-filled.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,.e-bigger.e-small .e-filled.e-float-input:not(.e-input-group) input,.e-bigger.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input,.e-filled.e-input-group textarea.e-input.e-bigger,.e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-filled textarea.e-input.e-bigger,.e-filled.e-input-group.e-bigger textarea,.e-filled.e-input-group.e-bigger textarea.e-input,.e-bigger .e-filled.e-input-group textarea,.e-bigger .e-filled.e-input-group textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger textarea,.e-filled.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper textarea,.e-bigger .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-filled.e-float-input.e-bigger textarea,.e-filled.e-float-input.e-bigger textarea.e-input,.e-bigger .e-filled.e-float-input textarea,.e-bigger .e-filled.e-float-input textarea.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea.e-input,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea.e-input,.e-filled textarea.e-input.e-small.e-bigger,.e-filled.e-input-group.e-bigger.e-small textarea,.e-filled.e-input-group.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-filled.e-input-group textarea,.e-bigger.e-small .e-filled.e-input-group textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small textarea,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-filled.e-float-input.e-bigger.e-small textarea,.e-filled.e-float-input.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-filled.e-float-input textarea,.e-bigger.e-small .e-filled.e-float-input textarea.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-input{-webkit-box-sizing:border-box;box-sizing:border-box}.e-filled.e-input-group.e-bigger,.e-bigger .e-filled.e-input-group,.e-filled.e-input-group.e-control-wrapper.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper{margin-top:0;padding:0 12px 0 16px}.e-filled.e-input-group.e-small.e-bigger,.e-bigger.e-small .e-filled.e-input-group.e-small,.e-bigger .e-filled.e-input-group.e-small,.e-small .e-filled.e-input-group.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small,.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger{margin-top:0;padding:0 10px 0 12px}.e-filled.e-float-input.e-bigger,.e-bigger .e-filled.e-float-input,.e-filled.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper{margin-top:0;padding:0 12px 0 16px}.e-filled.e-float-input.e-small.e-bigger,.e-bigger.e-small .e-filled.e-float-input.e-small,.e-bigger .e-filled.e-float-input.e-small,.e-small .e-filled.e-float-input.e-bigger,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-small,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger{margin-top:0;padding:0 10px 0 12px}.e-rtl.e-filled.e-input-group.e-bigger,.e-bigger .e-rtl.e-filled.e-input-group,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper,.e-rtl .e-filled.e-input-group.e-bigger,.e-bigger.e-rtl .e-filled.e-input-group,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper{padding:0 16px 0 12px}.e-rtl.e-filled.e-input-group.e-small.e-bigger,.e-bigger.e-small .e-rtl.e-filled.e-input-group.e-small,.e-bigger .e-rtl.e-filled.e-input-group.e-small,.e-small .e-rtl.e-filled.e-input-group.e-bigger,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger,.e-rtl .e-filled.e-input-group.e-small.e-bigger,.e-bigger.e-small.e-rtl .e-filled.e-input-group.e-small,.e-bigger.e-rtl .e-filled.e-input-group.e-small,.e-small.e-rtl .e-filled.e-input-group.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger{padding:0 12px 0 10px}.e-rtl.e-filled.e-float-input.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper,.e-rtl .e-filled.e-float-input.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper{padding:0 16px 0 12px}.e-rtl.e-filled.e-float-input.e-small.e-bigger,.e-bigger.e-small .e-rtl.e-filled.e-float-input.e-small,.e-bigger .e-rtl.e-filled.e-float-input.e-small,.e-small .e-rtl.e-filled.e-float-input.e-bigger,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-small,.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-small,.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-bigger,.e-rtl .e-filled.e-float-input.e-small.e-bigger,.e-bigger.e-small.e-rtl .e-filled.e-float-input.e-small,.e-bigger.e-rtl .e-filled.e-float-input.e-small,.e-small.e-rtl .e-filled.e-float-input.e-bigger,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger{padding:0 12px 0 10px}.e-filled input.e-input.e-bigger,.e-filled textarea.e-input.e-bigger,.e-filled.e-input-group.e-bigger .e-input,.e-filled.e-input-group.e-bigger.e-control-wrapper .e-input,.e-bigger .e-filled input.e-input,.e-bigger .e-filled textarea.e-input,.e-bigger .e-filled.e-input-group .e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input,.e-filled.e-input-group.e-bigger .e-input:focus,.e-bigger .e-filled.e-input-group .e-input:focus,.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input:focus,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input:focus,.e-filled.e-input-group.e-bigger.e-input-focus .e-input,.e-bigger .e-filled.e-input-group.e-input-focus .e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus .e-input{padding:16px 4px 16px 0}.e-filled .e-input.e-bigger:focus,.e-bigger .e-filled .e-input:focus{padding-bottom:16px}.e-filled .e-input.e-small.e-bigger:focus,.e-bigger .e-filled .e-input.e-small:focus{padding-bottom:10px}.e-filled .e-input.e-small.e-bigger,.e-bigger .e-filled .e-input.e-small,.e-small .e-filled .e-input.e-bigger,.e-filled.e-input-group.e-small.e-bigger .e-input,.e-filled.e-input-group.e-small .e-input.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input,.e-filled.e-input-group.e-control-wrapper.e-small .e-input.e-bigger,.e-bigger .e-filled.e-input-group.e-small .e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input,.e-filled.e-input-group.e-small.e-bigger .e-input:focus,.e-filled.e-input-group.e-small .e-input.e-bigger:focus,.e-bigger .e-filled.e-input-group.e-small .e-input:focus,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus,.e-filled.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input:focus,.e-filled.e-input-group.e-small.e-bigger.e-input-focus .e-input,.e-filled.e-input-group.e-small.e-input-focus .e-input.e-bigger,.e-bigger .e-filled.e-input-group.e-small.e-input-focus .e-input,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input,.e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input{padding:10px 2px 10px 0}.e-filled.e-float-input.e-bigger input,.e-filled.e-float-input input.e-bigger,.e-bigger .e-filled.e-float-input input,.e-filled.e-float-input.e-control-wrapper.e-bigger input,.e-filled.e-float-input.e-control-wrapper input.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper input{padding:20px 4px 6px 0}.e-filled.e-float-input.e-small.e-bigger input,.e-filled.e-float-input.e-small input.e-bigger,.e-bigger .e-filled.e-float-input.e-small input,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input,.e-filled.e-float-input.e-control-wrapper.e-small input.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input{padding:14px 2px 5px 0}.e-rtl .e-filled input.e-input.e-bigger,.e-filled input.e-input.e-bigger.e-rtl,.e-bigger.e-rtl .e-filled input.e-input,.e-bigger .e-filled input.e-input.e-rtl,.e-filled.e-input-group.e-bigger.e-rtl input.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input,.e-rtl .e-filled.e-input-group.e-bigger input.e-input,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input,.e-filled.e-input-group.e-rtl input.e-input.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger,.e-rtl .e-filled.e-input-group input.e-input.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input.e-bigger,.e-bigger .e-filled.e-input-group.e-rtl input.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,.e-bigger.e-rtl .e-filled.e-input-group input.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,.e-bigger.e-rtl .e-filled.e-input-group input.e-input:focus,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus,.e-bigger .e-filled.e-input-group.e-rtl input.e-input:focus,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-bigger.e-rtl .e-filled.e-input-group.e-input-focus input.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-bigger .e-filled.e-input-group.e-rtl.e-input-focus input.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input{padding:16px 0 16px 4px;text-indent:0}.e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl input,.e-filled.e-float-input.e-bigger.e-rtl input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger input,.e-rtl .e-filled.e-float-input.e-bigger input,.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-bigger,.e-filled.e-float-input.e-rtl input.e-bigger,.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-bigger,.e-rtl .e-filled.e-float-input input.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input,.e-bigger .e-filled.e-float-input.e-rtl input,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper input,.e-bigger.e-rtl .e-filled.e-float-input input,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,.e-bigger.e-rtl .e-filled.e-float-input input:focus,.e-bigger .e-filled.e-float-input.e-rtl input:focus,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input,.e-bigger.e-rtl .e-filled.e-float-input.e-input-focus input,.e-bigger .e-filled.e-float-input.e-rtl.e-input-focus input{padding:20px 0 6px 4px;text-indent:0}.e-bigger .e-filled input.e-input.e-small.e-rtl,.e-filled.e-input-group.e-small.e-bigger.e-rtl input.e-input,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input,.e-filled.e-input-group.e-small.e-rtl input.e-input.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger,.e-bigger .e-filled.e-input-group.e-small.e-rtl input.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,.e-bigger.e-rtl input.e-input.e-small,.e-rtl .e-filled.e-input-group.e-small.e-bigger input.e-input,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,.e-rtl .e-filled.e-input-group.e-small input.e-input.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,.e-bigger.e-rtl .e-filled.e-input-group.e-small input.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input,.e-bigger .e-filled.e-input-group.e-small.e-rtl input.e-input:focus,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus,.e-small .e-filled.e-input-group.e-bigger.e-rtl input.e-input:focus,.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus,.e-filled.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus,.e-bigger.e-rtl .e-filled.e-input-group.e-small input.e-input:focus,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input:focus,.e-small.e-rtl .e-filled.e-input-group.e-bigger input.e-input:focus,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input:focus,.e-rtl .e-filled.e-input-group.e-bigger.e-small input.e-input:focus,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,.e-bigger .e-filled.e-input-group.e-small.e-rtl.e-input-focus input.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input,.e-small .e-filled.e-input-group.e-bigger.e-rtl.e-input-focus input.e-input,.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input,.e-filled.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-small.e-input-focus input.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,.e-small.e-rtl .e-filled.e-input-group.e-bigger.e-input-focus input.e-input,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,.e-rtl .e-filled.e-input-group.e-bigger.e-small.e-input-focus input.e-input,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input{padding:10px 0 10px 2px;text-indent:0}.e-filled.e-float-input.e-small.e-bigger.e-rtl input,.e-filled.e-float-input.e-small.e-rtl input.e-bigger,.e-bigger .e-filled.e-float-input.e-small.e-rtl input,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input,.e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input,.e-rtl .e-filled.e-float-input.e-small.e-bigger input,.e-rtl .e-filled.e-float-input.e-small input.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-small input,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input:focus,.e-bigger .e-filled.e-float-input.e-small.e-rtl input:focus,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus,.e-small .e-filled.e-float-input.e-bigger.e-rtl input:focus,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus,.e-filled.e-float-input.e-bigger.e-small.e-rtl input:focus,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input:focus,.e-bigger.e-rtl .e-filled.e-float-input.e-small input:focus,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger input:focus,.e-small.e-rtl .e-filled.e-float-input.e-bigger input:focus,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:focus,.e-rtl .e-filled.e-float-input.e-bigger.e-small input:focus,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input,.e-bigger .e-filled.e-float-input.e-small.e-rtl.e-input-focus input,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input,.e-small .e-filled.e-float-input.e-bigger.e-rtl.e-input-focus input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input,.e-filled.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input,.e-bigger.e-rtl .e-filled.e-float-input.e-small.e-input-focus input,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input,.e-small.e-rtl .e-filled.e-float-input.e-bigger.e-input-focus input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,.e-rtl .e-filled.e-float-input.e-bigger.e-small.e-input-focus input{padding:14px 0 5px 2px;text-indent:0}.e-filled.e-float-input.e-bigger,.e-bigger .e-filled.e-float-input,.e-filled.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper,.e-filled.e-float-input.e-bigger.e-disabled,.e-bigger .e-filled.e-float-input.e-disabled,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-disabled,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-disabled,.e-filled.e-float-input.e-input-group.e-bigger.e-disabled,.e-bigger .e-filled.e-float-input.e-input-group.e-disabled,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled{font-size:16px}.e-filled.e-float-input.e-small.e-bigger,.e-small.e-bigger .e-filled.e-float-input,.e-bigger .e-filled.e-float-input.e-small,.e-small .e-filled.e-float-input.e-bigger,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger,.e-filled.e-float-input.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-filled.e-float-input.e-disabled,.e-bigger .e-filled.e-float-input.e-small.e-disabled,.e-small .e-filled.e-float-input.e-bigger.e-disabled,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-disabled,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-disabled,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-disabled,.e-filled.e-float-input.e-input-group.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-filled.e-float-input.e-input-group.e-disabled,.e-bigger .e-filled.e-float-input.e-input-group.e-small.e-disabled,.e-small .e-filled.e-float-input.e-input-group.e-bigger.e-disabled,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled,.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled{font-size:14px}.e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,.e-bigger .e-filled.e-input-group:not(.e-float-input) .e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-input{min-height:55px}.e-filled.e-float-input.e-bigger input,.e-bigger .e-filled.e-float-input input,.e-filled.e-float-input.e-input-group.e-bigger input,.e-bigger .e-filled.e-float-input.e-input-group input,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger input,.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper input,.e-filled.e-float-input.e-control-wrapper.e-bigger input,.e-bigger .e-filled.e-float-input.e-control-wrapper input,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger input,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group input{min-height:55px}.e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,.e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input{min-height:39px}.e-float-input.e-bigger.e-small.e-filled input,.e-bigger .e-float-input.e-filled.e-small input,.e-small .e-float-input.e-filled.e-bigger input,.e-float-input.e-filled.e-input-group.e-bigger.e-small input,.e-bigger .e-float-input.e-filled.e-input-group.e-small input,.e-small .e-float-input.e-filled.e-input-group.e-bigger input,.e-float-input.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-bigger .e-float-input.e-filled.e-input-group.e-control-wrapper.e-small input,.e-small .e-float-input.e-filled.e-input-group.e-control-wrapper.e-bigger input,.e-float-input.e-filled.e-control-wrapper.e-bigger.e-small input,.e-bigger .e-float-input.e-filled.e-control-wrapper.e-small input,.e-small .e-float-input.e-filled.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper.e-filled.e-input-group.e-bigger.e-small input,.e-bigger .e-float-input.e-control-wrapper.e-filled.e-input-group.e-small input,.e-small .e-float-input.e-control-wrapper.e-filled.e-input-group.e-bigger input{min-height:39px}.e-filled.e-float-input.e-bigger input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text{font-size:16px;top:18px}.e-bigger .e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:16px;top:18px;-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75);-webkit-user-select:text;user-select:text}.e-filled.e-float-input.e-small.e-bigger input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger input[readonly]~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger input[disabled]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small input[readonly]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text{font-size:14px;top:12px}.e-bigger .e-filled.e-float-input.e-small input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small input:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:14px;top:12px;-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75);-webkit-user-select:text;user-select:text}.e-filled.e-float-input.e-bigger label.e-float-text,.e-filled.e-float-input label.e-float-text.e-bigger,.e-filled.e-float-input input.e-bigger~label.e-float-text,.e-bigger .e-filled.e-float-input label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,.e-filled.e-float-input.e-control-wrapper label.e-float-text.e-bigger,.e-filled.e-float-input.e-control-wrapper input.e-bigger~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger textarea~label.e-float-text,.e-filled.e-float-input textarea~label.e-float-text.e-bigger,.e-filled.e-float-input textarea.e-bigger~label.e-float-text,.e-bigger .e-filled.e-float-input textarea~label.e-float-text,.e-filled.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea~label.e-float-text,.e-filled.e-float-input.e-control-wrapper textarea~label.e-float-text.e-bigger,.e-filled.e-float-input.e-control-wrapper textarea.e-bigger~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:16px;top:18px}.e-filled.e-float-input.e-small.e-bigger label.e-float-text,.e-bigger .e-filled.e-float-input.e-small label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;top:12px;-webkit-transform:none;transform:none}.e-filled.e-float-input.e-bigger.e-small input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,.e-bigger .e-filled.e-float-input.e-small input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small input label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-bigger input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger input label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,.e-filled.e-float-input.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-float-input.e-filled.e-bigger.e-small textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-bigger .e-filled.e-float-input.e-small textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top{-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75)}.e-bigger .e-filled.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-filled.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;top:12px}.e-filled.e-float-input.e-bigger label.e-float-text,.e-filled.e-float-input.e-bigger label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input label.e-float-text,.e-bigger .e-filled.e-float-input label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{left:16px}.e-filled.e-float-input.e-bigger.e-rtl label.e-float-text,.e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{right:16px}.e-small .e-filled.e-float-input.e-bigger label.e-float-text{left:8px}.e-filled.e-float-input.e-small.e-bigger label.e-float-text,.e-filled.e-float-input.e-small.e-bigger label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input label.e-float-text,.e-small.e-bigger .e-filled.e-float-input label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{left:12px}.e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text,.e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{right:12px}.e-filled.e-float-input.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{right:0}.e-filled.e-input-group.e-bigger .e-input-group-icon,.e-filled.e-input-group .e-input-group-icon.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group .e-input-group-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon{font-size:16px;margin-bottom:0;margin-top:0;min-height:20px;min-width:20px;padding:0 0 0 8px}.e-rtl.e-filled.e-input-group.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-input-group .e-input-group-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-input-group .e-input-group-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-input-group .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon{padding:0 8px 0 0}.e-filled.e-input-group.e-bigger .e-input-group-icon,.e-filled.e-input-group .e-input-group-icon.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group .e-input-group-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon{font-size:20px;min-height:24px;min-width:24px;padding:0 0 0 8px}.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon{font-size:18px;min-height:20px;min-width:20px;padding:0 0 0 8px}.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon{font-size:16px;margin-bottom:0;margin-top:0;padding:8px}.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{font-size:20px;padding:0 0 0 8px}.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon{font-size:18px;padding:0 0 0 8px}.e-filled.e-input-group.e-bigger .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-filled.e-input-group .e-clear-icon.e-bigger,.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-bigger .e-filled.e-input-group .e-clear-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-clear-icon{font-size:20px;min-height:24px;min-width:24px;padding:0 0 0 8px}.e-filled.e-input-group.e-float-input.e-bigger .e-clear-icon,.e-filled.e-input-group.e-float-input .e-clear-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-float-input .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon{padding:0 0 0 8px}.e-filled.e-input-group.e-small.e-bigger .e-clear-icon,.e-filled.e-input-group.e-small .e-clear-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-small .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon{font-size:18px;min-height:20px;min-width:20px;padding:0 0 0 8px}.e-filled.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon,.e-filled.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-float-input.e-small .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon{padding:0 0 0 8px}.e-rtl.e-filled.e-input-group.e-bigger .e-clear-icon,.e-rtl.e-filled.e-input-group .e-clear-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-input-group .e-clear-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-rtl.e-filled.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl.e-filled.e-input-group.e-small .e-clear-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-input-group.e-small .e-clear-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-rtl.e-filled.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-input-group.e-bigger .e-clear-icon,.e-rtl .e-filled.e-input-group .e-clear-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-input-group .e-clear-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl .e-filled.e-input-group.e-small .e-clear-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-bigger .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon.e-bigger,.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-bigger .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon{padding:0 8px 0 0}.e-filled.e-float-input.e-bigger .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-clear-icon:before,.e-filled.e-input-group.e-bigger .e-clear-icon:before,.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper input.e-bigger:first-child~.e-clear-icon:before,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-clear-icon:before,.e-filled.e-float-input input.e-bigger:first-child~.e-clear-icon:before,.e-bigger .e-filled.e-float-input .e-clear-icon:before,.e-bigger .e-filled.e-input-group .e-clear-icon:before,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-clear-icon:before{font-size:20px}.e-filled.e-float-input.e-small.e-bigger .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon:before,.e-filled.e-input-group.e-small.e-bigger .e-clear-icon:before,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon:before,.e-small .e-filled.e-input-group.e-bigger input:first-child~.e-clear-icon:before,.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger input:first-child~.e-clear-icon:before,.e-bigger .e-filled.e-input-group.e-small input:first-child~.e-clear-icon:before,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small input:first-child~.e-clear-icon:before,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:first-child~.e-clear-icon:before,.e-small .e-filled.e-float-input.e-bigger input:first-child~.e-clear-icon:before,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:first-child~.e-clear-icon:before,.e-bigger .e-filled.e-float-input.e-small input:first-child~.e-clear-icon:before{font-size:18px}.e-filled.e-float-input.e-bigger .e-input-in-wrap input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger .e-input-in-wrap input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger .e-input-in-wrap input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input .e-input-in-wrap input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input .e-input-in-wrap input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled]~label.e-label-top.e-float-text{top:18px}.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input[readonly]~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input[disabled]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input[readonly]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[disabled]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled]~label.e-float-text{top:12px}.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-bigger,.e-filled.e-float-input .e-input-in-wrap input.e-bigger~label.e-float-text,.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-bigger,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input.e-bigger~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{top:18px}.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{top:12px}.e-filled.e-input-group:not(.e-float-input).e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group:not(.e-float-input).e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group:not(.e-float-input).e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left>.e-input-group-icon{font-size:20px;margin:0;min-height:24px;min-width:24px;padding:0}.e-filled.e-input-group:not(.e-float-input).e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-float-icon-left>.e-input-group-icon{font-size:18px;margin:0;min-height:20px;min-width:20px;padding:0}.e-filled.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon{margin:0;min-height:24px;min-width:24px;padding:0}.e-filled.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left>.e-input-group-icon{margin:0;min-height:20px;min-width:20px;padding:0}.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom .e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom{left:0}.e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon:last-child,.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,.e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon,.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon{margin-right:0}.e-filled.e-input-group.e-bigger.e-rtl .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger.e-rtl .e-input-group-icon:last-child,.e-small.e-bigger .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-bigger.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,.e-rtl.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon:last-child,.e-rtl.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,.e-rtl.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon:last-child,.e-rtl.e-small .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-small.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child{margin-left:0}.e-filled.e-rtl.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-rtl.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-small.e-bigger .e-rtl.e-filled.e-input-group .e-input-group-icon,.e-small.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon,.e-rtl.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon{margin-left:0;margin-right:0}.e-filled.e-input-group.e-bigger textarea,.e-filled.e-input-group.e-bigger textarea.e-input,.e-filled.e-input-group textarea.e-bigger,.e-filled.e-input-group textarea.e-input.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-bigger textarea,.e-filled.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper textarea.e-bigger,.e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-bigger .e-filled.e-input-group textarea,.e-bigger .e-filled.e-input-group textarea.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper textarea,.e-bigger .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-filled.e-input-group.e-input-focus.e-bigger textarea,.e-filled.e-input-group.e-input-focus.e-bigger textarea.e-input,.e-filled.e-input-group.e-input-focus textarea.e-bigger,.e-filled.e-input-group.e-input-focus textarea.e-input.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-bigger .e-filled.e-input-group.e-input-focus textarea,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-filled.e-float-input.e-bigger textarea,.e-filled.e-float-input textarea.e-bigger,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea,.e-filled.e-float-input.e-control-wrapper textarea.e-bigger,.e-bigger .e-filled.e-float-input textarea,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea{padding:0 16px 8px}.e-filled.e-input-group.e-small.e-bigger textarea.e-input,.e-filled.e-input-group.e-small textarea.e-input.e-bigger,.e-filled.e-input-group textarea.e-input.e-bigger.e-small,.e-filled.e-input-group.e-bigger textarea.e-small,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,.e-bigger.e-small .e-filled.e-input-group textarea.e-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-bigger .input-group textarea.e-small,.e-bigger .e-filled.e-input-group.e-small textarea.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-bigger .e-small.e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-small .input-group textarea.e-bigger,.e-small .e-filled.e-input-group.e-bigger textarea.e-input,.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-small .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-filled.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small,.e-filled.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,.e-filled.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,.e-filled.e-input-group.e-input-focus.e-bigger textarea.e-small,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,.e-bigger.e-small .e-filled.e-input-group.e-input-focus textarea.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger .e-small.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input{padding:0 12px 10px}.e-filled.e-float-input textarea.e-bigger.e-small,.e-filled.e-float-input.e-small.e-bigger textarea,.e-filled.e-float-input.e-small textarea.e-bigger,.e-filled.e-float-input.e-bigger textarea.e-small,.e-bigger .e-filled.e-float-input.e-small textarea,.e-bigger.e-small .e-filled.e-float-input textarea,.e-bigger .e-float-input textarea.e-small,.e-small .e-filled.e-float-input.e-bigger textarea,.e-small .float-input textarea.e-bigger,.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-bigger,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea,.e-filled.e-float-input.e-control-wrapper.e-small textarea.e-bigger,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea,.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper textarea{padding:0 12px 5px}.e-filled.e-input-group.e-multi-line-input.e-bigger,.e-bigger .e-filled.e-input-group.e-multi-line-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-multi-line-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-multi-line-input{padding:16px 0 0}.e-filled.e-input-group.e-small.e-bigger.e-multi-line-input,.e-bigger.e-small .e-filled.e-input-group.e-small.e-multi-line-input,.e-bigger .e-filled.e-input-group.e-small.e-multi-line-input,.e-small .e-filled.e-input-group.e-bigger.e-multi-line-input,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-multi-line-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-multi-line-input{padding:10px 0 0}.e-filled.e-float-input.e-bigger.e-multi-line-input,.e-bigger .e-filled.e-float-input.e-multi-line-input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-multi-line-input,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-multi-line-input{padding:20px 0 0}.e-filled.e-float-input.e-small.e-bigger.e-multi-line-input,.e-bigger.e-small .e-filled.e-float-input.e-small.e-multi-line-input,.e-bigger .e-filled.e-float-input.e-small.e-multi-line-input,.e-small .e-filled.e-float-input.e-bigger.e-multi-line-input,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-multi-line-input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-multi-line-input{padding:14px 0 0}.e-rtl .e-filled textarea.e-input.e-bigger,.e-filled textarea.e-input.e-bigger.e-rtl,.e-bigger.e-rtl .e-filled textarea.e-input,.e-bigger .e-filled textarea.e-input.e-rtl,.e-filled.e-input-group.e-multi-line-input.e-bigger.e-rtl textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input.e-bigger,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input.e-bigger,.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input.e-bigger,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input.e-bigger,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus{padding:0 16px 8px;text-indent:0}.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea,.e-filled.e-float-input.e-multi-line-input.e-bigger.e-rtl textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger textarea,.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-bigger,.e-filled.e-float-input.e-multi-line-input.e-rtl textarea.e-bigger,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea.e-bigger,.e-rtl .e-filled.e-float-input.e-multi-line-input textarea.e-bigger,.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,.e-bigger .e-filled.e-float-input.e-multi-line-input.e-rtl textarea,.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus,.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus,.e-bigger .e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus,.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus{padding:0 16px 8px;text-indent:0}.e-bigger .e-filled textarea.e-input.e-small.e-rtl,.e-filled.e-input-group.e-multi-line-input.e-small.e-bigger.e-rtl textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input.e-bigger,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input,.e-bigger.e-rtl textarea.e-input.e-small,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small.e-bigger textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-bigger textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input.e-bigger,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input.e-bigger,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input:focus,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input:focus,.e-small .e-filled.e-input-group.e-multi-line-input.e-bigger.e-rtl textarea.e-input:focus,.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,.e-filled.e-input-group.e-multi-line-input.e-bigger.e-small.e-rtl textarea.e-input:focus,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input:focus,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input:focus,.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger textarea.e-input:focus,.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger textarea.e-input:focus,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger.e-small textarea.e-input:focus,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-small textarea.e-input:focus{padding:0 12px 10px;text-indent:0}.e-filled.e-float-input.e-multi-line-input.e-small.e-bigger.e-rtl textarea,.e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea.e-bigger,.e-bigger .e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea,.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-bigger.e-rtl textarea,.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-bigger,.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-bigger textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small.e-bigger textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea.e-bigger,.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea,.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea:focus,.e-bigger .e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea:focus,.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea:focus,.e-small .e-filled.e-float-input.e-multi-line-input.e-bigger.e-rtl textarea:focus,.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,.e-filled.e-float-input.e-multi-line-input.e-bigger.e-small.e-rtl textarea:focus,.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea:focus,.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea:focus,.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger textarea:focus,.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger textarea:focus,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-small textarea:focus,.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger.e-small textarea:focus{padding:0 12px 5px;text-indent:0}.e-filled.e-float-input.e-float-icon-left.e-bigger.e-small .e-input-in-wrap,.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-bigger.e-small .e-input-in-wrap,.e-filled.e-input-group.e-float-icon-left.e-bigger.e-small .e-input-in-wrap,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-bigger.e-small .e-input-in-wrap,.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap{border:1px solid;border-width:0;margin-left:8px}.e-rtl.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,.e-rtl.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,.e-rtl.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl .e-bigger.e-small.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,.e-rtl .e-bigger.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl .e-bigger.e-small.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,.e-rtl .e-bigger.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-bigger.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,.e-bigger.e-small.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,.e-bigger.e-small.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,.e-bigger.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap{margin-left:0;margin-right:8px}.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{color:#0000006b}.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text{color:#0000008a}.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text{color:#0000008a}.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{color:#0000006b}.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text{color:#0000008a}.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top{color:#0000006b}.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text{color:#e3165b}.e-outline.e-float-input.e-bigger.e-success.e-input-focus input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-success.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-success) input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-success textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-success textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-success).e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input~label.e-float-text{color:#22b24b}.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-error input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-error textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-error.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input~label.e-float-text{color:#f44336}.e-outline.e-float-input.e-bigger.e-warning.e-input-focus input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-warning.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-warning) input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-warning textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-warning textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-warning).e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input~label.e-float-text{color:#ffca1c}.e-outline.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top{color:#00000061}.e-filled.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text{color:#0009}.e-filled.e-float-input.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input~label.e-float-text{color:#22b24b}.e-filled.e-float-input.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input~label.e-float-text{color:#ffca1c}.e-filled.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text{color:#0009}.e-filled.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text{color:#e3165b}.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top{color:#00000061}.e-filled.e-float-input.e-bigger.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text{color:#22b24b}.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text{color:#ffca1c}.e-outline.e-float-input.e-bigger input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger input:valid~label.e-float-text,.e-outline.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger input label.e-float-text.e-label-top,.e-bigger .e-outline.e-float-input input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input input:valid~label.e-float-text,.e-bigger .e-outline.e-float-input input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input input label.e-float-text.e-label-top,.e-bigger .e-outline.e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrappe.e-bigger input label.e-float-text.e-label-top,.e-outline.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-outline.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-outline.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-bigger textarea label.e-float-text.e-label-top,.e-bigger .e-outline.e-float-input textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input textarea:valid~label.e-float-text,.e-bigger .e-outline.e-float-input textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input textarea label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top,.e-outline.e-float-input.e-input-focus.e-bigger input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{top:-7px;-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1)}.e-input-group-icon.e-spin-up:before{content:"";font-family:e-icons}.e-input-group-icon.e-spin-down:before{content:"";font-family:e-icons}.e-numeric-container{width:100%}.e-content-placeholder.e-numeric.e-placeholder-numeric{background-size:300px 33px;min-height:33px}.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden{border:0;height:0;margin:0;padding:0;text-indent:0;visibility:hidden;width:0}.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon{font-size:12px}.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric{background-size:300px 40px;min-height:40px}.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon{font-size:12px}.e-control-wrapper.e-mask .e-maskedtextbox{font-family:Arial,Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:12.5px}.e-content-placeholder.e-mask.e-placeholder-mask{background-size:300px 33px;min-height:33px}.e-control-wrapper.e-mask.e-error .e-maskedtextbox,.e-utility-mask.e-error{color:#f44336}.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox,.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox{font-size:13px}.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask,.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask{background-size:300px 40px;min-height:40px}.e-control-wrapper.e-slider-container{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:18px;line-height:normal;outline:none;position:relative;user-select:none}.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle{cursor:default;-webkit-transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);z-index:3}.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-tab-handle:after,.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-start.e-tab-handle:after{background-color:transparent}.e-control-wrapper.e-slider-container:hover .e-scale .e-tick,.e-control-wrapper.e-slider-container:active .e-scale .e-tick{visibility:visible}.e-control-wrapper.e-slider-container:after{content:"material";display:none}.e-control-wrapper.e-slider-container .e-slider{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;display:block;outline:0 none;padding:0;position:relative}.e-control-wrapper.e-slider-container .e-slider .e-handle{border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;height:12px;width:12px;outline:none;position:absolute;-ms-touch-action:none;touch-action:none;-webkit-transition:left .3s ease-out,right .3s ease-out,bottom .3s ease-out,-webkit-transform .3s ease-out;transition:left .3s ease-out,right .3s ease-out,bottom .3s ease-out,-webkit-transform .3s ease-out;transition:left .3s ease-out,right .3s ease-out,bottom .3s ease-out,transform .3s ease-out;transition:left .3s ease-out,right .3s ease-out,bottom .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out;z-index:10;cursor:-webkit-grab;cursor:grab}.e-control-wrapper.e-slider-container .e-slider .e-handle.e-large-thumb-size{-webkit-transform:scale(1.5);transform:scale(1.5)}.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active{cursor:-webkit-grabbing;cursor:grabbing}.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start{background-color:#fff;border:2px solid rgba(0,0,0,.26)}.e-control-wrapper.e-slider-container .e-slider .e-handle:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-webkit-transform:scale(0);transform:scale(0);border:0 solid;border-radius:50%;box-sizing:content-box;content:"";height:32px;width:32px;position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);opacity:.26;-webkit-transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);z-index:-1}.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start:after{background-color:#e0e0e0;opacity:.38}.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle:after{-webkit-transform:scale(1);transform:scale(1);background-color:#e3165b}.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle{margin:0 -6px 0 0;top:calc(50% - 6px)}.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick{background-position-x:right}.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick{background-position-x:left}.e-control-wrapper.e-slider-container.e-rtl.e-vertical{direction:ltr}.e-control-wrapper.e-slider-container.e-disabled.e-material-slider .e-slider .e-handle.e-handle-first{background-color:#757575}.e-control-wrapper.e-slider-container.e-disabled:hover .e-scale .e-tick{visibility:hidden}.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-range{background:#00000042}.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle{background:#757575;-webkit-transform:scale(.5)!important;transform:scale(.5)!important}.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first{background-color:#757575;border:0}.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle:after{-webkit-transform:scale(0);transform:scale(1);background:transparent;border:7px solid #fff;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:26px;width:26px;position:absolute;top:calc(50% - 13px);left:calc(50% - 13px);opacity:1;-webkit-transition:none;transition:none;z-index:-1}.e-control-wrapper.e-slider-container.e-disabled .e-btn,.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle{cursor:default}.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable{display:block}.e-control-wrapper.e-slider-container.e-horizontal{height:48px;width:100%}.e-control-wrapper.e-slider-container.e-horizontal .e-first-button{left:0;margin-top:-9px;top:50%}.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///8G+5iqAAAAL3RSTlMABAgMEBQYHCAkKDA0ODxETFRYYGRsdHyAh4uTm6Onr7O/w8fL09ff4+fr7/P3+/6nVicAAADJSURBVHgBldJHdoNgAANhQUjvPTHuxbgAuv/t/J5O8I82Wn27UfGaVmjvBwvsdmEDUH33JuBxYwNQ/48m4LWzAbie2QR8nkzA/coGoPodTMDzzgagae1ykHAASDgAJBwAEk4xSDgAJBwAEg4ACacYJBwAEg4ACYeAjyMEaqYQSC97CFT/DQxID2sIpK8zBLqZQyC9dRDoajIyID1tIVD10zMg3S0ZSF4IJC8GkhcDyQuB5MVA8kIgeTGQvBhIXggkLwaSFwLJK3cBRvanB71ijlkAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:cover;display:inline-block;height:7px;width:7px;position:absolute;top:calc(50% - 3.6px);left:calc(50% - 4.6px)}.e-control-wrapper.e-slider-container.e-horizontal .e-second-button{right:0;margin-top:-9px;top:50%}.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////////+/v7+/v7+/v7////////+/v7////+/v7+/v7+/v7+/v7+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///9VYKa9AAAAL3RSTlMABAgMEBQYHCAoLDQ4PEBMUFhcZGx0eICDi5Obn6ers7vDx8vP19vf4+fr7/P3++LF0fAAAADNSURBVHgBldNHbsNAGEPhkZSi9F4S915k6d3/dga8Jgjw7bkYzPeXS5ObkkX3EQ5gcRcO6H/qbACbp3AAo6twwOEtHMCsDQecvqpsAKuHcMDw12QD2L2EA/C8EFleiCwvRJYXIssLmeGFzPBCZnghM7yQGV7IDC9Eglc26D6zwfS2JIP9a/To4b8pyWD9GH1c/11FNOZthO/4nvEeX5dksH2OTnT4rUsyWN4Xk4cj8nBEHo7IwxF5OCIPR+ThiDwckYcj8nBEHo5Iw5GdAVm8p9sPUXNKAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:cover;display:inline-block;height:7px;width:7px;position:absolute;top:calc(50% - 3.6px);left:calc(50% - 2.6px)}.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn{padding:0 30px}.e-control-wrapper.e-slider-container.e-horizontal .e-slider{height:32px;width:100%;position:relative;top:calc(50% - 16px)}.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track{height:2px;width:100%;left:0;position:absolute;overflow:hidden;background:#00000042;top:calc(50% - 1px)}.e-control-wrapper.e-slider-container.e-horizontal .e-handle{margin-left:-6px;top:calc(50% - 6px)}.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-range{height:2px}.e-control-wrapper.e-slider-container.e-horizontal .e-range{height:2px;top:calc(50% - 1px);top:calc(50% - 2px)}.e-control-wrapper.e-slider-container.e-horizontal .e-limits{background-color:#00000042;position:absolute;height:2px;top:calc(50% - 1px)}.e-control-wrapper.e-slider-container.e-vertical{height:inherit;width:48px;padding:38px 0}.e-control-wrapper.e-slider-container.e-vertical .e-slider{height:100%;width:32px;left:calc(50% - 16px);position:relative}.e-control-wrapper.e-slider-container.e-vertical .e-slider-track{background:#00000042;bottom:0;height:100%;position:absolute;overflow:hidden;width:2px;left:calc(50% - 1px);border-radius:4px}.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn{height:100%;padding:30px 0}.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider{height:100%;width:2px}.e-control-wrapper.e-slider-container.e-vertical .e-first-button{bottom:0;margin-right:-9px;right:50%}.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7////////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////1kjJ6AAAALnRSTlMABAgMEBQYHCAkKDA4QERITFRcYGRodHyDj5OXn6Ons7e7v8vP09ff5+vv8/f7zZvJMAAAAItJREFUeAHdyVcagjAQBsAfUVTAXsTeSTRm7388i/kUQjYHYF4H9bAUXjuEV/KQEdC98f9I8dLXxJngY879CsbG/ccARuPsetHCT1tWXyUoSDXZRiiZ2p/Bsi7/HrbgVPw8REUk/n+P4ZAoMvQATmMyFmBk39+CExzefwnBauZEsgOPWOkevIYz1NEToo45F58KJy0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:cover;display:inline-block;height:8px;width:8px;position:absolute;top:calc(50% - 2.7px);left:calc(50% - 3.8px)}.e-control-wrapper.e-slider-container.e-vertical .e-second-button{top:0;margin-right:-9px;right:50%}.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////////////+/v7////+/v7+/v7////////+/v7+/v7////+/v7////+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////wrNfvAAAALnRSTlMABAgMEBQYICgsMDQ4QERITFBcYGhseHyDi5Obn6Ort7u/x8/X29/j5+vv8/f77y3LJgAAAI1JREFUeAHdyVeagjAUBtCbYQTsXewFENGYf//LsyB8kORmAZzXQ600mLrfz2XX9X8xcO0Qb4+3s2B/ia8N9yOFwtz+wR0/z77tvQSVm0+mI2piYXyEhp3+E2gWzQ8lNGpY//8UhjygijjBIvGotIbVofwZGFHxPQmGGn/ez8B6hETiAofUo1XmtKVWeAEhzjgqqZr/lwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:cover;display:inline-block;height:8px;width:8px;position:absolute;top:calc(50% - 4.7px);left:calc(50% - 3.8px)}.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle{margin-bottom:-6px}.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle{margin-bottom:-6px;left:calc(50% - 6px)}.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range{width:2px;left:calc(50% - 1px)}.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits{background-color:#00000042;position:absolute;width:2px;left:calc(50% - 1px)}.e-control-wrapper.e-slider-container .e-range{border-radius:2px;position:absolute;-webkit-transition:left .3s ease-out,right .3s ease-out,bottom .3s ease-out,width .3s ease-out,height .3s ease-out;transition:left .3s ease-out,right .3s ease-out,bottom .3s ease-out,width .3s ease-out,height .3s ease-out}.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal,.e-control-wrapper.e-slider-container .e-range.e-drag-vertical{cursor:pointer}.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick{height:7px;top:5px;background-position:bottom}.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large{height:10px;top:5px}.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick{background-position:right;width:50%;left:1px}.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick{height:7px;top:10px;background-position-x:center}.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large{height:10px;top:13px}.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick{background-position:left;width:50%;left:calc(50% - 1px)}.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick{background-position:center;height:12px}.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large{height:20px;top:4px}.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick{background-position:center;width:100%}.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-large{width:100%}.e-control-wrapper.e-slider-container .e-scale{-webkit-box-sizing:content-box;box-sizing:content-box;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;height:28px;width:100%;line-height:normal;list-style:none outside none;margin:0;outline:0 none;padding:0;position:absolute;top:calc(50% - 14px);z-index:1}.e-control-wrapper.e-slider-container .e-scale .e-tick{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFElEQVQI12NkYGAIZ2BgYGBigAIABPgAW+yfXroAAAAASUVORK5CYII=);cursor:default;outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value{color:#000;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:10px;outline:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.e-control-wrapper.e-slider-container .e-scale.e-v-scale{height:100%;width:28px;left:calc(50% - 14px);top:0}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick{background-repeat:no-repeat}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick{background-position-y:top}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick{background-position-y:bottom}.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick{display:inline-block;background-repeat:repeat-y}.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before,.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child{top:-18px}.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after,.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both{bottom:-20px}.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-first-tick{background-position-x:left}.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick{background-position-x:right}.e-control-wrapper.e-slider-container .e-scale .e-tick{visibility:hidden}.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value{visibility:visible}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before{right:26px}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after{left:27px}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both{right:41px}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child{left:39px}.e-slider-tooltip.e-tooltip-wrap.e-popup{background-color:#e3165b;border:0;border-radius:8px;cursor:-webkit-grab;cursor:grab;opacity:1}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close{display:block;opacity:0}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start{background-color:#00000042}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-inner{color:#000;opacity:0}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-bottom{border-top-color:#00000042}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-top{border-bottom-color:#00000042}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-right{border-left-color:#00000042}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-left{border-right-color:#00000042}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active{cursor:-webkit-grabbing;cursor:grabbing}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip{visibility:visible}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content{background-color:transparent;height:16px;width:100%;overflow:hidden;padding:0 8px;text-align:center;top:calc(50% - 8px);position:relative;line-height:16px}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show{color:#fff}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-hide{color:transparent}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-inner{color:#e3165b}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom{border-top-color:#e3165b}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top{border-bottom-color:#e3165b}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-right{border-left-color:#e3165b}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-left{border-right-color:#e3165b}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default{background-color:#e3165b;border:0;border-radius:50% 50% 0%;cursor:-webkit-grab;cursor:grab;opacity:1}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start{background-color:#00000042}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active{cursor:-webkit-grabbing;cursor:grabbing}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip{visibility:hidden}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before .e-tip-content{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after .e-tip-content{-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before .e-tip-content{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after{-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after .e-tip-content{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content{background-color:transparent;height:16px;width:100%;overflow:hidden;padding:0;text-align:center;top:calc(50% - 8px)}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-show{color:#fff}.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-hide{color:transparent}.e-slider-horizantal-color{height:100%;top:0;position:absolute}.e-slider-vertical-color{position:absolute;width:100%;left:-1px}.e-slider-hover .e-scale .e-tick{visibility:visible}.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-first,.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-second{background:transparent;border-color:transparent}.e-control-wrapper.e-slider-container .e-slider-button{background-color:#0000008a;border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;outline:none;position:absolute;height:18px;width:18px;border-radius:50%;padding:0}.e-control-wrapper.e-slider-container .e-slider .e-range{background-color:#e3165b}.e-control-wrapper.e-slider-container .e-slider .e-handle{background-color:#e3165b;border-color:#e3165b}.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip{background-color:transparent;border-color:transparent}.e-control-wrapper.e-slider-container.e-slider-hover .e-slider-track{background-color:#00000042}.e-control-wrapper.e-slider-container.e-slider-hover .e-range{background-color:#e3165b}.e-control-wrapper.e-slider-container.e-slider-hover .e-handle{border-color:#e3165b}.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content{font-size:11px;line-height:16px}.e-bigger .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value,.e-control-wrapper.e-slider-container.e-bigger .e-scale .e-tick .e-tick-value{font-size:12px}.e-content-placeholder.e-textbox.e-placeholder-textbox{background-size:300px 33px;min-height:33px}.e-input-group.e-input-focus.e-multi-line-input textarea.e-textbox{padding-right:30px}.e-input-group.e-input-focus.e-rtl.e-multi-line-input textarea.e-textbox{padding-left:30px}.e-bigger .e-content-placeholder.e-textbox.e-placeholder-textbox,.e-bigger.e-content-placeholder.e-textbox.e-placeholder-textbox{background-size:300px 40px;min-height:40px}.e-bigger .e-input-group.e-input-focus.e-multi-line-input textarea.e-textbox{padding-right:32px}.e-bigger .e-input-group.e-input-focus.e-rtl.e-multi-line-input textarea.e-textbox{padding-left:32px}.e-input-group.e-multi-line-input.e-auto-width{width:auto}.e-input-group.e-multi-line-input textarea.e-resize-x{resize:horizontal}.e-input-group.e-multi-line-input textarea.e-resize-y{resize:vertical}.e-input-group.e-multi-line-input textarea.e-resize-xy{resize:both}.e-input-group.e-multi-line-input textarea.e-textarea.e-resize-none{resize:none}.e-float-input .e-clear-icon:hover,.e-float-input.e-control-wrapper .e-clear-icon:hover,.e-input-group .e-clear-icon:hover,.e-input-group.e-control-wrapper .e-clear-icon:hover{background:none;border:none}.e-float-input:not(.e-disabled) .e-clear-icon:hover,.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,.e-input-group:not(.e-disabled) .e-clear-icon:hover,.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover{background:none}.e-upload .e-upload-files .e-file-remove-btn.e-icons:before{content:""}.e-upload .e-upload-files .e-icons.e-file-pause-btn:before{content:""}.e-upload .e-upload-files .e-icons.e-file-reload-btn:before{content:""}.e-upload .e-upload-files .e-icons.e-file-play-btn:before{content:""}.e-upload .e-upload-files .e-file-delete-btn.e-icons:before{content:""}.e-upload .e-upload-files .e-file-abort-btn.e-icons:before{content:""}.e-upload .e-upload-files .e-icons.e-msie:before{position:relative;right:10px}.e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie:before{right:12px}.e-upload{width:100%}.e-upload.e-control-wrapper{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont}.e-upload .e-hidden-file-input{border:0;height:0;margin:0;outline:none;padding:0;text-indent:0;visibility:hidden;width:0}.e-upload .e-file-select-wrap{padding:16px 0 16px 12px}.e-upload .e-file-select-wrap .e-file-select,.e-upload .e-file-select-wrap .e-file-select .e-uploader{display:inline-block;width:0}.e-upload .e-file-select-wrap .e-file-select .e-uploader{opacity:0}.e-upload .e-file-select-wrap .e-file-drop{font-family:inherit;font-size:14px;margin-left:12px}.e-upload.e-form-upload .e-upload-files .e-upload-file-list{min-height:35px;padding-bottom:12px;padding-top:8px}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container{top:0}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input{display:none}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{line-height:1.5;padding-top:4px}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error{color:#f44336}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#0000008a;display:block;font-size:11px;line-height:1.5;padding-bottom:0;padding-top:4px;position:relative}.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status{color:#f44336}.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons{-webkit-box-sizing:border-box;box-sizing:border-box;top:32px}.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-upload .e-upload-files{list-style-type:none;margin:0;padding:0}.e-upload .e-upload-files .e-icons:focus{outline:none}.e-upload .e-upload-files .e-upload-file-list{font-family:inherit;font-size:14px;height:100%;line-height:normal;min-height:90px;position:relative}.e-upload .e-upload-files .e-upload-file-list .e-file-container{display:block;height:100%;margin-left:12px;margin-right:90px;min-height:35px;position:relative;top:3px}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name{float:left;font-family:inherit;font-size:14px;max-width:75%;overflow:hidden;padding-top:12px;position:relative;text-overflow:ellipsis;top:0;white-space:nowrap}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name:before{content:attr(data-tail);float:right}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{display:block;font-family:inherit;font-size:14px;padding-top:12px}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden{visibility:hidden}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size{display:block;font-size:11px;padding:8px 0}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{display:block;font-family:inherit;font-size:11px;padding-bottom:12px}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress{display:none}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{display:block;height:8px;padding-bottom:6px;padding-top:6px;position:absolute;width:98%}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap{border-radius:0;display:block;height:2px;width:100%}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar{border-radius:0;display:inherit;height:2px}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text{float:right;font-family:inherit;font-size:11px;position:relative;right:6px;top:-27px}.e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-icons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:11px;height:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:-18px 12px 0;padding:18px;position:absolute;right:0;top:50%;vertical-align:middle;width:18px}.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress{cursor:default}.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons{padding:18px 13px 18px 23px}.e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-icons{right:36px}.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,.e-upload .e-upload-files .e-clear-icon-focus{background-color:#0000001f;border-color:transparent;border-radius:50%;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,.e-upload .e-upload-files .e-clear-icon-focus{border-radius:50%}.e-upload .e-upload-files .e-file-delete-btn.e-icons{font-size:11px;opacity:1}.e-upload .e-upload-files .e-file-abort-btn.e-icons{font-size:15px;opacity:1}.e-upload .e-file-select-wrap .e-btn,.e-upload .e-upload-actions .e-btn{font-family:inherit}.e-upload .e-upload-actions{position:relative;text-align:right}.e-upload .e-upload-actions .e-file-upload-btn,.e-upload .e-upload-actions .e-file-clear-btn{margin:12px}.e-upload.e-rtl .e-file-select-wrap{padding:16px 12px 16px 0}.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn{margin-right:10px}.e-upload.e-rtl .e-file-select-wrap .e-file-drop{margin-left:60px;margin-right:12px;position:relative}.e-upload.e-rtl .e-upload-actions{text-align:left}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container{height:100%;margin-left:60px;margin-right:12px;position:relative}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container{direction:ltr;float:right;width:100%}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name{float:right}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size{direction:ltr;float:right;position:relative;text-align:right;width:100%}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{float:right;position:initial;top:46px;width:89%}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text{float:left;right:-8px;top:-25px}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons{left:0;margin-left:12px;margin-right:12px;right:auto;top:50%}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons{left:36px;right:auto}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons{left:36px}.e-upload.e-disabled .e-file-drop,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#00000061}.e-upload .e-content-placeholder.e-upload.e-placeholder-upload{background-size:400px 65px;min-height:65px}.e-small .e-upload .e-file-select-wrap{padding:16px 0 16px 12px}.e-small .e-upload .e-file-select-wrap .e-file-drop{font-size:13px;margin-left:12px}.e-small .e-upload .e-upload-files .e-upload-file-list{min-height:76px}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name{font-size:12px;padding-top:10px}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size{font-size:11px;padding:5px 0}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{font-size:12px;padding-top:10px}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{padding-bottom:10px}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{padding-bottom:3px;padding-top:3px}.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons{font-size:10px;height:24px;padding:12px;width:24px}.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-small .e-upload.e-rtl .e-file-select-wrap{padding:16px 12px 16px 0}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list{min-height:35px;padding-bottom:10px;padding-top:6px}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container{top:0}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input{display:none}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{line-height:1.5;padding-top:4px}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error{color:#f44336}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#0000008a;display:block;font-size:11px;line-height:1.5;padding-bottom:0;padding-top:4px;position:relative}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status{color:#f44336}.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons{-webkit-box-sizing:border-box;box-sizing:border-box;top:34px}.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-upload{border:1px solid rgba(0,0,0,.12)}.e-upload .e-file-drop{color:#000000de;vertical-align:middle}.e-upload .e-upload-files{border-top:1px solid rgba(0,0,0,.12)}.e-upload .e-upload-files .e-upload-file-list{border-bottom:1px solid rgba(0,0,0,.12)}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{color:#000000de}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size{color:#0000008a}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#000000de}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success{color:#22b24b}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails{color:#f44336}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap{background-color:#e0e0e0}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress{background:#e3165b}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success{background:#22b24b}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed{background:#f44336}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text{color:#000000de}.e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-icons,.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover,.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover,.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover,.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover,.e-upload .e-upload-files .e-file-play-btn.e-icons:hover{color:#000}.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,.e-upload .e-upload-files .e-clear-icon-focus{background-color:#0000001f;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}.e-bigger .e-upload{width:100%}.e-bigger .e-upload .e-file-select-wrap{padding:20px 0 20px 16px}.e-bigger .e-upload .e-file-select-wrap .e-file-drop{font-size:15px;margin-left:16px}.e-bigger .e-upload .e-upload-files .e-upload-file-list{font-size:15px;line-height:normal;min-height:100px}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container{margin-left:16px;top:0}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name{font-size:15px;padding-top:16px}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size{font-size:12px;padding:10px 0}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{font-size:15px;padding-top:16px;top:initial}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{font-size:12px;padding-bottom:16px}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{height:10px}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap{height:3px;width:98%}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar{height:3px}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text{font-size:11px;right:10px;top:-33px}.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;height:18px;margin:-24px 16px 16px;padding:20px;top:50%;width:18px}.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons{padding:20px 17px 20px 26px}.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons{right:45px}.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons{font-size:13px}.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons{font-size:18px}.e-bigger .e-upload .e-upload-actions .e-btn{margin-left:16px}.e-bigger .e-upload .e-upload-actions .e-file-upload-btn,.e-bigger .e-upload .e-upload-actions .e-file-clear-btn{margin:15px}.e-bigger .e-upload.e-rtl .e-file-select-wrap{padding:20px 16px 20px 0}.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn{margin-right:0}.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop{margin-right:16px}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container{margin-left:60px;margin-right:16px}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information{top:54px}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text{left:10px;right:initial}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons{-webkit-box-sizing:border-box;box-sizing:border-box;left:0;margin-left:16px;margin-right:16px;padding:20px;top:50%}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons.e-disabled,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons{padding:20px 17px 20px 26px}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons{left:41px}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list{min-height:35px;padding-bottom:16px;padding-top:12px}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container{top:0}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input{display:none}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{line-height:1.5;padding-top:4px}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error{color:#f44336}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#0000008a;display:block;font-size:12px;line-height:1.5;padding-bottom:0;padding-top:4px;position:relative}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status{color:#f44336}.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons{-webkit-box-sizing:border-box;box-sizing:border-box;top:42px}.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-bigger.e-small .e-upload{width:100%}.e-bigger.e-small .e-upload.e-control-wrapper{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont}.e-bigger.e-small .e-upload .e-hidden-file-input{border:0;height:0;margin:0;outline:none;padding:0;text-indent:0;visibility:hidden;width:0}.e-bigger.e-small .e-upload .e-file-select-wrap{padding:16px 0 16px 12px}.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select,.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader{display:inline-block;width:0}.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader{opacity:0}.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop{font-family:inherit;font-size:14px;margin-left:12px}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list{min-height:35px;padding-bottom:12px;padding-top:8px}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container{top:0}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input{display:none}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{line-height:1.5;padding-top:4px}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error{color:#f44336}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#0000008a;display:block;font-size:11px;line-height:1.5;padding-bottom:0;padding-top:4px;position:relative}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status{color:#f44336}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons{-webkit-box-sizing:border-box;box-sizing:border-box;top:32px}.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-bigger.e-small .e-upload .e-upload-files{list-style-type:none;margin:0;padding:0}.e-bigger.e-small .e-upload .e-upload-files .e-icons:focus{outline:none}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list{font-family:inherit;font-size:14px;height:100%;line-height:normal;min-height:90px;position:relative}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container{display:block;height:100%;margin-left:12px;margin-right:90px;min-height:35px;position:relative;top:3px}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name{float:left;font-family:inherit;font-size:14px;max-width:75%;overflow:hidden;padding-top:12px;position:relative;text-overflow:ellipsis;top:0;white-space:nowrap}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name:before{content:attr(data-tail);float:right}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{display:block;font-family:inherit;font-size:14px;padding-top:12px}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden{visibility:hidden}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size{display:block;font-size:11px;padding:8px 0}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{display:block;font-family:inherit;font-size:11px;padding-bottom:12px}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress{display:none}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{display:block;height:8px;padding-bottom:6px;padding-top:6px;position:absolute;width:98%}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap{border-radius:0;display:block;height:2px;width:100%}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar{border-radius:0;display:inherit;height:2px}.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text{float:right;font-family:inherit;font-size:11px;position:relative;right:6px;top:-27px}.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:11px;height:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:-18px 12px 0;padding:18px;position:absolute;right:0;top:50%;vertical-align:middle;width:18px}.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress{cursor:default}.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#00000061;cursor:not-allowed;opacity:.4;pointer-events:none}.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons{padding:18px 13px 18px 23px}.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons{right:36px}.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus{background-color:#0000001f;border-color:transparent;border-radius:50%;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus{border-radius:50%}.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons{font-size:11px;opacity:1}.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons{font-size:15px;opacity:1}.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,.e-bigger.e-small .e-upload .e-upload-actions .e-btn{font-family:inherit}.e-bigger.e-small .e-upload .e-upload-actions{position:relative;text-align:right}.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn,.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn{margin:12px}.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap{padding:16px 12px 16px 0}.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn{margin-right:10px}.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop{margin-left:60px;margin-right:12px;position:relative}.e-bigger.e-small .e-upload.e-rtl .e-upload-actions{text-align:left}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container{height:100%;margin-left:60px;margin-right:12px;position:relative}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container{direction:ltr;float:right;width:100%}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name{float:right}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size{direction:ltr;float:right;position:relative;text-align:right;width:100%}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{float:right;position:initial;top:46px;width:89%}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text{float:left;right:-8px;top:-25px}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons{left:0;margin-left:12px;margin-right:12px;right:auto;top:50%}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons{left:36px;right:auto}.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons{left:36px}.e-bigger.e-small .e-upload.e-disabled .e-file-drop,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#00000061}.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload{background-size:400px 65px;min-height:65px}.e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,.e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload{background-size:400px 80px;min-height:80px}.e-container .e-value-switch-btn:before{content:""}.e-colorpicker-wrapper,.e-colorpicker-container{display:inline-block;line-height:0;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-colorpicker-wrapper .e-colorpicker,.e-colorpicker-container .e-colorpicker{height:1px;opacity:0;position:absolute;width:1px}.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn{font-family:initial;line-height:14px;padding:0 4px}.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color{background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);background-size:8px;border-radius:2px;height:18px;margin-top:0;position:relative;width:18px}.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview{border-radius:2px}.e-colorpicker-wrapper *,.e-colorpicker-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.e-colorpicker-wrapper.e-disabled .e-palette .e-tile,.e-colorpicker-container.e-disabled .e-palette .e-tile{cursor:default}.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover,.e-colorpicker-container.e-disabled .e-palette .e-tile:hover{border:0;-webkit-box-shadow:none;box-shadow:none}.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected,.e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected{border:0}.e-colorpicker-wrapper.e-disabled .e-container .e-handler,.e-colorpicker-wrapper.e-disabled .e-container .e-preview-container,.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,.e-colorpicker-container.e-disabled .e-container .e-handler,.e-colorpicker-container.e-disabled .e-container .e-preview-container,.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle{cursor:default}.e-colorpicker-wrapper.e-disabled .e-container .e-hsv-container,.e-colorpicker-container.e-disabled .e-container .e-hsv-container{pointer-events:none}.e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn){line-height:0}.e-colorpicker.e-modal,.e-colorpicker.e-hsv-model{-webkit-overflow-scrolling:touch;height:100%;left:0;position:fixed;top:0;width:100%}.e-colorpicker.e-modal{background-color:#0009;opacity:.5;pointer-events:auto}.e-colorpicker.e-hsv-model{background-color:transparent}.sf-colorpicker .e-switch-ctrl-btn .e-ctrl-btn{position:relative}.e-show-value .sf-colorpicker.e-color-palette .e-selected-value,.e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn{width:270px}.e-dropdown-popup.e-transparent .e-container{display:none}body.e-colorpicker-overflow{overflow:visible}.e-container{border:0;border-radius:0;display:inline-block;line-height:0;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-container.e-color-picker{width:270px}.e-container.e-color-picker .e-mode-switch-btn{background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 100% 100%}.e-container.e-color-palette{width:auto}.e-container.e-color-palette .e-mode-switch-btn{background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=) no-repeat 100% 100%}.e-container .e-custom-palette{width:auto}.e-container .e-custom-palette .e-palette{padding:10px}.e-container .e-custom-palette.e-palette-group{height:270px;overflow-y:scroll}.e-container .e-palette{border-bottom:0;display:table;line-height:0;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-container .e-palette .e-row{display:table-row;white-space:nowrap}.e-container .e-palette .e-tile{border:.5px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;height:27px;text-align:center;vertical-align:middle;width:27px}.e-container .e-palette .e-tile.e-selected{outline:#000 .5px solid;position:relative}.e-container .e-palette .e-tile:hover{-webkit-box-shadow:2px 2px 7px 2px rgba(0,0,0,.3);box-shadow:2px 2px 7px 2px #0000004d;position:relative}.e-container .e-palette .e-tile.e-nocolor-item{background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);background-size:8px}.e-container .e-hsv-container{border-bottom:0;position:relative;-ms-touch-action:none;touch-action:none}.e-container .e-hsv-container .e-hsv-color{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),to(#000)),-webkit-gradient(linear,left top,right top,color-stop(0,#fff),to(rgba(255,255,255,0)));background:linear-gradient(to bottom,#0000 0,#000),linear-gradient(to right,#fff 0,#fff0);height:170px}.e-container .e-hsv-container .e-handler{border:1px solid #fff;border-radius:6px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.7),inset 0 0 2px rgba(0,0,0,.7);box-shadow:0 0 3px #000000b3,inset 0 0 2px #000000b3;cursor:pointer;display:inline-block;height:8px;margin-left:-4px;margin-top:-4px;position:absolute;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:8px}.e-container .e-slider-preview{display:inline-block;width:100%;padding:10px 16px}.e-container .e-slider-preview .e-colorpicker-slider{display:inline-block;width:82.34%}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container{height:18px}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider{height:18px;top:calc(50% - 9px)}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track{height:6px!important;top:calc(50% - 3px);border-radius:0}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle{border-radius:6px;cursor:pointer;height:14px;top:calc(50% - 7px);width:14px}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active{cursor:pointer}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size{-webkit-transform:scale(1);transform:scale(1)}.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track{background:-webkit-gradient(linear,left top,right top,color-stop(0,#f00),color-stop(16%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(84%,#f0f),to(#ff0004));background:linear-gradient(to right,red 0,#ff0 16%,#0f0,#0ff,#00f,#f0f 84%,#ff0004)}.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track{background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);border:0;z-index:0}.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track{background-size:contain;border:0;height:6px;position:absolute;top:calc(50% - 3px);width:100%;z-index:1}.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle,.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start,.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle,.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 1px 2px #0000004d}.e-container .e-slider-preview .e-preview-container{background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);background-size:10px;border:1px solid #e0e0e0;cursor:pointer;display:inline-block;height:32px;margin-left:4.205%;position:relative;top:-2px;width:13.45%}.e-container .e-slider-preview .e-preview-container .e-preview{display:block;height:16px;position:absolute;width:100%}.e-container .e-slider-preview .e-preview-container .e-preview.e-current{border-bottom:1px solid #e0e0e0;top:0}.e-container .e-slider-preview .e-preview-container .e-preview.e-previous{height:14px;top:16px}.e-container .e-selected-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 16px 16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.e-container .e-selected-value .e-input-container .e-float-input input{padding-left:0;text-align:center}.e-container .e-selected-value .e-input-container .e-numeric-hidden{display:none}.e-container .e-selected-value .e-value-switch-btn{font-family:e-icons;margin-top:0;padding:2px 3px;font-size:16px;line-height:16px}.e-container .e-input-container{display:inline-block;width:89.8%}.e-container .e-input-container .e-float-input{display:inline-block;margin-right:3.75%;vertical-align:baseline}.e-container .e-input-container .e-float-input:first-child{width:33%}.e-container .e-input-container .e-float-input:first-child input{height:auto}.e-container .e-input-container .e-float-input.e-numeric{height:auto;width:12%}.e-container .e-input-container .e-float-input.e-numeric input{height:auto}.e-container .e-input-container .e-float-input .e-float-text{text-align:center}.e-container .e-switch-ctrl-btn{display:inline-block;padding:0 16px 16px;white-space:nowrap;width:100%}.e-container .e-switch-ctrl-btn .e-ctrl-btn{float:right;text-align:right;white-space:nowrap;width:89.913%}.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn{max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel{margin-left:0}.e-container .e-switch-ctrl-btn .e-mode-switch-btn{background-origin:border-box;background-position:center;background-size:cover;float:left;margin-top:0;overflow:hidden;white-space:nowrap}.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus{-webkit-box-shadow:0 0 2px 3px rgba(0,0,0,.2);box-shadow:0 0 2px 3px #0003}.e-container .e-value-switch-btn,.e-container .e-mode-switch-btn{background-color:transparent;border-color:transparent;position:relative;width:10.09%;height:24px}.e-container.e-color-picker .e-value-switch-btn:focus,.e-container.e-color-picker .e-value-switch-btn:hover,.e-container.e-color-picker .e-value-switch-btn:active{border-color:transparent;-webkit-box-shadow:none;box-shadow:none;outline:none}.e-container.e-color-picker .e-value-switch-btn:focus{outline:none}.e-container.e-color-palette .e-palette+.e-selected-value,.e-container.e-color-palette .e-palette-group+.e-selected-value{padding:16px}.e-container.e-color-palette .e-palette+.e-switch-ctrl-btn,.e-container.e-color-palette .e-palette-group+.e-switch-ctrl-btn{padding:23px 16px 16px}.e-container.e-color-palette .e-clr-pal-rec-wpr{padding:0}.e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span{display:block;font-weight:600;font-size:14px;height:36px;padding:7px 16px;line-height:22px;color:#000}.e-container.e-color-palette .e-clr-pal-rec-wpr .e-palette.e-recent-palette{padding:9px 10.5px}.e-container.e-color-palette .e-clr-pal-rec-wpr .e-palette.e-recent-palette .e-tile{height:18px!important;width:18px!important;margin:0 3.5px;border:.5px solid #eee}.e-container.e-color-palette .e-clr-pal-rec-wpr .e-palette.e-recent-palette .e-tile:hover{border:.5px solid transparent!important}.sf-colorpicker.e-container .e-input-container .e-float-input{float:left;margin-left:-1px}.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider{vertical-align:super}.e-hide-opacity .e-container .e-slider-preview .e-preview-container{top:0}.e-hide-opacity .e-container .e-float-input:first-child{width:36%}.e-hide-opacity .e-container .e-float-input.e-numeric{width:16.3%}.e-hide-hex-value .e-container .e-float-input.e-numeric{width:21.25%}.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric{width:29.59%}.e-hide-valueswitcher .e-container .e-input-container{width:100%}.e-hide-valueswitcher .e-container .e-float-input:first-child{width:33%}.e-hide-valueswitcher .e-container .e-float-input.e-numeric{width:13%}.e-hide-valueswitcher .e-container .e-float-input:last-child{margin-right:0}.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child{width:36%}.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric{width:17.58%}.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric{width:22.18%}.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric{width:30.82%}.e-rtl .e-container .e-hsv-container .e-hsv-color{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),to(#000)),-webkit-gradient(linear,right top,left top,color-stop(0,#fff),to(rgba(255,255,255,0)));background:linear-gradient(to bottom,#0000 0,#000),linear-gradient(to left,#fff 0,#fff0)}.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track{background:-webkit-gradient(linear,right top,left top,color-stop(0,#f00),color-stop(16%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(84%,#f0f),to(#ff0004));background:linear-gradient(to left,red 0,#ff0 16%,#0f0,#0ff,#00f,#f0f 84%,#ff0004)}.e-rtl .e-container .e-slider-preview .e-preview-container{margin-left:0;margin-right:4.205%}.e-rtl .e-container .e-selected-value .e-float-input{margin-left:3.75%;margin-right:0}.e-rtl .e-container .e-selected-value .e-float-input input{padding-right:0}.e-rtl .e-container .e-selected-value .e-float-input .e-float-text{right:-12px!important}.e-rtl .e-container .e-selected-value .e-value-switch-btn{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn{float:right}.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn{float:left;text-align:left}.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel{margin-left:0;margin-right:0}.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input{float:right;margin-right:-1px}.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child{margin-left:0}.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child{width:100%}.e-popup.e-tooltip-wrap.e-color-picker-tooltip{border-radius:50% 50% 0%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 1px 2px #0000004d;cursor:pointer;min-width:26px;-webkit-transform:translateY(18px) rotate(45deg) scale(.01);transform:translateY(18px) rotate(45deg) scale(.01);-webkit-transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1)}.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content{background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);background-size:8px;border-radius:50%;height:24px;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:24px}.e-split-preview,.e-tip-transparent{height:100%;left:0;position:absolute;top:0;width:100%}.e-container.e-color-palette .e-clr-pal-rec-wpr+.e-switch-ctrl-btn{padding-top:12px}.e-container{background-color:#fff}.e-container .e-palette .e-tile:hover,.e-container .e-palette .e-tile.e-selected{border-color:#eee}.e-container .e-handler.e-hide-handler,.e-container .e-handle.e-hide-handler{background-color:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle),.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle){background-color:#fff;border-color:#fff}.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle),.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle){background-color:#fff;border-color:#fff}.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle,.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle{background-color:#fff;border-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 1px 2px #0000004d}.e-colorpicker-wrapper.e-disabled .e-value-switch-btn,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,.e-colorpicker-container.e-disabled .e-value-switch-btn,.e-colorpicker-container.e-disabled .e-mode-switch-btn{color:#00000042}.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,.e-colorpicker-container.e-disabled .e-value-switch-btn:focus,.e-colorpicker-container.e-disabled .e-mode-switch-btn:focus{background-color:transparent;color:#00000042;outline:none;outline-offset:unset}.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,.e-colorpicker-container.e-disabled .e-value-switch-btn:active,.e-colorpicker-container.e-disabled .e-mode-switch-btn:active{background-color:transparent;color:#00000042}.e-colorpicker-wrapper .e-icon-btn:disabled,.e-colorpicker-wrapper .e-icon-btn.e-disabled,.e-colorpicker-container .e-icon-btn:disabled,.e-colorpicker-container .e-icon-btn.e-disabled{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#0000001f}.e-popup.e-tooltip-wrap.e-color-picker-tooltip{background-color:#fff;border-color:#fff}.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn{line-height:18px;padding:0 6px}.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color{height:22px;width:22px}.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-bigger .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn{padding:0 6px}.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn){line-height:0}.e-bigger .e-container .e-switch-ctrl-btn .e-ctrl-btn{margin:2px 0}.e-bigger .e-container.e-color-picker{width:290px}@media only screen and (max-width:600px){.e-bigger .e-container.e-color-picker{width:100%!important}.e-bigger .e-container.e-colorpicker-popup{width:calc(100% - 20px)!important}}.e-bigger .e-container .e-palette .e-tile{height:29px;width:29px}.e-bigger .e-container .e-hsv-container .e-hsv-color{height:180px}.e-bigger .e-container .e-custom-palette.e-palette-group{height:290px}.e-bigger .e-container .e-slider-preview{padding:8px 16px}.e-bigger .e-container .e-slider-preview .e-preview-container{margin-left:4.657%;vertical-align:super;width:12.408%;top:0}@media only screen and (max-width:600px){.e-bigger .e-container .e-slider-preview .e-preview-container{margin-left:4.6%!important}}.e-bigger .e-container .e-slider-preview .e-colorpicker-slider{width:82.944%}.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container{height:20px}.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle{border-radius:8px;height:16px;top:calc(50% - 8px);width:16px}.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn{width:90.6%}.e-bigger .e-container.e-color-palette .e-palette+.e-switch-ctrl-btn{padding:25px 16px 16px}.e-bigger .e-container.e-color-palette .e-clr-pal-rec-wpr{padding:0}.e-bigger .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span{display:block;font-size:16px;height:46px;padding:10px 16px;line-height:24px}.e-bigger .e-container.e-color-palette .e-clr-pal-rec-wpr .e-palette.e-recent-palette{padding:11px 10.5px 12px}.e-bigger .e-container.e-color-palette .e-clr-pal-rec-wpr .e-palette.e-recent-palette .e-tile{height:22px!important;width:22px!important;margin:0 2.5px}.e-bigger .e-container .e-input-container{width:90.7%}.e-bigger .e-container .e-input-container .e-float-input{margin-right:3.425%}.e-bigger .e-container .e-input-container .e-float-input:first-child{width:33.5%}.e-bigger .e-container .e-input-container .e-float-input:first-child input{height:auto}.e-bigger .e-container .e-input-container .e-float-input.e-numeric{height:auto;width:12.34%}.e-bigger .e-container .e-input-container .e-float-input.e-numeric input{height:auto}.e-bigger .e-container .e-css.e-value-switch-btn,.e-bigger .e-container .e-mode-switch-btn{padding:2px 3px;width:9.306%;font-size:18px;line-height:18px}.e-bigger .e-container .e-mode-switch-btn{margin-top:5px}.e-bigger .e-container.sf-colorpicker .e-input-container .e-float-input{margin-right:calc(3.425% - 2.38px)}.e-bigger .e-hide-opacity .e-container .e-slider-preview,.e-bigger.e-hide-opacity .e-container .e-slider-preview{padding:8px 16px}.e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container,.e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container{vertical-align:initial}.e-bigger .e-hide-opacity .e-container .e-float-input:first-child,.e-bigger.e-hide-opacity .e-container .e-float-input:first-child{width:36%}.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric{width:16.76%}.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric,.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric{width:21.58%}.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric{width:29.59%}.e-bigger.e-hide-valueswitcher .e-container .e-input-container,.e-bigger .e-hide-valueswitcher .e-container .e-input-container{width:100%}.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child,.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child{margin-right:0}.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric{width:13.2%}.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child,.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child{width:36%}.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric{width:17.9%}.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric,.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric{width:21.58%}.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric{width:31%}.e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container,.e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container{margin-left:0;margin-right:4.657%}.e-bigger .e-rtl .e-container .e-selected-value .e-float-input,.e-bigger.e-rtl .e-container .e-selected-value .e-float-input{margin-left:3.425%;margin-right:0}.e-bigger .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input,.e-bigger.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input{margin-left:calc(3.425% - 2.38px)}.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child,.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child{margin-left:0}.e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,.e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child{width:100%}.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip,.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip{min-width:32px}.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content,.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content{height:30px;width:30px}.e-rating-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.e-rating-container .e-rating{display:none}.e-rating-container .e-rating-item-list{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;margin:4px}.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg){outline:1px solid}.e-rating-container .e-rating-item-list:focus-visible{outline:none}.e-rating-container.e-rating-readonly{cursor:default;pointer-events:none}.e-rating-container .e-rating-item-container{cursor:pointer;font-size:20px;padding:4px;display:block;min-width:calc(1em + 8px);min-height:calc(1em + 8px);position:relative}.e-rating-container .e-rating-item-container:has(svg){line-height:13px}.e-rating-container .e-rating-item-container .e-rating-item{display:block}.e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item,.e-rating-container.e-rating-animation:not(.e-disabled,.e-rating-touch) .e-rating-item-container:hover .e-rating-item{-webkit-transition:-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0ms;transition:-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0ms;transition:transform .15s cubic-bezier(.4,0,.2,1) 0ms;transition:transform .15s cubic-bezier(.4,0,.2,1) 0ms,-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0ms;-webkit-transform:scale(1.4);transform:scale(1.4);pointer-events:none}.e-rating-container.e-disabled{cursor:default;pointer-events:none}.e-rating-container.e-rating-hidden{display:none}.e-rating-container .e-reset{cursor:pointer;margin:auto 2px 6px;font-size:16px;padding:2px}.e-rating-container .e-reset.e-disabled{cursor:default}.e-rating-container .e-reset:focus-visible{outline:1px solid;border-radius:0}.e-rating-container .e-rating-label{font-size:12px;line-height:18px}.e-rating-container .e-rating-label.e-label-right,.e-rating-container .e-rating-label.e-label-left{min-width:50px}.e-rating-container .e-rating-label.e-label-bottom,.e-rating-container .e-rating-label.e-label-top{-ms-flex-preferred-size:100%;flex-basis:100%;width:0;text-align:center}.e-rating-container .e-rating-label.e-label-right{text-align:left;margin:auto 8px}.e-rating-container .e-rating-label.e-label-left{text-align:right;margin:auto 4px}.e-rating-container .e-rating-label.e-label-top,.e-rating-container .e-rating-label.e-label-bottom{margin:4px 0}.e-rating-container.e-rtl .e-rating-label.e-label-right{text-align:right}.e-rating-container.e-rtl .e-rating-label.e-label-left{text-align:left}.e-rating-container .e-tooltip-wrap.e-rating-tooltip{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;top:-8px;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.e-rating-container .e-tooltip-wrap.e-rating-tooltip.e-show-tooltip{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-tip-content{width:-webkit-max-content;width:-moz-max-content;width:max-content}.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-arrow-tip.e-tip-bottom{left:50%;top:100%;-webkit-transform:translate(-50%,0);transform:translate(-50%)}.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-arrow-tip-inner.e-tip-bottom{top:-6px}.e-rating-tooltip .e-tip-content{text-align:center}.e-small.e-rating-container .e-rating-item-container,.e-small .e-rating-container .e-rating-item-container{font-size:16px}.e-small.e-rating-container .e-rating-item-container:has(svg),.e-small .e-rating-container .e-rating-item-container:has(svg){line-height:9px}.e-small.e-rating-container .e-rating-label,.e-small .e-rating-container .e-rating-label{font-size:10px;line-height:16px}.e-small.e-rating-container .e-reset,.e-small .e-rating-container .e-reset{font-size:12px}.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg){outline-color:#3f51b5;border-radius:0}.e-rating-container .e-reset{color:#424242}.e-rating-container .e-reset:hover{color:#212121}.e-rating-container .e-reset.e-disabled{color:#9e9e9e;opacity:1}.e-rating-container .e-rating-item-container .e-rating-icon{-webkit-text-fill-color:transparent;-webkit-text-stroke:1px #9e9e9e;background:none}.e-rating-container .e-rating-item-container.e-rating-selected .e-rating-icon,.e-rating-container .e-rating-item-container.e-rating-intermediate .e-rating-icon{background:-webkit-gradient(linear,left top,right top,from(#212121),to(transparent));background:linear-gradient(to right,#212121 var(--rating-value),transparent var(--rating-value));background-clip:text;-webkit-background-clip:text;-webkit-text-stroke:1px #212121}.e-rating-container .e-rating-item-container.e-selected-value .e-rating-icon{-webkit-text-stroke:1px #3f51b5}.e-rating-container .e-rating-item-list:hover .e-rating-item-container.e-rating-selected .e-rating-icon,.e-rating-container .e-rating-item-list:hover .e-rating-item-container.e-rating-intermediate .e-rating-icon{background:-webkit-gradient(linear,left top,right top,from(#3f51b5),to(transparent));background:linear-gradient(to right,#3f51b5 var(--rating-value),transparent var(--rating-value));background-clip:text;-webkit-background-clip:text;-webkit-text-stroke:1px #3f51b5}.e-rating-container .e-rating-item-list .e-rating-item-container.e-rating-selected:active .e-rating-icon,.e-rating-container .e-rating-item-list .e-rating-item-container.e-rating-intermediate:active .e-rating-icon{background:-webkit-gradient(linear,left top,right top,from(#7986cb),to(transparent));background:linear-gradient(to right,#7986cb var(--rating-value),transparent var(--rating-value));background-clip:text;-webkit-background-clip:text;-webkit-text-stroke:1px #7986cb}.e-rating-container.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon,.e-rating-container.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon{background:-webkit-gradient(linear,right top,left top,from(#212121),to(transparent));background:linear-gradient(to left,#212121 var(--rating-value),transparent var(--rating-value));background-clip:text;-webkit-background-clip:text}.e-rating-container.e-rtl .e-rating-item-list:hover .e-rating-item-container.e-rating-selected .e-rating-icon,.e-rating-container.e-rtl .e-rating-item-list:hover .e-rating-item-container.e-rating-intermediate .e-rating-icon{background:-webkit-gradient(linear,right top,left top,from(#3f51b5),to(transparent));background:linear-gradient(to left,#3f51b5 var(--rating-value),transparent var(--rating-value));background-clip:text;-webkit-background-clip:text}.e-rating-container.e-rtl .e-rating-item-list .e-rating-item-container.e-rating-selected:active .e-rating-icon,.e-rating-container.e-rtl .e-rating-item-list .e-rating-item-container.e-rating-intermediate:active .e-rating-icon{background:-webkit-gradient(linear,right top,left top,from(#7986cb),to(transparent));background:linear-gradient(to left,#7986cb var(--rating-value),transparent var(--rating-value));background-clip:text;-webkit-background-clip:text}.e-rating-container.e-disabled{opacity:1}.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon{-webkit-text-stroke:1px #9e9e9e}.e-rating-container.e-disabled .e-rating-item-container.e-rating-selected .e-rating-icon,.e-rating-container.e-disabled .e-rating-item-container.e-rating-intermediate .e-rating-icon{background:-webkit-gradient(linear,left top,right top,from(#9e9e9e),to(transparent));background:linear-gradient(to right,#9e9e9e var(--rating-value),transparent var(--rating-value));background-clip:text;-webkit-background-clip:text;-webkit-text-stroke:1px #9e9e9e}.e-rating-container.e-disabled.e-rtl .e-rating-item-container .e-rating-icon,.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon,.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon{background:-webkit-gradient(linear,right top,left top,from(#9e9e9e),to(transparent));background:linear-gradient(to left,#9e9e9e var(--rating-value),transparent var(--rating-value));background-clip:text;-webkit-background-clip:text}.e-bigger.e-rating-container .e-rating-item-container,.e-bigger .e-rating-container .e-rating-item-container{font-size:32px}.e-bigger.e-rating-container .e-rating-item-container:has(svg),.e-bigger .e-rating-container .e-rating-item-container:has(svg){line-height:21px}.e-bigger.e-rating-container .e-rating-label,.e-bigger .e-rating-container .e-rating-label{font-size:14px;line-height:22px}.e-bigger.e-rating-container .e-reset,.e-bigger .e-rating-container .e-reset{font-size:28px}.e-bigger.e-small.e-rating-container .e-rating-item-container,.e-bigger.e-small .e-rating-container .e-rating-item-container,.e-bigger .e-small.e-rating-container .e-rating-item-container,.e-small .e-bigger.e-rating-container .e-rating-item-container{font-size:24px}.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg){line-height:17px}.e-bigger.e-small.e-rating-container .e-rating-label,.e-bigger.e-small .e-rating-container .e-rating-label,.e-bigger .e-small.e-rating-container .e-rating-label,.e-small .e-bigger.e-rating-container .e-rating-label{font-size:12px;line-height:18px}.e-bigger.e-small.e-rating-container .e-reset,.e-bigger.e-small .e-rating-container .e-reset,.e-bigger .e-small.e-rating-container .e-reset,.e-small .e-bigger.e-rating-container .e-reset{font-size:20px}.e-data-form .e-form-label{font-size:12px;margin-bottom:4px;font-weight:400}.e-data-form .e-form-layout{display:grid}.e-data-form .e-grid-col-2{-ms-grid-columns:repeat(2,1fr);grid-template-columns:repeat(2,minmax(0,1fr))}.e-data-form .e-grid-col-3{-ms-grid-columns:repeat(3,1fr);grid-template-columns:repeat(3,minmax(0,1fr))}.e-data-form .e-grid-col-4{-ms-grid-columns:repeat(4,1fr);grid-template-columns:repeat(4,minmax(0,1fr))}.e-data-form .e-grid-col-5{-ms-grid-columns:repeat(5,1fr);grid-template-columns:repeat(5,minmax(0,1fr))}.e-data-form .e-grid-col-6{-ms-grid-columns:repeat(6,1fr);grid-template-columns:repeat(6,minmax(0,1fr))}.e-data-form .e-grid-col-7{-ms-grid-columns:repeat(7,1fr);grid-template-columns:repeat(7,minmax(0,1fr))}.e-data-form .e-grid-col-8{-ms-grid-columns:repeat(8,1fr);grid-template-columns:repeat(8,minmax(0,1fr))}.e-data-form .e-grid-col-9{-ms-grid-columns:repeat(9,1fr);grid-template-columns:repeat(9,minmax(0,1fr))}.e-data-form .e-grid-col-10{-ms-grid-columns:repeat(10,1fr);grid-template-columns:repeat(10,minmax(0,1fr))}.e-data-form .e-grid-col-11{-ms-grid-columns:repeat(11,1fr);grid-template-columns:repeat(11,minmax(0,1fr))}.e-data-form .e-grid-col-12{-ms-grid-columns:repeat(12,1fr);grid-template-columns:repeat(12,minmax(0,1fr))}.e-data-form .e-colspan-1{grid-column:span 1/span 1}.e-data-form .e-colspan-2{grid-column:span 2/span 2}.e-data-form .e-colspan-3{grid-column:span 3/span 3}.e-data-form .e-colspan-4{grid-column:span 4/span 4}.e-data-form .e-colspan-5{grid-column:span 5/span 5}.e-data-form .e-colspan-6{grid-column:span 6/span 6}.e-data-form .e-colspan-7{grid-column:span 7/span 7}.e-data-form .e-colspan-8{grid-column:span 8/span 8}.e-data-form .e-colspan-9{grid-column:span 9/span 9}.e-data-form .e-colspan-10{grid-column:span 10/span 10}.e-data-form .e-colspan-11{grid-column:span 11/span 11}.e-data-form .e-colspan-12{grid-column:span 12/span 12}.e-data-form .e-label-position-left .e-form-item-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:calc(75% - 12px)}.e-data-form .e-label-position-left .e-form-label{margin-right:12px;width:25%;text-align:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.e-data-form .e-label-position-left .validation-message{display:-webkit-box;display:-ms-flexbox;display:flex}.e-data-form .e-form-group{border:none;padding:0;margin:20px 0 0}.e-data-form .e-form-group .e-group-title{position:relative;display:inline-block;padding-bottom:8px;margin-bottom:4px;font-size:16px}.e-data-form .e-form-group .e-group-title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;border-bottom:1px solid #c4c7c5}.e-data-form .e-label-position-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:20px}.e-data-form .e-label-position-top .e-label-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.e-data-form .e-label-position-top .e-label-right .e-switch-wrapper+.e-form-label{margin-top:3px;margin-left:5px}.e-data-form .e-label-position-top .e-label-right .e-checkbox-wrapper+.e-form-label{margin-top:6px}.e-data-form .e-label-position-left{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;margin-top:20px}.e-data-form .e-button-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.e-data-form .e-button-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.e-data-form .e-button-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.e-data-form .e-button-left,.e-data-form .e-button-right,.e-data-form .e-button-center,.e-data-form .e-button-stretch{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.e-data-form .e-button-left .e-btn,.e-data-form .e-button-right .e-btn,.e-data-form .e-button-center .e-btn,.e-data-form .e-button-stretch .e-btn{border-radius:20px;padding:7px 16px}.e-data-form .e-button-stretch .e-btn{width:100%}.e-data-form>:first-child.e-form-layout{margin-top:0}.e-data-form .e-form-label,.e-data-form .e-group-title{color:#0000008a}.e-data-form .validation-message{color:#ba160a;font-size:12px;font-style:italic}.e-tooltip-wrap.e-popup.e-error-tooltip{background-color:#fde1df;border:rgb(253.2617924528,225.2924528302,223.2382075472)}.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message{color:#ba160a}.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top,.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top{border-bottom-color:#fde1df;color:#fde1df}.e-otpinput{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.e-otpinput:has(.e-otp-separator):not(:empty){gap:6px}.e-otpinput .e-otp-input-field{min-width:32px;min-height:32px;text-align:center;padding:0;font-size:14px;font-weight:400;line-height:22px;border:none}.e-otpinput .e-otp-input-fieldinput[type=password],.e-otpinput .e-otp-input-field[type=password]{font-size:18px}.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus{padding-bottom:0}.e-otpinput.e-outline .e-otp-input-field{border-radius:4px}.e-otpinput.e-underlined .e-otp-input-field{border-radius:0}.e-otpinput.e-filled .e-otp-input-field{border-radius:4px 4px 0 0;padding:0}.e-otpinput .e-otp-separator{font-size:14px;font-weight:400;line-height:22px}.e-otpinput input[type=number]::-webkit-inner-spin-button,.e-otpinput [type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.e-otpinput input[type=number]{-moz-appearance:textfield}.e-small.e-otpinput,.e-small .e-otpinput{gap:8px}.e-small.e-otpinput:has(.e-otp-separator):not(:empty),.e-small .e-otpinput:has(.e-otp-separator):not(:empty){gap:4px}.e-small.e-otpinput .e-otp-input-field,.e-small .e-otpinput .e-otp-input-field{min-width:26px;min-height:26px;font-size:12px;line-height:18px;padding:0}.e-small.e-otpinput .e-otp-input-fieldinput[type=password],.e-small.e-otpinput .e-otp-input-field[type=password],.e-small .e-otpinput .e-otp-input-fieldinput[type=password],.e-small .e-otpinput .e-otp-input-field[type=password]{font-size:18px}.e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,.e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus{padding-bottom:0}.e-small.e-otpinput .e-otp-separator,.e-small .e-otpinput .e-otp-separator{font-size:12px;line-height:18px}.e-small.e-otpinput.e-filled .e-otp-input-field,.e-small .e-otpinput.e-filled .e-otp-input-field{padding:0}.e-otpinput .e-otp-input-field{color:#000000de;background:transparent}.e-otpinput .e-otp-separator{color:#bdbdbd}.e-otpinput.e-outline .e-otp-input-field{border:1px solid #bdbdbd}.e-otpinput.e-outline .e-otp-input-field,.e-otpinput.e-underlined .e-otp-input-field,.e-otpinput.e-filled .e-otp-input-field{border-bottom:2px solid #bdbdbd}.e-otpinput.e-outline .e-otp-input-field:disabled,.e-otpinput.e-underlined .e-otp-input-field:disabled,.e-otpinput.e-filled .e-otp-input-field:disabled{border-color:#e0e0e0;color:#00000061;background:transparent}.e-otpinput.e-filled .e-otp-input-field{background:#f5f5f5}.e-otpinput.e-underlined .e-otp-input-field{background:transparent}.e-otpinput.e-error.e-outline .e-otp-input-field,.e-otpinput.e-error.e-outline .e-otp-input-field.e-otp-input-focus,.e-otpinput.e-error.e-underlined .e-otp-input-field,.e-otpinput.e-error.e-underlined .e-otp-input-field.e-otp-input-focus,.e-otpinput.e-error.e-filled .e-otp-input-field,.e-otpinput.e-error.e-filled .e-otp-input-field.e-otp-input-focus{border-color:#f44336}.e-otpinput.e-success.e-outline .e-otp-input-field,.e-otpinput.e-success.e-outline .e-otp-input-field.e-otp-input-focus,.e-otpinput.e-success.e-underlined .e-otp-input-field,.e-otpinput.e-success.e-underlined .e-otp-input-field.e-otp-input-focus,.e-otpinput.e-success.e-filled .e-otp-input-field,.e-otpinput.e-success.e-filled .e-otp-input-field.e-otp-input-focus{border-color:#4d831e}.e-otpinput.e-warning.e-outline .e-otp-input-field,.e-otpinput.e-warning.e-outline .e-otp-input-field.e-otp-input-focus,.e-otpinput.e-warning.e-underlined .e-otp-input-field,.e-otpinput.e-warning.e-underlined .e-otp-input-field.e-otp-input-focus,.e-otpinput.e-warning.e-filled .e-otp-input-field,.e-otpinput.e-warning.e-filled .e-otp-input-field.e-otp-input-focus{border-color:#c15601}.e-bigger.e-otpinput,.e-bigger .e-otpinput{gap:16px}.e-bigger.e-otpinput:has(.e-otp-separator):not(:empty),.e-bigger .e-otpinput:has(.e-otp-separator):not(:empty){gap:8px}.e-bigger.e-otpinput .e-otp-input-field,.e-bigger .e-otpinput .e-otp-input-field{min-width:40px;min-height:40px;font-size:16px;line-height:24px;padding:0}.e-bigger.e-otpinput .e-otp-input-fieldinput[type=password],.e-bigger.e-otpinput .e-otp-input-field[type=password],.e-bigger .e-otpinput .e-otp-input-fieldinput[type=password],.e-bigger .e-otpinput .e-otp-input-field[type=password]{font-size:20px}.e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,.e-bigger .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus{padding-bottom:0}.e-bigger.e-otpinput .e-otp-separator,.e-bigger .e-otpinput .e-otp-separator{font-size:16px;line-height:24px}.e-bigger.e-otpinput.e-filled .e-otp-input-field,.e-bigger .e-otpinput.e-filled .e-otp-input-field{padding:0}.e-bigger.e-small.e-otpinput,.e-bigger.e-small .e-otpinput,.e-bigger .e-small.e-otpinput,.e-small .e-bigger.e-otpinput{gap:16px}.e-bigger.e-small.e-otpinput:has(.e-otp-separator):not(:empty),.e-bigger.e-small .e-otpinput:has(.e-otp-separator):not(:empty),.e-bigger .e-small.e-otpinput:has(.e-otp-separator):not(:empty),.e-small .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty){gap:6px}.e-bigger.e-small.e-otpinput .e-otp-input-field,.e-bigger.e-small .e-otpinput .e-otp-input-field,.e-bigger .e-small.e-otpinput .e-otp-input-field,.e-small .e-bigger.e-otpinput .e-otp-input-field{min-width:36px;min-height:36px;font-size:16px;line-height:24px;padding:0}.e-bigger.e-small.e-otpinput .e-otp-input-fieldinput[type=password],.e-bigger.e-small.e-otpinput .e-otp-input-field[type=password],.e-bigger.e-small .e-otpinput .e-otp-input-fieldinput[type=password],.e-bigger.e-small .e-otpinput .e-otp-input-field[type=password],.e-bigger .e-small.e-otpinput .e-otp-input-fieldinput[type=password],.e-bigger .e-small.e-otpinput .e-otp-input-field[type=password],.e-small .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password],.e-small .e-bigger.e-otpinput .e-otp-input-field[type=password]{font-size:20px}.e-bigger.e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,.e-bigger.e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,.e-bigger .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,.e-small .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus{padding-bottom:0}.e-bigger.e-small.e-otpinput .e-otp-separator,.e-bigger.e-small .e-otpinput .e-otp-separator,.e-bigger .e-small.e-otpinput .e-otp-separator,.e-small .e-bigger.e-otpinput .e-otp-separator{font-size:16px;line-height:24px}.e-bigger.e-small.e-otpinput.e-filled .e-otp-input-field,.e-bigger.e-small .e-otpinput.e-filled .e-otp-input-field,.e-bigger .e-small.e-otpinput.e-filled .e-otp-input-field,.e-small .e-bigger.e-otpinput.e-filled .e-otp-input-field{padding:0}.e-listen-icon:before{content:""}.e-listen-stop:before{content:""}.e-speech-to-text.e-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:9999px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;min-width:40px;min-height:40px;padding:0 14px}.e-speech-to-text.e-btn.e-round{width:40px;height:40px;padding:0}.e-speech-to-text.e-btn .e-btn-icon{font-size:14px;margin-top:1px;line-height:2px;width:2em}.e-speech-to-text.e-btn:disabled{pointer-events:none}.e-speech-to-text.e-btn.e-listening-state{-webkit-animation:listening 1.2s infinite;animation:listening 1.2s infinite}.e-speech-to-text.e-round .e-btn-icon{font-size:16px;margin-top:1px}@-webkit-keyframes listening{0%{opacity:1}to{opacity:1}50%{opacity:.5}}@keyframes listening{0%{opacity:1}to{opacity:1}50%{opacity:.5}}.e-speech-to-text{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.e-speech-to-text:hover:not(:focus),.e-speech-to-text:active,.e-speech-to-text.e-active,.e-speech-to-text:disabled{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.e-speech-to-text:focus{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.e-speech-to-text.e-flat{-webkit-box-shadow:none;box-shadow:none}.e-bigger .e-speech-to-text.e-btn,.e-bigger.e-speech-to-text.e-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:9999px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:16px;min-width:52px;min-height:52px;padding:0 20px}.e-bigger .e-speech-to-text.e-btn.e-round,.e-bigger.e-speech-to-text.e-btn.e-round{width:52px;height:52px;padding:0}.e-bigger .e-speech-to-text.e-btn .e-btn-icon,.e-bigger.e-speech-to-text.e-btn .e-btn-icon{font-size:16px;line-height:1px;width:2em;margin-top:-1px}.e-bigger .e-speech-to-text.e-round .e-btn-icon,.e-bigger.e-speech-to-text.e-round .e-btn-icon{font-size:22px;margin-top:1px}.smart-textarea-suggestion-overlay{display:none;position:absolute;padding:.25rem .75rem;border-radius:.3rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:.5rem}.smart-textarea-suggestion-overlay.smart-textarea-suggestion-overlay-visible{display:block}.smart-textarea-caret{position:absolute;width:.8px;display:none;-webkit-animation:caret-blink 1.025s step-end infinite;animation:caret-blink 1.025s step-end infinite}@-webkit-keyframes caret-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes caret-blink{0%,to{opacity:1}50%{opacity:0}}.smart-textarea-suggestion-overlay{background-color:#fff;color:#000;-webkit-box-shadow:0 1.25px 4px 0 rgba(0,0,0,.4);box-shadow:0 1.25px 4px #0006}[data-suggestion-visible]::-moz-selection{color:#999!important;background:none!important}[data-suggestion-visible]::selection{color:#999!important;background:none!important}.smart-textarea-caret{background:red}.e-btn,.e-css.e-btn{-webkit-font-smoothing:antialiased;border:1px solid;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:14px;font-weight:500;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1.143em;outline:none;padding:6px 12px 4px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.e-btn:disabled,.e-css.e-btn:disabled{cursor:default}.e-btn:hover,.e-btn:focus,.e-css.e-btn:hover,.e-css.e-btn:focus{text-decoration:none}.e-btn::-moz-focus-inner,.e-css.e-btn::-moz-focus-inner{border:0;padding:0}.e-btn .e-btn-icon,.e-css.e-btn .e-btn-icon{display:inline-block;font-size:12px;margin-top:-2px;vertical-align:middle;width:1em}.e-btn .e-btn-icon.e-icon-left,.e-css.e-btn .e-btn-icon.e-icon-left{margin-left:-.6667em;width:2.25em}.e-btn .e-btn-icon.e-icon-right,.e-css.e-btn .e-btn-icon.e-icon-right{width:2.25em;margin-right:-.6667em}.e-btn .e-btn-icon.e-icon-top,.e-css.e-btn .e-btn-icon.e-icon-top{padding-bottom:6px;display:block;margin-top:0;width:auto}.e-btn .e-btn-icon.e-icon-bottom,.e-css.e-btn .e-btn-icon.e-icon-bottom{padding-top:6px;display:block;margin-top:0;width:auto}.e-btn.e-icon-btn,.e-css.e-btn.e-icon-btn{padding:6px 7px 4px}.e-btn.e-top-icon-btn,.e-btn.e-bottom-icon-btn,.e-css.e-btn.e-top-icon-btn,.e-css.e-btn.e-bottom-icon-btn{line-height:1;padding:12px}.e-btn.e-round,.e-css.e-btn.e-round{border-radius:50%;height:3em;line-height:1;padding:0;width:3em}.e-btn.e-round .e-btn-icon,.e-css.e-btn.e-round .e-btn-icon{font-size:14px;line-height:2.8572em;margin-top:0;width:auto}.e-btn.e-rtl .e-icon-right,.e-css.e-btn.e-rtl .e-icon-right{margin-left:-.6667em;margin-right:0}.e-btn.e-rtl .e-icon-left,.e-css.e-btn.e-rtl .e-icon-left{margin-left:0;margin-right:-.6667em}.e-btn.e-flat,.e-css.e-btn.e-flat{border:1px solid}.e-btn.e-small,.e-css.e-btn.e-small{font-size:12px;line-height:1.5834em;padding:2px 12px 1px}.e-btn.e-small .e-btn-icon,.e-css.e-btn.e-small .e-btn-icon{font-size:11px;width:1.091em}.e-btn.e-small .e-btn-icon.e-icon-left,.e-css.e-btn.e-small .e-btn-icon.e-icon-left{margin-left:-.7273em;width:2.182em}.e-btn.e-small .e-btn-icon.e-icon-right,.e-css.e-btn.e-small .e-btn-icon.e-icon-right{margin-right:-.7273em;width:2.182em}.e-btn.e-small .e-btn-icon.e-icon-top,.e-css.e-btn.e-small .e-btn-icon.e-icon-top{padding-bottom:6px;width:auto}.e-btn.e-small .e-btn-icon.e-icon-bottom,.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom{padding-top:6px;width:auto}.e-btn.e-small.e-icon-btn,.e-css.e-btn.e-small.e-icon-btn{padding:2px 5px 1px}.e-btn.e-small.e-top-icon-btn,.e-btn.e-small.e-bottom-icon-btn,.e-css.e-btn.e-small.e-top-icon-btn,.e-css.e-btn.e-small.e-bottom-icon-btn{line-height:1;padding:12px}.e-btn.e-small.e-round,.e-css.e-btn.e-small.e-round{height:2.5em;line-height:1;padding:0;width:2.5em}.e-btn.e-small.e-round .e-btn-icon,.e-css.e-btn.e-small.e-round .e-btn-icon{font-size:12px;line-height:2.3334em;width:auto}.e-btn.e-small.e-rtl .e-icon-right,.e-css.e-btn.e-small.e-rtl .e-icon-right{margin-left:-.7273em;margin-right:0}.e-btn.e-small.e-rtl .e-icon-left,.e-css.e-btn.e-small.e-rtl .e-icon-left{margin-left:0;margin-right:-.7273em}.e-btn.e-block,.e-css.e-btn.e-block{display:block;width:100%}.e-small .e-btn,.e-small.e-btn,.e-small .e-css.e-btn,.e-small.e-css.e-btn{font-size:12px;line-height:1.5834em;padding:2px 12px 1px}.e-small .e-btn .e-btn-icon,.e-small.e-btn .e-btn-icon,.e-small .e-css.e-btn .e-btn-icon,.e-small.e-css.e-btn .e-btn-icon{font-size:11px;width:1.091em}.e-small .e-btn .e-btn-icon.e-icon-left,.e-small.e-btn .e-btn-icon.e-icon-left,.e-small .e-css.e-btn .e-btn-icon.e-icon-left,.e-small.e-css.e-btn .e-btn-icon.e-icon-left{margin-left:-.7273em;width:2.182em}.e-small .e-btn .e-btn-icon.e-icon-right,.e-small.e-btn .e-btn-icon.e-icon-right,.e-small .e-css.e-btn .e-btn-icon.e-icon-right,.e-small.e-css.e-btn .e-btn-icon.e-icon-right{margin-right:-.7273em;width:2.182em}.e-small .e-btn .e-btn-icon.e-icon-top,.e-small.e-btn .e-btn-icon.e-icon-top,.e-small .e-css.e-btn .e-btn-icon.e-icon-top,.e-small.e-css.e-btn .e-btn-icon.e-icon-top{padding-bottom:6px;width:auto}.e-small .e-btn .e-btn-icon.e-icon-bottom,.e-small.e-btn .e-btn-icon.e-icon-bottom,.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom,.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom{padding-top:6px;width:auto}.e-small .e-btn.e-icon-btn,.e-small.e-btn.e-icon-btn,.e-small .e-css.e-btn.e-icon-btn,.e-small.e-css.e-btn.e-icon-btn{padding:2px 5px 1px}.e-small .e-btn.e-top-icon-btn,.e-small .e-btn.e-bottom-icon-btn,.e-small.e-btn.e-top-icon-btn,.e-small.e-btn.e-bottom-icon-btn,.e-small .e-css.e-btn.e-top-icon-btn,.e-small .e-css.e-btn.e-bottom-icon-btn,.e-small.e-css.e-btn.e-top-icon-btn,.e-small.e-css.e-btn.e-bottom-icon-btn{line-height:1;padding:12px}.e-small .e-btn.e-round,.e-small.e-btn.e-round,.e-small .e-css.e-btn.e-round,.e-small.e-css.e-btn.e-round{height:2.5em;line-height:1;padding:0;width:2.5em;border-radius:50%}.e-small .e-btn.e-round .e-btn-icon,.e-small.e-btn.e-round .e-btn-icon,.e-small .e-css.e-btn.e-round .e-btn-icon,.e-small.e-css.e-btn.e-round .e-btn-icon{font-size:12px;line-height:2.3334em;width:auto}.e-small .e-btn.e-rtl .e-icon-right,.e-small.e-btn.e-rtl .e-icon-right,.e-small .e-css.e-btn.e-rtl .e-icon-right,.e-small.e-css.e-btn.e-rtl .e-icon-right{margin-left:-.7273em;margin-right:0}.e-small .e-btn.e-rtl .e-icon-left,.e-small.e-btn.e-rtl .e-icon-left,.e-small .e-css.e-btn.e-rtl .e-icon-left,.e-small.e-css.e-btn.e-rtl .e-icon-left{margin-left:0;margin-right:-.7273em}.e-btn,.e-css.e-btn{-webkit-tap-highlight-color:transparent;background:#fafafa;border-color:transparent;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;color:#000000de;-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1)}.e-btn:hover,.e-css.e-btn:hover{background:#e2e2e2fb;border-color:transparent;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;color:#000000de}.e-btn:focus,.e-css.e-btn:focus{background:#0000002e;border-color:transparent;color:#000000de;outline:#fafafa 0 solid;outline-offset:0;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.e-btn:active,.e-css.e-btn:active{background:#b8b8b8f4;border-color:transparent;color:#000000de;outline:#fafafa 0 solid;outline-offset:0}.e-btn.e-active,.e-css.e-btn.e-active{background:#b8b8b8f4;border-color:transparent;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;color:#000000de}.e-btn:disabled,.e-btn.e-disabled,.e-css.e-btn:disabled,.e-css.e-btn.e-disabled{background:#0000001f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn .e-ripple-element,.e-css.e-btn .e-ripple-element{background:#0000003d}.e-btn.e-round,.e-btn.e-round-edge,.e-css.e-btn.e-round,.e-css.e-btn.e-round-edge{background:#fafafa;border-color:transparent;color:#000000de}.e-btn.e-round:hover,.e-btn.e-round-edge:hover,.e-css.e-btn.e-round:hover,.e-css.e-btn.e-round-edge:hover{background:#0000001f;border-color:#0000001f;color:#000000de}.e-btn.e-round:focus,.e-btn.e-round-edge:focus,.e-css.e-btn.e-round:focus,.e-css.e-btn.e-round-edge:focus{background:#0000002e;border-color:transparent;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;color:#000000de;outline:#fafafa 0 solid;outline-offset:0}.e-btn.e-round:active,.e-btn.e-round-edge:active,.e-css.e-btn.e-round:active,.e-css.e-btn.e-round-edge:active{background:#b8b8b8f4;border-color:transparent;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;color:#000000de;outline:#fafafa 0 solid;outline-offset:0}.e-btn.e-round:disabled,.e-btn.e-round.e-disabled,.e-btn.e-round-edge:disabled,.e-btn.e-round-edge.e-disabled,.e-css.e-btn.e-round:disabled,.e-css.e-btn.e-round.e-disabled,.e-css.e-btn.e-round-edge:disabled,.e-css.e-btn.e-round-edge.e-disabled{background:#0000001f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-round.e-primary:hover,.e-btn.e-round-edge.e-primary:hover,.e-css.e-btn.e-round.e-primary:hover,.e-css.e-btn.e-round-edge.e-primary:hover{border-color:#e3165b}.e-btn.e-round.e-primary:focus,.e-btn.e-round-edge.e-primary:focus,.e-css.e-btn.e-round.e-primary:focus,.e-css.e-btn.e-round-edge.e-primary:focus{outline:#fafafa 0 solid}.e-btn.e-round.e-success:hover,.e-btn.e-round-edge.e-success:hover,.e-css.e-btn.e-round.e-success:hover,.e-css.e-btn.e-round-edge.e-success:hover{border-color:#4d841d}.e-btn.e-round.e-success:focus,.e-btn.e-round-edge.e-success:focus,.e-css.e-btn.e-round.e-success:focus,.e-css.e-btn.e-round-edge.e-success:focus{outline:#fafafa 0 solid}.e-btn.e-round.e-info:hover,.e-btn.e-round-edge.e-info:hover,.e-css.e-btn.e-round.e-info:hover,.e-css.e-btn.e-round-edge.e-info:hover{border-color:#0378d5}.e-btn.e-round.e-info:focus,.e-btn.e-round-edge.e-info:focus,.e-css.e-btn.e-round.e-info:focus,.e-css.e-btn.e-round-edge.e-info:focus{outline:#fafafa 0 solid}.e-btn.e-round.e-warning:hover,.e-btn.e-round-edge.e-warning:hover,.e-css.e-btn.e-round.e-warning:hover,.e-css.e-btn.e-round-edge.e-warning:hover{border-color:#c15700}.e-btn.e-round.e-warning:focus,.e-btn.e-round-edge.e-warning:focus,.e-css.e-btn.e-round.e-warning:focus,.e-css.e-btn.e-round-edge.e-warning:focus{outline:#fafafa 0 solid}.e-btn.e-round.e-danger:hover,.e-btn.e-round-edge.e-danger:hover,.e-css.e-btn.e-round.e-danger:hover,.e-css.e-btn.e-round-edge.e-danger:hover{border-color:#d64113}.e-btn.e-round.e-danger:focus,.e-btn.e-round-edge.e-danger:focus,.e-css.e-btn.e-round.e-danger:focus,.e-css.e-btn.e-round-edge.e-danger:focus{outline:#fafafa 0 solid}.e-btn.e-primary,.e-css.e-btn.e-primary{background:#e3165b;border-color:transparent;color:#fff}.e-btn.e-primary:hover,.e-css.e-btn.e-primary:hover{background:#e6326f;border-color:transparent;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;color:#fff}.e-btn.e-primary:focus,.e-css.e-btn.e-primary:focus{background:#ea4e82;border-color:transparent;color:#fff;outline:#fafafa 0 solid;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.e-btn.e-primary:active,.e-css.e-btn.e-primary:active{background:#ec618f;border-color:transparent;color:#fff;outline:#fafafa 0 solid;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn.e-primary.e-active,.e-css.e-btn.e-primary.e-active{background:#ec618f;border-color:transparent;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;color:#fff}.e-btn.e-primary:disabled,.e-btn.e-primary.e-disabled,.e-css.e-btn.e-primary:disabled,.e-css.e-btn.e-primary.e-disabled{background:#0000001f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-primary .e-ripple-element,.e-css.e-btn.e-primary .e-ripple-element{background:#ffffff3d}.e-btn.e-success,.e-css.e-btn.e-success{background:#4d841d;border-color:transparent;color:#fff}.e-btn.e-success:hover,.e-css.e-btn.e-success:hover{background:#629338;border-color:transparent;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;color:#fff}.e-btn.e-success:focus,.e-css.e-btn.e-success:focus{background:#78a253;border-color:transparent;color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.e-btn.e-success:active,.e-btn.e-success.e-active,.e-css.e-btn.e-success:active,.e-css.e-btn.e-success.e-active{background:#86ab65;border-color:transparent;color:#fff;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn.e-success:disabled,.e-btn.e-success.e-disabled,.e-css.e-btn.e-success:disabled,.e-css.e-btn.e-success.e-disabled{background:#0000001f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-success .e-ripple-element,.e-css.e-btn.e-success .e-ripple-element{background:#ffffff3d}.e-btn.e-info,.e-css.e-btn.e-info{background:#0378d5;border-color:transparent;color:#fff}.e-btn.e-info:hover,.e-css.e-btn.e-info:hover{background:#2188da;border-color:transparent;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;color:#fff}.e-btn.e-info:focus,.e-css.e-btn.e-info:focus{background:#3f98df;border-color:transparent;color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.e-btn.e-info:active,.e-btn.e-info.e-active,.e-css.e-btn.e-info:active,.e-css.e-btn.e-info.e-active{background:#54a3e2;color:#fff;border-color:transparent;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn.e-info:disabled,.e-btn.e-info.e-disabled,.e-css.e-btn.e-info:disabled,.e-css.e-btn.e-info.e-disabled{background:#0000001f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-info .e-ripple-element,.e-css.e-btn.e-info .e-ripple-element{background:#ffffff3d}.e-btn.e-warning,.e-css.e-btn.e-warning{background:#c15700;border-color:transparent;color:#fff}.e-btn.e-warning:hover,.e-css.e-btn.e-warning:hover{background:#c86b1f;border-color:transparent;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;color:#fff}.e-btn.e-warning:focus,.e-css.e-btn.e-warning:focus{background:#d07f3d;border-color:transparent;color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.e-btn.e-warning:active,.e-btn.e-warning.e-active,.e-css.e-btn.e-warning:active,.e-css.e-btn.e-warning.e-active{background:#d58d52;border-color:transparent;color:#fff;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn.e-warning:disabled,.e-btn.e-warning.e-disabled,.e-css.e-btn.e-warning:disabled,.e-css.e-btn.e-warning.e-disabled{background:#0000001f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-warning .e-ripple-element,.e-css.e-btn.e-warning .e-ripple-element{background:#ffffff3d}.e-btn.e-danger,.e-css.e-btn.e-danger{background:#d64113;border-color:transparent;color:#fff}.e-btn.e-danger:hover,.e-css.e-btn.e-danger:hover{background:#db582f;border-color:transparent;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;color:#fff}.e-btn.e-danger:focus,.e-css.e-btn.e-danger:focus{background:#e06f4c;border-color:transparent;color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.e-btn.e-danger:active,.e-css.e-btn.e-danger:active{background:#e37e5f;border-color:transparent;color:#fff;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn.e-danger.e-active,.e-css.e-btn.e-danger.e-active{background:#e37e5f;border-color:transparent;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;color:#fff}.e-btn.e-danger:disabled,.e-btn.e-danger.e-disabled,.e-css.e-btn.e-danger:disabled,.e-css.e-btn.e-danger.e-disabled{background:#0000001f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-danger .e-ripple-element,.e-css.e-btn.e-danger .e-ripple-element{background:#ffffff3d}.e-btn.e-flat,.e-css.e-btn.e-flat{background:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#000000de}.e-btn.e-flat:hover,.e-css.e-btn.e-flat:hover{background:#00000009;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#000000de}.e-btn.e-flat:focus,.e-css.e-btn.e-flat:focus{background:#0000001b;border-color:transparent;color:#000000de;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat:active,.e-btn.e-flat.e-active,.e-css.e-btn.e-flat:active,.e-css.e-btn.e-flat.e-active{background:#00000035;border-color:transparent;color:#000000de;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat:disabled,.e-btn.e-flat.e-disabled,.e-css.e-btn.e-flat:disabled,.e-css.e-btn.e-flat.e-disabled{background:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-flat .e-ripple-element,.e-css.e-btn.e-flat .e-ripple-element{background:#0000001f}.e-btn.e-flat.e-primary,.e-css.e-btn.e-flat.e-primary{background:transparent;border-color:transparent;color:#e3165b}.e-btn.e-flat.e-primary:hover,.e-css.e-btn.e-flat.e-primary:hover{background:#e3165b0a;border-color:transparent;color:#e3165b}.e-btn.e-flat.e-primary:focus,.e-css.e-btn.e-flat.e-primary:focus{background:#e3165b1f;border-color:transparent;color:#e3165b}.e-btn.e-flat.e-primary:active,.e-btn.e-flat.e-primary.e-active,.e-css.e-btn.e-flat.e-primary:active,.e-css.e-btn.e-flat.e-primary.e-active{background:#e3165b3d;border-color:transparent;color:#e3165b}.e-btn.e-flat.e-primary:disabled,.e-btn.e-flat.e-primary.e-disabled,.e-css.e-btn.e-flat.e-primary:disabled,.e-css.e-btn.e-flat.e-primary.e-disabled{background:#0000001f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-flat.e-primary .e-ripple-element,.e-css.e-btn.e-flat.e-primary .e-ripple-element{background:#e3165b1f}.e-btn.e-flat.e-success,.e-css.e-btn.e-flat.e-success{background:transparent;border-color:transparent;color:#4d841d}.e-btn.e-flat.e-success:hover,.e-css.e-btn.e-flat.e-success:hover{background:#4d841d0a;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#4d841d}.e-btn.e-flat.e-success:focus,.e-css.e-btn.e-flat.e-success:focus{background:#4d841d1f;border-color:transparent;color:#4d841d;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat.e-success:active,.e-btn.e-flat.e-success.e-active,.e-css.e-btn.e-flat.e-success:active,.e-css.e-btn.e-flat.e-success.e-active{background:#4d841d3d;border-color:transparent;color:#4d841d;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat.e-success:disabled,.e-btn.e-flat.e-success.e-disabled,.e-css.e-btn.e-flat.e-success:disabled,.e-css.e-btn.e-flat.e-success.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-btn.e-flat.e-success .e-ripple-element,.e-css.e-btn.e-flat.e-success .e-ripple-element{background:#4d841d1f}.e-btn.e-flat.e-info,.e-css.e-btn.e-flat.e-info{background:transparent;border-color:transparent;color:#0378d5}.e-btn.e-flat.e-info:hover,.e-css.e-btn.e-flat.e-info:hover{background:#0378d50a;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#0378d5}.e-btn.e-flat.e-info:focus,.e-css.e-btn.e-flat.e-info:focus{background:#0378d51f;border-color:transparent;color:#0378d5;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat.e-info:active,.e-btn.e-flat.e-info.e-active,.e-css.e-btn.e-flat.e-info:active,.e-css.e-btn.e-flat.e-info.e-active{background:#0378d53d;border-color:transparent;color:#0378d5;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat.e-info:disabled,.e-btn.e-flat.e-info.e-disabled,.e-css.e-btn.e-flat.e-info:disabled,.e-css.e-btn.e-flat.e-info.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-btn.e-flat.e-info .e-ripple-element,.e-css.e-btn.e-flat.e-info .e-ripple-element{background:#0378d51f}.e-btn.e-flat.e-warning,.e-css.e-btn.e-flat.e-warning{background:transparent;border-color:transparent;color:#c15700}.e-btn.e-flat.e-warning:hover,.e-css.e-btn.e-flat.e-warning:hover{background:#c157000a;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#c15700}.e-btn.e-flat.e-warning:focus,.e-css.e-btn.e-flat.e-warning:focus{background:#c157001f;border-color:transparent;color:#c15700;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat.e-warning:active,.e-btn.e-flat.e-warning.e-active,.e-css.e-btn.e-flat.e-warning:active,.e-css.e-btn.e-flat.e-warning.e-active{background:#c157003d;border-color:transparent;color:#c15700;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat.e-warning:disabled,.e-btn.e-flat.e-warning.e-disabled,.e-css.e-btn.e-flat.e-warning:disabled,.e-css.e-btn.e-flat.e-warning.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-btn.e-flat.e-warning .e-ripple-element,.e-css.e-btn.e-flat.e-warning .e-ripple-element{background:#c157001f}.e-btn.e-flat.e-danger,.e-css.e-btn.e-flat.e-danger{background:transparent;border-color:transparent;color:#d64113}.e-btn.e-flat.e-danger:hover,.e-css.e-btn.e-flat.e-danger:hover{background:#d641130a;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#d64113}.e-btn.e-flat.e-danger:focus,.e-css.e-btn.e-flat.e-danger:focus{background:#d641131f;border-color:transparent;color:#d64113;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat.e-danger:active,.e-btn.e-flat.e-danger.e-active,.e-css.e-btn.e-flat.e-danger:active,.e-css.e-btn.e-flat.e-danger.e-active{background:#d641133d;border-color:transparent;color:#d64113;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-flat.e-danger:disabled,.e-btn.e-flat.e-danger.e-disabled,.e-css.e-btn.e-flat.e-danger:disabled,.e-css.e-btn.e-flat.e-danger.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-btn.e-flat.e-danger .e-ripple-element,.e-css.e-btn.e-flat.e-danger .e-ripple-element{background:#d641131f}.e-btn.e-outline,.e-css.e-btn.e-outline{background:transparent;border-color:#adadad;-webkit-box-shadow:none;box-shadow:none;color:#000000de}.e-btn.e-outline:hover,.e-css.e-btn.e-outline:hover{background:#0000001f;border-color:#adadad;-webkit-box-shadow:none;box-shadow:none;color:#000000de}.e-btn.e-outline:active,.e-btn.e-outline.e-active,.e-css.e-btn.e-outline:active,.e-css.e-btn.e-outline.e-active{background:#00000052;border-color:#adadad;-webkit-box-shadow:none;box-shadow:none;color:#000000de}.e-btn.e-outline:disabled,.e-btn.e-outline.e-disabled,.e-css.e-btn.e-outline:disabled,.e-css.e-btn.e-outline.e-disabled{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-outline.e-primary,.e-css.e-btn.e-outline.e-primary{background:transparent;border-color:#e3165b;color:#e3165b}.e-btn.e-outline.e-primary:hover,.e-css.e-btn.e-outline.e-primary:hover{background:#e6326f;border-color:transparent;color:#fff}.e-btn.e-outline.e-primary:active,.e-btn.e-outline.e-primary.e-active,.e-css.e-btn.e-outline.e-primary:active,.e-css.e-btn.e-outline.e-primary.e-active{background:#ec618f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn.e-outline.e-primary:disabled,.e-btn.e-outline.e-primary.e-disabled,.e-css.e-btn.e-outline.e-primary:disabled,.e-css.e-btn.e-outline.e-primary.e-disabled{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-outline.e-success,.e-css.e-btn.e-outline.e-success{background:transparent;border-color:#4d841d;color:#4d841d}.e-btn.e-outline.e-success:hover,.e-css.e-btn.e-outline.e-success:hover{background:#629338;border-color:transparent;color:#fff}.e-btn.e-outline.e-success:active,.e-btn.e-outline.e-success.e-active,.e-css.e-btn.e-outline.e-success:active,.e-css.e-btn.e-outline.e-success.e-active{background:#86ab65;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn.e-outline.e-success:disabled,.e-btn.e-outline.e-success.e-disabled,.e-css.e-btn.e-outline.e-success:disabled,.e-css.e-btn.e-outline.e-success.e-disabled{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-outline.e-info,.e-css.e-btn.e-outline.e-info{background:transparent;border-color:#0378d5;color:#0378d5}.e-btn.e-outline.e-info:hover,.e-css.e-btn.e-outline.e-info:hover{background:#2188da;border-color:transparent;color:#fff}.e-btn.e-outline.e-info:active,.e-btn.e-outline.e-info.e-active,.e-css.e-btn.e-outline.e-info:active,.e-css.e-btn.e-outline.e-info.e-active{background:#54a3e2;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn.e-outline.e-info:disabled,.e-btn.e-outline.e-info.e-disabled,.e-css.e-btn.e-outline.e-info:disabled,.e-css.e-btn.e-outline.e-info.e-disabled{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-outline.e-warning,.e-css.e-btn.e-outline.e-warning{background:transparent;border-color:#c15700;color:#c15700}.e-btn.e-outline.e-warning:hover,.e-css.e-btn.e-outline.e-warning:hover{background:#c86b1f;border-color:transparent;color:#fff}.e-btn.e-outline.e-warning:active,.e-btn.e-outline.e-warning.e-active,.e-css.e-btn.e-outline.e-warning:active,.e-css.e-btn.e-outline.e-warning.e-active{background:#d58d52;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn.e-outline.e-warning:disabled,.e-btn.e-outline.e-warning.e-disabled,.e-css.e-btn.e-outline.e-warning:disabled,.e-css.e-btn.e-outline.e-warning.e-disabled{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-outline.e-danger,.e-css.e-btn.e-outline.e-danger{background:transparent;border-color:#d64113;color:#d64113}.e-btn.e-outline.e-danger:hover,.e-css.e-btn.e-outline.e-danger:hover{background:#db582f;border-color:transparent;color:#fff}.e-btn.e-outline.e-danger:active,.e-btn.e-outline.e-danger.e-active,.e-css.e-btn.e-outline.e-danger:active,.e-css.e-btn.e-outline.e-danger.e-active{background:#e37e5f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn.e-outline.e-danger:disabled,.e-btn.e-outline.e-danger.e-disabled,.e-css.e-btn.e-outline.e-danger:disabled,.e-css.e-btn.e-outline.e-danger.e-disabled{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042}.e-btn.e-link,.e-css.e-btn.e-link{background:transparent;border-color:transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#0d47a1}.e-btn.e-link:hover,.e-css.e-btn.e-link:hover{border-radius:0;color:#0a3576;text-decoration:underline}.e-btn.e-link:focus,.e-css.e-btn.e-link:focus{border-radius:0;text-decoration:underline;color:#0a3576}.e-btn.e-link:focus:not(:focus-visible),.e-css.e-btn.e-link:focus:not(:focus-visible){outline:none!important}.e-btn.e-link:disabled,.e-css.e-btn.e-link:disabled{color:#00000042;background:transparent;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.e-btn.e-inherit,.e-css.e-btn.e-inherit{color:inherit;background:inherit;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.e-btn.e-inherit:hover,.e-btn.e-inherit:focus,.e-btn.e-inherit:active,.e-btn.e-inherit.e-active,.e-css.e-btn.e-inherit:hover,.e-css.e-btn.e-inherit:focus,.e-css.e-btn.e-inherit:active,.e-css.e-btn.e-inherit.e-active{background:#0000000e;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:inherit;outline:none}.e-btn.e-inherit:disabled,.e-css.e-btn.e-inherit:disabled{background:inherit;color:inherit;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;opacity:.5}.e-bigger.e-small .e-btn,.e-bigger .e-small.e-btn,.e-bigger.e-small .e-css.e-btn,.e-bigger .e-small.e-css.e-btn{font-size:14px;line-height:2em;padding:3px 16px 1px}.e-bigger.e-small .e-btn .e-btn-icon,.e-bigger .e-small.e-btn .e-btn-icon,.e-bigger.e-small .e-css.e-btn .e-btn-icon,.e-bigger .e-small.e-css.e-btn .e-btn-icon{font-size:12px;width:1em}.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left,.e-bigger .e-small.e-btn .e-btn-icon.e-icon-left,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left,.e-bigger .e-small.e-css.e-btn .e-btn-icon.e-icon-left{margin-left:-1em;width:2.6667em}.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right,.e-bigger .e-small.e-btn .e-btn-icon.e-icon-right,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right,.e-bigger .e-small.e-css.e-btn .e-btn-icon.e-icon-right{margin-right:-1em;width:2.6667em}.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top,.e-bigger .e-small.e-btn .e-btn-icon.e-icon-top,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top,.e-bigger .e-small.e-css.e-btn .e-btn-icon.e-icon-top{padding-bottom:6px;width:auto}.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom,.e-bigger .e-small.e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom,.e-bigger .e-small.e-css.e-btn .e-btn-icon.e-icon-bottom{padding-top:6px;width:auto}.e-bigger.e-small .e-btn.e-icon-btn,.e-bigger .e-small.e-btn.e-icon-btn,.e-bigger.e-small .e-css.e-btn.e-icon-btn,.e-bigger .e-small.e-css.e-btn.e-icon-btn{padding:3px 10px 1px}.e-bigger.e-small .e-btn.e-top-icon-btn,.e-bigger.e-small .e-btn.e-bottom-icon-btn,.e-bigger .e-small.e-btn.e-top-icon-btn,.e-bigger .e-small.e-btn.e-bottom-icon-btn,.e-bigger.e-small .e-css.e-btn.e-top-icon-btn,.e-bigger.e-small .e-css.e-btn.e-bottom-icon-btn,.e-bigger .e-small.e-css.e-btn.e-top-icon-btn,.e-bigger .e-small.e-css.e-btn.e-bottom-icon-btn{line-height:1;padding:16px}.e-bigger.e-small .e-btn.e-round,.e-bigger .e-small.e-btn.e-round,.e-bigger.e-small .e-css.e-btn.e-round,.e-bigger .e-small.e-css.e-btn.e-round{height:2.8572em;line-height:1;padding:0;width:2.8572em}.e-bigger.e-small .e-btn.e-round .e-btn-icon,.e-bigger .e-small.e-btn.e-round .e-btn-icon,.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon,.e-bigger .e-small.e-css.e-btn.e-round .e-btn-icon{font-size:14px;line-height:2.7143em;width:auto}.e-bigger.e-small .e-btn.e-rtl .e-icon-right,.e-bigger .e-small.e-btn.e-rtl .e-icon-right,.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-right,.e-bigger .e-small.e-css.e-btn.e-rtl .e-icon-right{margin-left:-1em;margin-right:0}.e-bigger.e-small .e-btn.e-rtl .e-icon-left,.e-bigger .e-small.e-btn.e-rtl .e-icon-left,.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-left,.e-bigger .e-small.e-css.e-btn.e-rtl .e-icon-left{margin-left:0;margin-right:-1em}.e-bigger .e-btn,.e-bigger.e-btn,.e-bigger .e-css.e-btn,.e-bigger.e-css.e-btn{font-size:14px;line-height:2em;padding:4px 16px 2px}.e-bigger .e-btn .e-btn-icon,.e-bigger.e-btn .e-btn-icon,.e-bigger .e-css.e-btn .e-btn-icon,.e-bigger.e-css.e-btn .e-btn-icon{font-size:12px;width:1em}.e-bigger .e-btn .e-btn-icon.e-icon-left,.e-bigger.e-btn .e-btn-icon.e-icon-left,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left{margin-left:-1em;width:3em}.e-bigger .e-btn .e-btn-icon.e-icon-right,.e-bigger.e-btn .e-btn-icon.e-icon-right,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right{margin-right:-1em;width:3em}.e-bigger .e-btn .e-btn-icon.e-icon-top,.e-bigger.e-btn .e-btn-icon.e-icon-top,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top{padding-bottom:8px;width:auto}.e-bigger .e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-btn .e-btn-icon.e-icon-bottom,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom{padding-top:8px;width:auto}.e-bigger .e-btn.e-top-icon-btn,.e-bigger .e-btn.e-bottom-icon-btn,.e-bigger.e-btn.e-top-icon-btn,.e-bigger.e-btn.e-bottom-icon-btn,.e-bigger .e-css.e-btn.e-top-icon-btn,.e-bigger .e-css.e-btn.e-bottom-icon-btn,.e-bigger.e-css.e-btn.e-top-icon-btn,.e-bigger.e-css.e-btn.e-bottom-icon-btn{line-height:1;padding:16px}.e-bigger .e-btn.e-round,.e-bigger.e-btn.e-round,.e-bigger .e-css.e-btn.e-round,.e-bigger.e-css.e-btn.e-round{height:3.7143em;line-height:1;padding:0;width:3.7143em}.e-bigger .e-btn.e-round .e-btn-icon,.e-bigger.e-btn.e-round .e-btn-icon,.e-bigger .e-css.e-btn.e-round .e-btn-icon,.e-bigger.e-css.e-btn.e-round .e-btn-icon{font-size:16px;line-height:3.125em;width:auto}.e-bigger .e-btn.e-rtl .e-icon-right,.e-bigger.e-btn.e-rtl .e-icon-right,.e-bigger .e-css.e-btn.e-rtl .e-icon-right,.e-bigger.e-css.e-btn.e-rtl .e-icon-right{margin-left:-1em;margin-right:0}.e-bigger .e-btn.e-rtl .e-icon-left,.e-bigger.e-btn.e-rtl .e-icon-left,.e-bigger .e-css.e-btn.e-rtl .e-icon-left,.e-bigger.e-css.e-btn.e-rtl .e-icon-left{margin-left:0;margin-right:-1em}.e-bigger .e-btn.e-small,.e-bigger.e-btn.e-small,.e-bigger .e-css.e-btn.e-small,.e-bigger.e-css.e-btn.e-small{font-size:14px;line-height:2em;padding:3px 16px 1px}.e-bigger .e-btn.e-small .e-btn-icon,.e-bigger.e-btn.e-small .e-btn-icon,.e-bigger .e-css.e-btn.e-small .e-btn-icon,.e-bigger.e-css.e-btn.e-small .e-btn-icon{font-size:12px;width:1em}.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left,.e-bigger.e-btn.e-small .e-btn-icon.e-icon-left,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left{margin-left:-1em;width:2.6667em}.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right,.e-bigger.e-btn.e-small .e-btn-icon.e-icon-right,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right{margin-right:-1em;width:2.6667em}.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top,.e-bigger.e-btn.e-small .e-btn-icon.e-icon-top,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top{padding-bottom:6px;width:auto}.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom,.e-bigger.e-btn.e-small .e-btn-icon.e-icon-bottom,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom{padding-top:6px;width:auto}.e-bigger .e-btn.e-small.e-icon-btn,.e-bigger.e-btn.e-small.e-icon-btn,.e-bigger .e-css.e-btn.e-small.e-icon-btn,.e-bigger.e-css.e-btn.e-small.e-icon-btn{padding:3px 10px 1px}.e-bigger .e-btn.e-small.e-top-icon-btn,.e-bigger .e-btn.e-small.e-bottom-icon-btn,.e-bigger.e-btn.e-small.e-top-icon-btn,.e-bigger.e-btn.e-small.e-bottom-icon-btn,.e-bigger .e-css.e-btn.e-small.e-top-icon-btn,.e-bigger .e-css.e-btn.e-small.e-bottom-icon-btn,.e-bigger.e-css.e-btn.e-small.e-top-icon-btn,.e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn{line-height:1;padding:16px}.e-bigger .e-btn.e-small.e-round,.e-bigger.e-btn.e-small.e-round,.e-bigger .e-css.e-btn.e-small.e-round,.e-bigger.e-css.e-btn.e-small.e-round{height:2.8572em;line-height:1;padding:0;width:2.8572em}.e-bigger .e-btn.e-small.e-round .e-btn-icon,.e-bigger.e-btn.e-small.e-round .e-btn-icon,.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon,.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon{font-size:14px;line-height:2.7143em;width:auto}.e-bigger .e-btn.e-small.e-rtl .e-icon-right,.e-bigger.e-btn.e-small.e-rtl .e-icon-right,.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-right,.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-right{margin-left:-1em;margin-right:0}.e-bigger .e-btn.e-small.e-rtl .e-icon-left,.e-bigger.e-btn.e-small.e-rtl .e-icon-left,.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-left,.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-left{margin-left:0;margin-right:-1em}.e-checkbox-wrapper .e-check:before,.e-css.e-checkbox-wrapper .e-check:before{content:""}.e-checkbox-wrapper .e-stop:before,.e-css.e-checkbox-wrapper .e-stop:before{content:""}.e-checkbox-wrapper,.e-css.e-checkbox-wrapper{cursor:pointer;display:inline-block;line-height:1;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-checkbox-wrapper label,.e-css.e-checkbox-wrapper label{cursor:pointer;display:inline-block;line-height:0;margin:0;position:relative;white-space:nowrap}.e-checkbox-wrapper:focus .e-frame,.e-checkbox-wrapper.e-focus .e-frame,.e-css.e-checkbox-wrapper:focus .e-frame,.e-css.e-checkbox-wrapper.e-focus .e-frame{-webkit-box-shadow:none;box-shadow:none}.e-checkbox-wrapper .e-ripple-container,.e-css.e-checkbox-wrapper .e-ripple-container{border-radius:50%;height:36px;inset:-9px;pointer-events:auto;position:absolute;width:36px;z-index:1}.e-checkbox-wrapper .e-label,.e-css.e-checkbox-wrapper .e-label{cursor:pointer;display:inline-block;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;font-weight:400;line-height:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}.e-checkbox-wrapper .e-checkbox,.e-css.e-checkbox-wrapper .e-checkbox{height:1px;opacity:0;position:absolute;width:1px}.e-checkbox-wrapper .e-checkbox+.e-label,.e-css.e-checkbox-wrapper .e-checkbox+.e-label{margin-right:10px}.e-checkbox-wrapper .e-frame,.e-css.e-checkbox-wrapper .e-frame{border:2px solid;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:e-icons;height:18px;line-height:10px;padding:2px 0;text-align:center;vertical-align:middle;width:18px}.e-checkbox-wrapper .e-frame+.e-label,.e-css.e-checkbox-wrapper .e-frame+.e-label{margin-left:10px}.e-checkbox-wrapper .e-frame+.e-ripple-container,.e-css.e-checkbox-wrapper .e-frame+.e-ripple-container{left:auto}.e-checkbox-wrapper .e-check,.e-css.e-checkbox-wrapper .e-check{font-size:12px}.e-checkbox-wrapper .e-stop,.e-css.e-checkbox-wrapper .e-stop{font-size:10px;line-height:10px}.e-checkbox-wrapper.e-checkbox-disabled,.e-css.e-checkbox-wrapper.e-checkbox-disabled{cursor:default;pointer-events:none}.e-checkbox-wrapper.e-checkbox-disabled .e-frame,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame,.e-checkbox-wrapper.e-checkbox-disabled .e-label,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label{cursor:default}.e-checkbox-wrapper.e-rtl .e-ripple-container,.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container{right:-9px}.e-checkbox-wrapper.e-rtl .e-frame,.e-css.e-checkbox-wrapper.e-rtl .e-frame{margin:0}.e-checkbox-wrapper.e-rtl .e-frame:hover,.e-css.e-checkbox-wrapper.e-rtl .e-frame:hover{background-color:#fff;border-color:#757575}.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container{left:-9px;right:auto}.e-checkbox-wrapper.e-rtl .e-label,.e-css.e-checkbox-wrapper.e-rtl .e-label{margin-left:0;margin-right:10px}.e-checkbox-wrapper.e-rtl .e-label+.e-frame,.e-css.e-checkbox-wrapper.e-rtl .e-label+.e-frame{margin:0}.e-checkbox-wrapper.e-rtl .e-checkbox+.e-label,.e-css.e-checkbox-wrapper.e-rtl .e-checkbox+.e-label{margin-left:10px;margin-right:0}.e-checkbox-wrapper.e-small .e-frame,.e-css.e-checkbox-wrapper.e-small .e-frame{height:14px;line-height:6px;width:14px}.e-checkbox-wrapper.e-small .e-check,.e-css.e-checkbox-wrapper.e-small .e-check{font-size:10px}.e-checkbox-wrapper.e-small .e-stop,.e-css.e-checkbox-wrapper.e-small .e-stop{font-size:8px;line-height:6px}.e-checkbox-wrapper.e-small .e-label,.e-css.e-checkbox-wrapper.e-small .e-label{font-size:13px;line-height:14px}.e-checkbox-wrapper.e-small .e-ripple-container,.e-css.e-checkbox-wrapper.e-small .e-ripple-container{height:32px;inset:-9px;width:32px}.e-checkbox-wrapper[readonly],.e-overlay .e-checkbox-wrapper .e-ripple-container{pointer-events:none}.e-small .e-checkbox-wrapper .e-frame,.e-small.e-checkbox-wrapper .e-frame,.e-small .e-css.e-checkbox-wrapper .e-frame,.e-small.e-css.e-checkbox-wrapper .e-frame{height:14px;line-height:6px;width:14px}.e-small .e-checkbox-wrapper .e-frame:hover,.e-small.e-checkbox-wrapper .e-frame:hover,.e-small .e-css.e-checkbox-wrapper .e-frame:hover,.e-small.e-css.e-checkbox-wrapper .e-frame:hover{background-color:#fff;border-color:#757575}.e-small .e-checkbox-wrapper .e-check,.e-small.e-checkbox-wrapper .e-check,.e-small .e-css.e-checkbox-wrapper .e-check,.e-small.e-css.e-checkbox-wrapper .e-check{font-size:10px}.e-small .e-checkbox-wrapper .e-stop,.e-small.e-checkbox-wrapper .e-stop,.e-small .e-css.e-checkbox-wrapper .e-stop,.e-small.e-css.e-checkbox-wrapper .e-stop{font-size:8px;line-height:6px}.e-small .e-checkbox-wrapper .e-label,.e-small.e-checkbox-wrapper .e-label,.e-small .e-css.e-checkbox-wrapper .e-label,.e-small.e-css.e-checkbox-wrapper .e-label{font-size:13px;line-height:14px}.e-small .e-checkbox-wrapper .e-ripple-container,.e-small.e-checkbox-wrapper .e-ripple-container,.e-small .e-css.e-checkbox-wrapper .e-ripple-container,.e-small.e-css.e-checkbox-wrapper .e-ripple-container{height:32px;inset:-9px;width:32px}.e-checkbox-wrapper,.e-css.e-checkbox-wrapper{-webkit-tap-highlight-color:transparent}.e-checkbox-wrapper .e-frame,.e-css.e-checkbox-wrapper .e-frame{background-color:#fff;border-color:#757575}.e-checkbox-wrapper .e-frame.e-check,.e-css.e-checkbox-wrapper .e-frame.e-check,.e-checkbox-wrapper .e-frame.e-stop,.e-css.e-checkbox-wrapper .e-frame.e-stop{background-color:#e3165b;border-color:transparent;color:#fff}.e-checkbox-wrapper .e-ripple-element,.e-css.e-checkbox-wrapper .e-ripple-element{background:#e3165b42}.e-checkbox-wrapper .e-ripple-check .e-ripple-element,.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element,.e-checkbox-wrapper:active .e-ripple-element,.e-css.e-checkbox-wrapper:active .e-ripple-element{background:#00000042}.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element,.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element{background:#e3165b42}.e-checkbox-wrapper .e-label,.e-css.e-checkbox-wrapper .e-label{color:#000000de}.e-checkbox-wrapper .e-checkbox:focus+.e-frame,.e-checkbox-wrapper .e-checkbox:active+.e-frame,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame,.e-css.e-checkbox-wrapper .e-checkbox:active+.e-frame{background-color:#fff;border-color:#757575;-webkit-box-shadow:none;box-shadow:none}.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-check,.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-check,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-check,.e-css.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-check{background-color:#e3165b;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-stop,.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-stop,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-stop,.e-css.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-stop{background-color:#e3165b;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-checkbox-wrapper:hover .e-frame,.e-css.e-checkbox-wrapper:hover .e-frame{background-color:#fff;border-color:#757575}.e-checkbox-wrapper:hover .e-frame.e-check,.e-css.e-checkbox-wrapper:hover .e-frame.e-check{background-color:#e3165b;border-color:transparent;color:#fff}.e-checkbox-wrapper:hover .e-frame.e-stop,.e-css.e-checkbox-wrapper:hover .e-frame.e-stop{background-color:#e3165b;border-color:transparent}.e-checkbox-wrapper:hover .e-label,.e-css.e-checkbox-wrapper:hover .e-label{color:#000000de}.e-checkbox-wrapper.e-checkbox-disabled .e-frame,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame{background-color:#fff;border-color:#bdbdbd;color:#bdbdbd}.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check{background-color:#bdbdbd;border-color:#bdbdbd;color:#fff}.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop{background-color:#fff;border-color:#bdbdbd;color:#bdbdbd}.e-checkbox-wrapper.e-checkbox-disabled .e-label,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label{color:#bdbdbd}.e-checkbox-wrapper.e-focus .e-ripple-container,.e-css.e-checkbox-wrapper.e-focus .e-ripple-container{background-color:#0000001f}.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check,.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check{background-color:#e3165b42}.e-checkbox-wrapper.e-focus .e-frame,.e-checkbox-wrapper.e-focus .e-frame.e-check,.e-css.e-checkbox-wrapper.e-focus .e-frame,.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check{outline:#fff 0 solid;outline-offset:0}.e-bigger.e-small .e-checkbox-wrapper .e-frame,.e-bigger.e-small.e-checkbox-wrapper .e-frame,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame{height:20px;line-height:12px;width:20px}.e-bigger.e-small .e-checkbox-wrapper .e-frame:hover.e-check,.e-bigger.e-small.e-checkbox-wrapper .e-frame:hover.e-check,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame:hover.e-check,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame:hover.e-check{background-color:#e3165b;border-color:transparent}.e-bigger.e-small .e-checkbox-wrapper .e-check,.e-bigger.e-small.e-checkbox-wrapper .e-check,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-check,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-check{font-size:12px}.e-bigger.e-small .e-checkbox-wrapper .e-stop,.e-bigger.e-small.e-checkbox-wrapper .e-stop,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-stop,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-stop{font-size:10px;line-height:12px}.e-bigger.e-small .e-checkbox-wrapper .e-label,.e-bigger.e-small.e-checkbox-wrapper .e-label,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label{font-size:14px;line-height:20px}.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container,.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container{height:38px;inset:-9px;width:38px}.e-bigger .e-checkbox-wrapper .e-frame,.e-bigger.e-checkbox-wrapper .e-frame,.e-bigger .e-css.e-checkbox-wrapper .e-frame,.e-bigger.e-css.e-checkbox-wrapper .e-frame{height:22px;line-height:14px;width:22px}.e-bigger .e-checkbox-wrapper .e-frame+.e-label,.e-bigger.e-checkbox-wrapper .e-frame+.e-label,.e-bigger .e-css.e-checkbox-wrapper .e-frame+.e-label,.e-bigger.e-css.e-checkbox-wrapper .e-frame+.e-label{font-size:14px;line-height:22px;margin-left:12px}.e-bigger .e-checkbox-wrapper .e-frame+.e-ripple-container,.e-bigger.e-checkbox-wrapper .e-frame+.e-ripple-container,.e-bigger .e-css.e-checkbox-wrapper .e-frame+.e-ripple-container,.e-bigger.e-css.e-checkbox-wrapper .e-frame+.e-ripple-container{left:auto}.e-bigger .e-checkbox-wrapper .e-check,.e-bigger.e-checkbox-wrapper .e-check,.e-bigger .e-css.e-checkbox-wrapper .e-check,.e-bigger.e-css.e-checkbox-wrapper .e-check{font-size:16px}.e-bigger .e-checkbox-wrapper .e-stop,.e-bigger.e-checkbox-wrapper .e-stop,.e-bigger .e-css.e-checkbox-wrapper .e-stop,.e-bigger.e-css.e-checkbox-wrapper .e-stop{font-size:12px;line-height:14px}.e-bigger .e-checkbox-wrapper .e-label,.e-bigger.e-checkbox-wrapper .e-label,.e-bigger .e-css.e-checkbox-wrapper .e-label,.e-bigger.e-css.e-checkbox-wrapper .e-label{font-size:14px}.e-bigger .e-checkbox-wrapper .e-ripple-container,.e-bigger.e-checkbox-wrapper .e-ripple-container,.e-bigger .e-css.e-checkbox-wrapper .e-ripple-container,.e-bigger.e-css.e-checkbox-wrapper .e-ripple-container{height:40px;inset:-9px;width:40px}.e-bigger .e-checkbox-wrapper.e-rtl .e-frame,.e-bigger.e-checkbox-wrapper.e-rtl .e-frame,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame{margin:0}.e-bigger .e-checkbox-wrapper.e-rtl .e-frame:hover.e-check,.e-bigger.e-checkbox-wrapper.e-rtl .e-frame:hover.e-check,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame:hover.e-check,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame:hover.e-check{background-color:#e3165b;border-color:transparent}.e-bigger .e-checkbox-wrapper.e-rtl .e-frame+.e-label,.e-bigger.e-checkbox-wrapper.e-rtl .e-frame+.e-label,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-label,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-label{margin-left:0;margin-right:12px}.e-bigger .e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container{left:auto}.e-bigger .e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container{right:auto}.e-bigger .e-checkbox-wrapper.e-small .e-frame,.e-bigger.e-checkbox-wrapper.e-small .e-frame,.e-bigger .e-css.e-checkbox-wrapper.e-small .e-frame,.e-bigger.e-css.e-checkbox-wrapper.e-small .e-frame{height:20px;line-height:12px;width:20px}.e-bigger .e-checkbox-wrapper.e-small .e-check,.e-bigger.e-checkbox-wrapper.e-small .e-check,.e-bigger .e-css.e-checkbox-wrapper.e-small .e-check,.e-bigger.e-css.e-checkbox-wrapper.e-small .e-check{font-size:12px}.e-bigger .e-checkbox-wrapper.e-small .e-stop,.e-bigger.e-checkbox-wrapper.e-small .e-stop,.e-bigger .e-css.e-checkbox-wrapper.e-small .e-stop,.e-bigger.e-css.e-checkbox-wrapper.e-small .e-stop{font-size:10px;line-height:12px}.e-bigger .e-checkbox-wrapper.e-small .e-label,.e-bigger.e-checkbox-wrapper.e-small .e-label,.e-bigger .e-css.e-checkbox-wrapper.e-small .e-label,.e-bigger.e-css.e-checkbox-wrapper.e-small .e-label{font-size:14px;line-height:20px}.e-bigger .e-checkbox-wrapper.e-small .e-ripple-container,.e-bigger.e-checkbox-wrapper.e-small .e-ripple-container,.e-bigger .e-css.e-checkbox-wrapper.e-small .e-ripple-container,.e-bigger.e-css.e-checkbox-wrapper.e-small .e-ripple-container{height:38px;inset:-9px;width:38px}.e-radio-wrapper{display:inline-block;line-height:1;position:relative}.e-radio{-webkit-appearance:none;height:1px;opacity:0;position:absolute;width:1px}.e-radio:not(:checked):not(:disabled):hover+label.e-rtl:after,.e-radio:not(:checked):not(:disabled):hover+label.e-right:after{left:auto}.e-radio+label{-webkit-tap-highlight-color:transparent;cursor:pointer;display:inline-block;margin:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.e-radio+label .e-label{display:inline-block;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;font-weight:400;line-height:18px;padding-left:28px;vertical-align:text-top;white-space:normal}.e-radio+label:before{border:2px solid;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:18px;left:0;position:absolute;width:18px}.e-radio+label:focus:before{-webkit-box-shadow:none;box-shadow:none}.e-radio+label:after{border:1px solid;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:8px;left:5px;position:absolute;top:5px;-webkit-transform:scale(0);transform:scale(0);width:8px}.e-radio+label .e-ripple-container{border-radius:50%;height:34px;left:-8px;position:absolute;top:-8px;width:34px;z-index:1}.e-radio+label.e-right .e-label,.e-radio+label.e-rtl .e-label{padding-left:0;padding-right:28px}.e-radio+label.e-right:before,.e-radio+label.e-rtl:before{left:auto;right:0}.e-radio+label.e-right:after,.e-radio+label.e-rtl:after{left:auto;right:5px}.e-radio+label.e-right .e-ripple-container,.e-radio+label.e-rtl .e-ripple-container{left:auto;right:-8px}.e-radio+label.e-right.e-rtl .e-label{padding-left:28px;padding-right:0}.e-radio+label.e-right.e-rtl:before{left:0;right:auto}.e-radio+label.e-right.e-rtl:after{left:5px;right:auto}.e-radio+label.e-right.e-rtl .e-ripple-container{left:-8px;right:auto}.e-radio+label.e-small .e-label{line-height:14px;padding-left:24px}.e-radio+label.e-small:before{height:14px;width:14px}.e-radio+label.e-small:after{height:6px;left:4px;top:4px;width:6px}.e-radio+label.e-small .e-ripple-container{left:-10px;top:-10px}.e-radio+label.e-small.e-right .e-label,.e-radio+label.e-small.e-rtl .e-label{padding-left:0;padding-right:24px}.e-radio+label.e-small.e-right:after,.e-radio+label.e-small.e-rtl:after{left:auto;right:4px}.e-radio+label.e-small.e-right .e-ripple-container,.e-radio+label.e-small.e-rtl .e-ripple-container{left:auto;right:-10px}.e-radio+label.e-small.e-right.e-rtl .e-label{padding-left:24px;padding-right:0}.e-radio+label.e-small.e-right.e-rtl:after{left:4px;right:auto}.e-radio+label.e-small.e-right.e-rtl .e-ripple-container{left:-10px;right:auto}.e-radio:checked+label:after{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:background-color ease .28s,-webkit-transform ease .28s;transition:background-color ease .28s,-webkit-transform ease .28s;transition:transform ease .28s,background-color ease .28s;transition:transform ease .28s,background-color ease .28s,-webkit-transform ease .28s}.e-small .e-radio+label .e-label,.e-radio+label.e-small .e-label{line-height:14px;padding-left:24px}.e-small .e-radio+label:before,.e-radio+label.e-small:before{height:14px;width:14px}.e-small .e-radio+label:after,.e-radio+label.e-small:after{height:6px;left:4px;top:4px;width:6px}.e-small .e-radio+label .e-ripple-container,.e-radio+label.e-small .e-ripple-container{left:-10px;top:-10px}.e-small .e-radio+label.e-right .e-label,.e-small .e-radio+label.e-rtl .e-label,.e-radio+label.e-small.e-right .e-label,.e-radio+label.e-small.e-rtl .e-label{padding-left:0;padding-right:24px}.e-small .e-radio+label.e-right:after,.e-small .e-radio+label.e-rtl:after,.e-radio+label.e-small.e-right:after,.e-radio+label.e-small.e-rtl:after{left:auto;right:4px}.e-small .e-radio+label.e-right .e-ripple-container,.e-small .e-radio+label.e-rtl .e-ripple-container,.e-radio+label.e-small.e-right .e-ripple-container,.e-radio+label.e-small.e-rtl .e-ripple-container{left:auto;right:-10px}.e-small .e-radio+label.e-right.e-rtl .e-label,.e-radio+label.e-small.e-right.e-rtl .e-label{padding-left:24px;padding-right:0}.e-small .e-radio+label.e-right.e-rtl:after,.e-radio+label.e-small.e-right.e-rtl:after{left:4px;right:auto}.e-small .e-radio+label.e-right.e-rtl .e-ripple-container,.e-radio+label.e-small.e-right.e-rtl .e-ripple-container{left:-10px;right:auto}.e-radio+label:before{background-color:#fff;border-color:#757575}.e-radio+label.e-focus .e-ripple-container{background-color:#0000001f}.e-radio+label .e-label{color:#000000de}.e-radio+label .e-ripple-element{background-color:#e3165b42}.e-radio+label:active .e-ripple-element{background-color:#0000001f}.e-radio:focus+label:before{border-color:#e3165b;-webkit-box-shadow:none;box-shadow:none}.e-radio:focus+label:before{border-color:#757575;-webkit-box-shadow:none;box-shadow:none}.e-radio:hover+label:before{border-color:#757575}.e-radio:checked+label:before{background-color:#fff;border-color:#e3165b}.e-radio:checked+label:after{background-color:#e3165b;color:#e3165b}.e-radio:checked+label:active .e-ripple-element{background-color:#e3165b42}.e-radio:checked+.e-focus .e-ripple-container{background-color:#e3165b42}.e-radio:checked+.e-focus:before{outline:#fff 0 solid;outline-offset:0}.e-radio:checked:focus+label:before{border-color:#e3165b}.e-radio:checked:focus+label:after{background-color:#e3165b}.e-radio:checked+label:hover:before{border-color:#e3165b}.e-radio:checked+label:hover:after{background-color:#e3165b}.e-radio:disabled+label{cursor:default;pointer-events:none}.e-radio:disabled+label:before{background-color:transparent;border-color:#bdbdbd;cursor:default}.e-radio:disabled+label .e-ripple-container{background-color:transparent}.e-radio:disabled+label .e-ripple-container:after{background-color:transparent;cursor:default}.e-radio:disabled+label .e-label{color:#bdbdbd}.e-radio:disabled:checked+label:before{background-color:transparent;border-color:#bdbdbd}.e-radio:disabled:checked+label:after{background-color:#bdbdbd;border-color:#bdbdbd;cursor:default}.e-radio:disabled:checked+label .e-ripple-container,.e-radio:disabled:checked+label .e-ripple-container:after{background-color:transparent}.e-bigger.e-small .e-radio+label .e-label,.e-radio+label.e-bigger.e-small .e-label{line-height:20px;padding-left:32px}.e-bigger.e-small .e-radio+label:before,.e-radio+label.e-bigger.e-small:before{height:20px;width:20px}.e-bigger.e-small .e-radio+label:after,.e-radio+label.e-bigger.e-small:after{height:8px;left:6px;top:6px;width:8px}.e-bigger.e-small .e-radio+label .e-ripple-container,.e-radio+label.e-bigger.e-small .e-ripple-container{height:40px;left:-10px;top:-10px;width:40px}.e-bigger.e-small .e-radio+label.e-right .e-label,.e-bigger.e-small .e-radio+label.e-rtl .e-label,.e-radio+label.e-bigger.e-small.e-right .e-label,.e-radio+label.e-bigger.e-small.e-rtl .e-label{padding-left:0;padding-right:32px}.e-bigger.e-small .e-radio+label.e-right:after,.e-bigger.e-small .e-radio+label.e-rtl:after,.e-radio+label.e-bigger.e-small.e-right:after,.e-radio+label.e-bigger.e-small.e-rtl:after{left:auto;right:6px}.e-bigger.e-small .e-radio+label.e-right .e-ripple-container,.e-bigger.e-small .e-radio+label.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-small.e-right .e-ripple-container,.e-radio+label.e-bigger.e-small.e-rtl .e-ripple-container{left:auto;right:-10px}.e-bigger.e-small .e-radio+label.e-right.e-rtl .e-label,.e-radio+label.e-bigger.e-small.e-right.e-rtl .e-label{padding-left:32px;padding-right:0}.e-bigger.e-small .e-radio+label.e-right.e-rtl:after,.e-radio+label.e-bigger.e-small.e-right.e-rtl:after{left:6px;right:auto}.e-bigger.e-small .e-radio+label.e-right.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-small.e-right.e-rtl .e-ripple-container{left:-10px;right:auto}.e-bigger .e-radio:not(:checked):hover+label.e-rtl:after,.e-bigger .e-radio:not(:checked):hover+label.e-right:after{left:auto}.e-bigger .e-radio+label .e-label,.e-radio+label.e-bigger .e-label{font-size:14px;line-height:22px;padding-left:34px}.e-bigger .e-radio+label:before,.e-radio+label.e-bigger:before{height:22px;width:22px}.e-bigger .e-radio+label:after,.e-radio+label.e-bigger:after{height:10px;left:6px;top:6px;width:10px}.e-bigger .e-radio+label .e-ripple-container,.e-radio+label.e-bigger .e-ripple-container{height:42px;left:-10px;top:-10px;width:42px}.e-bigger .e-radio+label.e-right .e-label,.e-bigger .e-radio+label.e-rtl .e-label,.e-radio+label.e-bigger.e-right .e-label,.e-radio+label.e-bigger.e-rtl .e-label{padding-left:0;padding-right:34px}.e-bigger .e-radio+label.e-right:after,.e-bigger .e-radio+label.e-rtl:after,.e-radio+label.e-bigger.e-right:after,.e-radio+label.e-bigger.e-rtl:after{left:auto;right:6px}.e-bigger .e-radio+label.e-right .e-ripple-container,.e-bigger .e-radio+label.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-right .e-ripple-container,.e-radio+label.e-bigger.e-rtl .e-ripple-container{left:auto;right:-10px}.e-bigger .e-radio+label.e-right.e-rtl .e-label,.e-radio+label.e-bigger.e-right.e-rtl .e-label{padding-left:34px;padding-right:0}.e-bigger .e-radio+label.e-right.e-rtl:after,.e-radio+label.e-bigger.e-right.e-rtl:after{left:6px;right:auto}.e-bigger .e-radio+label.e-right.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-right.e-rtl .e-ripple-container{left:-12px;right:auto}.e-bigger .e-radio+label.e-small .e-label,.e-radio+label.e-bigger.e-small .e-label{line-height:20px;padding-left:32px}.e-bigger .e-radio+label.e-small:before,.e-radio+label.e-bigger.e-small:before{height:20px;width:20px}.e-bigger .e-radio+label.e-small:after,.e-radio+label.e-bigger.e-small:after{height:8px;left:6px;top:6px;width:8px}.e-bigger .e-radio+label.e-small .e-ripple-container,.e-radio+label.e-bigger.e-small .e-ripple-container{height:40px;left:-10px;top:-10px;width:40px}.e-bigger .e-radio+label.e-small.e-right .e-label,.e-bigger .e-radio+label.e-small.e-rtl .e-label,.e-radio+label.e-bigger.e-small.e-right .e-label,.e-radio+label.e-bigger.e-small.e-rtl .e-label{padding-left:0;padding-right:32px}.e-bigger .e-radio+label.e-small.e-right:after,.e-bigger .e-radio+label.e-small.e-rtl:after,.e-radio+label.e-bigger.e-small.e-right:after,.e-radio+label.e-bigger.e-small.e-rtl:after{left:auto;right:6px}.e-bigger .e-radio+label.e-small.e-right .e-ripple-container,.e-bigger .e-radio+label.e-small.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-small.e-right .e-ripple-container,.e-radio+label.e-bigger.e-small.e-rtl .e-ripple-container{left:auto;right:-10px}.e-bigger .e-radio+label.e-small.e-right.e-rtl .e-label,.e-radio+label.e-bigger.e-small.e-right.e-rtl .e-label{padding-left:32px;padding-right:0}.e-bigger .e-radio+label.e-small.e-right.e-rtl:after,.e-radio+label.e-bigger.e-small.e-right.e-rtl:after{left:6px;right:auto}.e-bigger .e-radio+label.e-small.e-right.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-small.e-right.e-rtl .e-ripple-container{left:-10px;right:auto}.e-switch-wrapper,.e-css.e-switch-wrapper{cursor:pointer;display:inline-block;height:12px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:34px}.e-switch-wrapper .e-switch,.e-css.e-switch-wrapper .e-switch{-moz-appearance:none;height:1px;opacity:0;position:absolute;width:1px}.e-switch-wrapper .e-switch-inner,.e-css.e-switch-wrapper .e-switch-inner{-ms-transition:all .08s linear;-webkit-transition:all .08s linear;border:none;border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:all .08s linear;width:100%}.e-switch-wrapper .e-switch-on,.e-switch-wrapper .e-switch-off,.e-css.e-switch-wrapper .e-switch-on,.e-css.e-switch-wrapper .e-switch-off{-ms-transition:transform 90ms cubic-bezier(.4,0,.2,1);-webkit-transition:transform 90ms cubic-bezier(.4,0,.2,1);-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"";font-size:small;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;-webkit-transition:-webkit-transform 90ms cubic-bezier(.4,0,.2,1);transition:-webkit-transform 90ms cubic-bezier(.4,0,.2,1);transition:transform 90ms cubic-bezier(.4,0,.2,1);transition:transform 90ms cubic-bezier(.4,0,.2,1),-webkit-transform 90ms cubic-bezier(.4,0,.2,1);width:100%}.e-switch-wrapper .e-switch-on,.e-css.e-switch-wrapper .e-switch-on{left:-100%;text-indent:-9999px}.e-switch-wrapper .e-switch-off,.e-css.e-switch-wrapper .e-switch-off{left:0;opacity:.42;text-indent:-9999px}.e-switch-wrapper .e-switch-handle,.e-css.e-switch-wrapper .e-switch-handle{-ms-transition:all .2s linear;-webkit-transition:all .2s linear;border-radius:50%;bottom:0;height:18px;left:0;margin:auto 0;position:absolute;top:0;transition:all .2s linear;width:18px}.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on{left:0;opacity:.54}.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off,.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off{left:100%}.e-switch-wrapper .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper .e-switch-handle.e-switch-active{left:100%;margin-left:-18px}.e-switch-wrapper.e-switch-disabled,.e-css.e-switch-wrapper.e-switch-disabled{cursor:default;pointer-events:none}.e-switch-wrapper .e-ripple-container,.e-css.e-switch-wrapper .e-ripple-container{border-radius:50%;bottom:-9px;height:52px;left:-17px;pointer-events:none;position:absolute;top:-17px;width:52px;z-index:1}.e-switch-wrapper.e-rtl .e-switch-handle,.e-css.e-switch-wrapper.e-rtl .e-switch-handle{left:100%;margin-left:-18px}.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}.e-switch-wrapper.e-rtl .e-switch-on,.e-css.e-switch-wrapper.e-rtl .e-switch-on{left:100%}.e-switch-wrapper.e-rtl .e-switch-off,.e-css.e-switch-wrapper.e-rtl .e-switch-off{left:0}.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active{border-radius:50%;height:18px;left:0;margin:auto 0;position:absolute;top:0;-webkit-transition:all .2s linear;transition:all .2s linear;width:18px}.e-switch-wrapper.e-small,.e-css.e-switch-wrapper.e-small{height:10px;width:26px}.e-switch-wrapper.e-small .e-switch-handle,.e-css.e-switch-wrapper.e-small .e-switch-handle{height:16px;width:16px}.e-switch-wrapper.e-small .e-ripple-container,.e-css.e-switch-wrapper.e-small .e-ripple-container{border-radius:50%;height:36px;left:-10px;pointer-events:none;position:absolute;top:-10px;width:36px;z-index:1}.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active{left:100%;margin-left:-16px}.e-switch-wrapper.e-small .e-switch-on,.e-switch-wrapper.e-small .e-switch-off,.e-css.e-switch-wrapper.e-small .e-switch-on,.e-css.e-switch-wrapper.e-small .e-switch-off{font-size:9px}.e-switch-wrapper.e-small .e-switch-on,.e-css.e-switch-wrapper.e-small .e-switch-on,.e-switch-wrapper.e-small .e-switch-off,.e-css.e-switch-wrapper.e-small .e-switch-off{text-indent:-9999px}.e-switch-wrapper.e-small.e-rtl .e-switch-handle,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle{left:100%;margin-left:-16px}.e-switch-wrapper.e-small.e-rtl .e-switch-handle,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle{height:16px;width:16px}.e-switch-wrapper.e-small.e-rtl .e-switch-on,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on{left:100%;opacity:.54}.e-switch-wrapper.e-small.e-rtl .e-switch-off,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off,.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active{left:16px}*.e-small .e-switch-wrapper,*.e-small.e-switch-wrapper,*.e-small .e-css.e-switch-wrapper,*.e-small.e-css.e-switch-wrapper{height:10px;width:26px}*.e-small .e-switch-wrapper .e-switch-handle,*.e-small.e-switch-wrapper .e-switch-handle,*.e-small .e-css.e-switch-wrapper .e-switch-handle,*.e-small.e-css.e-switch-wrapper .e-switch-handle{height:16px;width:16px}*.e-small .e-switch-wrapper .e-ripple-container,*.e-small.e-switch-wrapper .e-ripple-container,*.e-small .e-css.e-switch-wrapper .e-ripple-container,*.e-small.e-css.e-switch-wrapper .e-ripple-container{border-radius:50%;height:36px;left:-10px;pointer-events:none;position:absolute;top:-10px;width:36px;z-index:1}*.e-small .e-switch-wrapper .e-switch-handle.e-switch-active,*.e-small.e-switch-wrapper .e-switch-handle.e-switch-active,*.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active,*.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active{left:100%;margin-left:-16px}*.e-small .e-switch-wrapper .e-switch-on,*.e-small .e-switch-wrapper .e-switch-off,*.e-small.e-switch-wrapper .e-switch-on,*.e-small.e-switch-wrapper .e-switch-off,*.e-small .e-css.e-switch-wrapper .e-switch-on,*.e-small .e-css.e-switch-wrapper .e-switch-off,*.e-small.e-css.e-switch-wrapper .e-switch-on,*.e-small.e-css.e-switch-wrapper .e-switch-off{font-size:9px}*.e-small .e-switch-wrapper .e-switch-on,*.e-small.e-switch-wrapper .e-switch-on,*.e-small .e-css.e-switch-wrapper .e-switch-on,*.e-small.e-css.e-switch-wrapper .e-switch-on,*.e-small .e-switch-wrapper .e-switch-off,*.e-small.e-switch-wrapper .e-switch-off,*.e-small .e-css.e-switch-wrapper .e-switch-off,*.e-small.e-css.e-switch-wrapper .e-switch-off{text-indent:-9999px}*.e-small .e-switch-wrapper.e-rtl .e-switch-handle,*.e-small.e-switch-wrapper.e-rtl .e-switch-handle,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle{left:100%;margin-left:-16px}*.e-small .e-switch-wrapper.e-rtl .e-switch-handle,*.e-small.e-switch-wrapper.e-rtl .e-switch-handle,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle{height:16px;width:16px}*.e-small .e-switch-wrapper.e-rtl .e-switch-on,*.e-small.e-switch-wrapper.e-rtl .e-switch-on,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on{left:100%;opacity:.54}*.e-small .e-switch-wrapper.e-rtl .e-switch-off,*.e-small.e-switch-wrapper.e-rtl .e-switch-off,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off,*.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}*.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}*.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active{left:16px}.e-switch-wrapper,.e-css.e-switch-wrapper{-webkit-tap-highlight-color:transparent}.e-switch-wrapper .e-switch-off,.e-css.e-switch-wrapper .e-switch-off{background-color:#000;color:#fff}.e-switch-wrapper .e-switch-handle,.e-css.e-switch-wrapper .e-switch-handle{background-color:#f5f5f5;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.e-switch-wrapper .e-switch-on,.e-css.e-switch-wrapper .e-switch-on{background-color:#e3165b;color:#fff}.e-switch-wrapper .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper .e-switch-handle.e-switch-active{background-color:#e3165b}.e-switch-wrapper .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper .e-switch-inner.e-switch-active{background-color:#fff;border-color:transparent}.e-switch-wrapper .e-switch-inner,.e-css.e-switch-wrapper .e-switch-inner{background-color:initial}.e-switch-wrapper .e-ripple-element,.e-css.e-switch-wrapper .e-ripple-element{background-color:#0000001f}.e-switch-wrapper .e-ripple-check .e-ripple-element,.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element{background-color:#e3165b1f}.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active{-webkit-box-shadow:none;box-shadow:none}.e-switch-wrapper.e-switch-disabled .e-switch-handle,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle{background-color:#bdbdbd;-webkit-box-shadow:none;box-shadow:none}.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off{opacity:.12;background-color:#000;border-color:#bdbdbd;color:transparent}.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on{color:transparent;opacity:.12;background-color:#000}.e-switch-wrapper.e-switch-disabled .e-switch-inner,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner{background-color:#000;opacity:.12;border-color:transparent}.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active{background-color:#000;border-color:transparent}.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner{border-color:transparent;color:transparent}.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on{color:transparent;background-color:#000}.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle,.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active{background-color:#bdbdbd}.e-switch-wrapper:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active{background-color:transparent;border-color:transparent}.e-switch-wrapper:hover .e-switch-inner,.e-css.e-switch-wrapper:hover .e-switch-inner{background-color:transparent;border-color:inherit}.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on{background-color:#e3165b;color:#fff}.e-switch-wrapper:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active{background-color:#e3165b}.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active),.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active){background-color:#f5f5f5}.e-switch-wrapper.e-focus .e-switch-inner,.e-switch-wrapper:focus .e-switch-inner,.e-css.e-switch-wrapper.e-focus .e-switch-inner,.e-css.e-switch-wrapper:focus .e-switch-inner{background-color:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;outline:none;outline-offset:initial}.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active,.e-switch-wrapper:focus .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper:focus .e-switch-inner.e-switch-active{background-color:transparent;border-color:transparent;outline:none}.e-switch-wrapper.e-focus .e-ripple-container,.e-switch-wrapper:focus .e-ripple-container,.e-css.e-switch-wrapper.e-focus .e-ripple-container,.e-css.e-switch-wrapper:focus .e-ripple-container{background-color:#0000001f}.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container,.e-switch-wrapper:focus .e-ripple-check.e-ripple-container,.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container,.e-css.e-switch-wrapper:focus .e-ripple-check.e-ripple-container{background-color:#e3165b1f}.e-switch-wrapper.e-active .e-switch-inner,.e-switch-wrapper:active .e-switch-inner,.e-css.e-switch-wrapper.e-active .e-switch-inner,.e-css.e-switch-wrapper:active .e-switch-inner{background-color:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;outline:none;outline-offset:initial}.e-switch-wrapper.e-active .e-switch-inner.e-switch-active,.e-switch-wrapper:active .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-active .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper:active .e-switch-inner.e-switch-active{background-color:transparent;border-color:transparent;outline:none}.e-switch-wrapper.e-active .e-ripple-container,.e-switch-wrapper:active .e-ripple-container,.e-css.e-switch-wrapper.e-active .e-ripple-container,.e-css.e-switch-wrapper:active .e-ripple-container{background-color:#0000001f}.e-switch-wrapper.e-active .e-ripple-check.e-ripple-container,.e-switch-wrapper:active .e-ripple-check.e-ripple-container,.e-css.e-switch-wrapper.e-active .e-ripple-check.e-ripple-container,.e-css.e-switch-wrapper:active .e-ripple-check.e-ripple-container{background-color:#e3165b1f}.e-switch-wrapper.e-rtl.e-focus .e-switch-on,.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on,.e-switch-wrapper.e-rtl.e-focus .e-switch-off,.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off{background-color:#e3165b8a}.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active{background-color:transparent;border-color:transparent;color:#fff;outline:none}.e-switch-wrapper.e-rtl .e-switch-on,.e-css.e-switch-wrapper.e-rtl .e-switch-on{background-color:#e3165b}.e-switch-wrapper.e-rtl .e-switch-handle,.e-css.e-switch-wrapper.e-rtl .e-switch-handle{background-color:#f5f5f5;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off{background-color:#000}.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active{background-color:#e3165b}.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active{background-color:#fff;border-color:transparent}.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active{background-color:transparent;border-color:transparent}.e-switch-wrapper.e-rtl:hover .e-switch-inner,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner{border-color:inherit}.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active{background-color:#e3165b}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on{color:transparent;opacity:.12;background-color:#000}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off{opacity:.12;background-color:#000;color:transparent}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle,.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active{background-color:#bdbdbd;-webkit-box-shadow:none;box-shadow:none}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner{background-color:#000;border-color:transparent;opacity:.12}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on{color:transparent;background-color:#000}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active{background-color:#000;border-color:transparent}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner{border-color:transparent;color:transparent}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active,.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle{background-color:#bdbdbd}.e-switch-wrapper .e-switch:focus,.e-css.e-switch-wrapper .e-switch:focus{-webkit-box-shadow:none;box-shadow:none}.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active{background-color:#000}*.e-bigger.e-small .e-switch-wrapper,*.e-bigger.e-small.e-switch-wrapper,*.e-bigger.e-small .e-css.e-switch-wrapper,*.e-bigger.e-small.e-css.e-switch-wrapper{height:12px;width:34px}*.e-bigger.e-small .e-switch-wrapper .e-switch-handle,*.e-bigger.e-small.e-switch-wrapper .e-switch-handle,*.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle{height:18px;left:0;top:0;width:18px}*.e-bigger.e-small .e-switch-wrapper .e-ripple-container,*.e-bigger.e-small.e-switch-wrapper .e-ripple-container,*.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container,*.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container{border-radius:50%;height:50px;left:-16px;pointer-events:none;position:absolute;top:-16px;width:50px;z-index:1}*.e-bigger.e-small .e-switch-wrapper .e-switch-handle.e-switch-active,*.e-bigger.e-small.e-switch-wrapper .e-switch-handle.e-switch-active,*.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active{left:100%;margin-left:-18px}*.e-bigger.e-small .e-switch-wrapper .e-switch-on,*.e-bigger.e-small .e-switch-wrapper .e-switch-off,*.e-bigger.e-small.e-switch-wrapper .e-switch-on,*.e-bigger.e-small.e-switch-wrapper .e-switch-off,*.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off{font-size:9px}*.e-bigger.e-small .e-switch-wrapper .e-switch-on,*.e-bigger.e-small.e-switch-wrapper .e-switch-on,*.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-small .e-switch-wrapper .e-switch-off,*.e-bigger.e-small.e-switch-wrapper .e-switch-off,*.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off{text-indent:-9999px}*.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle{left:100%;margin-left:-18px}*.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle{height:18px;width:18px}*.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on{left:100%;opacity:.54}*.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}*.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}*.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active{left:18px}*.e-bigger .e-switch-wrapper,*.e-bigger.e-switch-wrapper,*.e-bigger .e-css.e-switch-wrapper,*.e-bigger.e-css.e-switch-wrapper{height:14px;width:36px}*.e-bigger .e-switch-wrapper .e-switch-handle,*.e-bigger.e-switch-wrapper .e-switch-handle,*.e-bigger .e-css.e-switch-wrapper .e-switch-handle,*.e-bigger.e-css.e-switch-wrapper .e-switch-handle{height:20px;left:0;top:0;width:20px}*.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active,*.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active,*.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active,*.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active{left:100%;margin-left:-20px}*.e-bigger .e-switch-wrapper .e-switch-on,*.e-bigger .e-switch-wrapper .e-switch-off,*.e-bigger.e-switch-wrapper .e-switch-on,*.e-bigger.e-switch-wrapper .e-switch-off,*.e-bigger .e-css.e-switch-wrapper .e-switch-on,*.e-bigger .e-css.e-switch-wrapper .e-switch-off,*.e-bigger.e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-css.e-switch-wrapper .e-switch-off{font-size:0}*.e-bigger .e-switch-wrapper .e-switch-on,*.e-bigger.e-switch-wrapper .e-switch-on,*.e-bigger .e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-css.e-switch-wrapper .e-switch-on,*.e-bigger .e-switch-wrapper .e-switch-off,*.e-bigger.e-switch-wrapper .e-switch-off,*.e-bigger .e-css.e-switch-wrapper .e-switch-off,*.e-bigger.e-css.e-switch-wrapper .e-switch-off{text-indent:-9999px}*.e-bigger .e-switch-wrapper .e-ripple-container,*.e-bigger.e-switch-wrapper .e-ripple-container,*.e-bigger .e-css.e-switch-wrapper .e-ripple-container,*.e-bigger.e-css.e-switch-wrapper .e-ripple-container{height:52px;left:-16px;top:-16px;width:52px}*.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle{height:20px;left:100%;margin-left:-20px;top:0;width:20px}*.e-bigger .e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on{left:100%;opacity:.54}*.e-bigger .e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}*.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}*.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active{left:20px}*.e-bigger .e-switch-wrapper.e-small,*.e-bigger.e-switch-wrapper.e-small,*.e-bigger .e-css.e-switch-wrapper.e-small,*.e-bigger.e-css.e-switch-wrapper.e-small{height:12px;width:34px}*.e-bigger .e-switch-wrapper.e-small .e-switch-handle,*.e-bigger.e-switch-wrapper.e-small .e-switch-handle,*.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle{height:18px;left:0;top:0;width:18px}*.e-bigger .e-switch-wrapper.e-small .e-ripple-container,*.e-bigger.e-switch-wrapper.e-small .e-ripple-container,*.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container,*.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container{border-radius:50%;height:50px;left:-16px;pointer-events:none;position:absolute;top:-16px;width:50px;z-index:1}*.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active,*.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,*.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active{left:100%;margin-left:-18px}*.e-bigger .e-switch-wrapper.e-small .e-switch-on,*.e-bigger .e-switch-wrapper.e-small .e-switch-off,*.e-bigger.e-switch-wrapper.e-small .e-switch-on,*.e-bigger.e-switch-wrapper.e-small .e-switch-off,*.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,*.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off{font-size:9px}*.e-bigger .e-switch-wrapper.e-small .e-switch-on,*.e-bigger.e-switch-wrapper.e-small .e-switch-on,*.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on,*.e-bigger .e-switch-wrapper.e-small .e-switch-off,*.e-bigger.e-switch-wrapper.e-small .e-switch-off,*.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off{text-indent:-9999px}*.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle,*.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,*.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle,*.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle{left:100%;margin-left:-18px}*.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle,*.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,*.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle,*.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle{height:18px;width:18px}*.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on,*.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on,*.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on{left:100%;opacity:.54}*.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off,*.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off,*.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off,*.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off,*.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}*.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}*.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,*.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,*.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,*.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active{left:18px}.e-chip-list .e-chip-delete.e-dlt-btn:before{content:""}.e-chip-list.e-multi-selection .e-chip:before{content:""}.e-clone-chip{z-index:2000}.e-chip-list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:4px}.e-chip-list.e-chip,.e-chip-list .e-chip{-webkit-tap-highlight-color:transparent;border:0 solid;border-radius:14px;font-size:13px;margin:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:400;height:28px;line-height:1.5em;outline:none;overflow:hidden;padding:0 10px;position:relative;-webkit-transition:-webkit-box-shadow .3s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .3s cubic-bezier(.4,0,.2,1);transition:box-shadow .3s cubic-bezier(.4,0,.2,1);transition:box-shadow .3s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-chip-list.e-chip .e-chip-avatar,.e-chip-list .e-chip .e-chip-avatar{background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;height:28px;width:28px;border-radius:50%;font-size:13px;margin:0 8px 0 -10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.e-chip-list.e-chip .e-chip-avatar-wrap,.e-chip-list.e-chip.e-chip-avatar-wrap,.e-chip-list .e-chip .e-chip-avatar-wrap,.e-chip-list .e-chip.e-chip-avatar-wrap{border-radius:14px}.e-chip-list.e-chip .e-chip-icon,.e-chip-list .e-chip .e-chip-icon{background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;height:20px;width:20px;border-radius:50%;font-size:14px;margin:0 8px 0 -6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.e-chip-list.e-chip .e-chip-drag.e-drag-and-drop,.e-chip-list.e-chip .e-chip-drag.e-error-treeview,.e-chip-list .e-chip .e-chip-drag.e-drag-and-drop,.e-chip-list .e-chip .e-chip-drag.e-error-treeview{margin:0 8px 0 -6px}.e-chip-list.e-chip .e-chip-text,.e-chip-list .e-chip .e-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-chip-list.e-chip .e-chip-delete,.e-chip-list .e-chip .e-chip-delete{background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;height:14px;width:14px;border-radius:50%;font-size:14px;margin:0 -2px 0 8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.e-chip-list.e-chip .e-chip-delete.e-dlt-btn:before,.e-chip-list .e-chip .e-chip-delete.e-dlt-btn:before{font-family:e-icons}.e-chip-list.e-chip .image-url,.e-chip-list .e-chip .image-url{background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;height:20px;width:20px;border-radius:50%;font-size:14px;margin:0 8px 0 -6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.e-chip-list.e-chip .trailing-icon-url,.e-chip-list .e-chip .trailing-icon-url{background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;height:14px;width:14px;border-radius:50%;font-size:14px;margin:0 -2px 0 8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-family:e-icons}.e-chip-list.e-chip .e-chip-template,.e-chip-list .e-chip .e-chip-template{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.e-chip-list:not(.e-chip){-ms-flex-wrap:wrap;flex-wrap:wrap}.e-chip-list.e-multi-selection .e-chip:before{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:e-icons;height:20px;width:20px;margin:0 4px 0 -6px;overflow:hidden;-webkit-transition:width .3s cubic-bezier(.4,0,.2,1);transition:width .3s cubic-bezier(.4,0,.2,1)}.e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap):before{width:0}.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap:before,.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap:before{display:none}.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap:before{height:28px;width:28px;margin:0 8px 0 -10px}.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon,.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar{display:none}.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap:before,.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap:before{display:-webkit-box;display:-ms-flexbox;display:flex}.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap):before{width:20px}.e-chip-list.e-rtl.e-chip .e-chip-avatar,.e-chip-list.e-rtl .e-chip .e-chip-avatar{margin:0 -10px 0 8px}.e-chip-list.e-rtl.e-chip .e-chip-icon,.e-chip-list.e-rtl .e-chip .e-chip-icon,.e-chip-list.e-rtl.e-chip .e-chip-drag.e-drag-and-drop,.e-chip-list.e-rtl.e-chip .e-chip-drag.e-error-treeview,.e-chip-list.e-rtl .e-chip .e-chip-drag.e-drag-and-drop,.e-chip-list.e-rtl .e-chip .e-chip-drag.e-error-treeview{margin:0 -6px 0 8px}.e-chip-list.e-rtl.e-chip .e-chip-delete,.e-chip-list.e-rtl .e-chip .e-chip-delete{margin:0 8px 0 -2px}.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap,.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap,.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap,.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap{border-radius:14px}.e-chip-list.e-rtl.e-chip .trailing-icon-url,.e-chip-list.e-rtl .e-chip .trailing-icon-url{margin:0 8px 0 -2px}.e-chip-list.e-rtl.e-multi-selection .e-chip:before{margin:0 -6px 0 8px}.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap:before{margin:0 -10px 0 8px}.e-drag-indicator{background-color:#e3165b;height:28px;width:2px;position:absolute;display:none;z-index:1000}.e-chip-list.e-selection .e-chip.e-active{background:#e3165b;border-color:transparent;color:#fff}.e-chip-list.e-selection .e-chip.e-active .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar{background-color:#ab1145;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-focused{background:#ed4980;border-color:transparent;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar{background-color:#e3165b;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar{background-color:#0000001f;color:#00000042}.e-chip-list.e-selection .e-chip.e-active.e-clone-chip{background:#e3165b;border-color:transparent;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-clone-chip .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-clone-chip .e-chip-avatar{background-color:#ab1145;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-clone-chip .e-drag-and-drop,.e-chip-list.e-selection .e-chip.e-active.e-clone-chip.e-error-treeview{color:#000000de}.e-chip-list.e-selection .e-chip.e-active.e-outline{background:#e3165b;border-color:#e3165b;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar{background-color:#ab1145;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused{background:#ed4980;border-color:transparent;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar{background-color:#e3165b;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled{background:transparent;border-color:#00000042;color:#00000042}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar{background-color:#0000;color:#00000042}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip{background:#e3165b;border-color:transparent;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip .e-chip-avatar{background-color:#ab1145;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list.e-selection .e-chip.e-active.e-outline.e-clone-chip.e-error-treeview{color:#000000de}.e-chip-list.e-selection .e-chip:active{background:#e3165b29;border-color:transparent;color:#000000de}.e-chip-list.e-selection .e-chip:active .e-chip-icon,.e-chip-list.e-selection .e-chip:active .e-chip-delete{color:#0000008a}.e-chip-list.e-selection .e-chip:active .e-chip-avatar{background-color:#ab114529;color:#0000008a}.e-chip-list.e-selection .e-chip:active.e-outline{background:#e3165b29;border-color:#bdbdbd;color:#000000de}.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon,.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete{color:#0000008a}.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar{background-color:#ab114529;color:#0000008a}.e-chip-list.e-chip,.e-chip-list .e-chip{background:#e0e0e0;border-color:transparent;color:#000000de}.e-chip-list.e-chip .e-chip-icon,.e-chip-list.e-chip .e-chip-delete,.e-chip-list .e-chip .e-chip-icon,.e-chip-list .e-chip .e-chip-delete,.e-chip-list.e-chip .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip .e-chip-delete.e-dlt-btn{color:#0000008a}.e-chip-list.e-chip .e-chip-avatar,.e-chip-list .e-chip .e-chip-avatar{background-color:#c1c1c1;color:#0000008a}.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#000000b3}.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#000}.e-chip-list.e-chip:hover,.e-chip-list .e-chip:hover{background:#d6d6d6;border-color:transparent;color:#000000de}.e-chip-list.e-chip:hover .e-chip-icon,.e-chip-list.e-chip:hover .e-chip-delete,.e-chip-list .e-chip:hover .e-chip-icon,.e-chip-list .e-chip:hover .e-chip-delete{color:#0000008a}.e-chip-list.e-chip:hover .e-chip-avatar,.e-chip-list .e-chip:hover .e-chip-avatar{background-color:#b7b7b7;color:#0000008a}.e-chip-list.e-chip.e-focused,.e-chip-list .e-chip.e-focused{-webkit-box-shadow:none;box-shadow:none;background:#c1c1c1;border-color:transparent;color:#000000de}.e-chip-list.e-chip.e-focused .e-chip-icon,.e-chip-list.e-chip.e-focused .e-chip-delete,.e-chip-list .e-chip.e-focused .e-chip-icon,.e-chip-list .e-chip.e-focused .e-chip-delete{color:#0000008a}.e-chip-list.e-chip.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-focused .e-chip-avatar{background-color:#b7b7b7;color:#0000008a}.e-chip-list.e-chip.e-focused.e-active,.e-chip-list .e-chip.e-focused.e-active{background:#c1c1c1;border-color:transparent;color:#000000de;-webkit-box-shadow:none;box-shadow:none}.e-chip-list.e-chip.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-focused.e-active .e-chip-delete{color:#0000008a}.e-chip-list.e-chip.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-focused.e-active .e-chip-avatar{background-color:#a3a3a3;color:#0000008a}.e-chip-list.e-chip.e-active,.e-chip-list .e-chip.e-active{background:#bcbcbc;border-color:transparent;color:#000000de;-webkit-box-shadow:none;box-shadow:none}.e-chip-list.e-chip.e-active .e-chip-icon,.e-chip-list.e-chip.e-active .e-chip-delete,.e-chip-list .e-chip.e-active .e-chip-icon,.e-chip-list .e-chip.e-active .e-chip-delete{color:#0000008a}.e-chip-list.e-chip.e-active .e-chip-avatar,.e-chip-list .e-chip.e-active .e-chip-avatar{background-color:#9e9e9e;color:#0000008a}.e-chip-list.e-chip:active,.e-chip-list .e-chip:active{background:#b7b7b7;border-color:transparent;color:#000000de;-webkit-box-shadow:0 2px 1px -6px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);box-shadow:0 2px 1px -6px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.e-chip-list.e-chip:active .e-chip-icon,.e-chip-list.e-chip:active .e-chip-delete,.e-chip-list .e-chip:active .e-chip-icon,.e-chip-list .e-chip:active .e-chip-delete{color:#0000008a}.e-chip-list.e-chip:active .e-chip-avatar,.e-chip-list .e-chip:active .e-chip-avatar{background-color:#999;color:#0000008a}.e-chip-list.e-chip.e-disabled,.e-chip-list .e-chip.e-disabled{background:#0000001f;border-color:transparent;color:#00000042;opacity:1;pointer-events:none}.e-chip-list.e-chip.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-disabled .e-chip-avatar{background-color:#0000001f;color:#00000042}.e-chip-list.e-chip.e-clone-chip,.e-chip-list .e-chip.e-clone-chip{background:#bcbcbc;border-color:transparent;color:#000000de}.e-chip-list.e-chip.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-clone-chip .e-chip-delete,.e-chip-list.e-chip.e-clone-chip .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-clone-chip .e-chip-delete.e-dlt-btn{color:#0000008a}.e-chip-list.e-chip.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-clone-chip .e-chip-avatar{background-color:#9e9e9e;color:#0000008a}.e-chip-list.e-chip.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-clone-chip.e-error-treeview{color:#000000de}.e-chip-list.e-chip.e-outline,.e-chip-list .e-chip.e-outline{background:transparent;border-color:#bdbdbd;color:#000000de;border-width:1px}.e-chip-list.e-chip.e-outline .e-chip-icon,.e-chip-list.e-chip.e-outline .e-chip-delete,.e-chip-list .e-chip.e-outline .e-chip-icon,.e-chip-list .e-chip.e-outline .e-chip-delete,.e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn{color:#0000008a}.e-chip-list.e-chip.e-outline .e-chip-avatar,.e-chip-list .e-chip.e-outline .e-chip-avatar{background-color:#bdbdbd;color:#000000de}.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#000000b3}.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#000}.e-chip-list.e-chip.e-outline:hover,.e-chip-list .e-chip.e-outline:hover{background:#0000000a;border-color:#bdbdbd;color:#000000de}.e-chip-list.e-chip.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-outline:hover .e-chip-delete{color:#0000008a}.e-chip-list.e-chip.e-outline:hover .e-chip-avatar,.e-chip-list .e-chip.e-outline:hover .e-chip-avatar{background-color:#bdbdbd;color:#000000de}.e-chip-list.e-chip.e-outline.e-focused,.e-chip-list .e-chip.e-outline.e-focused{background:#0000001f;border-color:#bdbdbd;color:#000000de}.e-chip-list.e-chip.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-outline.e-focused .e-chip-delete{color:#0000008a}.e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar{background-color:#0000001f;color:#0000008a}.e-chip-list.e-chip.e-outline.e-focused.e-active,.e-chip-list .e-chip.e-outline.e-focused.e-active{background:#0000001f;border-color:#bdbdbd;color:#000000de}.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete{color:#0000008a}.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar{background-color:#0000001f;color:#0000008a}.e-chip-list.e-chip.e-outline.e-active,.e-chip-list .e-chip.e-outline.e-active{background:#00000024;border-color:#bdbdbd;color:#000000de}.e-chip-list.e-chip.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-outline.e-active .e-chip-delete{color:#0000008a}.e-chip-list.e-chip.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-active .e-chip-avatar{background-color:#00000024;color:#0000008a}.e-chip-list.e-chip.e-outline:active,.e-chip-list .e-chip.e-outline:active{background:#00000029;border-color:#bdbdbd;color:#000000de}.e-chip-list.e-chip.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-outline:active .e-chip-delete{color:#0000008a}.e-chip-list.e-chip.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-outline:active .e-chip-avatar{background-color:#00000029;color:#0000008a}.e-chip-list.e-chip.e-outline.e-disabled,.e-chip-list .e-chip.e-outline.e-disabled{background:transparent;border-color:#00000042;color:#00000042}.e-chip-list.e-chip.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-outline.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-disabled .e-chip-avatar{background-color:#0000;color:#00000042}.e-chip-list.e-chip.e-outline.e-clone-chip,.e-chip-list .e-chip.e-outline.e-clone-chip{background:#bcbcbc;border-color:transparent;color:#000000de}.e-chip-list.e-chip.e-outline.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-outline.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-outline.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-outline.e-clone-chip .e-chip-delete,.e-chip-list.e-chip.e-outline.e-clone-chip .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-outline.e-clone-chip .e-chip-delete.e-dlt-btn{color:#0000008a}.e-chip-list.e-chip.e-outline.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-clone-chip .e-chip-avatar{background-color:#9e9e9e;color:#0000008a}.e-chip-list.e-chip.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-outline.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-outline.e-clone-chip.e-error-treeview{color:#000000de}.e-chip-list.e-chip.e-primary,.e-chip-list .e-chip.e-primary{background:#e3165b;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary .e-chip-icon,.e-chip-list.e-chip.e-primary .e-chip-delete,.e-chip-list .e-chip.e-primary .e-chip-icon,.e-chip-list .e-chip.e-primary .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-primary .e-chip-delete.e-dlt-btn{color:#fffc}.e-chip-list.e-chip.e-primary .e-chip-avatar,.e-chip-list .e-chip.e-primary .e-chip-avatar{background-color:#ab1145;color:#fff}.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-primary:hover,.e-chip-list .e-chip.e-primary:hover{background:#ec3673;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary:hover .e-chip-icon,.e-chip-list.e-chip.e-primary:hover .e-chip-delete,.e-chip-list .e-chip.e-primary:hover .e-chip-icon,.e-chip-list .e-chip.e-primary:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary:hover .e-chip-avatar,.e-chip-list .e-chip.e-primary:hover .e-chip-avatar{background-color:#d01454;color:#fff}.e-chip-list.e-chip.e-primary.e-focused,.e-chip-list .e-chip.e-primary.e-focused{background:#ed4980;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-focused .e-chip-icon,.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete,.e-chip-list .e-chip.e-primary.e-focused .e-chip-icon,.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-focused .e-chip-avatar{background-color:#e3165b;color:#fff}.e-chip-list.e-chip.e-primary.e-focused.e-active,.e-chip-list .e-chip.e-primary.e-focused.e-active{background:#ed4980;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-avatar{background-color:#e3165b;color:#fff}.e-chip-list.e-chip.e-primary.e-active,.e-chip-list .e-chip.e-primary.e-active{background:#ef5b8d;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-active .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-active .e-chip-avatar{background-color:#ea2466;color:#fff}.e-chip-list.e-chip.e-primary:active,.e-chip-list .e-chip.e-primary:active{background:#ef5b8d;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary:active .e-chip-icon,.e-chip-list.e-chip.e-primary:active .e-chip-delete,.e-chip-list .e-chip.e-primary:active .e-chip-icon,.e-chip-list .e-chip.e-primary:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary:active .e-chip-avatar,.e-chip-list .e-chip.e-primary:active .e-chip-avatar{background-color:#ea2466;color:#fff}.e-chip-list.e-chip.e-primary.e-disabled,.e-chip-list .e-chip.e-primary.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-chip-list.e-chip.e-primary.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-primary.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-primary.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-primary.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-disabled .e-chip-avatar{background-color:#0000001f;color:#00000042}.e-chip-list.e-chip.e-primary.e-clone-chip,.e-chip-list .e-chip.e-primary.e-clone-chip{background:#ef5b8d;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-primary.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-primary.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-primary.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-clone-chip .e-chip-avatar{background-color:#ea2466;color:#fff}.e-chip-list.e-chip.e-primary.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-primary.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-primary.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-primary.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-primary.e-outline,.e-chip-list .e-chip.e-primary.e-outline{background:transparent;border-color:#e3165b;color:#e3165b}.e-chip-list.e-chip.e-primary.e-outline .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete{color:#e3165b}.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn{color:#e3165bcc}.e-chip-list.e-chip.e-primary.e-outline .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline .e-chip-avatar{background-color:#e3165b;color:#fff}.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#e3165b}.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-primary.e-outline:hover,.e-chip-list .e-chip.e-primary.e-outline:hover{background:#e3165b1f;border-color:#e3165b;color:#e3165b}.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete{color:#e3165b}.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-avatar{background-color:#e3165b;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-focused,.e-chip-list .e-chip.e-primary.e-outline.e-focused{background:#ed4980;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-avatar{background-color:#e3165b;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active,.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active{background:#ed4980;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar{background-color:#e3165b;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-active,.e-chip-list .e-chip.e-primary.e-outline.e-active{background:#ef5b8d;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-avatar{background-color:#ea2466;color:#fff}.e-chip-list.e-chip.e-primary.e-outline:active,.e-chip-list .e-chip.e-primary.e-outline:active{background:#ef5b8d;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-avatar{background-color:#ea2466;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-disabled,.e-chip-list .e-chip.e-primary.e-outline.e-disabled{background:transparent;border-color:#00000042;color:#00000042}.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-avatar{background-color:#0000;color:#00000042}.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip,.e-chip-list .e-chip.e-primary.e-outline.e-clone-chip{background:#ef5b8d;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline.e-clone-chip .e-chip-avatar{background-color:#ea2466;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-primary.e-outline.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-primary.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-primary.e-outline.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-success,.e-chip-list .e-chip.e-success{background:#4d841d;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success .e-chip-icon,.e-chip-list.e-chip.e-success .e-chip-delete,.e-chip-list .e-chip.e-success .e-chip-icon,.e-chip-list .e-chip.e-success .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn{color:#fffc}.e-chip-list.e-chip.e-success .e-chip-avatar,.e-chip-list .e-chip.e-success .e-chip-avatar{background-color:#305212;color:#fff}.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-success:hover,.e-chip-list .e-chip.e-success:hover{background:#61a524;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success:hover .e-chip-icon,.e-chip-list.e-chip.e-success:hover .e-chip-delete,.e-chip-list .e-chip.e-success:hover .e-chip-icon,.e-chip-list .e-chip.e-success:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success:hover .e-chip-avatar,.e-chip-list .e-chip.e-success:hover .e-chip-avatar{background-color:#437319;color:#fff}.e-chip-list.e-chip.e-success.e-focused,.e-chip-list .e-chip.e-success.e-focused{background:#6ab628;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-focused .e-chip-icon,.e-chip-list.e-chip.e-success.e-focused .e-chip-delete,.e-chip-list .e-chip.e-success.e-focused .e-chip-icon,.e-chip-list .e-chip.e-success.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-success.e-focused .e-chip-avatar{background-color:#4d841d;color:#fff}.e-chip-list.e-chip.e-success.e-focused.e-active,.e-chip-list .e-chip.e-success.e-focused.e-active{background:#6ab628;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar{background-color:#4d841d;color:#fff}.e-chip-list.e-chip.e-success.e-active,.e-chip-list .e-chip.e-success.e-active{background:#74c72c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-active .e-chip-icon,.e-chip-list.e-chip.e-success.e-active .e-chip-delete,.e-chip-list .e-chip.e-success.e-active .e-chip-icon,.e-chip-list .e-chip.e-success.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-active .e-chip-avatar{background-color:#579521;color:#fff}.e-chip-list.e-chip.e-success:active,.e-chip-list .e-chip.e-success:active{background:#74c72c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success:active .e-chip-icon,.e-chip-list.e-chip.e-success:active .e-chip-delete,.e-chip-list .e-chip.e-success:active .e-chip-icon,.e-chip-list .e-chip.e-success:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success:active .e-chip-avatar,.e-chip-list .e-chip.e-success:active .e-chip-avatar{background-color:#579521;color:#fff}.e-chip-list.e-chip.e-success.e-disabled,.e-chip-list .e-chip.e-success.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-chip-list.e-chip.e-success.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-success.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-success.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-success.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-success.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-success.e-disabled .e-chip-avatar{background-color:#0000001f;color:#00000042}.e-chip-list.e-chip.e-success.e-clone-chip,.e-chip-list .e-chip.e-success.e-clone-chip{background:#74c72c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-success.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-success.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-success.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-success.e-clone-chip .e-chip-avatar{background-color:#579521;color:#fff}.e-chip-list.e-chip.e-success.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-success.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-success.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-success.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-success.e-outline,.e-chip-list .e-chip.e-success.e-outline{background:transparent;border-color:#4d841d;color:#4d841d}.e-chip-list.e-chip.e-success.e-outline .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline .e-chip-delete{color:#4d841d}.e-chip-list.e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn{color:#4d841dcc}.e-chip-list.e-chip.e-success.e-outline .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline .e-chip-avatar{background-color:#4d841d;color:#fff}.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#4d841d}.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-success.e-outline:hover,.e-chip-list .e-chip.e-success.e-outline:hover{background:#4d841d1f;border-color:#4d841d;color:#4d841d}.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete{color:#4d841d}.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-avatar{background-color:#4d841d;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused,.e-chip-list .e-chip.e-success.e-outline.e-focused{background:#6ab628;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar{background-color:#4d841d;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active,.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active{background:#6ab628;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar{background-color:#4d841d;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-active,.e-chip-list .e-chip.e-success.e-outline.e-active{background:#74c72c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar{background-color:#579521;color:#fff}.e-chip-list.e-chip.e-success.e-outline:active,.e-chip-list .e-chip.e-success.e-outline:active{background:#74c72c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar{background-color:#579521;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-disabled,.e-chip-list .e-chip.e-success.e-outline.e-disabled{background:transparent;border-color:#00000042;color:#00000042}.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-avatar{background-color:#0000;color:#00000042}.e-chip-list.e-chip.e-success.e-outline.e-clone-chip,.e-chip-list .e-chip.e-success.e-outline.e-clone-chip{background:#74c72c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-clone-chip .e-chip-avatar{background-color:#579521;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-success.e-outline.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-success.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-success.e-outline.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-info,.e-chip-list .e-chip.e-info{background:#0378d5;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info .e-chip-icon,.e-chip-list.e-chip.e-info .e-chip-delete,.e-chip-list .e-chip.e-info .e-chip-icon,.e-chip-list .e-chip.e-info .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-info .e-chip-delete.e-dlt-btn{color:#fffc}.e-chip-list.e-chip.e-info .e-chip-avatar,.e-chip-list .e-chip.e-info .e-chip-avatar{background-color:#025699;color:#fff}.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-info:hover,.e-chip-list .e-chip.e-info:hover{background:#058efb;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info:hover .e-chip-icon,.e-chip-list.e-chip.e-info:hover .e-chip-delete,.e-chip-list .e-chip.e-info:hover .e-chip-icon,.e-chip-list .e-chip.e-info:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info:hover .e-chip-avatar,.e-chip-list .e-chip.e-info:hover .e-chip-avatar{background-color:#036dc1;color:#fff}.e-chip-list.e-chip.e-info.e-focused,.e-chip-list .e-chip.e-info.e-focused{background:#1998fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-focused .e-chip-icon,.e-chip-list.e-chip.e-info.e-focused .e-chip-delete,.e-chip-list .e-chip.e-info.e-focused .e-chip-icon,.e-chip-list .e-chip.e-info.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-info.e-focused .e-chip-avatar{background-color:#0378d5;color:#fff}.e-chip-list.e-chip.e-info.e-focused.e-active,.e-chip-list .e-chip.e-info.e-focused.e-active{background:#1998fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-avatar{background-color:#0378d5;color:#fff}.e-chip-list.e-chip.e-info.e-active,.e-chip-list .e-chip.e-info.e-active{background:#2ea1fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-active .e-chip-icon,.e-chip-list.e-chip.e-info.e-active .e-chip-delete,.e-chip-list .e-chip.e-info.e-active .e-chip-icon,.e-chip-list .e-chip.e-info.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-active .e-chip-avatar,.e-chip-list .e-chip.e-info.e-active .e-chip-avatar{background-color:#0383e9;color:#fff}.e-chip-list.e-chip.e-info:active,.e-chip-list .e-chip.e-info:active{background:#2ea1fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info:active .e-chip-icon,.e-chip-list.e-chip.e-info:active .e-chip-delete,.e-chip-list .e-chip.e-info:active .e-chip-icon,.e-chip-list .e-chip.e-info:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info:active .e-chip-avatar,.e-chip-list .e-chip.e-info:active .e-chip-avatar{background-color:#0383e9;color:#fff}.e-chip-list.e-chip.e-info.e-disabled,.e-chip-list .e-chip.e-info.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-chip-list.e-chip.e-info.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-info.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-info.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-info.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-info.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-info.e-disabled .e-chip-avatar{background-color:#0000001f;color:#00000042}.e-chip-list.e-chip.e-info.e-clone-chip,.e-chip-list .e-chip.e-info.e-clone-chip{background:#2ea1fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-info.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-info.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-info.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-info.e-clone-chip .e-chip-avatar{background-color:#0383e9;color:#fff}.e-chip-list.e-chip.e-info.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-info.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-info.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-info.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-info.e-outline,.e-chip-list .e-chip.e-info.e-outline{background:transparent;border-color:#0378d5;color:#0378d5}.e-chip-list.e-chip.e-info.e-outline .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline .e-chip-delete{color:#0378d5}.e-chip-list.e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn{color:#0378d5cc}.e-chip-list.e-chip.e-info.e-outline .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline .e-chip-avatar{background-color:#0378d5;color:#fff}.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#0378d5}.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-info.e-outline:hover,.e-chip-list .e-chip.e-info.e-outline:hover{background:#0378d51f;border-color:#0378d5;color:#0378d5}.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete{color:#0378d5}.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-avatar{background-color:#0378d5;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-focused,.e-chip-list .e-chip.e-info.e-outline.e-focused{background:#1998fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-avatar{background-color:#0378d5;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active,.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active{background:#1998fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar{background-color:#0378d5;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-active,.e-chip-list .e-chip.e-info.e-outline.e-active{background:#2ea1fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-avatar{background-color:#0383e9;color:#fff}.e-chip-list.e-chip.e-info.e-outline:active,.e-chip-list .e-chip.e-info.e-outline:active{background:#2ea1fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline:active .e-chip-avatar{background-color:#0383e9;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-disabled,.e-chip-list .e-chip.e-info.e-outline.e-disabled{background:transparent;border-color:#00000042;color:#00000042}.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-avatar{background-color:#0000;color:#00000042}.e-chip-list.e-chip.e-info.e-outline.e-clone-chip,.e-chip-list .e-chip.e-info.e-outline.e-clone-chip{background:#2ea1fc;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline.e-clone-chip .e-chip-avatar{background-color:#0383e9;color:#fff}.e-chip-list.e-chip.e-info.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-info.e-outline.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-info.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-info.e-outline.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-warning,.e-chip-list .e-chip.e-warning{background:#c15700;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning .e-chip-icon,.e-chip-list.e-chip.e-warning .e-chip-delete,.e-chip-list .e-chip.e-warning .e-chip-icon,.e-chip-list .e-chip.e-warning .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-warning .e-chip-delete.e-dlt-btn{color:#fffc}.e-chip-list.e-chip.e-warning .e-chip-avatar,.e-chip-list .e-chip.e-warning .e-chip-avatar{background-color:#843b00;color:#fff}.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-warning:hover,.e-chip-list .e-chip.e-warning:hover{background:#ea6900;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning:hover .e-chip-icon,.e-chip-list.e-chip.e-warning:hover .e-chip-delete,.e-chip-list .e-chip.e-warning:hover .e-chip-icon,.e-chip-list .e-chip.e-warning:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning:hover .e-chip-avatar,.e-chip-list .e-chip.e-warning:hover .e-chip-avatar{background-color:#ad4e00;color:#fff}.e-chip-list.e-chip.e-warning.e-focused,.e-chip-list .e-chip.e-warning.e-focused{background:#fe7300;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-focused .e-chip-icon,.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete,.e-chip-list .e-chip.e-warning.e-focused .e-chip-icon,.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-focused .e-chip-avatar{background-color:#c15700;color:#fff}.e-chip-list.e-chip.e-warning.e-focused.e-active,.e-chip-list .e-chip.e-warning.e-focused.e-active{background:#fe7300;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-avatar{background-color:#c15700;color:#fff}.e-chip-list.e-chip.e-warning.e-active,.e-chip-list .e-chip.e-warning.e-active{background:#ff7e14;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-active .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-active .e-chip-avatar{background-color:#d56000;color:#fff}.e-chip-list.e-chip.e-warning:active,.e-chip-list .e-chip.e-warning:active{background:#ff7e14;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning:active .e-chip-icon,.e-chip-list.e-chip.e-warning:active .e-chip-delete,.e-chip-list .e-chip.e-warning:active .e-chip-icon,.e-chip-list .e-chip.e-warning:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning:active .e-chip-avatar,.e-chip-list .e-chip.e-warning:active .e-chip-avatar{background-color:#d56000;color:#fff}.e-chip-list.e-chip.e-warning.e-disabled,.e-chip-list .e-chip.e-warning.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-chip-list.e-chip.e-warning.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-warning.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-warning.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-warning.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-disabled .e-chip-avatar{background-color:#0000001f;color:#00000042}.e-chip-list.e-chip.e-warning.e-clone-chip,.e-chip-list .e-chip.e-warning.e-clone-chip{background:#ff7e14;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-warning.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-warning.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-warning.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-clone-chip .e-chip-avatar{background-color:#d56000;color:#fff}.e-chip-list.e-chip.e-warning.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-warning.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-warning.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-warning.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-warning.e-outline,.e-chip-list .e-chip.e-warning.e-outline{background:transparent;border-color:#c15700;color:#c15700}.e-chip-list.e-chip.e-warning.e-outline .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete{color:#c15700}.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn{color:#c15700cc}.e-chip-list.e-chip.e-warning.e-outline .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline .e-chip-avatar{background-color:#c15700;color:#fff}.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#c15700}.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-warning.e-outline:hover,.e-chip-list .e-chip.e-warning.e-outline:hover{background:#c157001f;border-color:#c15700;color:#c15700}.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete{color:#c15700}.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-avatar{background-color:#c15700;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-focused,.e-chip-list .e-chip.e-warning.e-outline.e-focused{background:#fe7300;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-avatar{background-color:#c15700;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active,.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active{background:#fe7300;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar{background-color:#c15700;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-active,.e-chip-list .e-chip.e-warning.e-outline.e-active{background:#ff7e14;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-avatar{background-color:#d56000;color:#fff}.e-chip-list.e-chip.e-warning.e-outline:active,.e-chip-list .e-chip.e-warning.e-outline:active{background:#ff7e14;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-avatar{background-color:#d56000;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-disabled,.e-chip-list .e-chip.e-warning.e-outline.e-disabled{background:transparent;border-color:#00000042;color:#00000042}.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-avatar{background-color:#0000;color:#00000042}.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip,.e-chip-list .e-chip.e-warning.e-outline.e-clone-chip{background:#ff7e14;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline.e-clone-chip .e-chip-avatar{background-color:#d56000;color:#fff}.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-warning.e-outline.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-warning.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-warning.e-outline.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-danger,.e-chip-list .e-chip.e-danger{background:#d64113;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger .e-chip-icon,.e-chip-list.e-chip.e-danger .e-chip-delete,.e-chip-list .e-chip.e-danger .e-chip-icon,.e-chip-list .e-chip.e-danger .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn{color:#fffc}.e-chip-list.e-chip.e-danger .e-chip-avatar,.e-chip-list .e-chip.e-danger .e-chip-avatar{background-color:#9e300e;color:#fff}.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-danger:hover,.e-chip-list .e-chip.e-danger:hover{background:#ec5526;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger:hover .e-chip-icon,.e-chip-list.e-chip.e-danger:hover .e-chip-delete,.e-chip-list .e-chip.e-danger:hover .e-chip-icon,.e-chip-list .e-chip.e-danger:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger:hover .e-chip-avatar,.e-chip-list .e-chip.e-danger:hover .e-chip-avatar{background-color:#c33b11;color:#fff}.e-chip-list.e-chip.e-danger.e-focused,.e-chip-list .e-chip.e-danger.e-focused{background:#ed6339;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-focused .e-chip-icon,.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete,.e-chip-list .e-chip.e-danger.e-focused .e-chip-icon,.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-focused .e-chip-avatar{background-color:#d64113;color:#fff}.e-chip-list.e-chip.e-danger.e-focused.e-active,.e-chip-list .e-chip.e-danger.e-focused.e-active{background:#ed6339;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar{background-color:#d64113;color:#fff}.e-chip-list.e-chip.e-danger.e-active,.e-chip-list .e-chip.e-danger.e-active{background:#ef724c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-active .e-chip-avatar{background-color:#e94715;color:#fff}.e-chip-list.e-chip.e-danger:active,.e-chip-list .e-chip.e-danger:active{background:#ef724c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger:active .e-chip-icon,.e-chip-list.e-chip.e-danger:active .e-chip-delete,.e-chip-list .e-chip.e-danger:active .e-chip-icon,.e-chip-list .e-chip.e-danger:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger:active .e-chip-avatar,.e-chip-list .e-chip.e-danger:active .e-chip-avatar{background-color:#e94715;color:#fff}.e-chip-list.e-chip.e-danger.e-disabled,.e-chip-list .e-chip.e-danger.e-disabled{background:#0000001f;border-color:transparent;color:#00000042}.e-chip-list.e-chip.e-danger.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-danger.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-danger.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-danger.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-disabled .e-chip-avatar{background-color:#0000001f;color:#00000042}.e-chip-list.e-chip.e-danger.e-clone-chip,.e-chip-list .e-chip.e-danger.e-clone-chip{background:#ef724c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-danger.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-danger.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-danger.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-clone-chip .e-chip-avatar{background-color:#e94715;color:#fff}.e-chip-list.e-chip.e-danger.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-danger.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-danger.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-danger.e-clone-chip.e-error-treeview{color:#fff}.e-chip-list.e-chip.e-danger.e-outline,.e-chip-list .e-chip.e-danger.e-outline{background:transparent;border-color:#d64113;color:#d64113}.e-chip-list.e-chip.e-danger.e-outline .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete{color:#d64113}.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn{color:#d64113cc}.e-chip-list.e-chip.e-danger.e-outline .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline .e-chip-avatar{background-color:#d64113;color:#fff}.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#d64113}.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-danger.e-outline:hover,.e-chip-list .e-chip.e-danger.e-outline:hover{background:#d641131f;border-color:#d64113;color:#d64113}.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete{color:#d64113}.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-avatar{background-color:#d64113;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-focused,.e-chip-list .e-chip.e-danger.e-outline.e-focused{background:#ed6339;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar{background-color:#d64113;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-focused.e-active,.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-focused.e-active{background:#ed6339;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-focused.e-active .e-chip-avatar{background-color:#d64113;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-active,.e-chip-list .e-chip.e-danger.e-outline.e-active{background:#ef724c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar{background-color:#e94715;color:#fff}.e-chip-list.e-chip.e-danger.e-outline:active,.e-chip-list .e-chip.e-danger.e-outline:active{background:#ef724c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar{background-color:#e94715;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-disabled,.e-chip-list .e-chip.e-danger.e-outline.e-disabled{background:transparent;border-color:#00000042;color:#00000042}.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-delete{color:#00000042}.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-avatar{background-color:#0000;color:#00000042}.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip,.e-chip-list .e-chip.e-danger.e-outline.e-clone-chip{background:#ef724c;border-color:transparent;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-clone-chip .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-clone-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-clone-chip .e-chip-avatar{background-color:#e94715;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list.e-chip.e-danger.e-outline.e-clone-chip.e-error-treeview,.e-chip-list .e-chip.e-danger.e-outline.e-clone-chip .e-drag-and-drop,.e-chip-list .e-chip.e-danger.e-outline.e-clone-chip.e-error-treeview{color:#fff}.e-bigger .e-drag-indicator{height:32px}.e-bigger .e-chip-list.e-chip,.e-bigger .e-chip-list .e-chip,.e-bigger.e-chip-list.e-chip,.e-bigger.e-chip-list .e-chip{border-radius:16px;font-size:14px;height:32px;padding:0 12px}.e-bigger .e-chip-list .e-chip-avatar,.e-bigger.e-chip-list .e-chip-avatar{height:32px;width:32px;margin:0 8px 0 -12px;font-size:15px}.e-bigger .e-chip-list .e-chip-avatar-wrap,.e-bigger .e-chip-list.e-chip-avatar-wrap,.e-bigger.e-chip-list .e-chip-avatar-wrap,.e-bigger.e-chip-list.e-chip-avatar-wrap{border-radius:16px}.e-bigger .e-chip-list .e-chip-icon,.e-bigger.e-chip-list .e-chip-icon{font-size:16px;height:24px;width:24px;margin:0 8px 0 -8px}.e-bigger .e-chip-list .e-chip-delete,.e-bigger.e-chip-list .e-chip-delete,.e-bigger .e-chip-list .trailing-icon-url,.e-bigger.e-chip-list .trailing-icon-url{height:18px;width:18px;margin:0 -4px 0 8px;font-size:16px}.e-bigger .e-chip-list.e-multi-selection .e-chip:before,.e-bigger.e-chip-list.e-multi-selection .e-chip:before{height:24px;width:24px;margin:0 4px 0 -8px}.e-bigger .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap:before,.e-bigger.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap:before{height:32px;width:32px;margin:0 8px 0 -12px}.e-bigger .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap):before,.e-bigger.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap):before{width:24px}.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar,.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar,.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar,.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar{margin:0 -12px 0 8px}.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-icon,.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-icon,.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-icon,.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-icon{margin:0 -8px 0 8px}.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-delete,.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-delete,.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-delete,.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-delete{margin:0 8px 0 -4px}.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap,.e-bigger .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap,.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap,.e-bigger .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap,.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap,.e-bigger.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap,.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap,.e-bigger.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap{border-radius:16px}.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip:before,.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip:before{margin:0 -8px 0 8px}.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap:before,.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap:before{margin:0 -12px 0 8px}.e-bigger .e-chip-list.e-rtl .trailing-icon-url,.e-bigger.e-chip-list.e-rtl .trailing-icon-url{margin:0 8px 0 -4px}.e-fab.e-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:9999px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:40px;min-width:40px;padding:0 15px;position:absolute;z-index:100000}.e-fab.e-btn .e-btn-icon{margin-top:0;font-size:14px}.e-fab.e-btn.e-icon-btn{padding:0}.e-fab.e-btn.e-fab-fixed{position:fixed}.e-fab.e-btn.e-fab-top{top:16px}.e-fab.e-btn.e-fab-top.e-fab-middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.e-fab.e-btn.e-fab-top.e-fab-middle.e-fab-left.e-fab-center{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.e-fab.e-btn.e-fab-bottom{bottom:16px}.e-fab.e-btn.e-fab-left{left:16px}.e-fab.e-btn.e-fab-left.e-fab-center{left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}.e-fab.e-btn.e-fab-right{right:16px}.e-rtl.e-fab.e-btn.e-fab-top{top:16px}.e-rtl.e-fab.e-btn.e-fab-top.e-fab-middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.e-rtl.e-fab.e-btn.e-fab-top.e-fab-middle.e-fab-right.e-fab-center{right:50%;top:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.e-rtl.e-fab.e-btn.e-fab-bottom{bottom:16px}.e-rtl.e-fab.e-btn.e-fab-right{right:16px}.e-rtl.e-fab.e-btn.e-fab-right.e-fab-center{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}.e-rtl.e-fab.e-btn.e-fab-left{left:16px}.e-fab-hidden{visibility:hidden}.e-small.e-fab.e-btn,.e-small .e-fab.e-btn{border-radius:9999px;min-height:32px;min-width:32px;padding:0 11px}.e-small.e-fab.e-btn.e-icon-btn,.e-small .e-fab.e-btn.e-icon-btn{padding:0}.e-small.e-fab.e-btn .e-btn-icon,.e-small .e-fab.e-btn .e-btn-icon{font-size:12px}.e-fab.e-btn{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.e-fab.e-btn:hover:not(:focus),.e-fab.e-btn:active,.e-fab.e-btn.e-active,.e-fab.e-btn:disabled{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.e-fab.e-btn:focus{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.e-bigger.e-fab.e-btn,.e-bigger .e-fab.e-btn{border-radius:9999px;min-height:52px;min-width:52px;padding:0 21px}.e-bigger.e-fab.e-btn.e-icon-btn,.e-bigger .e-fab.e-btn.e-icon-btn{padding:0}.e-bigger.e-fab.e-btn .e-btn-icon,.e-bigger .e-fab.e-btn .e-btn-icon{font-size:16px}.e-bigger.e-small.e-fab.e-btn,.e-bigger.e-small .e-fab.e-btn,.e-bigger .e-small.e-fab.e-btn,.e-small .e-bigger.e-fab.e-btn{border-radius:9999px;min-height:46px;min-width:46px;padding:0 17px}.e-bigger.e-small.e-fab.e-btn.e-icon-btn,.e-bigger.e-small .e-fab.e-btn.e-icon-btn,.e-bigger .e-small.e-fab.e-btn.e-icon-btn,.e-small .e-bigger.e-fab.e-btn.e-icon-btn{padding:0}.e-bigger.e-small.e-fab.e-btn .e-btn-icon,.e-bigger.e-small .e-fab.e-btn .e-btn-icon,.e-bigger .e-small.e-fab.e-btn .e-btn-icon,.e-small .e-bigger.e-fab.e-btn .e-btn-icon{font-size:14px}.e-speeddial-popup{position:absolute;z-index:100000;pointer-events:none}.e-speeddial-popup.e-speeddial-top{top:16px}.e-speeddial-popup.e-speeddial-top.e-speeddial-radial .e-speeddial-li{top:0}.e-speeddial-popup.e-speeddial-top.e-speeddial-radial.e-speeddial-middle .e-speeddial-li{top:calc(.5 * var(--speeddialRadialMinWidth) + var(--speeddialRadialOffset))}.e-speeddial-popup.e-speeddial-top.e-speeddial-middle,.e-speeddial-popup.e-speeddial-top.e-speeddial-linear{top:var(--speeddialVertDist)}.e-speeddial-popup.e-speeddial-bottom{bottom:16px}.e-speeddial-popup.e-speeddial-bottom.e-speeddial-radial .e-speeddial-li{bottom:0}.e-speeddial-popup.e-speeddial-bottom.e-speeddial-radial.e-speeddial-middle .e-speeddial-li{bottom:calc(.5 * var(--speeddialRadialMinWidth) + var(--speeddialRadialOffset))}.e-speeddial-popup.e-speeddial-bottom.e-speeddial-middle,.e-speeddial-popup.e-speeddial-bottom.e-speeddial-linear{bottom:var(--speeddialVertDist)}.e-speeddial-popup.e-speeddial-left{left:var(--speeddialRadialHorzDist)}.e-speeddial-popup.e-speeddial-left.e-speeddial-radial .e-speeddial-li{left:0}.e-speeddial-popup.e-speeddial-left.e-speeddial-radial.e-speeddial-center .e-speeddial-li{left:calc(.5 * var(--speeddialRadialMinWidth) + var(--speeddialRadialOffset))}.e-speeddial-popup.e-speeddial-left.e-speeddial-radial.e-speeddial-center,.e-speeddial-popup.e-speeddial-left.e-speeddial-center{left:var(--speeddialRadialHorzDist)}.e-speeddial-popup.e-speeddial-left.e-speeddial-linear{left:var(--speeddialHorzDist)}.e-speeddial-popup.e-speeddial-right{right:var(--speeddialRadialHorzDist)}.e-speeddial-popup.e-speeddial-right.e-speeddial-radial .e-speeddial-li{right:0}.e-speeddial-popup.e-speeddial-right.e-speeddial-radial.e-speeddial-center .e-speeddial-li{right:calc(.5 * var(--speeddialRadialMinWidth) + var(--speeddialRadialOffset))}.e-speeddial-popup.e-speeddial-right.e-speeddial-radial.e-speeddial-center,.e-speeddial-popup.e-speeddial-right.e-speeddial-center{right:var(--speeddialRadialHorzDist)}.e-speeddial-popup.e-speeddial-right.e-speeddial-linear{right:var(--speeddialHorzDist)}.e-speeddial-popup.e-speeddial-template{outline:none;pointer-events:auto;z-index:100001}.e-speeddial-popup.e-speeddial-linear .e-speeddial-li{margin:5px 0}.e-speeddial-popup .e-speeddial-ul{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0;padding:5px}.e-speeddial-popup .e-speeddial-li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;pointer-events:auto;position:relative;z-index:100001}.e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text{margin:0 8px}.e-speeddial-popup .e-speeddial-li-text{border-radius:2px;padding:0 5px;white-space:nowrap;height:26px;line-height:26px;border:1px solid}.e-speeddial-popup .e-speeddial-li-icon{border-radius:99999px;border:1px solid;font-size:12px;height:28px;width:28px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.e-speeddial-popup.e-speeddial-fixed{position:fixed}.e-speeddial-popup.e-speeddial-vert-right .e-speeddial-li,.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul.e-speeddial-horz-top{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.e-speeddial-popup.e-speeddial-vert-bottom .e-speeddial-ul{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul.e-speeddial-horz-top,.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul{padding:5px}.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li{margin:0 5px}.e-speeddial-popup.e-speeddial-overflow .e-speeddial-ul{overflow:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.e-speeddial-popup.e-speeddial-overflow .e-speeddial-ul::-webkit-scrollbar{display:none}.e-speeddial-popup.e-speeddial-overflow.e-speeddial-vert-overflow .e-speeddial-ul{max-height:var(--speeddialOverflowLimit)}.e-speeddial-popup.e-speeddial-overflow.e-speeddial-horz-overflow .e-speeddial-ul{max-width:var(--speeddialOverflowLimit)}.e-speeddial-popup.e-speeddial-radial{height:calc(var(--speeddialRadialOffset) + 2 * var(--speeddialRadialMinHeight));width:calc(var(--speeddialRadialOffset) + 2 * var(--speeddialRadialMinWidth))}.e-speeddial-popup.e-speeddial-radial.e-speeddial-middle{height:calc(2 * var(--speeddialRadialOffset) + 2 * var(--speeddialRadialMinHeight))}.e-speeddial-popup.e-speeddial-radial.e-speeddial-center{width:calc(2 * var(--speeddialRadialOffset) + 2 * var(--speeddialRadialMinWidth))}.e-speeddial-popup.e-speeddial-radial.e-speeddial-top-left{border-bottom-right-radius:100%}.e-speeddial-popup.e-speeddial-radial.e-speeddial-top-right{border-bottom-left-radius:100%}.e-speeddial-popup.e-speeddial-radial.e-speeddial-bottom-left{border-top-right-radius:100%}.e-speeddial-popup.e-speeddial-radial.e-speeddial-bottom-right{border-top-left-radius:100%}.e-speeddial-popup.e-speeddial-radial .e-speeddial-ul{height:inherit;width:inherit;position:relative;border-radius:inherit;padding:0}.e-speeddial-popup.e-speeddial-radial .e-speeddial-li{position:absolute;-webkit-transform:rotate(var(--speeddialRadialAngle)) translate(var(--speeddialRadialOffset)) rotate(calc(-1 * var(--speeddialRadialAngle)));transform:rotate(var(--speeddialRadialAngle)) translate(var(--speeddialRadialOffset)) rotate(calc(-1 * var(--speeddialRadialAngle)))}.e-speeddial-popup.e-speeddial-radial .e-speeddial-li-text,.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li-text,.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li-text{position:absolute;visibility:hidden}.e-small.e-speeddial-popup .e-speeddial-ul,.e-small .e-speeddial-popup .e-speeddial-ul{padding:5px 3px}.e-small.e-speeddial-popup.e-speeddial-linear .e-speeddial-li,.e-small .e-speeddial-popup.e-speeddial-linear .e-speeddial-li{margin:5px 0}.e-small.e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text,.e-small .e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text{margin:0 8px}.e-small.e-speeddial-popup .e-speeddial-li-text,.e-small .e-speeddial-popup .e-speeddial-li-text{height:22px;line-height:22px}.e-small.e-speeddial-popup .e-speeddial-li-icon,.e-small .e-speeddial-popup .e-speeddial-li-icon{height:24px;width:24px;font-size:12px}.e-small.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-small.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul,.e-small .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-small .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul{padding:3px 5px}.e-small.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-small.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li,.e-small .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-small .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li{margin:0 5px}.e-speeddial-overlay{height:100%;width:100%;position:absolute;left:0;top:0;z-index:99998}.e-speeddial-overlay.e-speeddial-fixed{height:100vh;width:100vw;position:fixed}.e-speeddial-hidden{visibility:hidden}.e-speeddial-overlay{background-color:#6b728080}.e-speeddial-popup .e-speeddial-li{color:#000}.e-speeddial-popup .e-speeddial-li .e-speeddial-li-text{background:#fff;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;border-color:#fff}.e-speeddial-popup .e-speeddial-li .e-speeddial-li-icon{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;background:#fff;border-color:#fff}.e-speeddial-popup .e-speeddial-li.e-disabled{color:#000}.e-speeddial-popup .e-speeddial-li.e-disabled .e-speeddial-li-text,.e-speeddial-popup .e-speeddial-li.e-disabled .e-speeddial-li-icon{background:#fafafa;border-color:#fafafa}.e-speeddial-popup .e-speeddial-li.e-speeddial-li-active:not(.e-disabled),.e-speeddial-popup .e-speeddial-li:focus:not(.e-disabled){color:#000}.e-speeddial-popup .e-speeddial-li.e-speeddial-li-active:not(.e-disabled) .e-speeddial-li-text,.e-speeddial-popup .e-speeddial-li.e-speeddial-li-active:not(.e-disabled) .e-speeddial-li-icon,.e-speeddial-popup .e-speeddial-li:focus:not(.e-disabled) .e-speeddial-li-text,.e-speeddial-popup .e-speeddial-li:focus:not(.e-disabled) .e-speeddial-li-icon{background:#e0e0e0;border-color:#e0e0e0}.e-speeddial-popup .e-speeddial-li:not(.e-disabled):hover{color:#000}.e-speeddial-popup .e-speeddial-li:not(.e-disabled):hover .e-speeddial-li-text,.e-speeddial-popup .e-speeddial-li:not(.e-disabled):hover .e-speeddial-li-icon{background:#e0e0e0;border-color:#e0e0e0}.e-speeddial-popup .e-speeddial-li:not(.e-disabled):active{color:#000}.e-speeddial-popup .e-speeddial-li:not(.e-disabled):active .e-speeddial-li-text,.e-speeddial-popup .e-speeddial-li:not(.e-disabled):active .e-speeddial-li-icon{background:#bdbdbd;border-color:#bdbdbd}.e-bigger.e-speeddial-popup .e-speeddial-ul,.e-bigger .e-speeddial-popup .e-speeddial-ul{padding:6px 7px}.e-bigger.e-speeddial-popup.e-speeddial-linear .e-speeddial-li,.e-bigger .e-speeddial-popup.e-speeddial-linear .e-speeddial-li{margin:6px 0}.e-bigger.e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text,.e-bigger .e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text{margin:0 12px}.e-bigger.e-speeddial-popup .e-speeddial-li-text,.e-bigger .e-speeddial-popup .e-speeddial-li-text{height:32px;line-height:32px}.e-bigger.e-speeddial-popup .e-speeddial-li-icon,.e-bigger .e-speeddial-popup .e-speeddial-li-icon{height:36px;width:36px;font-size:14px}.e-bigger.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-bigger.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul,.e-bigger .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-bigger .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul{padding:7px 6px}.e-bigger.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-bigger.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li,.e-bigger .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-bigger .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li{margin:0 6px}.e-bigger.e-small.e-speeddial-popup .e-speeddial-ul,.e-bigger.e-small .e-speeddial-popup .e-speeddial-ul,.e-bigger .e-small.e-speeddial-popup .e-speeddial-ul,.e-small .e-bigger.e-speeddial-popup .e-speeddial-ul{padding:5px}.e-bigger.e-small.e-speeddial-popup.e-speeddial-linear .e-speeddial-li,.e-bigger.e-small .e-speeddial-popup.e-speeddial-linear .e-speeddial-li,.e-bigger .e-small.e-speeddial-popup.e-speeddial-linear .e-speeddial-li,.e-small .e-bigger.e-speeddial-popup.e-speeddial-linear .e-speeddial-li{margin:5px 0}.e-bigger.e-small.e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text,.e-bigger.e-small .e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text,.e-bigger .e-small.e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text,.e-small .e-bigger.e-speeddial-popup .e-speeddial-li:not(.e-speeddial-text-li) .e-speeddial-li-text{margin:0 12px}.e-bigger.e-small.e-speeddial-popup .e-speeddial-li-text,.e-bigger.e-small .e-speeddial-popup .e-speeddial-li-text,.e-bigger .e-small.e-speeddial-popup .e-speeddial-li-text,.e-small .e-bigger.e-speeddial-popup .e-speeddial-li-text{height:30px;line-height:30px}.e-bigger.e-small.e-speeddial-popup .e-speeddial-li-icon,.e-bigger.e-small .e-speeddial-popup .e-speeddial-li-icon,.e-bigger .e-small.e-speeddial-popup .e-speeddial-li-icon,.e-small .e-bigger.e-speeddial-popup .e-speeddial-li-icon{height:34px;width:34px;font-size:14px}.e-bigger.e-small.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-bigger.e-small.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul,.e-bigger.e-small .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-bigger.e-small .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul,.e-bigger .e-small.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-bigger .e-small.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul,.e-small .e-bigger.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-ul,.e-small .e-bigger.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-ul{padding:5px}.e-bigger.e-small.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-bigger.e-small.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li,.e-bigger.e-small .e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-bigger.e-small .e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li,.e-bigger .e-small.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-bigger .e-small.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li,.e-small .e-bigger.e-speeddial-popup.e-speeddial-horz-right .e-speeddial-li,.e-small .e-bigger.e-speeddial-popup.e-speeddial-horz-left .e-speeddial-li{margin:0 5px}.e-dropdown-btn .e-caret:before,.e-dropdown-btn.e-btn .e-caret:before{content:""}.e-dropdown-btn,.e-dropdown-btn.e-btn{-webkit-box-shadow:none;box-shadow:none;text-transform:none;white-space:normal}.e-dropdown-btn:hover,.e-dropdown-btn.e-btn:hover{-webkit-box-shadow:none;box-shadow:none}.e-dropdown-btn:focus,.e-dropdown-btn.e-btn:focus{-webkit-box-shadow:none;box-shadow:none}.e-dropdown-btn:active,.e-dropdown-btn.e-btn:active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-dropdown-btn .e-btn-icon,.e-dropdown-btn.e-btn .e-btn-icon,.e-dropdown-btn .e-caret,.e-dropdown-btn.e-btn .e-caret{font-size:14px}.e-dropdown-btn.e-vertical,.e-dropdown-btn.e-btn.e-vertical{line-height:1;padding:12px}.e-dropdown-btn.e-caret-hide .e-caret,.e-dropdown-btn.e-btn.e-caret-hide .e-caret{display:none}.e-dropdown-btn.e-small .e-dropdown-popup ul,.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul{padding:8px 0}.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item{padding:0 16px}.e-dropdown-btn.e-small.e-vertical,.e-dropdown-btn.e-btn.e-small.e-vertical{line-height:1;padding:12px}.e-dropdown-btn.e-small .e-btn-icon,.e-dropdown-btn.e-btn.e-small .e-btn-icon,.e-dropdown-btn.e-small .e-btn-icon.e-caret,.e-dropdown-btn.e-btn.e-small .e-btn-icon.e-caret{font-size:12px}.e-dropdown-popup{position:absolute}.e-dropdown-popup ul{border:none;border-radius:0;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-weight:400;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;min-width:120px;overflow:hidden;padding:8px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.e-dropdown-popup ul .e-item{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;line-height:36px;padding:0 16px}.e-dropdown-popup ul .e-item.e-separator{padding:0!important}.e-dropdown-popup ul .e-item.e-url{padding:0}.e-dropdown-popup ul .e-item .e-menu-url{display:block;padding:0 16px;text-decoration:none;width:100%}.e-dropdown-popup ul .e-item .e-menu-icon{float:left;font-size:14px;line-height:36px;margin-right:10px;vertical-align:middle;width:1em}.e-dropdown-popup ul .e-item.e-disabled{cursor:auto;pointer-events:none}.e-dropdown-popup ul .e-item.e-separator{border-bottom-style:solid;border-bottom-width:1px;cursor:auto;height:auto;line-height:normal;margin:8px 0;pointer-events:none}.e-dropdown-popup.e-transparent{background:transparent;-webkit-box-shadow:none;box-shadow:none}.e-dropdown-popup.e-transparent .e-dropdown-menu{border:0;height:1px;min-width:0;padding:0;width:1px}.e-dropdown-popup.e-hidden{display:none!important}.e-rtl.e-dropdown-popup .e-item .e-menu-icon{float:right;margin-left:10px;margin-right:0}.e-dropdown-popup-width ul{min-width:0!important}.e-dropdown-popup-width ul li{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block!important}.e-dropdown-popup{background:#fff;color:#000000de}.e-dropdown-popup ul .e-item .e-menu-url,.e-dropdown-popup ul .e-item .e-menu-icon{color:#000000de}.e-dropdown-popup ul .e-item.e-focused{background:#e0e0e0;-webkit-box-shadow:none;box-shadow:none}.e-dropdown-popup ul .e-item:hover{background:#e0e0e0;color:#000000de}.e-dropdown-popup ul .e-item:active,.e-dropdown-popup ul .e-item.e-selected{background:#bdbdbd;color:#000000de}.e-dropdown-popup ul .e-item:active .e-menu-url,.e-dropdown-popup ul .e-item.e-selected .e-menu-url,.e-dropdown-popup ul .e-item:active .e-menu-icon,.e-dropdown-popup ul .e-item.e-selected .e-menu-icon{color:#000000de}.e-dropdown-popup ul .e-separator{border-bottom-color:#0000001f}.e-dropdown-btn.e-inherit,.e-dropdown-btn.e-btn.e-inherit{background:inherit;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:inherit}.e-dropdown-btn.e-inherit:hover,.e-dropdown-btn.e-inherit:focus,.e-dropdown-btn.e-inherit:active,.e-dropdown-btn.e-inherit.e-active,.e-dropdown-btn.e-btn.e-inherit:hover,.e-dropdown-btn.e-btn.e-inherit:focus,.e-dropdown-btn.e-btn.e-inherit:active,.e-dropdown-btn.e-btn.e-inherit.e-active{background:#0000000e;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:inherit}.e-bigger .e-dropdown-btn .e-btn-icon,.e-bigger.e-dropdown-btn .e-btn-icon{font-size:18px}.e-bigger .e-dropdown-btn .e-caret,.e-bigger.e-dropdown-btn .e-caret{font-size:16px}.e-bigger .e-dropdown-btn.e-vertical,.e-bigger.e-dropdown-btn.e-vertical,.e-bigger .e-dropdown-btn.e-small.e-vertical,.e-bigger.e-dropdown-btn.e-small.e-vertical{line-height:1;padding:16px}.e-bigger .e-dropdown-btn.e-small .e-btn-icon,.e-bigger.e-dropdown-btn.e-small .e-btn-icon{font-size:18px}.e-bigger .e-dropdown-btn.e-small .e-btn-icon.e-caret,.e-bigger.e-dropdown-btn.e-small .e-btn-icon.e-caret{font-size:16px}*.e-bigger .e-dropdown-popup ul,*.e-bigger.e-dropdown-popup ul{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;font-size:15px;min-width:112px;padding:8px 0}*.e-bigger .e-dropdown-popup ul .e-item,*.e-bigger.e-dropdown-popup ul .e-item{height:48px;line-height:48px;padding:0 16px}*.e-bigger .e-dropdown-popup ul .e-item.e-url,*.e-bigger.e-dropdown-popup ul .e-item.e-url{padding:0}*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon{font-size:16px;line-height:48px}*.e-bigger .e-dropdown-popup ul .e-item.e-separator,*.e-bigger.e-dropdown-popup ul .e-item.e-separator{height:auto;line-height:normal}.e-split-btn-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.e-split-btn-wrapper .e-split-btn{border-bottom-right-radius:0;border-top-right-radius:0;text-transform:none;padding-left:10px;padding-right:10px}.e-split-btn-wrapper .e-split-btn:focus{outline-offset:0}.e-split-btn-wrapper .e-split-btn:hover{-webkit-box-shadow:none;box-shadow:none}.e-split-btn-wrapper .e-split-btn:focus{-webkit-box-shadow:none;box-shadow:none}.e-split-btn-wrapper .e-split-btn:active{-webkit-box-shadow:none;box-shadow:none;z-index:0}.e-split-btn-wrapper .e-split-btn.e-top-icon-btn{padding-bottom:10px;padding-top:10px}.e-split-btn-wrapper .e-split-btn .e-btn-icon{font-size:14px;margin-left:0;padding-right:8px;width:auto}.e-split-btn-wrapper .e-split-btn .e-icon-top{padding-bottom:4px;padding-right:0}.e-split-btn-wrapper .e-split-btn.e-icon-btn{padding-left:6px;padding-right:6px}.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon{padding-right:0}.e-split-btn-wrapper .e-dropdown-btn{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0;padding-left:4px;padding-right:4px}.e-split-btn-wrapper .e-dropdown-btn:focus,.e-split-btn-wrapper .e-dropdown-btn:hover{-webkit-box-shadow:none;box-shadow:none}.e-split-btn-wrapper .e-dropdown-btn:active{-webkit-box-shadow:none;box-shadow:none;z-index:0}.e-split-btn-wrapper .e-dropdown-btn:disabled:focus,.e-split-btn-wrapper .e-dropdown-btn:disabled:hover,.e-split-btn-wrapper .e-dropdown-btn:disabled:active{z-index:0}.e-split-btn-wrapper .e-dropdown-btn:focus{outline-offset:0}.e-split-btn-wrapper .e-btn,.e-split-btn-wrapper .e-btn:hover{-webkit-box-shadow:none;box-shadow:none}.e-split-btn-wrapper .e-btn:focus{-webkit-box-shadow:none;box-shadow:none}.e-split-btn-wrapper .e-btn:active{-webkit-box-shadow:none;box-shadow:none}.e-split-btn-wrapper .e-btn:disabled{-webkit-box-shadow:none;box-shadow:none}.e-split-btn-wrapper .e-btn.e-inherit:focus,.e-split-btn-wrapper .e-btn.e-inherit:active{-webkit-box-shadow:none;box-shadow:none}.e-split-btn-wrapper.e-rtl .e-split-btn{border-radius:0 2px 2px 0;margin-left:0;padding-left:4px;padding-right:10px}.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon{margin-right:0;padding-left:8px;padding-right:0}.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top{padding-left:0}.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn{padding-left:6px;padding-right:6px}.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon{padding-left:0}.e-split-btn-wrapper.e-rtl .e-dropdown-btn{border-radius:2px 0 0 2px;margin-left:0}.e-split-btn-wrapper.e-vertical{display:inline-block}.e-split-btn-wrapper.e-vertical .e-split-btn,.e-split-btn-wrapper.e-vertical .e-dropdown-btn{display:block;width:100%}.e-split-btn-wrapper.e-vertical .e-split-btn{border-bottom-left-radius:0;border-top-right-radius:2px;line-height:1;padding-bottom:4px;padding-right:10px}.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top{padding-bottom:4px}.e-split-btn-wrapper.e-vertical .e-dropdown-btn{border-bottom-left-radius:2px;border-top-right-radius:0;line-height:.417em;margin-left:0;margin-top:0;padding-bottom:4px;padding-top:4px}.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom{padding-top:0}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn{border-bottom-right-radius:0;border-top-left-radius:2px;margin-left:0}.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn{border-bottom-right-radius:2px;border-top-left-radius:0}.e-split-btn-wrapper .e-split-btn{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:focus{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:active{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:disabled{border-right-color:#0000001f}.e-split-btn-wrapper .e-split-btn.e-inherit{border-color:transparent}.e-split-btn-wrapper:hover :not(e-active) .e-split-btn{border-right-color:transparent}.e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled{border-right-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:focus{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:active{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:disabled{border-left-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn.e-inherit{border-color:transparent}.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active){border-left-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active):disabled{border-left-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn.e-inherit,.e-split-btn-wrapper.e-vertical .e-split-btn.e-inherit:focus,.e-split-btn-wrapper.e-vertical .e-split-btn.e-inherit:active,.e-split-btn-wrapper.e-vertical .e-split-btn.e-inherit:disabled{border-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:focus{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:active{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:disabled{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical:hover .e-split-btn{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical:hover .e-split-btn.e-inherit,.e-split-btn-wrapper.e-vertical:hover .e-split-btn.e-inherit:disabled{border-color:transparent}.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled{border-bottom-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit,.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:focus,.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:active,.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:disabled{border-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn.e-inherit{border-color:transparent}.e-bigger .e-split-btn-wrapper .e-split-btn,.e-bigger.e-split-btn-wrapper .e-split-btn{padding-left:12px;padding-right:6px}.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn,.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn{padding-bottom:12px;padding-top:12px}.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon,.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon{font-size:18px;margin-left:0;padding-right:10px;width:auto}.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top,.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top{padding-bottom:6px;padding-right:0}.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn,.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn{padding-left:9px;padding-right:9px}.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon,.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon{padding-right:0}.e-bigger .e-split-btn-wrapper .e-dropdown-btn,.e-bigger.e-split-btn-wrapper .e-dropdown-btn{padding-left:4px;padding-right:4px}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn{padding-left:6px;padding-right:12px}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon{padding-left:10px;padding-right:0}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top{padding-left:0}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn{padding-left:9px;padding-right:9px}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon{padding-left:0}.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn,.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn{padding-bottom:6px;padding-right:12px}.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn,.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn{padding-bottom:4px;padding-top:4px}.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom,.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom{padding-top:0}*.e-btn-group,*.e-css.e-btn-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:2px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative}*.e-btn-group input+label.e-btn,*.e-css.e-btn-group input+label.e-btn{margin-bottom:0}*.e-btn-group input,*.e-css.e-btn-group input{-moz-appearance:none;height:1px;margin:0 0 0 -1px;opacity:0;position:absolute;width:1px}*.e-btn-group input:disabled+label.e-btn,*.e-btn-group :disabled,*.e-css.e-btn-group input:disabled+label.e-btn,*.e-css.e-btn-group :disabled{cursor:default;pointer-events:none}*.e-btn-group .e-btn-icon,*.e-css.e-btn-group .e-btn-icon{font-size:14px}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn{margin-left:0}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type){border-radius:0}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper+.e-btn,*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper+.e-btn{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-rtl .e-btn,*.e-css.e-btn-group.e-rtl .e-btn{margin-left:0}*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type){border-radius:0}*.e-btn-group.e-rtl .e-btn:first-of-type,*.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-rtl .e-btn:last-of-type,*.e-css.e-btn-group.e-rtl .e-btn:last-of-type{border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group.e-rtl .e-split-btn-wrapper+.e-btn,*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper+.e-btn{border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child{border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child{border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group.e-vertical,*.e-css.e-btn-group.e-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}*.e-btn-group.e-vertical input,*.e-css.e-btn-group.e-vertical input{margin:-1px 0 0}*.e-btn-group.e-vertical .e-btn:not(.e-outline),*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline){margin-top:-1px}*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type){border-radius:0}*.e-btn-group.e-vertical .e-btn:first-of-type,*.e-css.e-btn-group.e-vertical .e-btn:first-of-type{border-radius:2px 2px 0 0}*.e-btn-group.e-vertical .e-btn:last-of-type,*.e-css.e-btn-group.e-vertical .e-btn:last-of-type{border-radius:0 0 2px 2px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl){border-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type{border-bottom-left-radius:20px;border-top-left-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type{border-bottom-right-radius:20px;border-top-right-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper+.e-btn,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper+.e-btn{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child{border-bottom-left-radius:20px;border-top-left-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child{border-bottom-right-radius:20px;border-top-right-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl{border-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type{border-bottom-right-radius:20px;border-top-right-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type{border-bottom-left-radius:20px;border-top-left-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child){border-bottom-right-radius:0;border-top-right-radius:0}.e-btn-group:not(.e-outline),.e-css.e-btn-group:not(.e-outline){-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.e-btn-group .e-btn,.e-css.e-btn-group .e-btn,.e-btn-group .e-btn:hover,.e-css.e-btn-group .e-btn:hover{-webkit-box-shadow:none;box-shadow:none}.e-btn-group .e-btn:focus,.e-btn-group input:focus-visible+label.e-btn,.e-btn-group input:focus+label.e-btn,.e-css.e-btn-group .e-btn:focus,.e-css.e-btn-group input:focus-visible+label.e-btn,.e-css.e-btn-group input:focus+label.e-btn{background:#0000002e;border-color:transparent;color:#000000de;outline:#fafafa 0 solid;outline-offset:0;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;-webkit-box-shadow:none;box-shadow:none;outline-color:inherit}.e-btn-group .e-btn:focus.e-primary,.e-btn-group input:focus-visible+label.e-btn.e-primary,.e-btn-group input:focus+label.e-btn.e-primary,.e-css.e-btn-group .e-btn:focus.e-primary,.e-css.e-btn-group input:focus-visible+label.e-btn.e-primary,.e-css.e-btn-group input:focus+label.e-btn.e-primary{background:#ea4e82;border-color:transparent;color:#fff;outline:#fafafa 0 solid;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;-webkit-box-shadow:none;box-shadow:none;outline-color:inherit}.e-btn-group .e-btn:focus.e-success,.e-btn-group input:focus-visible+label.e-btn.e-success,.e-btn-group input:focus+label.e-btn.e-success,.e-css.e-btn-group .e-btn:focus.e-success,.e-css.e-btn-group input:focus-visible+label.e-btn.e-success,.e-css.e-btn-group input:focus+label.e-btn.e-success{background:#78a253;border-color:transparent;color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;-webkit-box-shadow:none;box-shadow:none;outline-color:inherit}.e-btn-group .e-btn:focus.e-info,.e-btn-group input:focus-visible+label.e-btn.e-info,.e-btn-group input:focus+label.e-btn.e-info,.e-css.e-btn-group .e-btn:focus.e-info,.e-css.e-btn-group input:focus-visible+label.e-btn.e-info,.e-css.e-btn-group input:focus+label.e-btn.e-info{background:#3f98df;border-color:transparent;color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;-webkit-box-shadow:none;box-shadow:none;outline-color:inherit}.e-btn-group .e-btn:focus.e-warning,.e-btn-group input:focus-visible+label.e-btn.e-warning,.e-btn-group input:focus+label.e-btn.e-warning,.e-css.e-btn-group .e-btn:focus.e-warning,.e-css.e-btn-group input:focus-visible+label.e-btn.e-warning,.e-css.e-btn-group input:focus+label.e-btn.e-warning{background:#d07f3d;border-color:transparent;color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;-webkit-box-shadow:none;box-shadow:none;outline-color:inherit}.e-btn-group .e-btn:focus.e-danger,.e-btn-group input:focus-visible+label.e-btn.e-danger,.e-btn-group input:focus+label.e-btn.e-danger,.e-css.e-btn-group .e-btn:focus.e-danger,.e-css.e-btn-group input:focus-visible+label.e-btn.e-danger,.e-css.e-btn-group input:focus+label.e-btn.e-danger{background:#e06f4c;border-color:transparent;color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;-webkit-box-shadow:none;box-shadow:none;outline-color:inherit}.e-btn-group .e-btn:focus.e-link,.e-btn-group input:focus-visible+label.e-btn.e-link,.e-btn-group input:focus+label.e-btn.e-link,.e-css.e-btn-group .e-btn:focus.e-link,.e-css.e-btn-group input:focus-visible+label.e-btn.e-link,.e-css.e-btn-group input:focus+label.e-btn.e-link{border-radius:0;text-decoration:underline;color:#0a3576;background-color:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;outline:none}.e-btn-group .e-btn:focus.e-outline,.e-btn-group input:focus-visible+label.e-btn.e-outline,.e-btn-group input:focus+label.e-btn.e-outline,.e-css.e-btn-group .e-btn:focus.e-outline,.e-css.e-btn-group input:focus-visible+label.e-btn.e-outline,.e-css.e-btn-group input:focus+label.e-btn.e-outline{-webkit-box-shadow:none;box-shadow:none}.e-btn-group .e-btn:focus.e-outline.e-primary,.e-btn-group input:focus-visible+label.e-btn.e-outline.e-primary,.e-btn-group input:focus+label.e-btn.e-outline.e-primary,.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,.e-css.e-btn-group input:focus-visible+label.e-btn.e-outline.e-primary,.e-css.e-btn-group input:focus+label.e-btn.e-outline.e-primary{-webkit-box-shadow:none;box-shadow:none}.e-btn-group .e-btn:focus.e-outline.e-success,.e-btn-group input:focus-visible+label.e-btn.e-outline.e-success,.e-btn-group input:focus+label.e-btn.e-outline.e-success,.e-css.e-btn-group .e-btn:focus.e-outline.e-success,.e-css.e-btn-group input:focus-visible+label.e-btn.e-outline.e-success,.e-css.e-btn-group input:focus+label.e-btn.e-outline.e-success{-webkit-box-shadow:none;box-shadow:none}.e-btn-group .e-btn:focus.e-outline.e-info,.e-btn-group input:focus-visible+label.e-btn.e-outline.e-info,.e-btn-group input:focus+label.e-btn.e-outline.e-info,.e-css.e-btn-group .e-btn:focus.e-outline.e-info,.e-css.e-btn-group input:focus-visible+label.e-btn.e-outline.e-info,.e-css.e-btn-group input:focus+label.e-btn.e-outline.e-info{-webkit-box-shadow:none;box-shadow:none}.e-btn-group .e-btn:focus.e-outline.e-warning,.e-btn-group input:focus-visible+label.e-btn.e-outline.e-warning,.e-btn-group input:focus+label.e-btn.e-outline.e-warning,.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,.e-css.e-btn-group input:focus-visible+label.e-btn.e-outline.e-warning,.e-css.e-btn-group input:focus+label.e-btn.e-outline.e-warning{-webkit-box-shadow:none;box-shadow:none}.e-btn-group .e-btn:focus.e-outline.e-danger,.e-btn-group input:focus-visible+label.e-btn.e-outline.e-danger,.e-btn-group input:focus+label.e-btn.e-outline.e-danger,.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,.e-css.e-btn-group input:focus-visible+label.e-btn.e-outline.e-danger,.e-css.e-btn-group input:focus+label.e-btn.e-outline.e-danger{-webkit-box-shadow:none;box-shadow:none}.e-btn-group .e-btn:active,.e-btn-group input:active+label.e-btn,.e-btn-group input:checked+label.e-btn,.e-css.e-btn-group .e-btn:active,.e-css.e-btn-group input:active+label.e-btn,.e-css.e-btn-group input:checked+label.e-btn{background:#b8b8b8f4;border-color:transparent;color:#000000de;outline:#fafafa 0 solid;outline-offset:0}.e-btn-group .e-btn:active.e-primary,.e-btn-group input:active+label.e-btn.e-primary,.e-btn-group input:checked+label.e-btn.e-primary,.e-css.e-btn-group .e-btn:active.e-primary,.e-css.e-btn-group input:active+label.e-btn.e-primary,.e-css.e-btn-group input:checked+label.e-btn.e-primary{background:#ec618f;border-color:transparent;color:#fff;outline:#fafafa 0 solid;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn-group .e-btn:active.e-success,.e-btn-group input:active+label.e-btn.e-success,.e-btn-group input:checked+label.e-btn.e-success,.e-css.e-btn-group .e-btn:active.e-success,.e-css.e-btn-group input:active+label.e-btn.e-success,.e-css.e-btn-group input:checked+label.e-btn.e-success{background:#86ab65;border-color:transparent;color:#fff;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn-group .e-btn:active.e-info,.e-btn-group input:active+label.e-btn.e-info,.e-btn-group input:checked+label.e-btn.e-info,.e-css.e-btn-group .e-btn:active.e-info,.e-css.e-btn-group input:active+label.e-btn.e-info,.e-css.e-btn-group input:checked+label.e-btn.e-info{background:#54a3e2;color:#fff;border-color:transparent;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn-group .e-btn:active.e-warning,.e-btn-group input:active+label.e-btn.e-warning,.e-btn-group input:checked+label.e-btn.e-warning,.e-css.e-btn-group .e-btn:active.e-warning,.e-css.e-btn-group input:active+label.e-btn.e-warning,.e-css.e-btn-group input:checked+label.e-btn.e-warning{background:#d58d52;border-color:transparent;color:#fff;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn-group .e-btn:active.e-danger,.e-btn-group input:active+label.e-btn.e-danger,.e-btn-group input:checked+label.e-btn.e-danger,.e-css.e-btn-group .e-btn:active.e-danger,.e-css.e-btn-group input:active+label.e-btn.e-danger,.e-css.e-btn-group input:checked+label.e-btn.e-danger{background:#e37e5f;border-color:transparent;color:#fff;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-btn-group .e-btn:active.e-outline,.e-btn-group input:active+label.e-btn.e-outline,.e-btn-group input:checked+label.e-btn.e-outline,.e-css.e-btn-group .e-btn:active.e-outline,.e-css.e-btn-group input:active+label.e-btn.e-outline,.e-css.e-btn-group input:checked+label.e-btn.e-outline{background:#00000052;border-color:#adadad;-webkit-box-shadow:none;box-shadow:none;color:#000000de}.e-btn-group .e-btn:active.e-outline.e-primary,.e-btn-group input:active+label.e-btn.e-outline.e-primary,.e-btn-group input:checked+label.e-btn.e-outline.e-primary,.e-css.e-btn-group .e-btn:active.e-outline.e-primary,.e-css.e-btn-group input:active+label.e-btn.e-outline.e-primary,.e-css.e-btn-group input:checked+label.e-btn.e-outline.e-primary{background:#ec618f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn-group .e-btn:active.e-outline.e-success,.e-btn-group input:active+label.e-btn.e-outline.e-success,.e-btn-group input:checked+label.e-btn.e-outline.e-success,.e-css.e-btn-group .e-btn:active.e-outline.e-success,.e-css.e-btn-group input:active+label.e-btn.e-outline.e-success,.e-css.e-btn-group input:checked+label.e-btn.e-outline.e-success{background:#86ab65;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn-group .e-btn:active.e-outline.e-info,.e-btn-group input:active+label.e-btn.e-outline.e-info,.e-btn-group input:checked+label.e-btn.e-outline.e-info,.e-css.e-btn-group .e-btn:active.e-outline.e-info,.e-css.e-btn-group input:active+label.e-btn.e-outline.e-info,.e-css.e-btn-group input:checked+label.e-btn.e-outline.e-info{background:#54a3e2;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn-group .e-btn:active.e-outline.e-warning,.e-btn-group input:active+label.e-btn.e-outline.e-warning,.e-btn-group input:checked+label.e-btn.e-outline.e-warning,.e-css.e-btn-group .e-btn:active.e-outline.e-warning,.e-css.e-btn-group input:active+label.e-btn.e-outline.e-warning,.e-css.e-btn-group input:checked+label.e-btn.e-outline.e-warning{background:#d58d52;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn-group .e-btn:active.e-outline.e-danger,.e-btn-group input:active+label.e-btn.e-outline.e-danger,.e-btn-group input:checked+label.e-btn.e-outline.e-danger,.e-css.e-btn-group .e-btn:active.e-outline.e-danger,.e-css.e-btn-group input:active+label.e-btn.e-outline.e-danger,.e-css.e-btn-group input:checked+label.e-btn.e-outline.e-danger{background:#e37e5f;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff}.e-btn-group .e-btn:disabled,.e-btn-group input:disabled+label.e-btn,.e-css.e-btn-group .e-btn:disabled,.e-css.e-btn-group input:disabled+label.e-btn{background-color:#0000001f;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:transparent}.e-btn-group .e-btn:disabled.e-primary,.e-btn-group input:disabled+label.e-btn.e-primary,.e-css.e-btn-group .e-btn:disabled.e-primary,.e-css.e-btn-group input:disabled+label.e-btn.e-primary{background:#0000001f;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:transparent}.e-btn-group .e-btn:disabled.e-success,.e-btn-group input:disabled+label.e-btn.e-success,.e-css.e-btn-group .e-btn:disabled.e-success,.e-css.e-btn-group input:disabled+label.e-btn.e-success{background:#0000001f;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:transparent}.e-btn-group .e-btn:disabled.e-info,.e-btn-group input:disabled+label.e-btn.e-info,.e-css.e-btn-group .e-btn:disabled.e-info,.e-css.e-btn-group input:disabled+label.e-btn.e-info{background:#0000001f;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:transparent}.e-btn-group .e-btn:disabled.e-warning,.e-btn-group input:disabled+label.e-btn.e-warning,.e-css.e-btn-group .e-btn:disabled.e-warning,.e-css.e-btn-group input:disabled+label.e-btn.e-warning{background:#0000001f;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:transparent}.e-btn-group .e-btn:disabled.e-danger,.e-btn-group input:disabled+label.e-btn.e-danger,.e-css.e-btn-group .e-btn:disabled.e-danger,.e-css.e-btn-group input:disabled+label.e-btn.e-danger{background:#0000001f;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:transparent}.e-btn-group .e-btn:disabled.e-link,.e-btn-group input:disabled+label.e-btn.e-link,.e-css.e-btn-group .e-btn:disabled.e-link,.e-css.e-btn-group input:disabled+label.e-btn.e-link{color:#00000042;background:transparent;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;border-color:transparent}.e-btn-group .e-btn:disabled.e-outline,.e-btn-group input:disabled+label.e-btn.e-outline,.e-css.e-btn-group .e-btn:disabled.e-outline,.e-css.e-btn-group input:disabled+label.e-btn.e-outline{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:#adadad}.e-btn-group .e-btn:disabled.e-outline.e-primary,.e-btn-group input:disabled+label.e-btn.e-outline.e-primary,.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,.e-css.e-btn-group input:disabled+label.e-btn.e-outline.e-primary{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:#e3165b}.e-btn-group .e-btn:disabled.e-outline.e-success,.e-btn-group input:disabled+label.e-btn.e-outline.e-success,.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,.e-css.e-btn-group input:disabled+label.e-btn.e-outline.e-success{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:#4d841d}.e-btn-group .e-btn:disabled.e-outline.e-info,.e-btn-group input:disabled+label.e-btn.e-outline.e-info,.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,.e-css.e-btn-group input:disabled+label.e-btn.e-outline.e-info{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:#0378d5}.e-btn-group .e-btn:disabled.e-outline.e-warning,.e-btn-group input:disabled+label.e-btn.e-outline.e-warning,.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,.e-css.e-btn-group input:disabled+label.e-btn.e-outline.e-warning{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:#c15700}.e-btn-group .e-btn:disabled.e-outline.e-danger,.e-btn-group input:disabled+label.e-btn.e-outline.e-danger,.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,.e-css.e-btn-group input:disabled+label.e-btn.e-outline.e-danger{background:transparent;border-color:#00000042;-webkit-box-shadow:none;box-shadow:none;color:#00000042;border-color:#d64113}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type){border-left:transparent;border-right:transparent}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type{border-right:transparent}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type{border-left:transparent}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline{border-color:inherit;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary{border-color:inherit;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-success,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-success{border-color:inherit;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-info,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-info{border-color:inherit;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning{border-color:inherit;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger{border-color:inherit;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type){border-bottom:transparent;border-top:transparent}.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type{border-bottom:transparent}.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type{border-top:transparent}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline{border-color:inherit;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary{border-color:inherit;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-success,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-success{border-color:inherit;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-info,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-info{border-color:inherit;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning{border-color:inherit;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger{border-color:inherit;outline-color:inherit}.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type){border-left:transparent;border-right:transparent}.e-btn-group.e-rtl .e-btn:first-of-type,.e-css.e-btn-group.e-rtl .e-btn:first-of-type{border-left:transparent}.e-btn-group.e-rtl .e-btn:last-of-type,.e-css.e-btn-group.e-rtl .e-btn:last-of-type{border-right:transparent}.e-bigger .e-btn-group .e-btn-icon,.e-bigger.e-btn-group .e-btn-icon,.e-bigger .e-css.e-btn-group .e-btn-icon,.e-bigger.e-css.e-btn-group .e-btn-icon{font-size:16px}.e-progress-btn{position:relative}.e-progress-btn .e-progress{height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.e-progress-btn .e-spinner{-webkit-transition:all .3s linear;transition:all .3s linear}.e-progress-btn .e-btn-content{display:inline-block;position:relative;z-index:1}.e-progress-btn.e-vertical .e-progress{bottom:0;height:0%;top:auto;width:100%}.e-progress-btn.e-progress-top .e-progress{height:10%}.e-progress-btn.e-progress-bottom .e-progress{bottom:-1px;height:10%;top:auto}.e-progress-btn.e-progress-active{overflow:hidden;pointer-events:none}.e-progress-btn.e-progress-active .e-progress{opacity:1}.e-progress-btn.e-progress-active .e-animate-end{opacity:0}.e-progress-btn.e-spin-top,.e-progress-btn.e-spin-bottom{-webkit-transition:padding .3s linear;transition:padding .3s linear}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner,.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content,.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner{display:block;line-height:1}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner{padding-right:12px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner{top:-1px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner{padding-left:12px;padding-right:0}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner{padding-left:12px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner{top:-1px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner{padding-left:0;padding-right:12px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top{padding-bottom:16px;padding-top:16px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner{padding-bottom:12px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom{padding-bottom:16px;padding-top:16px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner{padding-top:12px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner{padding-right:10px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner{padding-left:10px;padding-right:0}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner{padding-left:10px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner{padding-left:0;padding-right:10px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top{padding-bottom:14px;padding-top:14px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner{padding-bottom:10px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom{padding-bottom:14px;padding-top:14px}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner{padding-top:10px}.e-progress-btn.e-round-corner{border-radius:5em;outline:none;overflow:hidden}.e-progress-btn.e-rtl .e-progress{left:auto;right:0}.e-progress-btn.e-rtl.e-vertical .e-progress{bottom:auto;top:0}.e-progress-btn .e-spinner-pane{height:auto;position:relative;width:auto}.e-progress-btn .e-spinner-pane .e-spinner-inner{left:auto;position:relative;top:auto;-webkit-transform:none;transform:none}.e-progress-btn .e-cont-animate{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes ProgressSlideLeft{0%{left:0%;opacity:1}to{left:-100%;opacity:0}}@keyframes ProgressSlideLeft{0%{left:0%;opacity:1}to{left:-100%;opacity:0}}@-webkit-keyframes ProgressSlideRight{0%{left:0%;opacity:1}to{left:100%;opacity:0}}@keyframes ProgressSlideRight{0%{left:0%;opacity:1}to{left:100%;opacity:0}}@-webkit-keyframes ProgressSlideUp{0%{height:auto;opacity:1;top:0}to{height:auto;opacity:0;top:-100px}}@keyframes ProgressSlideUp{0%{height:auto;opacity:1;top:0}to{height:auto;opacity:0;top:-100px}}@-webkit-keyframes ProgressSlideDown{0%{height:auto;opacity:1;top:0}to{height:auto;opacity:0;top:100px}}@keyframes ProgressSlideDown{0%{height:auto;opacity:1;top:0}to{height:auto;opacity:0;top:100px}}@-webkit-keyframes ProgressZoomIn{0%{opacity:1;-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}to{opacity:0;-webkit-transform:translate(0,0) scale(3);transform:translate(0) scale(3)}}@keyframes ProgressZoomIn{0%{opacity:1;-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}to{opacity:0;-webkit-transform:translate(0,0) scale(3);transform:translate(0) scale(3)}}@-webkit-keyframes ProgressZoomOut{0%{-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}to{-webkit-transform:translate(0,0) scale(0);transform:translate(0) scale(0)}}@keyframes ProgressZoomOut{0%{-webkit-transform:translate(0,0) scale(1);transform:translate(0) scale(1)}to{-webkit-transform:translate(0,0) scale(0);transform:translate(0) scale(0)}}.e-progress-btn .e-spinner-pane .e-spinner-inner svg{fill:#000000de;stroke:#000000de}.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#000000de}.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#fff;stroke:#fff}.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#fff}.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#e3165b;stroke:#e3165b}.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#e3165b}.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#e3165b}.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#fff;stroke:#fff}.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#fff}.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#4d841d;stroke:#4d841d}.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#4d841d}.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#4d841d}.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#fff;stroke:#fff}.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#fff}.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#0378d5;stroke:#0378d5}.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#0378d5}.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#0378d5}.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#fff;stroke:#fff}.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#fff}.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#c15700;stroke:#c15700}.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#c15700}.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#c15700}.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#fff;stroke:#fff}.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#fff}.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#d64113;stroke:#d64113}.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#d64113}.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#d64113}.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg{fill:#e3165b;stroke:#e3165b}.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#e3165b}.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#e3165b}.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg{fill:#4d841d;stroke:#4d841d}.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#4d841d}.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#4d841d}.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg{fill:#0378d5;stroke:#0378d5}.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#0378d5}.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#0378d5}.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg{fill:#c15700;stroke:#c15700}.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#c15700}.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#c15700}.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg{fill:#d64113;stroke:#d64113}.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#d64113}.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#d64113}.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg{fill:#0d47a1;stroke:#0d47a1}.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:#0d47a1}.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#0d47a1}.e-progress,*.e-primary .e-progress,*.e-success .e-progress,*.e-danger .e-progress,*.e-info .e-progress{background:#0003}*.e-flat.e-primary .e-progress{background:#e3165b33}*.e-flat.e-success .e-progress{background:#4d841d33}*.e-flat.e-info .e-progress{background:#0378d533}*.e-flat.e-warning .e-progress{background:#c1570033}*.e-flat.e-danger .e-progress{background:#d6411333}*.e-outline:not(:focus).e-primary .e-progress{background:#e3165b33}*.e-outline:not(:focus).e-success .e-progress{background:#4d841d33}*.e-outline:not(:focus).e-info .e-progress{background:#0378d533}*.e-outline:not(:focus).e-warning .e-progress{background:#c1570033}*.e-outline:not(:focus).e-danger .e-progress{background:#d6411333}.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg{fill:#000000de;stroke:#000000de}.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg{fill:#000000de;stroke:#000000de}.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#000000de}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner{padding-right:14px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner{padding-left:14px;padding-right:0}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner{padding-left:14px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner{padding-left:0;padding-right:14px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top{padding-bottom:20px;padding-top:20px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner{padding-bottom:14px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom{padding-bottom:20px;padding-top:20px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner{padding-top:14px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner{padding-right:12px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner{padding-left:12px;padding-right:0}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner{padding-left:12px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner{padding-left:0;padding-right:12px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top{padding-bottom:16px;padding-top:16px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner{padding-bottom:12px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom{padding-bottom:16px;padding-top:16px}*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner,*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner{padding-top:12px}.e-icon-collapsible:before{content:""}.e-icon-back:before{content:""}.e-listview{-webkit-overflow-scrolling:touch;border:0 solid;border-radius:0;display:block;overflow:auto;position:relative;width:100%}.e-listview:not(.e-list-template) .e-list-item{height:36px;line-height:36px;position:relative;padding:0 16px}.e-listview .e-list-item{border-bottom:0 solid;cursor:pointer}.e-listview .e-list-item.e-disabled,.e-listview .e-list-item.e-disabled *{cursor:default}.e-listview.e-listview-template .e-list-item .e-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.e-listview .e-list-parent{margin:0;padding:0}.e-listview .e-icon-back{margin-top:2px}.e-listview .e-list-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;height:48px;border-bottom:1px solid;padding:0 16px}.e-listview .e-list-header .e-text.header,.e-listview .e-list-header .e-headertemplate-text.nested-header{display:none}.e-listview .e-list-header.e-list-navigation .e-text{cursor:pointer}.e-listview .e-list-header .e-header-back-icon{display:none}.e-listview .e-list-header .e-text{cursor:default;text-indent:0}.e-listview .e-list-navigation .e-but-back.e-header-back-icon{display:block}.e-listview .e-has-header>.e-view{top:45px}.e-listview .e-back-button{cursor:pointer;padding-right:30px}.e-listview .e-list-group-item{border-bottom:0 solid transparent;border-top:1px solid;height:36px;line-height:36px;font-weight:600;padding:0 16px}.e-listview .e-list-group-item .e-list-text{cursor:default}.e-listview .e-list-group-item:first-child{border:0;border-bottom:0 solid transparent}.e-listview .e-icon-collapsible{cursor:pointer;font-size:12px;position:absolute;right:0%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.e-listview .e-text-content{height:100%;position:relative;vertical-align:middle}.e-listview .e-text-content.e-checkbox .e-list-text{width:calc(100% - 40px)}.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text{width:calc(100% - 90px)}.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 80px)}.e-listview .e-text-content *{display:inline-block;vertical-align:middle}.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 92px)}.e-listview .e-checkbox .e-checkbox-left{margin:-2px 10px 0 0}.e-listview .e-checkbox .e-checkbox-right{margin:-2px 0 0 10px}.e-listview .e-list-text{cursor:pointer;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.e-listview .e-list-icon+.e-list-text,.e-listview .e-icon-wrapper .e-list-text,.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text{width:calc(100% - 60px)}.e-listview .e-list-icon{margin-right:12px;height:18px;width:18px}.e-listview.e-virtualization .e-list-container{overflow:unset}.e-listview .e-list-container{overflow:hidden;position:relative}.e-listview .e-text .e-headertext{display:inline-block;line-height:inherit}.e-listview.e-rtl{direction:rtl}.e-listview.e-rtl .e-list-icon{margin-left:16px;margin-right:0}.e-listview.e-rtl .e-icon-collapsible{left:0%;right:initial;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.e-listview.e-rtl .e-list-header .e-text{cursor:pointer}.e-listview.e-rtl .e-back-button{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-listview.e-rtl .e-icon-back{margin-top:-2px}.e-listview.e-rtl .e-checkbox .e-checkbox-left{margin:-2px 0 0 10px}.e-listview.e-rtl .e-checkbox .e-checkbox-right{margin:-2px 10px 0 0}.e-listview.e-disabled,.e-listview.e-disabled *,.e-listview.e-disabled .e-checkbox .e-icons{cursor:default}.e-listview{border-color:#000;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:15px}.e-listview .e-list-header{background-color:#fff;color:#000000de;border-color:#0000001f;font-size:20px}.e-listview .e-icons:not(.e-primary .e-btn-icon,.e-check){color:#0000008a}.e-listview .e-list-item{border-bottom:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent;background-color:#fff;color:#000000de}.e-listview .e-list-item.e-hover,.e-listview .e-list-item.e-hover.e-active.e-checklist{background-color:#eee;color:#000000de;border-color:transparent}.e-listview .e-list-item.e-active{background-color:#f5f5f5;color:#000000de}.e-listview .e-list-item.e-active.e-checklist{background-color:#fff;color:#000000de}.e-listview .e-list-item.e-focused,.e-listview .e-list-item.e-focused.e-active.e-checklist{background-color:#f5f5f5;color:#000000de}.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check{background-color:#e3165b;color:#fff;border-color:transparent}.e-listview .e-list-group-item{background-color:#fafafa;color:#0000008a;border-color:#0000001f;font-size:15px}.e-listview.e-list-template .e-list-wrapper{height:inherit;position:relative}.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line){padding:.2667em 1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line{padding:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header{color:#000000de;display:block;font-size:15px;font-weight:500;margin:0;overflow:hidden;padding:.115em 0;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content{color:#0000008a;display:block;font-size:13px;margin:0;padding:.115em 0;word-wrap:break-word}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{height:2.6667em;width:2.6667em;top:.2666em;left:1.0667em;position:absolute}.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:4.8em;padding-right:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:1.0666em;padding-right:4.8em}.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{height:2.6667em;width:2.6667em;top:.2666em;right:1.0667em;position:absolute}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar{top:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar{top:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge{font-size:12px;height:1.6666em;width:2.5em;top:50%;right:1.33em;line-height:1.8666em;padding:0;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:4.8em;padding-right:4.1333em}.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:1.0666em;padding-right:4.1333em}.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content{display:block;margin:0;overflow:hidden;padding:.72em 0;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header,.e-listview.e-list-template .e-list-item.e-hover .e-list-content,.e-listview.e-list-template .e-list-item.e-active .e-list-item-header,.e-listview.e-list-template .e-list-item.e-active .e-list-content{color:#000000de}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{left:inherit;right:1.0667em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:1.0666em;padding-right:4.8em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:4.8em;padding-right:1.0666em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{left:1.0667em;right:inherit}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge{left:1.33em;right:inherit}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:4.1333em;padding-right:4.8em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:4.1333em;padding-right:1.0666em}.e-bigger .e-listview .e-list-item,.e-listview.e-bigger .e-list-item{border-bottom:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent}.e-bigger .e-listview:not(.e-list-template) .e-list-item,.e-listview.e-bigger:not(.e-list-template) .e-list-item{height:48px;line-height:42px;position:relative}.e-bigger .e-listview .e-text-content,.e-listview.e-bigger .e-text-content{font-size:15px}.e-bigger .e-listview .e-list-group-item,.e-listview.e-bigger .e-list-group-item{height:48px;line-height:45px}.e-bigger .e-listview .e-list-header,.e-listview.e-bigger .e-list-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;height:64px}.e-bigger .e-listview .e-list-header .e-text.header,.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header,.e-listview.e-bigger .e-list-header .e-text.header,.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header{display:none}.e-bigger .e-listview .e-list-header .e-text,.e-listview.e-bigger .e-list-header .e-text{font-size:20px}.e-bigger .e-listview .e-text-content.e-checkbox .e-list-text,.e-listview.e-bigger .e-text-content.e-checkbox .e-list-text{width:calc(100% - 40px)}.e-sortable{outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-sortable .e-disabled{background-image:none;cursor:default;opacity:.35}.e-sortable *{-webkit-box-sizing:border-box;box-sizing:border-box}.e-sortable *:focus{outline:none}.e-sortableclone{position:fixed!important}.e-pager .e-icon-last:before,.e-grid-menu .e-icon-last:before{content:""}.e-pager .e-icon-first:before,.e-grid-menu .e-icon-first:before{content:""}.e-pager .e-icon-prev:before,.e-grid-menu .e-icon-prev:before{content:""}.e-pager .e-icon-next:before,.e-grid-menu .e-icon-next:before{content:""}.e-pager.e-rtl .e-icon-last.e-lastpage:before,.e-pager.e-rtl .e-icon-last.e-lastpage:hover,.e-pager.e-rtl .e-icon-last.e-lastpagedisabled:before,.e-grid-menu.e-rtl .e-icon-last.e-lastpage:before,.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover,.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled:before{content:""}.e-pager.e-rtl .e-icon-first.e-firstpage:before,.e-pager.e-rtl .e-icon-first.e-firstpage:hover,.e-pager.e-rtl .e-icon-first.e-firstpagedisabled:before,.e-grid-menu.e-rtl .e-icon-first.e-firstpage:before,.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover,.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled:before{content:""}.e-pager.e-rtl .e-icon-prev.e-prevpage:before,.e-pager.e-rtl .e-icon-prev.e-prevpage:hover,.e-pager.e-rtl .e-icon-prev.e-prevpagedisabled:before,.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:before,.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover,.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled:before{content:""}.e-pager.e-rtl .e-icon-next.e-nextpage:before,.e-pager.e-rtl .e-icon-next.e-nextpage:hover,.e-pager.e-rtl .e-icon-next.e-nextpagedisabled:before,.e-grid-menu.e-rtl .e-icon-next.e-nextpage:before,.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover,.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled:before{content:""}.e-pager{border-style:solid;border-width:1px;display:inline-block;font-size:13px;padding:0;white-space:normal;width:100%}.e-pager [class^=e-]{-webkit-box-sizing:border-box;box-sizing:border-box}.e-pager .e-pager-default.e-hide,.e-pager .e-pagesizes.e-hide,.e-pager .e-hide{display:none}.e-pager div.e-parentmsgbar{float:right;padding-bottom:9px;padding-right:18px;padding-top:14px}.e-pager div.e-parentmsgbar span.e-rightalign{text-align:right}.e-pager .e-pagesizes{display:inline}.e-pager .e-pagerdropdown{display:inline-block;height:32px;margin-left:12px;margin-right:0;margin-top:-26px;overflow:hidden;vertical-align:middle;width:90px}.e-pager .e-pagerconstant{display:inline-block;margin:0 0 11px 12px;overflow:hidden;width:auto}.e-pager .e-icons{font-size:9px}.e-pager .e-numericitem{border-right-style:solid;border-right-width:0;display:inline-block;line-height:1;margin-right:4px;min-width:26px;padding:5px 8px;text-align:center}.e-pager div.e-pagermsgdiv{padding-right:6px;padding-top:4px;text-align:right}.e-pager .e-firstpagedisabled,.e-pager .e-prevpagedisabled,.e-pager .e-nextpagedisabled,.e-pager .e-lastpagedisabled{opacity:.3}.e-pager .e-spacing,.e-pager .e-numericitem:hover,.e-pager .e-currentitem{border-radius:12px;cursor:pointer;padding:6px;text-decoration:none}.e-pager .e-currentitem{font-style:normal;font-variant:normal;font-weight:400}.e-pager div,.e-pager a{display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-pager .e-icons:before{display:inline-block}.e-pager .e-pagercontainer .e-firstpage,.e-pager .e-pagercontainer .e-prevpage,.e-pager .e-pagercontainer .e-firstpagedisabled,.e-pager .e-pagercontainer .e-prevpagedisabled,.e-pager .e-pagercontainer .e-nextpage,.e-pager .e-pagercontainer .e-lastpage,.e-pager .e-pagercontainer .e-nextpagedisabled,.e-pager .e-pagercontainer .e-lastpagedisabled{border-right-style:solid;border-right-width:0;display:inline-block;margin-right:12px;margin-top:5px;min-width:26px;padding:11px 9px 8px}.e-pager .e-pagercontainer .e-lastpage,.e-pager .e-pagercontainer .e-lastpagedisabled{border-right:0}.e-pager .e-firstpage:hover,.e-pager .e-prevpage:hover,.e-pager .e-lastpage:hover,.e-pager .e-nextpage:hover{cursor:pointer;text-decoration:none}.e-pager a.e-nextprevitemdisabled{display:none;margin-left:0;margin-right:0;padding-left:5px;padding-right:5px;text-decoration:none}.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:9px}.e-pager .e-pagercontainer{border-radius:4px;border-style:solid;border-width:0;display:inline-block;margin:5px 6px 5px 18px;overflow:hidden}.e-pager .e-lastpage:hover{border-radius:0 4px 4px 0}.e-pager .e-firstpage:hover{border-radius:4px 0 0 4px}.e-pager .e-pagermessage,.e-pager .e-pagerexternalmsg{display:block;margin:6px;overflow:hidden;text-overflow:ellipsis}.e-pager .e-mfirst,.e-pager .e-mprev,.e-pager .e-mnext,.e-pager .e-mlast{display:none}.e-pager .e-mprev{text-indent:-3px}.e-pager .e-mnext{text-indent:-2px}.e-pager .e-mfirst,.e-pager .e-mprev,.e-pager .e-mnext,.e-pager .e-mlast{-webkit-tap-highlight-color:#fff}.e-pager .e-pp,.e-pager .e-np,.e-pager .e-pp:hover,.e-pager .e-np:hover{font-size:22px;padding:0 6px;font-weight:400;letter-spacing:-.1em}.e-pager .e-np.e-focused,.e-pager .e-pp.e-focused{line-height:14px;padding:2.5px 0 9px}.e-pager.e-adaptive{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px}.e-pager.e-adaptive div.e-parentmsgbar{margin:-4px 5px 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:10px;white-space:nowrap}.e-pager.e-adaptive .e-pagesizes{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto}.e-pager.e-adaptive .e-pagerdropdown{margin:6px 2px 0 4px;width:77px;min-width:77px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:40px;padding-right:5px}.e-pager.e-adaptive .e-pagerconstant{font-size:12px;position:relative;top:9px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;min-width:52px;max-height:34px;margin:0 8px 0 10px}.e-pager.e-adaptive .e-pagerconstant.e-page-all{top:14px;text-align:center}.e-pager.e-adaptive .e-mfirst,.e-pager.e-adaptive .e-mprev,.e-pager.e-adaptive .e-mnext,.e-pager.e-adaptive .e-mlast{padding:1% 2%;width:5%}.e-pager.e-adaptive .e-mfirst,.e-pager.e-adaptive .e-mlast{width:calc(5% + 11px)}@media(max-width:769px){.e-pager{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 0}.e-pager div.e-parentmsgbar{padding-bottom:0;padding-right:0;padding-top:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;float:initial;text-align:center;width:calc(60% - 48px)}.e-pager .e-pagesizes,.e-pager .e-pagecountmsg,.e-pager .e-pagercontainer{display:none}.e-pager .e-icons{font-size:11px}.e-pager .e-mfirst,.e-pager .e-mprev,.e-pager .e-mnext,.e-pager .e-mlast{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;padding:1% 5%}.e-pager .e-mfirst{margin-right:4px;text-align:right;width:calc(10% + 11px)}.e-pager .e-mprev{margin:0 4px;text-align:right;width:10%}.e-pager .e-mnext{margin:0 4px;text-align:left;width:10%}.e-pager .e-mlast{margin-left:4px;text-align:left;width:calc(10% + 11px)}}.e-pager.e-rtl{direction:rtl}.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:0;margin-right:6px}.e-pager.e-rtl .e-pagercontainer,.e-pager.e-rtl div,.e-pager.e-rtl a{float:initial}.e-pager.e-rtl .e-parentmsgbar{float:left;margin-left:6px;padding-top:18px}.e-pager.e-rtl .e-pagerdropdown{margin:-33px 18px 0 10px}.e-pager.e-rtl .e-pagerconstant{margin:14px}.e-pager.e-rtl .e-pagerexternalmsg{float:none}.e-pager.e-rtl .e-pagercontainer{float:none;margin:5px 6px 5px 18px;padding:0}.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-firstpagedisabled,.e-pager.e-rtl .e-prevpagedisabled,.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-lastpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-lastpagedisabled{padding:9px 8px}.e-pager.e-rtl .e-firstpage:before,.e-pager.e-rtl .e-firstpage:hover,.e-pager.e-rtl .e-firstpagedisabled:before{content:""}.e-pager.e-rtl .e-prevpage:before,.e-pager.e-rtl .e-prevpage:hover,.e-pager.e-rtl .e-prevpagedisabled:before{content:""}.e-pager.e-rtl .e-nextpage:before,.e-pager.e-rtl .e-nextpage:hover,.e-pager.e-rtl .e-nextpagedisabled:before{content:""}.e-pager.e-rtl .e-lastpage:before,.e-pager.e-rtl .e-lastpage:hover,.e-pager.e-rtl .e-lastpagedisabled:before{content:""}.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-prevpagedisabled,.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-firstpagedisabled{border-left-style:solid;border-left-width:0}.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-prevpagedisabled{border-right-style:none;border-right-width:0}.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-firstpagedisabled{border-right:medium none}.e-pager.e-rtl .e-firstpage:hover,.e-pager.e-rtl .e-lastpage:hover{border-radius:0 4px 4px 0}.e-pager.e-rtl .e-numericcontainer{float:none}.e-pager.e-rtl .e-numericitem{border-left-style:solid;border-left-width:0;border-right-style:none;border-right-width:0;min-width:26px}.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:0;margin-right:9px}.e-pager.e-rtl .e-spacing,.e-pager.e-rtl .e-numericitem:hover,.e-pager.e-rtl .e-currentitem{margin:11px 4px 0 0;padding:6px}.e-pager.e-rtl .e-pp,.e-pager.e-rtl .e-np,.e-pager.e-rtl .e-pp:hover,.e-pager.e-rtl .e-np:hover{margin-top:-2px;padding:3px 11px 9px}.e-pager.e-rtl.e-adaptive.e-rtl div.e-parentmsgbar{margin:-4px 5px 0;padding-top:0}.e-pager.e-rtl.e-adaptive.e-rtl div.e-pagerconstant{margin:0 10px 0 8px}.e-pager.e-rtl.e-adaptive.e-rtl div.e-pagerconstant.e-page-all{top:15px}.e-pager.e-rtl.e-adaptive.e-rtl div.e-pagerdropdown{min-width:92px;margin:8px 4px 0 2px;padding:0 0 0 5px}.e-pager.e-rtl.e-adaptive.e-rtl .e-mfirst,.e-pager.e-rtl.e-adaptive.e-rtl .e-mprev,.e-pager.e-rtl.e-adaptive.e-rtl .e-mnext,.e-pager.e-rtl.e-adaptive.e-rtl .e-mlast{padding:1% 2%;width:5%}.e-pager.e-rtl.e-adaptive.e-rtl .e-mfirst,.e-pager.e-rtl.e-adaptive.e-rtl .e-mlast{width:calc(5% + 11px)}@media(max-width:769px){.e-pager.e-rtl .e-mfirst,.e-pager.e-rtl .e-mprev,.e-pager.e-rtl .e-mnext,.e-pager.e-rtl .e-mlast{border:0}.e-pager.e-rtl.e-rtl div.e-parentmsgbar{float:initial;margin-left:0;margin-top:0;padding-top:0}.e-pager.e-rtl .e-parentmsgbar{float:right}}.e-pager.sf-pager .e-pagercontainer{font-size:0}.e-pager.sf-pager .e-pagercontainer .e-first,.e-pager.sf-pager .e-pagercontainer .e-prev,.e-pager.sf-pager .e-pagercontainer .e-next,.e-pager.sf-pager .e-pagercontainer .e-last{font-size:9px}.e-pager.sf-pager .e-numericcontainer a{font-size:13px}.e-pager.sf-pager .e-link,.e-pager.sf-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:0}.e-pager{border-color:#e0e0e0;background:#fff;color:#000;opacity:.87}.e-pager div.e-icons.e-pager-default{color:#000}.e-pager div.e-icons.e-disable{color:unset}.e-pager .e-pager-default:hover{background:#fff;color:#000;opacity:.87}.e-pager .e-parentmsgbar{font-weight:400}.e-pager .e-spacing{color:#000;opacity:.87}.e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover{background:unset}.e-pager .e-numericitem:hover{color:#000;opacity:.87}.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover{background-color:#eee;opacity:1}.e-pager .e-numericitem{background:#fff;color:#000}.e-pager .e-prevpagedisabled,.e-pager .e-prevpage,.e-pager .e-nextpage,.e-pager .e-nextpagedisabled,.e-pager .e-lastpagedisabled,.e-pager .e-lastpage,.e-pager .e-firstpage,.e-pager .e-firstpagedisabled{background-color:#fff;color:#000}.e-pager .e-lastpage,.e-pager .e-firstpage{background-color:transparent}.e-pager .e-pagercontainer{background-color:#fff;border-color:#e0e0e0}.e-pager .e-numericitem,.e-pager .e-firstpage,.e-pager .e-prevpage,.e-pager .e-firstpagedisabled,.e-pager .e-prevpagedisabled,.e-pager .e-nextpage,.e-pager .e-lastpage,.e-pager .e-nextpagedisabled,.e-pager .e-lastpagedisabled{border-right-color:#e0e0e0}.e-pager .e-currentitem,.e-pager .e-currentitem:hover{background:#e3165b;color:#fff;opacity:1}.e-pager .e-numericitem.e-focused,.e-pager .e-first.e-focused,.e-pager .e-prev.e-focused,.e-pager .e-next.e-focused,.e-pager .e-last.e-focused,.e-pager .e-mfirst.e-focused,.e-pager .e-mprev.e-focused,.e-pager .e-mnext.e-focused,.e-pager .e-mlast.e-focused{background-color:#eee}.e-pager .e-currentitem.e-numericitem.e-focused{background:#e3165b;-webkit-box-shadow:none;box-shadow:none}.e-pager .e-focused{-webkit-box-shadow:0 0 0 1px #9e9e9e inset;box-shadow:0 0 0 1px #9e9e9e inset}@media(max-width:590px){.e-pager .e-pager-default:hover{background:#fff;color:#000;opacity:.87}}.e-pager.e-rtl .e-numericitem,.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-firstpagedisabled,.e-pager.e-rtl .e-prevpagedisabled,.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-lastpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-lastpagedisabled{border-left-color:#e0e0e0}.e-bigger .e-pager,.e-pager.e-bigger{font-size:13px;padding:4px 0 2px}.e-bigger .e-pager div.e-icons:not(.e-check),.e-pager.e-bigger div.e-icons:not(.e-check){font-size:13px}.e-bigger .e-pager div.e-parentmsgbar,.e-pager.e-bigger div.e-parentmsgbar{padding-bottom:8px;padding-right:24px;padding-top:20px}.e-bigger .e-pager:not(.e-adaptive) .e-pagerdropdown,.e-pager.e-bigger:not(.e-adaptive) .e-pagerdropdown{height:40px;margin:-36px 0 0 16px;width:90px}.e-bigger .e-pager .e-pagercontainer,.e-pager.e-bigger .e-pagercontainer{margin:5px 8px 5px 24px}.e-bigger .e-pager .e-pagercontainer .e-firstpage,.e-bigger .e-pager .e-pagercontainer .e-prevpage,.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-nextpage,.e-bigger .e-pager .e-pagercontainer .e-lastpage,.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-firstpage,.e-pager.e-bigger .e-pagercontainer .e-prevpage,.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-nextpage,.e-pager.e-bigger .e-pagercontainer .e-lastpage,.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled{padding:11px 9px 8px}.e-bigger .e-pager .e-pagerconstant,.e-pager.e-bigger .e-pagerconstant{margin-bottom:15px;margin-left:16px}@media(max-width:769px){.e-bigger .e-pager,.e-pager.e-bigger{padding:19px 0}.e-bigger .e-pager.e-rtl div.e-parentmsgbar,.e-pager.e-bigger.e-rtl div.e-parentmsgbar{margin-right:0}.e-bigger .e-pager div.e-parentmsgbar,.e-pager.e-bigger div.e-parentmsgbar{padding:0}}.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:12px}.e-bigger .e-pager .e-numericitem,.e-pager.e-bigger .e-numericitem{margin:0 8px}.e-bigger .e-pager .e-pp.e-spacing,.e-bigger .e-pager .e-np.e-spacing,.e-bigger .e-pager .e-pp.e-spacing:hover,.e-bigger .e-pager .e-np.e-spacing:hover,.e-pager.e-bigger .e-pp.e-spacing,.e-pager.e-bigger .e-np.e-spacing,.e-pager.e-bigger .e-pp.e-spacing:hover,.e-pager.e-bigger .e-np.e-spacing:hover{padding:10px 13px}.e-bigger .e-pager .e-spacing,.e-bigger .e-pager .e-numericitem:hover,.e-bigger .e-pager .e-currentitem,.e-pager.e-bigger .e-spacing,.e-pager.e-bigger .e-numericitem:hover,.e-pager.e-bigger .e-currentitem{border-radius:16px;padding:10px 13px}.e-bigger .e-pager.e-rtl .e-spacing,.e-bigger .e-pager.e-rtl .e-numericitem:hover,.e-bigger .e-pager.e-rtl .e-currentitem,.e-pager.e-bigger.e-rtl .e-spacing,.e-pager.e-bigger.e-rtl .e-numericitem:hover,.e-pager.e-bigger.e-rtl .e-currentitem{margin:0 8px;padding:10px 13px}.e-bigger .e-pager.e-rtl .e-pagerdropdown,.e-pager.e-bigger.e-rtl .e-pagerdropdown{margin:-35px 18px 0 0}.e-bigger .e-pager.e-rtl .e-pagerconstant,.e-pager.e-bigger.e-rtl .e-pagerconstant{margin:8px 16px 16px 0}.e-bigger .e-pager.e-rtl .e-pagercontainer,.e-pager.e-bigger.e-rtl .e-pagercontainer{margin:5px 0}.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:0;margin-right:12px}.e-bigger .e-pager.e-rtl div.e-parentmsgbar,.e-pager.e-bigger.e-rtl div.e-parentmsgbar{margin-left:6px;margin-top:0}@media(max-width:769px){.e-bigger .e-pager.e-rtl div.e-parentmsgbar,.e-pager.e-bigger.e-rtl div.e-parentmsgbar{margin-left:0;margin-top:0}}.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem,.e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem,.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover,.e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,.e-pager.e-bigger.e-rtl .e-pp.e-spacing.e-numericitem,.e-pager.e-bigger.e-rtl .e-np.e-spacing.e-numericitem,.e-pager.e-bigger.e-rtl .e-pp.e-spacing.e-numericitem:hover,.e-pager.e-bigger.e-rtl .e-np.e-spacing.e-numericitem:hover{font-size:22px;margin-top:0}.e-bigger .e-pager.e-rtl.e-adaptive div.e-parentmsgbar,.e-pager.e-bigger.e-rtl.e-adaptive div.e-parentmsgbar{margin-top:0}.e-bigger .e-pager.e-rtl.e-adaptive div.e-pagerdropdown,.e-pager.e-bigger.e-rtl.e-adaptive div.e-pagerdropdown{margin:2px 4px 0 2px}.e-bigger .e-pager.e-rtl.e-adaptive div.e-pagerconstant.e-page-all,.e-pager.e-bigger.e-rtl.e-adaptive div.e-pagerconstant.e-page-all{top:14px}.e-bigger .e-pager .e-pagercontainer .e-firstpage,.e-bigger .e-pager .e-pagercontainer .e-prevpage,.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-nextpage,.e-bigger .e-pager .e-pagercontainer .e-lastpage,.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-firstpage,.e-pager.e-bigger .e-pagercontainer .e-prevpage,.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-nextpage,.e-pager.e-bigger .e-pagercontainer .e-lastpage,.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled{margin-right:16px;padding:6px}.e-bigger .e-pager .e-pp,.e-bigger .e-pager .e-np,.e-bigger .e-pager .e-pp:hover,.e-bigger .e-pager .e-np:hover,.e-pager.e-bigger .e-pp,.e-pager.e-bigger .e-np,.e-pager.e-bigger .e-pp:hover,.e-pager.e-bigger .e-np:hover{font-size:22px}.e-bigger .e-pager.e-adaptive div.e-parentmsgbar,.e-pager.e-bigger.e-adaptive div.e-parentmsgbar{margin-top:0}.e-bigger .e-pager.e-adaptive .e-pagerdropdown,.e-pager.e-bigger.e-adaptive .e-pagerdropdown{margin:2px 2px 0 4px;height:40px}.e-bigger .e-pager.e-adaptive .e-pagerconstant.e-page-all,.e-pager.e-bigger.e-adaptive .e-pagerconstant.e-page-all{top:14px}.e-bigger .e-pager.e-adaptive .e-pagerconstant,.e-pager.e-bigger.e-adaptive .e-pagerconstant{margin:0 8px 0 10px}@-webkit-keyframes hscroll-popup-shadow{0%{border-color:#ffffff80;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 #ffffff80}to{-webkit-box-shadow:0 0 0 200px rgba(255,255,255,.12);box-shadow:0 0 0 200px #ffffff1f}}@keyframes hscroll-popup-shadow{0%{border-color:#ffffff80;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 #ffffff80}to{-webkit-box-shadow:0 0 0 200px rgba(255,255,255,.12);box-shadow:0 0 0 200px #ffffff1f}}.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow:before{content:""}.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow:before{content:""}.e-hscroll.e-rtl .e-nav-left-arrow:before{content:""}.e-hscroll.e-rtl .e-nav-right-arrow:before{content:""}.e-hscroll.e-scroll-device .e-nav-right-arrow:before{content:""}.e-hscroll.e-scroll-device .e-nav-left-arrow:before{content:""}.e-hscroll .e-nav-left-arrow:before{content:"";line-height:normal}.e-hscroll .e-nav-right-arrow:before{content:"";line-height:normal}.e-hscroll{display:block;position:relative;width:100%}.e-hscroll.e-rtl.e-scroll-device{padding-left:50px;padding-right:initial}.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav{-webkit-transform:skewX(-16deg) translateX(-6px);transform:skew(-16deg) translate(-6px)}.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay{left:56px;right:auto;-webkit-transform:skewX(-16deg) translateX(-6px);transform:skew(-16deg) translate(-6px)}.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay{left:auto;right:0}.e-hscroll:not(.e-scroll-device){padding:0 40px}.e-hscroll.e-scroll-device{padding-right:50px}.e-hscroll.e-scroll-device .e-scroll-nav{-webkit-transform:skewX(-16deg) translateX(6px);transform:skew(-16deg) translate(6px);width:56px}.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow{font-size:14px;-webkit-transform:skewX(16deg);transform:skew(16deg)}.e-hscroll.e-scroll-device .e-scroll-overlay{opacity:.5;pointer-events:none;position:absolute;top:0;z-index:100}.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay{left:auto;right:56px;-webkit-transform:skewX(-16deg) translateX(6px);transform:skew(-16deg) translate(6px)}.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay{left:0;right:auto}.e-hscroll.e-overlay .e-hscroll-content>*{pointer-events:none}.e-hscroll>*{height:inherit;line-height:normal}.e-hscroll .e-hscroll-content{display:inline-block;height:inherit;position:relative}.e-hscroll .e-hscroll-content>*{pointer-events:auto}.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav{left:0;right:auto}.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav{left:auto;right:0}.e-hscroll .e-scroll-nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:42px;overflow:hidden;position:absolute;top:0;width:40px}.e-hscroll .e-scroll-nav.e-scroll-left-nav{left:0}.e-hscroll .e-scroll-nav.e-scroll-right-nav{right:0}.e-hscroll .e-scroll-nav.e-ie-align{display:table}.e-hscroll .e-nav-arrow{position:relative}.e-hscroll .e-nav-arrow.e-icons{display:table-cell;text-align:center;vertical-align:middle;width:100%;font-size:12px}.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay{pointer-events:none}.e-hscroll .e-scroll-nav .e-icons{color:#0000008a}.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav{border-color:#0000001f;-webkit-box-shadow:4px 0 8px 0 rgba(0,0,0,.06);box-shadow:4px 0 8px #0000000f}.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav{background-color:#fafafa;border-color:#0000001f;border-width:1px;-webkit-box-shadow:-4px 0 8px 0 rgba(0,0,0,.06);box-shadow:-4px 0 8px #0000000f}.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow{color:#e3165b}.e-hscroll .e-scroll-overlay{background-color:transparent;background-repeat:repeat-x}.e-hscroll .e-scroll-overlay.e-scroll-left-overlay{background-image:-webkit-gradient(linear,left top,right top,from(#fafafa),to(rgba(250,250,250,0)));background-image:linear-gradient(-270deg,#fafafa,#fafafa00)}.e-hscroll .e-scroll-overlay.e-scroll-right-overlay{background-image:-webkit-gradient(linear,left top,right top,from(rgba(250,250,250,0)),to(#fafafa));background-image:linear-gradient(-270deg,#fafafa00,#fafafa)}.e-hscroll.e-rtl .e-scroll-nav{background:#fafafa}.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav{border-left:1px solid rgba(0,0,0,.12);border-right:0}.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav{border-left:0;border-right:1px solid rgba(0,0,0,.12)}.e-hscroll.e-rtl .e-scroll-nav:hover{background:#0000001f;border:0;color:#000}.e-hscroll.e-rtl .e-scroll-nav:hover:active{background:#0000001f}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover{background:#0000001f;color:#000}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons{color:#0000008a}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus{background:#0000001f;border:0;color:#000}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons{color:#0000008a}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active{background:#bdbdbd;border:0;-webkit-box-shadow:none;box-shadow:none;color:#000}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons{color:#0000008a}.e-hscroll .e-scroll-nav{background:#fafafa}.e-hscroll .e-scroll-nav.e-scroll-left-nav{border-right:1px solid rgba(0,0,0,.12)}.e-hscroll .e-scroll-nav.e-scroll-right-nav{border-left:1px solid rgba(0,0,0,.12)}.e-hscroll .e-scroll-nav:after{background-color:transparent;border-radius:50%;border-width:1px;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:1px;left:50%;position:absolute;top:50%;visibility:hidden;width:1px}.e-hscroll .e-scroll-nav:active:after{-webkit-animation:hscroll-popup-shadow .6s ease-out 0ms;animation:hscroll-popup-shadow .6s ease-out 0ms;visibility:visible}.e-bigger .e-hscroll,.e-hscroll.e-bigger{min-height:56px}.e-bigger .e-hscroll:not(.e-scroll-device),.e-hscroll.e-bigger:not(.e-scroll-device){padding:0 50px}.e-bigger .e-hscroll.e-scroll-device,.e-hscroll.e-bigger.e-scroll-device{padding-right:50px}.e-bigger .e-hscroll.e-rtl.e-scroll-device,.e-hscroll.e-bigger.e-rtl.e-scroll-device{padding-left:50px;padding-right:initial}.e-bigger .e-hscroll .e-nav-arrow.e-icons,.e-hscroll.e-bigger .e-nav-arrow.e-icons{font-size:14px}.e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay,.e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay{left:50px}.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay,.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay{right:50px}.e-bigger .e-hscroll .e-scroll-nav,.e-hscroll.e-bigger .e-scroll-nav{min-height:56px;width:50px}@-webkit-keyframes vscroll-popup-shadow{0%{border-color:#ffffff80;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 #ffffff80}to{-webkit-box-shadow:0 0 0 200px rgba(255,255,255,.12);box-shadow:0 0 0 200px #ffffff1f}}@keyframes vscroll-popup-shadow{0%{border-color:#ffffff80;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 #ffffff80}to{-webkit-box-shadow:0 0 0 200px rgba(255,255,255,.12);box-shadow:0 0 0 200px #ffffff1f}}.e-vscroll.e-scroll-device .e-nav-up-arrow:before{content:""}.e-vscroll.e-scroll-device .e-nav-down-arrow:before{content:""}.e-vscroll .e-nav-up-arrow:before{content:"";line-height:normal}.e-vscroll .e-nav-down-arrow:before{content:"";line-height:normal}.e-vscroll{display:block;position:relative;width:inherit}.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav{-webkit-transform:skewX(-16deg) translateX(-6px);transform:skew(-16deg) translate(-6px)}.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay{left:56px;right:auto;-webkit-transform:skewX(-16deg) translateX(-6px);transform:skew(-16deg) translate(-6px)}.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay{left:auto;right:0}.e-vscroll:not(.e-scroll-device){padding:0 16px}.e-vscroll.e-scroll-device .e-scroll-nav{-webkit-transform:skewX(-16deg) translateX(6px);transform:skew(-16deg) translate(6px);width:56px;z-index:1001}.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow{font-size:14px;-webkit-transform:skewX(16deg);transform:skew(16deg)}.e-vscroll.e-scroll-device .e-scroll-overlay{opacity:.5;pointer-events:none;position:absolute;top:0;z-index:100}.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay{left:auto;right:56px;-webkit-transform:skewX(-16deg) translateX(6px);transform:skew(-16deg) translate(6px)}.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay{left:0;right:auto}.e-vscroll>*{height:inherit}.e-vscroll .e-vscroll-content{display:inline-block;height:auto;position:relative;width:100%}.e-vscroll .e-vscroll-content>*{pointer-events:auto}.e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav{left:auto;right:0}.e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav{left:0;right:auto}.e-vscroll .e-scroll-nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;overflow:hidden;position:absolute;width:100%}.e-vscroll .e-scroll-nav.e-scroll-up-nav{top:0}.e-vscroll .e-scroll-nav.e-scroll-down-nav{bottom:0}.e-vscroll .e-scroll-nav.e-ie-align{display:table}.e-vscroll .e-nav-arrow{position:relative}.e-vscroll .e-nav-arrow.e-icons{display:table-cell;text-align:center;vertical-align:middle;width:100%}.e-vscroll .e-icons{color:#0000008a}.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav{border-color:#0000001f;-webkit-box-shadow:4px 0 8px 0 rgba(0,0,0,.06);box-shadow:4px 0 8px #0000000f}.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav{background-color:#fafafa;border-color:#0000001f;border-width:1px;-webkit-box-shadow:-4px 0 8px 0 rgba(0,0,0,.06);box-shadow:-4px 0 8px #0000000f}.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow{color:#e3165b}.e-vscroll .e-scroll-overlay{background-color:transparent;background-repeat:repeat-x}.e-vscroll .e-scroll-overlay.e-scroll-up-overlay{background-image:-webkit-gradient(linear,left top,right top,from(#fafafa),to(rgba(250,250,250,0)));background-image:linear-gradient(-270deg,#fafafa,#fafafa00)}.e-vscroll .e-scroll-overlay.e-scroll-down-overlay{background-image:-webkit-gradient(linear,left top,right top,from(rgba(250,250,250,0)),to(#fafafa));background-image:linear-gradient(-270deg,#fafafa00,#fafafa)}.e-vscroll.e-rtl .e-scroll-nav{background:#fafafa}.e-vscroll.e-rtl .e-scroll-nav:hover{background:#0000001f;border:0;border-color:#0000001f;color:#000}.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover{background:#0000001f;border:0;color:#000}.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus{background:#0000001f;border:0;border-color:#0000001f;color:#000}.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active{background:#bdbdbd;border:0;-webkit-box-shadow:none;box-shadow:none;color:#000}.e-vscroll .e-scroll-nav{background:#fafafa}.e-vscroll .e-scroll-nav.e-scroll-up-nav{border-bottom:1px solid rgba(0,0,0,.12)}.e-vscroll .e-scroll-nav.e-scroll-down-nav{border-top:1px solid rgba(0,0,0,.12)}.e-vscroll .e-scroll-nav:after{background-color:transparent;border-radius:50%;border-width:1px;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:1px;left:50%;position:absolute;top:50%;visibility:hidden;width:1px}.e-vscroll .e-scroll-nav:active:after{-webkit-animation:vscroll-popup-shadow .6s ease-out 0ms;animation:vscroll-popup-shadow .6s ease-out 0ms;visibility:visible}.e-bigger .e-vscroll:not(.e-scroll-device),.e-vscroll.e-bigger:not(.e-scroll-device){padding:24px 0}.e-bigger .e-vscroll .e-icons,.e-vscroll.e-bigger .e-icons{font-size:18px}.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay,.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay{left:24px}.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay,.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay{right:24px}.e-bigger .e-vscroll .e-scroll-nav,.e-vscroll.e-bigger .e-scroll-nav{height:24px}.e-toolbar .e-popup-down-icon:before{content:"";line-height:normal}.e-toolbar .e-popup-up-icon:before{content:"";line-height:normal}.e-toolbar{border-radius:0;display:block;height:42px;min-height:42px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;overflow:hidden}.e-toolbar.e-spacer-toolbar .e-toolbar-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow){position:absolute}.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items{width:calc(100% - 32px)}.e-toolbar .e-blazor-toolbar-items{position:absolute;top:-9999px;visibility:hidden}.e-toolbar.e-control[class*=e-toolbar]{-webkit-box-sizing:content-box;box-sizing:content-box}.e-toolbar.e-corner{border-radius:0}.e-toolbar.e-hidden{display:none}.e-toolbar .e-toolbar-items{border-radius:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:100%;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.e-toolbar .e-toolbar-items.e-toolbar-multirow{margin-bottom:1px;margin-left:18px;margin-right:18px;white-space:normal;-ms-flex-wrap:wrap;flex-wrap:wrap}.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator){margin:0}.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden{display:none}.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right{display:inline}.e-toolbar .e-toolbar-items.e-tbar-pos{display:block}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right{display:table;height:100%;top:0}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left{position:absolute}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right{right:0}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left{left:0}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center{margin:0 auto}.e-toolbar .e-toolbar-items .e-toolbar-left,.e-toolbar .e-toolbar-items .e-toolbar-center,.e-toolbar .e-toolbar-items .e-toolbar-right{display:inline-block}.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child{margin-left:3px}.e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow)>.e-toolbar-item:last-child,.e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow)>.e-toolbar-right .e-toolbar-item:last-child{margin-right:3px}.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content{-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom}.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child{margin-right:3px}.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item{margin:0}.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child{margin-right:3px}.e-toolbar .e-toolbar-item{-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:42px;vertical-align:middle;width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.e-toolbar .e-toolbar-item.e-spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.e-toolbar .e-toolbar-item .e-tbar-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:4px 0;min-height:0;min-width:0;padding:0 1.5px;border-radius:2px;line-height:24px;border:none;cursor:pointer;font-size:14px;font-weight:400;overflow:hidden;text-align:center;text-decoration:none;text-transform:none}.e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right{padding:0}.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon{margin:0;min-width:24px;width:auto;font-size:14px;line-height:24px}.e-toolbar .e-toolbar-item .e-tbar-btn:hover,.e-toolbar .e-toolbar-item .e-tbar-btn:focus,.e-toolbar .e-toolbar-item .e-tbar-btn:active{padding:0 1.5px}.e-toolbar .e-toolbar-item .e-tbar-btn:focus{outline:0}.e-toolbar .e-toolbar-item .e-tbar-btn div{vertical-align:middle}.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text{font-size:14px;padding:0 2px}.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer){height:inherit;min-width:34px;padding:3.5px}.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),.e-toolbar .e-toolbar-item.e-overlay>*{pointer-events:none}.e-toolbar .e-toolbar-item.e-separator{margin:7.5px 3px;min-height:27px;min-width:1px;height:calc(100% - 15px)}.e-toolbar .e-toolbar-item.e-separator+.e-separator,.e-toolbar .e-toolbar-item.e-separator:last-of-type,.e-toolbar .e-toolbar-item.e-separator:first-of-type{display:none}.e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon{padding:0}.e-toolbar .e-toolbar-item>*{text-overflow:ellipsis}.e-toolbar .e-toolbar-item:not(.e-overlay)>*{pointer-events:auto}.e-toolbar .e-toolbar-item.e-hidden{display:none}.e-toolbar .e-toolbar-item input[type=checkbox]{height:auto}.e-toolbar.e-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content{-ms-touch-action:pan-x pinch-zoom;touch-action:pan-x pinch-zoom}.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right{height:auto}.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left{left:auto;right:auto;top:0}.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right{bottom:0;left:auto;right:auto}.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-left:0}.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin-right:0}.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator){min-width:33px}.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator{height:auto;margin:3px 7.5px;min-height:auto}.e-toolbar.e-vertical .e-hor-nav{height:auto;inset:auto auto 0 0;min-height:40px;min-width:50px;width:auto}.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left{bottom:0;top:auto}.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right{bottom:auto;top:0}.e-toolbar .e-hor-nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;min-height:42px;overflow:hidden;position:absolute;right:0;top:0;width:32px}.e-toolbar .e-hor-nav.e-ie-align{display:table}.e-toolbar .e-popup-down-icon.e-icons,.e-toolbar .e-popup-up-icon.e-icons{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;font-size:12px;color:#0000008a}.e-toolbar.e-toolpop{overflow:visible}.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text{display:none}.e-toolbar .e-toolbar-pop{border-radius:0;overflow:hidden;padding:0;position:absolute}.e-toolbar .e-toolbar-pop .e-toolbar-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:25px}.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden{display:none}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn{min-height:25px;min-width:100%;padding:0 16px;border:none;border-radius:2px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{margin:0;padding:0;width:auto}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text{padding:0}.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator){height:36px;min-width:34px;padding:0}.e-toolbar .e-toolbar-pop .e-toolbar-item>*{height:100%;min-width:100%;text-overflow:ellipsis}.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay)>*{pointer-events:auto}.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon{min-width:100%}.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text{display:none}.e-toolbar .e-toolbar-pop .e-toolbar-popup,.e-toolbar .e-toolbar-pop .e-toolpopup{text-align:center}.e-toolbar.e-extended-toolbar{overflow:visible}.e-toolbar.e-extended-toolbar.e-tbar-extended{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.e-toolbar.e-extended-toolbar .e-toolbar-extended{border-top:0;border-top-left-radius:0;border-top-right-radius:0;min-height:42px;padding:0 3px;margin-left:-1px;-webkit-box-shadow:none;box-shadow:none;display:inline;white-space:normal}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:42px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control{min-height:0;min-width:0;padding:0 1.5px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text{padding:0 2px;font-size:14px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop),.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon:not(.e-toolbar-pop){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:14px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop),.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop){padding:0}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop),.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop){padding:0}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active{padding:0 1.5px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator){min-width:34px;padding:3.5px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator{min-height:25px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text,.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close{display:none}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open{display:inline}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop{width:inherit}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn{cursor:pointer;font-size:14px;overflow:hidden;padding:0 1.5px}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon{font-size:14px}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator){height:auto}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay)>*{pointer-events:auto}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item>*{-ms-flex-item-align:center;align-self:center;text-overflow:ellipsis}.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text{display:none}.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay)>*{pointer-events:auto}.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align{display:table}.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-right:3px}.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin-left:3px}.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right{padding:0}.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text{padding:0 2px}.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child{margin-left:3px;margin-right:initial}.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item{margin:0}.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child{margin-right:3px}.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left{left:auto;right:0}.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right{left:0;right:auto}.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child{margin-left:0;margin-right:3px}.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child{margin-left:3px}.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-left:0}.e-toolbar.e-rtl .e-toolbar-items:first-child>.e-toolbar-item:last-child:last-child{margin-right:0}.e-toolbar.e-rtl .e-toolbar-items:first-child>.e-toolbar-right .e-toolbar-item:last-child{margin-right:0;margin-left:3px}.e-toolbar.e-rtl .e-toolbar-items:first-child>.e-toolbar-right .e-toolbar-item:first-child{margin-right:3px}.e-toolbar.e-rtl .e-hor-nav{left:0;right:auto;border-radius:0}.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item{margin:0}.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child{margin:0 0 0 3px}.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav{left:0;right:auto}.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended{padding-right:3px;margin-left:0}.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left{padding-left:0}.e-toolbar{-webkit-tap-highlight-color:rgba(0,0,0,0);background:#fafafa;border:1px none rgba(0,0,0,.12);-webkit-box-shadow:none;box-shadow:none}.e-toolbar .e-toolbar-items{background:#fafafa}.e-toolbar .e-toolbar-item .e-tbar-btn{background:#fafafa;-webkit-box-shadow:none;box-shadow:none;color:#000000de;border:none}.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons{color:#0000008a}.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text{color:#000000de}.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active{background:#00000035;-webkit-box-shadow:none;box-shadow:none}.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text{color:#000000de}.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus{-webkit-box-shadow:none;box-shadow:none}.e-toolbar .e-toolbar-item .e-tbar-btn:focus{background:#0000001f;border-radius:2px;color:#000000de;border-color:#0000001f;border-style:solid;border-width:0;-webkit-box-shadow:none;box-shadow:none}.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons{color:#0000008a}.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text{color:#000000de}.e-toolbar .e-toolbar-item .e-tbar-btn:hover{background:#0000001f;border-color:#0000001f;border-style:solid;border-width:0;border-radius:2px;color:#000000de}.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons{color:#0000008a}.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text{color:#000000de}.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons{color:#0000008a}.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text{color:#000000de}.e-toolbar .e-toolbar-item .e-tbar-btn:active{background:#bdbdbd;border-color:#bdbdbd;border-style:solid;border-width:0;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#000000de}.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons{color:#0000008a}.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text{color:#000000de}.e-toolbar .e-toolbar-item.e-separator{border:solid rgba(0,0,0,.12);border-width:0 .5px 0 0}.e-toolbar .e-toolbar-item.e-overlay{background:#fafafa;opacity:.5;color:#00000042}.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text{color:#00000061}.e-toolbar .e-toolbar-item.e-overlay .e-icons{color:#00000042}.e-toolbar.e-vertical .e-hor-nav{border:solid rgba(0,0,0,.12);border-width:1px 0 0 0}.e-toolbar.e-vertical.e-rtl .e-hor-nav{border:solid rgba(0,0,0,.12);border-width:0 0 1px 0}.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator{border-width:0 0 .5px 0}.e-toolbar .e-hor-nav{background:#fafafa;border:solid rgba(0,0,0,.12);border-width:0 0 0 1px}.e-toolbar .e-hor-nav:after{background-color:transparent;border-radius:50%;border-width:1px;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:1px;left:50%;position:absolute;top:50%;visibility:hidden;width:1px}.e-toolbar .e-hor-nav.e-nav-active:active,.e-toolbar .e-hor-nav.e-nav-active:focus,.e-toolbar .e-hor-nav.e-nav-active:hover{border-bottom-right-radius:0}.e-toolbar .e-hor-nav:active{border:0;-webkit-box-shadow:none;box-shadow:none;color:#000000de;background:#fafafa}.e-toolbar .e-hor-nav:active .e-icons{color:#0000008a}.e-toolbar .e-hor-nav:active:after{-webkit-animation:tbar-popup-shadow .6s ease-out 0ms;animation:tbar-popup-shadow .6s ease-out 0ms;visibility:visible}.e-toolbar .e-hor-nav:hover{background:#0000001f;border-left:1px solid rgba(0,0,0,.12);color:#000000de}.e-toolbar .e-hor-nav:hover .e-icons{color:#0000008a}.e-toolbar .e-hor-nav:hover:not(.e-nav-active){border-color:#0000001f;border-style:solid;border-width:0 0 0 1px}.e-toolbar .e-hor-nav:hover:active{background:#0000001f;border-color:#0000001f;border-style:solid;border-width:0}.e-toolbar .e-hor-nav:focus{background:#0000001f;color:#000000de;border-color:#0000001f;border-style:solid;border-width:0}.e-toolbar .e-hor-nav:focus .e-icons{color:#0000008a}.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav){background:#0000001f;-webkit-box-shadow:none;box-shadow:none;border-color:#0000001f;border-style:solid;border-width:0}.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus{border-color:#0000001f;border-style:solid;border-width:0}.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons{color:#000000de}.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active{color:#000000de}.e-toolbar .e-toolbar-pop{background:#fafafa;border:1px none rgba(0,0,0,.12);-webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,.21);box-shadow:0 2px 2px 1px #00000036}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn{background:#fafafa}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover{background:#0000001f;-webkit-box-shadow:none;box-shadow:none;border-color:#0000001f;border-style:solid;border-width:0}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active{background:#bdbdbd;-webkit-box-shadow:none;box-shadow:none;border-color:#bdbdbd;border-style:solid;border-width:0}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus{background:#0000001f;border-color:#0000001f;border-style:solid;border-width:0;-webkit-box-shadow:none;box-shadow:none}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus{outline:0}.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator){background:transparent}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{background:#fafafa;-webkit-box-shadow:none;box-shadow:none;border:none}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus{background:#0000001f;border-radius:2px;border-color:#0000001f;border-style:solid;border-width:0;-webkit-box-shadow:none;box-shadow:none}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover{background:#0000001f;border-radius:2px;border-color:#0000001f;border-style:solid;border-width:0}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active{background:#bdbdbd;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;border-color:#bdbdbd;border-style:solid;border-width:0}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator{border:solid rgba(0,0,0,.12);border-width:0 .5px 0 0}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay,.e-toolbar.e-extended-toolbar .e-toolbar-pop{background:#fafafa}.e-toolbar.e-rtl .e-hor-nav{background:#fafafa;border:solid rgba(0,0,0,.12);border-width:0 1px 0 0}.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover{background:#0000001f;color:#000000de;border:solid rgba(0,0,0,.12);border-width:0 1px 0 0}.e-bigger .e-toolbar,.e-toolbar.e-bigger{height:56px;min-height:56px}.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child{margin-left:3px}.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow)>.e-toolbar-item:last-child,.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow)>.e-toolbar-right .e-toolbar-item:last-child,.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow)>.e-toolbar-item:last-child,.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow)>.e-toolbar-right .e-toolbar-item:last-child{margin-right:3px}.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child,.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child{margin-right:3px}.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child{margin-right:3px}.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow{margin-left:24px;margin-right:24px}.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator){margin:0}.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active{padding:0 6px}.e-bigger .e-toolbar .e-toolbar-item,.e-toolbar.e-bigger .e-toolbar-item{min-height:56px}.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control{min-height:0;min-width:0;padding:0 6px;line-height:35px}.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text{padding:0 2.5px;font-size:14px}.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons{font-size:14px}.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon{font-size:14px;line-height:34px}.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon{padding:0}.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer){min-width:48px;padding:5px}.e-bigger .e-toolbar .e-toolbar-item.e-separator,.e-toolbar.e-bigger .e-toolbar-item.e-separator{height:calc(100% - 20px);margin:10px 5px;min-height:36px}.e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon{padding:0}.e-bigger .e-toolbar .e-hor-nav,.e-toolbar.e-bigger .e-hor-nav{min-height:56px;min-width:40px}.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-left:0}.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin-right:0}.e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),.e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator){min-height:38px}.e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,.e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator{height:auto;margin:5px 10px;min-height:auto}.e-bigger .e-toolbar.e-vertical .e-hor-nav,.e-toolbar.e-bigger.e-vertical .e-hor-nav{min-height:40px;min-width:50px}.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item{height:48px}.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator){min-width:48px;padding:0;min-height:30px}.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn{min-height:30px;padding:0 16px;min-width:100%}.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{margin-left:0;padding:0;font-size:14px}.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text{padding:0;font-size:14px}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended{min-height:56px;padding:0 3px}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item{min-height:56px}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control{min-height:0;min-width:0;padding:0 6px}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text{padding:0 2.5px}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active{padding:0 6px}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator){min-width:48px;padding:5px}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator{height:calc(100% - 20px);margin:10px 5px;min-height:36px}.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right,.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right{padding:0}.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text{padding:0 2.5px}.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child{margin-left:3px;margin-right:initial}.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item{margin:0}.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child{margin-left:3px;margin-right:0}.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-left:0;margin-right:3px}.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended{padding-right:3px}.e-accordion .e-tgl-collapse-icon:before{content:""}.e-accordion .e-tgl-collapse-icon.e-expand-icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.e-accordion{display:block;position:relative}.e-accordion .e-acrdn-item{border-radius:0;margin-top:0}.e-accordion .e-acrdn-item.e-select.e-selected:first-child{border-top:0}.e-accordion .e-acrdn-item.e-select.e-selected:last-child{border-bottom:0}.e-accordion .e-acrdn-item:first-child{margin-top:0}.e-accordion .e-acrdn-item:not(.e-select)+.e-acrdn-item:not(.e-select){margin-bottom:0;margin-top:0}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select{margin:0}.e-accordion .e-acrdn-item>.e-acrdn-header .e-acrdn-header-content{font-weight:400}.e-accordion .e-acrdn-item.e-selected{padding-top:0}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-header .e-acrdn-header-content{font-weight:400}.e-accordion .e-acrdn-item.e-overlay{height:auto}.e-accordion .e-acrdn-item{overflow:visible;padding-top:0;position:relative}.e-accordion .e-acrdn-item.e-hide{display:none}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{font-size:15px}.e-accordion .e-acrdn-item.e-select>.e-acrdn-header{cursor:pointer}.e-accordion .e-acrdn-item.e-select>.e-acrdn-header:hover .e-acrdn-header-content,.e-accordion .e-acrdn-item.e-select>.e-acrdn-header:focus .e-acrdn-header-content{text-decoration:none}.e-accordion .e-acrdn-item .e-acrdn-header{border-radius:0;line-height:35px;min-height:36px;overflow:hidden;padding:0 40px 0 16px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.e-accordion .e-acrdn-item .e-acrdn-header>*{display:inline-block}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{line-height:35px}.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon{display:table;font-size:12px;height:36px;min-height:36px;min-width:24px;position:absolute;right:16px;top:0}.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons{display:table-cell;text-align:center;vertical-align:middle}.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation{-webkit-transition:.5s ease 0s;transition:.5s ease 0s}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon{display:inline-block;padding:0 8px 0 0}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons{font-size:12px}.e-accordion .e-acrdn-item .e-acrdn-panel{font-size:13px;overflow-y:hidden;text-decoration:none;width:100%}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content{padding:16px 16px 16px 32px}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header{padding:0 40px 0 32px}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header:focus{-webkit-box-shadow:none;box-shadow:none}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content{padding:0}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-acrdn-panel.e-nested>.e-acrdn-content{padding:0}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion{border:0}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header{padding:0 40px 0 48px}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content{padding:16px 16px 16px 48px}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header>.e-acrdn-header-content{font-weight:400}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{font-weight:400}.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content{line-height:1.5;overflow:hidden;padding:16px;text-overflow:ellipsis}.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content>*{overflow:hidden;text-overflow:ellipsis}.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-header-content{font-size:14px}.e-accordion .e-acrdn-item .e-content-hide{display:none}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content{padding:16px 32px 16px 16px}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header{padding:0 32px 0 40px}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header{padding:0 48px 0 40px}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content{padding:16px 48px 16px 16px}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header{padding:0 16px 0 40px}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon{left:16px;right:auto}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon{padding:0 0 0 8px}.e-accordion{-webkit-tap-highlight-color:rgba(0,0,0,0);background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:0}.e-accordion .e-acrdn-item{border-color:#0000001f;border-style:solid;border-width:0;border-radius:0}.e-accordion .e-acrdn-item.e-active{background:#fff}.e-accordion .e-acrdn-item.e-select:last-child{border-bottom:1px solid transparent;border-radius:0}.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus{border-radius:0}.e-accordion .e-acrdn-item:last-child{border-bottom:0}.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus{border-radius:0}.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus{border-radius:0}.e-accordion .e-acrdn-item.e-item-focus{border-color:#0000001f;border-style:solid;border-width:0}.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state{border-top:1px solid #fff}.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus{border-color:#0000001f;border-style:solid;border-width:0}.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus{background:#eee}.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content{color:#e3165b}.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons{color:#0000008a}.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons{color:#e3165b}.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select,.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state{border-color:#eee}.e-accordion .e-acrdn-item.e-expand-state.e-select{border-color:#fff;border-style:solid;border-width:1px 0 1px 0}.e-accordion .e-acrdn-item .e-acrdn-header{border:0}.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content{color:#e3165b}.e-accordion .e-acrdn-item.e-overlay{background:#fff;opacity:.5}.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content{color:#000000de}.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content{color:#e3165b}.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state>.e-acrdn-header:focus{border-color:#0000001f;border-style:solid;border-width:0;background:#eee}.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state>.e-acrdn-header:hover{background:#eee}.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state>.e-acrdn-header:active{background:#fff}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-content,.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header .e-acrdn-header-content{color:#e3165b}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child{border-bottom:1px none rgba(0,0,0,.12)}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content{color:#000000de}.e-accordion .e-acrdn-item.e-select{background:none;border-color:transparent;border-style:solid;border-width:1px 0 1px 0}.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content{color:#000000de;background:none;border-top:0;border-bottom:0}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{color:#000000de}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon{color:#0000008a}.e-accordion .e-acrdn-item.e-select.e-selected>.e-acrdn-header:focus{border:0}.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected)>.e-acrdn-header:focus{background:#eee;border:0;border-color:initial}.e-accordion .e-acrdn-item .e-acrdn-header:hover{border:0;background:transparent;border-color:initial}.e-accordion .e-acrdn-item .e-acrdn-header:active{border:0;border-color:initial;background:transparent}.e-accordion .e-acrdn-item .e-acrdn-header:focus{border:0;background:#eee;-webkit-box-shadow:none;box-shadow:none}.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon{color:#000000de}.e-accordion .e-acrdn-item.e-select.e-acrdn-item>.e-acrdn-header:hover .e-acrdn-header-content{color:#000000de}.e-accordion .e-acrdn-item.e-select.e-acrdn-item>.e-acrdn-header:hover .e-icons{color:#0000008a}.e-accordion .e-acrdn-item.e-select.e-acrdn-item>.e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon{color:#0000008a}.e-accordion .e-acrdn-item.e-select.e-acrdn-item>.e-acrdn-header:hover:focus .e-icons,.e-accordion .e-acrdn-item.e-select.e-acrdn-item>.e-acrdn-header:hover:focus .e-acrdn-header-content{color:#000000de}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header{border-color:initial;border-style:solid;border-width:0;background:#fff}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header:hover .e-icons,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header:hover .e-icons{color:#0000008a}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header:hover .e-acrdn-header-icon .e-icons,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header:hover .e-acrdn-header-icon .e-icons{color:#e3165b}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header:hover .e-acrdn-header-content,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header:hover .e-acrdn-header-content{color:#e3165b}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header:hover:focus .e-icons,.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header:hover:focus .e-acrdn-header-content,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header:hover:focus .e-icons,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header:hover:focus .e-acrdn-header-content{color:#e3165b}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-icon,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header .e-acrdn-header-icon{color:#e3165b}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header:hover,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header:hover{border-color:initial}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header>.e-toggle-icon,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header>.e-toggle-icon{color:#0000008a}.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-icon,.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-content,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header .e-acrdn-header-icon,.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header .e-acrdn-header-content{color:#e3165b}.e-accordion .e-acrdn-item.e-select.e-item-focus{border-color:#eee}.e-accordion .e-acrdn-item.e-selected{border-color:#0000001f;border-style:solid;border-width:0 0 1px 0}.e-accordion .e-acrdn-item.e-selected.e-select{border-color:#0000001f;border-style:solid;border-width:1px 0 1px 0}.e-accordion .e-acrdn-item.e-selected.e-select.e-active{background:#fff}.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child{border-bottom:0}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-header>.e-acrdn-header-content{color:#000000de}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-header>.e-toggle-icon{color:#0000008a}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-header:focus{position:relative;z-index:2;-webkit-box-shadow:none;box-shadow:none}.e-accordion .e-acrdn-item.e-selected+.e-selected{border-color:transparent transparent rgba(0,0,0,.12);border-style:solid;border-width:1px 0 1px 0}.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover>.e-acrdn-header .e-icons{color:#0000008a}.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover>.e-acrdn-header .e-acrdn-header-content{color:#e3165b}.e-accordion .e-acrdn-item.e-selected.e-select>.e-acrdn-header{background:transparent;border-radius:0;border-color:initial;border-style:solid;border-width:0}.e-accordion .e-acrdn-item.e-selected.e-select>.e-acrdn-header:focus{background:#eee}.e-accordion .e-acrdn-item.e-selected.e-select>.e-acrdn-header:hover{border-color:initial}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-panel .e-acrdn-content{color:#000000de}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-panel .e-acrdn-header-content{color:#000000de}.e-accordion .e-acrdn-item .e-toggle-icon{color:#0000008a}.e-accordion .e-acrdn-item .e-acrdn-panel{font-size:13px}.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{font-size:16px;vertical-align:middle}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel{font-size:14px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content{padding:16px 16px 16px 32px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header{-webkit-box-shadow:none;box-shadow:none;padding:0 46px 0 32px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content{padding:0}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion{border:0}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header{padding:0 46px 0 48px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content{padding:16px 16px 16px 48px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content{font-size:14px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header{line-height:47px;min-height:48px;padding:0 46px 0 16px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon{height:48px;min-height:48px;min-width:30px;right:16px;font-size:12px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon{display:inline-block;padding:0 14px 0 0}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons{font-size:12px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content{padding:16px;font-size:14px}.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content,.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content{padding:16px 32px 16px 16px}.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header,.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header{padding:0 32px 0 46px}.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header{padding:0 48px 0 46px}.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content,.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content{padding:16px 48px 16px 16px}.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header,.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header{padding:0 16px 0 46px}.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon,.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon{left:16px;right:auto}.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon,.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon{padding:0 0 0 14px}.e-carousel .e-previous-icon:before{content:""}.e-carousel .e-next-icon:before{content:""}.e-carousel .e-play-icon:before{content:""}.e-carousel .e-pause-icon:before{content:""}.e-carousel.e-rtl .e-previous-icon:before{content:""}.e-carousel.e-rtl .e-next-icon:before{content:""}.e-carousel{display:block;margin:0;padding:0;position:relative}.e-carousel .e-carousel-items,.e-carousel .e-carousel-slide-container{height:100%;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.e-carousel .e-carousel-items.e-swipe-start{cursor:pointer}.e-carousel.e-partial .e-carousel-slide-container{padding:0 100px}@media screen and (max-width:480px){.e-carousel.e-partial .e-carousel-slide-container{padding:0 75px}}@media screen and (max-width:320px){.e-carousel.e-partial .e-carousel-slide-container{padding:0 50px}}.e-carousel .e-carousel-items{width:calc(var(--carousel-items-count) * 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.e-carousel .e-carousel-items .e-carousel-item{height:100%;overflow:hidden;padding:0;position:relative;width:calc(100% / var(--carousel-items-count))}.e-carousel.e-blazor-carousel .e-carousel-items{-webkit-transform:translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));transform:translate(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.e-carousel.e-blazor-carousel.e-rtl .e-carousel-items{-webkit-transform:translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));transform:translate(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.e-carousel.e-carousel-fade-animation .e-carousel-items.e-fade-in-out{-webkit-transition-property:none;transition-property:none;-webkit-animation:fade-in-out .6s ease-in-out;animation:fade-in-out .6s ease-in-out}@-webkit-keyframes fade-in-out{0%{opacity:0}to{opacity:1}}@keyframes fade-in-out{0%{opacity:0}to{opacity:1}}.e-carousel.e-carousel-slide-animation .e-carousel-items.e-slide{-webkit-transition-duration:.6s;transition-duration:.6s}.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item{display:block;height:100%;left:0;opacity:0;pointer-events:none;top:0}.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item.e-active{opacity:1;pointer-events:visible}.e-carousel .e-carousel-navigators{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.e-carousel .e-carousel-navigators .e-play-pause,.e-carousel .e-carousel-navigators .e-previous,.e-carousel .e-carousel-navigators .e-next{padding:.5em;pointer-events:auto}.e-carousel .e-carousel-navigators .e-play-pause .e-btn,.e-carousel .e-carousel-navigators .e-previous .e-btn,.e-carousel .e-carousel-navigators .e-next .e-btn{border:0;-webkit-box-shadow:none;box-shadow:none}.e-carousel .e-carousel-navigators .e-play-pause .e-btn:hover,.e-carousel .e-carousel-navigators .e-previous .e-btn:hover,.e-carousel .e-carousel-navigators .e-next .e-btn:hover{border-radius:50%}.e-carousel .e-carousel-navigators .e-play-pause .e-btn.e-rtl,.e-carousel .e-carousel-navigators .e-previous .e-btn.e-rtl,.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon{line-height:1;padding-left:3px}.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,.e-carousel .e-carousel-navigators .e-next.e-hover-arrows{display:none}.e-carousel .e-carousel-indicators{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:48px;padding:0;pointer-events:none;position:absolute;width:100%;z-index:1}.e-carousel .e-carousel-indicators.e-default .e-indicator-bars{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:auto}.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar{padding:0}.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px}.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator div{border:1px solid rgba(255,255,255,.4);border-radius:50%;height:12px;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-property:background-color,border-color;transition-property:background-color,border-color;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;width:12px}.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator .e-ripple-element{display:none}.e-carousel .e-carousel-indicators.e-dynamic{min-height:36px}.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars{display:block;overflow:hidden;-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out;white-space:nowrap;width:80px}.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar{border-radius:50%;display:inline-block;height:8px;left:calc(32px - 16px * var(--carousel-items-current));margin:0 4px;opacity:1;position:relative;-webkit-transform:scale(.33);transform:scale(.33);-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;white-space:nowrap;width:8px}.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active{-webkit-transform:scale(1);transform:scale(1)}.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-prev,.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-next{-webkit-transform:scale(.66);transform:scale(.66)}.e-carousel .e-carousel-indicators.e-fraction{min-height:36px}.e-carousel .e-carousel-indicators.e-progress{min-height:4px}.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars{height:4px;width:100%}.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar{height:100%;left:0;position:absolute;top:0;-webkit-transform:translate3d(0,0,0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);transform:translateZ(0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transform-origin:left top;transform-origin:left top;width:100%}.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled),.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled),.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled){background-color:transparent}.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled) .e-btn-icon,.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled) .e-btn-icon,.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) .e-btn-icon{color:#fff}.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):active,.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus,.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):hover,.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):active,.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus,.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):hover,.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):active,.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus,.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):hover{background-color:#fff6;outline:none}.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator{background-color:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div{background:#fff;border-color:#fff}.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:active,.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus,.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:hover{background:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;outline:none}.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible{border-color:#000}.e-carousel .e-carousel-indicators.e-default .e-indicator-bar.e-active .e-indicator div{background-color:#e3165b;border-color:#e3165b}.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar{background-color:#fff}.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active{background-color:#e3165b}.e-carousel .e-carousel-indicators.e-fraction .e-indicator-bars{color:#fff}.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars{background-color:#e3165b66}.e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar{background-color:#e3165b}.e-contextmenu-wrapper ul .e-menu-item .e-previous:before,.e-contextmenu-container ul .e-menu-item .e-previous:before{content:""}.e-contextmenu-wrapper ul .e-menu-item .e-caret:before,.e-contextmenu-container ul .e-menu-item .e-caret:before{content:""}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret:before,.e-rtl.e-contextmenu-container .e-menu-item .e-caret:before{content:""}.e-contextmenu-wrapper ul,.e-contextmenu-container ul{font-weight:400;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;padding:0;border:none;border-radius:0;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;display:none;min-width:120px;position:absolute}.e-contextmenu-wrapper ul.e-ul,.e-contextmenu-wrapper ul.e-ul *,.e-contextmenu-container ul.e-ul,.e-contextmenu-container ul.e-ul *{-webkit-box-sizing:border-box;box-sizing:border-box}.e-contextmenu-wrapper ul.e-ul:focus,.e-contextmenu-wrapper ul.e-ul *:focus,.e-contextmenu-container ul.e-ul:focus,.e-contextmenu-container ul.e-ul *:focus{outline:none}.e-contextmenu-wrapper ul.e-contextmenu,.e-contextmenu-container ul.e-contextmenu{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.e-contextmenu-wrapper ul.e-ul,.e-contextmenu-container ul.e-ul{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont}.e-contextmenu-wrapper ul .e-menu-item,.e-contextmenu-container ul .e-menu-item{cursor:pointer;position:relative;height:36px;line-height:36px;padding:0 16px}.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide,.e-contextmenu-container ul .e-menu-item.e-menu-hide{display:none}.e-contextmenu-wrapper ul .e-menu-item.e-menu-header,.e-contextmenu-container ul .e-menu-item.e-menu-header{border-bottom-style:solid;border-bottom-width:1px}.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,.e-contextmenu-container ul .e-menu-item .e-menu-url{text-decoration:none}.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-contextmenu-container ul .e-menu-item .e-menu-icon{display:inline-block;vertical-align:middle}.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-contextmenu-container ul .e-menu-item.e-separator{cursor:auto;line-height:normal;pointer-events:none}.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,.e-contextmenu-container ul .e-menu-item .e-menu-url{display:inline-block;min-width:120px}.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-contextmenu-container ul .e-menu-item .e-menu-icon{font-size:14px;line-height:36px;margin-right:10px;width:1em}.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-contextmenu-container ul .e-menu-item .e-caret{line-height:36px;margin-left:16px;margin-right:0;position:absolute;right:8px}.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-contextmenu-container ul .e-menu-item.e-menu-caret-icon{padding-right:36px}.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-contextmenu-container ul .e-menu-item.e-separator{border-bottom-style:solid;border-bottom-width:1px;height:auto;margin:8px 0}.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-contextmenu-container ul .e-menu-item .e-caret{font-size:11px}.e-contextmenu-wrapper ul .e-menu-item .e-previous,.e-contextmenu-container ul .e-menu-item .e-previous{margin-right:16px}.e-contextmenu-wrapper ul .e-menu-item.e-disabled,.e-contextmenu-container ul .e-menu-item.e-disabled{cursor:auto;pointer-events:none}.e-contextmenu-wrapper ul .e-menu-item .e-checkbox-wrapper,.e-contextmenu-container ul .e-menu-item .e-checkbox-wrapper{width:-webkit-max-content;width:-moz-max-content;width:max-content}.e-contextmenu-wrapper.e-sfcontextmenu,.e-contextmenu-container.e-sfcontextmenu,.e-contextmenu-wrapper.e-sfcontextmenu .e-menu-vscroll,.e-contextmenu-container.e-sfcontextmenu .e-menu-vscroll{position:absolute}.e-contextmenu-wrapper.e-sfcontextmenu ul,.e-contextmenu-container.e-sfcontextmenu ul{white-space:nowrap}.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent,.e-contextmenu-container.e-sfcontextmenu ul.e-transparent{background:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;height:1px;left:0;min-width:0;padding:0;top:0;width:0}.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item,.e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item{height:0;padding:0}.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator,.e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator{border:0;margin:0}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar{height:100%;width:inherit}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav{height:16px}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device){padding:16px 0}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul{-webkit-box-shadow:none;box-shadow:none;margin-top:-12px;width:inherit}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon{margin-right:0}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret,.e-rtl.e-contextmenu-container .e-menu-item .e-caret{margin-left:0;margin-right:16px;right:auto}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon{margin-left:10px}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret,.e-rtl.e-contextmenu-container .e-menu-item .e-caret{left:8px}.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon,.e-rtl.e-contextmenu-container .e-menu-item.e-menu-caret-icon{padding-left:36px;padding-right:16px}.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon,.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon{padding-left:16px}.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon,.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon.e-menu-caret-icon{padding-left:36px}.e-contextmenu-wrapper .e-menu-item,.e-contextmenu-container .e-menu-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.e-contextmenu-wrapper ul,.e-contextmenu-container ul{background-color:#fff;color:#000000de}.e-contextmenu-wrapper ul .e-menu-item.e-menu-header,.e-contextmenu-container ul .e-menu-item.e-menu-header{border-bottom-color:#0000001f}.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-contextmenu-container ul .e-menu-item .e-caret,.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-contextmenu-container ul .e-menu-item .e-menu-icon{color:#0000008a}.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,.e-contextmenu-container ul .e-menu-item .e-menu-url{color:#000000de}.e-contextmenu-wrapper ul .e-menu-item.e-focused,.e-contextmenu-container ul .e-menu-item.e-focused{background-color:#eee;color:#000000de;outline:0 solid rgba(0,0,0,.12);outline-offset:0}.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret,.e-contextmenu-container ul .e-menu-item.e-focused .e-caret,.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon,.e-contextmenu-container ul .e-menu-item.e-focused .e-menu-icon{color:#0000008a}.e-contextmenu-wrapper ul .e-menu-item.e-selected,.e-contextmenu-container ul .e-menu-item.e-selected{background-color:#eee;color:#000000de;outline:0 solid #eee;outline-offset:0}.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret,.e-contextmenu-container ul .e-menu-item.e-selected .e-caret,.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon,.e-contextmenu-container ul .e-menu-item.e-selected .e-menu-icon{color:#0000008a}.e-contextmenu-wrapper ul .e-disabled,.e-contextmenu-container ul .e-disabled{color:#00000061;opacity:1}.e-contextmenu-wrapper ul .e-disabled .e-menu-icon,.e-contextmenu-container ul .e-disabled .e-menu-icon,.e-contextmenu-wrapper ul .e-disabled .e-caret,.e-contextmenu-container ul .e-disabled .e-caret,.e-contextmenu-wrapper ul .e-disabled .e-menu-url,.e-contextmenu-container ul .e-disabled .e-menu-url{color:#00000061}.e-contextmenu-wrapper ul .e-separator,.e-contextmenu-container ul .e-separator{border-bottom-color:#0000001f}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll{background-color:#fff;border:none}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav{border-color:#0000001f}.e-bigger .e-contextmenu-wrapper ul,.e-bigger.e-contextmenu-wrapper ul,.e-bigger .e-contextmenu-container ul,.e-bigger.e-contextmenu-container ul{font-size:15px;padding:8px 0;white-space:nowrap;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:280px;min-width:112px}.e-bigger .e-contextmenu-wrapper ul .e-menu-item,.e-bigger.e-contextmenu-wrapper ul .e-menu-item,.e-bigger .e-contextmenu-container ul .e-menu-item,.e-bigger.e-contextmenu-container ul .e-menu-item{height:48px;line-height:48px}.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-contextmenu-container ul .e-menu-item .e-menu-icon,.e-bigger.e-contextmenu-container ul .e-menu-item .e-menu-icon{font-size:16px;line-height:48px}.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-container ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-container ul .e-menu-item .e-caret{line-height:48px}.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-bigger .e-contextmenu-container ul .e-menu-item.e-separator,.e-bigger.e-contextmenu-container ul .e-menu-item.e-separator{height:auto;line-height:normal}.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-container ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-container ul .e-menu-item .e-caret{font-size:12px}.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon,.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon,.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon{padding-left:16px}.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon,.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon,.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon.e-menu-caret-icon,.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon.e-menu-caret-icon{padding-left:36px}.e-tab .e-tab-header .e-close-icon:before{content:"";position:relative}@media screen and (max-width:480px){.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon:before{content:""}.e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon:before{content:""}}.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon:before{content:"More"}.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon:after{content:""}.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon:before{content:"More"}.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon:after{content:""}.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon:before{content:""}.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon:after{content:""}.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon:before{content:""}.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon:after{content:""}.e-tab-clone-element .e-close-icon:before{content:"";position:relative}.e-tab{display:block;position:relative}.e-tab.e-hidden{display:none}.e-tab.e-fill-mode .e-content,.e-tab.e-fill-mode .e-content .e-item,.e-tab.e-fill-mode .e-content .e-item>div,.e-tab.e-fill-mode .e-content .e-item>div>.e-blazor-template{height:100%}.e-tab .e-tab-header{height:36px;min-height:36px}@media screen and (max-width:480px){.e-tab .e-tab-header{height:48px;min-height:48px}}.e-tab .e-tab-header:before{content:"";position:absolute;display:unset}.e-tab .e-tab-header:not(.e-vertical):before{bottom:0;top:0;width:100%}.e-tab .e-tab-header .e-toolbar-items{height:auto;margin:0;min-height:36px;position:relative}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-items{min-height:48px}}.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0;padding-bottom:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}}.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active{position:unset}.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover:before{left:unset;right:unset}.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:before{background-color:unset;bottom:unset;content:unset;height:unset;left:unset;position:unset;right:unset;-webkit-transition:unset;transition:unset}.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:after{color:unset;content:unset;display:unset;font-weight:unset;height:unset;overflow:unset;visibility:unset}.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device{padding:0}.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav{display:none}.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar{padding:0}.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav{width:40px;border-radius:0}.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}}.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{margin:0}.e-tab .e-tab-header .e-hscroll-bar{overflow:hidden}.e-tab .e-tab-header .e-indicator{display:block;position:absolute}.e-tab .e-tab-header .e-indicator.e-hidden{display:none}.e-tab .e-tab-header:not(.e-vertical) .e-indicator{bottom:0;height:2px;left:0;right:0;border-radius:0;-webkit-transition:left .125s cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1);transition:left .125s cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1)}.e-tab .e-tab-header .e-toolbar-item.e-hidden{display:none}.e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:36px;margin:0;min-height:36px;min-width:auto;padding:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:48px;min-height:48px}}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{height:36px;padding:0 18px;width:100%}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{height:48px;padding:0 12px}}.e-tab .e-tab-header .e-toolbar-item .e-text-wrap{-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:36px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-text-wrap{height:48px}}.e-tab .e-tab-header .e-toolbar-item .e-tab-text{display:inherit;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;font-weight:500;text-transform:uppercase;-ms-flex-item-align:auto;align-self:auto;margin-bottom:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-tab-text{font-size:14px}}.e-tab .e-tab-header .e-toolbar-item.e-active{margin:0;padding-bottom:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-active{margin:0}}.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:36px;margin-top:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:48px}}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{margin-bottom:0}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text{font-weight:500}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon:before{top:1px;left:2px}.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon:before,.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon:before{left:0}.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap{height:36px;padding:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap{height:48px}}.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon{display:none;margin:0 0 0 10px;min-width:10px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon{margin:0 0 0 14px}}.e-tab .e-tab-header .e-toolbar-item .e-close-icon,.e-tab .e-tab-header .e-toolbar-item .e-close-icon:before{font-size:10px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-close-icon,.e-tab .e-tab-header .e-toolbar-item .e-close-icon:before{font-size:12px}}.e-tab .e-tab-header .e-toolbar-item .e-close-icon:before{top:1px}.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:20px;min-width:20px;width:20px;line-height:1}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon{height:20px;width:20px}}.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item .e-tab-icon:before{font-size:18px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item .e-tab-icon:before{font-size:20px}}.e-tab .e-tab-header .e-toolbar-item .e-tab-icon:before{position:relative;top:1px;left:2px}.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon:before,.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon:before{left:0}.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 18px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap{padding:0 24px}}.e-tab .e-tab-header .e-toolbar-item .e-icon-right{margin:0 0 0 8px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-icon-right{margin:0}}.e-tab .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 10px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 14px}}.e-tab .e-tab-header .e-toolbar-item.e-itop,.e-tab .e-tab-header .e-toolbar-item.e-ibottom{height:62px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-itop,.e-tab .e-tab-header .e-toolbar-item.e-ibottom{height:62px}}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:62px;position:relative}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{height:62px}}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap{display:block;height:auto}.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap{height:auto}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon{position:absolute;right:18px;top:calc(50% - 6px)}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon{right:12px}}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text{margin:8px 0 0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text{margin:10px 0 0}}.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text{margin:0 0 8px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text{margin:0 0 10px}}.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto}.e-tab .e-tab-header .e-toolbar-pop{overflow-y:auto;padding:0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item{height:36px;min-height:36px;min-width:auto}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item{height:48px;min-height:48px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator){margin:0;padding:0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap{height:36px;padding:0 16px;text-align:initial}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap{height:48px;padding:0 16px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap{height:36px;width:100%}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap{height:48px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon{margin:0 0 0 8px}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon:before{top:0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"]{padding-right:10px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"]{padding-right:0}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom{height:36px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom{height:48px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){min-height:36px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){min-height:48px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap{height:36px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap{height:48px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:auto}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{display:block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0 10px;padding-left:0;padding-right:10px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0 12px;padding-left:0;padding-right:0}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon{right:18px;top:initial}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:480px){.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon{display:none}}@media screen and (max-width:480px){.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap{margin-right:20px}.e-tab .e-tab-header .e-scroll-nav{height:36px;min-height:36px;min-width:auto;width:auto}@media screen and (max-width:480px){.e-tab .e-tab-header .e-scroll-nav{height:48px;min-height:48px}}.e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav,.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav{padding:0 9px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav{padding:0 12px}}.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow:before{font-size:12px;line-height:24px;position:relative;top:0;vertical-align:initial}.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow{font-size:12px;height:24px;line-height:24px;width:24px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow{font-size:12px;height:24px;line-height:24px;width:24px}}.e-tab .e-tab-header .e-hor-nav{height:36px;min-height:36px;min-width:auto;padding:0 9px;width:auto}@media screen and (max-width:480px){.e-tab .e-tab-header .e-hor-nav{height:48px;min-height:48px;padding:0 12px}}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon{font-size:12px;height:24px;line-height:24px;width:24px}@media screen and (max-width:480px){.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon{font-size:12px;height:24px;line-height:24px;width:24px}}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:before{font-size:12px;line-height:24px;position:relative;top:0;vertical-align:initial}@media screen and (max-width:480px){.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:before{font-size:16px}}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover{line-height:24px}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover:before,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover:before{line-height:24px;top:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover:before,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover:before{line-height:24px}}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}@media screen and (max-width:480px){.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon{-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}@media screen and (max-width:480px){.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon{line-height:24px}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:before,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:before{line-height:24px;top:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:before,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:before{line-height:24px}}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover{line-height:24px;top:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active{position:unset}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover:before{left:unset;right:unset}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:before{background-color:unset;content:unset;height:unset;left:unset;position:unset;right:unset;top:unset;-webkit-transition:unset;transition:unset}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:after{color:unset;content:unset;display:unset;font-weight:unset;height:unset;overflow:unset;visibility:unset}.e-tab .e-tab-header.e-horizontal-bottom:before{bottom:auto}.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar{margin-top:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0;padding-bottom:0;padding-top:0}@media screen and (max-width:480px){.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}}.e-tab .e-tab-header.e-horizontal-bottom .e-indicator{bottom:auto;top:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{margin:0;padding-bottom:0;padding-top:0}@media screen and (max-width:480px){.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{margin:0}}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{height:36px;padding:0}@media screen and (max-width:480px){.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{height:48px}}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap:before,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap:before{top:unset}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon:before{top:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap{height:initial}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap{height:initial;padding:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap:before,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap:before{bottom:auto;top:0}.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap:before{display:none}.e-tab .e-tab-header.e-vertical{max-width:150px;z-index:1}.e-tab .e-tab-header.e-vertical:before{bottom:0;height:100%;left:0;top:0}.e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]:before{bottom:15px;height:auto;top:15px}@media screen and (max-width:480px){.e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]:before{bottom:0;top:0}}.e-tab .e-tab-header.e-vertical .e-indicator{display:block;-webkit-transition:top .125s cubic-bezier(.35,0,.25,1),bottom .25s cubic-bezier(.35,0,.25,1);transition:top .125s cubic-bezier(.35,0,.25,1),bottom .25s cubic-bezier(.35,0,.25,1);width:2px}.e-tab .e-tab-header.e-vertical .e-toolbar-items{height:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device){padding:16px 0}.e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child{margin:0}.e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator){margin:0}.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap{padding:0 18px}.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap{position:relative;width:100%}.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text,.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon:before{text-align:center;width:100%}.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap:before{display:none}.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon{min-height:36px;min-width:33px}.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon{margin:0}.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon{right:-18px}.e-tab .e-tab-header.e-vertical .e-toolbar-pop{top:initial!important}.e-tab .e-tab-header.e-vertical.e-vertical-left{float:left}.e-tab .e-tab-header.e-vertical.e-vertical-left:before{right:0}.e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator{left:auto;right:0}.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover:before{bottom:unset;height:unset}.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:before{background-color:unset;bottom:unset;content:unset;height:unset;left:unset;position:unset;right:unset;-webkit-transition:unset;transition:unset;width:unset}.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:after{color:unset;content:unset;display:unset;font-weight:unset;height:unset;overflow:unset;visibility:unset}.e-tab .e-tab-header.e-vertical.e-vertical-right{float:right}.e-tab .e-tab-header.e-vertical.e-vertical-right:before{right:auto}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator{left:0;right:auto}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap{text-align:right}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text{width:auto}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover:before{bottom:unset;height:unset}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:before{background-color:unset;bottom:unset;content:unset;height:unset;left:unset;position:unset;right:unset;-webkit-transition:unset;transition:unset;width:unset}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:after{color:unset;content:unset;display:unset;font-weight:unset;height:unset;overflow:unset;visibility:unset}.e-tab .e-tab-header.e-vertical .e-scroll-nav{height:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:16px;width:100%}.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow{font-size:10px;height:16px;line-height:16px;margin:0 auto;width:16px}.e-tab .e-tab-header.e-vertical .e-hor-nav{padding:0 18px;width:100%}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon{height:100%;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;width:100%}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before{float:left;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;font-weight:500;line-height:35px;text-align:left;text-transform:uppercase;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after{float:left;font-size:12px;line-height:35px;margin:0 0 0 10px;vertical-align:initial}@media screen and (max-width:480px){.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after{font-size:14px}}.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav,.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay{display:none}.e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items{height:auto}.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator){margin:0}.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon{left:-18px}.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav{padding:0 18px}.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before,.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before{float:right}.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after,.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after{float:right;margin:0 10px 0 0}.e-tab .e-content{position:relative}.e-tab .e-content .e-item.e-view{inset:0;overflow:hidden;position:absolute}.e-tab .e-content>.e-item{display:none}.e-tab .e-content>.e-item.e-active{background:inherit;display:block}.e-tab .e-content.e-progress{overflow:hidden}.e-tab.e-vertical-tab .e-content{display:-webkit-box;display:-ms-flexbox;display:flex}.e-tab.e-vertical-tab .e-content .e-item.e-active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:none;flex:none}.e-tab.e-vertical-tab .e-content .e-item,.e-tab.e-vertical-tab .e-content .e-item>:first-child{width:100%}.e-tab.e-vertical-icon>.e-tab-header{height:62px;min-height:62px}.e-tab.e-vertical-icon>.e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap:before,.e-tab.e-vertical-icon>.e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap:before{display:none}.e-tab.e-vertical-icon>.e-tab-header>.e-toolbar-items{height:62px}.e-tab.e-vertical-icon>.e-tab-header .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-vertical-icon>.e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap{position:unset}.e-tab.e-vertical-icon>.e-tab-header .e-toolbar-item.e-active .e-text-wrap:before,.e-tab.e-vertical-icon>.e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap:before{border:unset;content:unset;display:none;position:unset;top:unset;width:unset}.e-tab.e-vertical-icon>.e-tab-header .e-toolbar-item.e-active .e-tab-wrap:before,.e-tab.e-vertical-icon>.e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap:before{content:unset;display:unset;position:unset;top:unset;width:unset;border:unset}.e-tab.e-vertical-icon>.e-tab-header .e-scroll-nav{height:62px}.e-tab.e-vertical-icon>.e-tab-header .e-hor-nav{height:62px}@media screen and (max-width:480px){.e-tab.e-vertical-icon>.e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-vertical-icon>.e-tab-header .e-hor-nav .e-popup-down-icon:before{font-size:12px}}.e-tab.e-vertical-icon>.e-tab-header.e-vertical .e-indicator{width:2px}.e-tab.e-vertical-icon>.e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap:before,.e-tab.e-vertical-icon>.e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap:before{display:none}.e-tab.e-vertical-icon>.e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-vertical-icon>.e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap{position:relative}.e-tab.e-vertical-icon>.e-tab-header.e-vertical .e-scroll-nav{height:16px}.e-tab.e-vertical-icon>.e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:before,.e-tab.e-vertical-icon>.e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap:before{top:unset}.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active{margin:0}.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items{height:inherit}.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{height:36px}.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:36px}.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:62px}.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus{height:36px}.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:36px}.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:36px}.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap{height:36px;padding:0}.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text>div,.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text>div{display:inherit}.e-tab.e-template .e-content>.e-item{display:none}.e-tab.e-template .e-content>.e-item.e-active{background:inherit;display:block}.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align{display:-webkit-box;display:-ms-flexbox;display:flex}.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon{display:block;line-height:15px}.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow{display:block;line-height:14px}.e-tab.e-ie .e-tab-header .e-popup-up-icon,.e-tab.e-ie .e-tab-header .e-popup-down-icon{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}.e-tab.e-ie .e-tab-header .e-popup-up-icon:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}@media screen and (max-width:480px){.e-tab.e-ie .e-tab-header .e-popup-up-icon:before{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.e-tab.e-ie .e-tab-header .e-popup-down-icon:before{-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}@media screen and (max-width:480px){.e-tab.e-ie .e-tab-header .e-popup-down-icon:before{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align{display:-webkit-box;display:-ms-flexbox;display:flex}.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon{display:block;line-height:14px;position:relative}.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow{display:block;line-height:11px;position:relative}.e-tab.e-edge .e-tab-header .e-popup-up-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}@media screen and (max-width:480px){.e-tab.e-edge .e-tab-header .e-popup-up-icon{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.e-tab.e-edge .e-tab-header .e-popup-down-icon{-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}@media screen and (max-width:480px){.e-tab.e-edge .e-tab-header .e-popup-down-icon{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}@media screen and (max-width:480px)and (max-width:480px){.e-tab.e-edge .e-tab-header .e-popup-down-icon{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.e-tab.e-edge .e-tab-header .e-popup-up-icon:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}@media screen and (max-width:480px){.e-tab.e-edge .e-tab-header .e-popup-up-icon:before{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.e-tab.e-edge .e-tab-header .e-popup-down-icon:before{-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}@media screen and (max-width:480px){.e-tab.e-edge .e-tab-header .e-popup-down-icon:before{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.e-tab.e-safari .e-tab-header .e-close-icon:before{top:-1px}.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon:before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon:before{top:0}.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow:before,.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow:before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow:before{top:0}.e-tab.e-fill .e-tab-header{height:34px;min-height:34px}@media screen and (max-width:480px){.e-tab.e-fill .e-tab-header{height:46px;min-height:46px}}.e-tab.e-fill .e-tab-header .e-indicator{display:none}.e-tab.e-fill .e-tab-header .e-toolbar-items{height:auto;min-height:34px}@media screen and (max-width:480px){.e-tab.e-fill .e-tab-header .e-toolbar-items{min-height:46px}}.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0;padding:0}.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator){height:34px;margin:0;min-height:34px;padding:0}@media screen and (max-width:480px){.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator){height:46px;min-height:46px}}.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom{height:60px;min-height:60px}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap{height:34px;padding:0 18px}@media screen and (max-width:480px){.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap{height:46px;padding:0 18px}}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap{height:34px}@media screen and (max-width:480px){.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap{height:46px}}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active{padding:0}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{margin-bottom:0}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:34px}@media screen and (max-width:480px){.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:46px}}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text{font-weight:500}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap{height:36px}@media screen and (max-width:480px){.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap{height:46px}}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{height:60px}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap{height:auto}.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){height:auto}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{padding:0}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop{padding-top:0}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{margin-right:0;padding:0}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{height:34px}@media screen and (max-width:480px){.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{height:46px}}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:44px}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap{height:auto}.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items{height:inherit}.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap{padding:0 18px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{height:34px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:34px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap{height:34px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:60px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}@media screen and (max-width:480px){.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}}.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0}.e-tab.e-fill.e-vertical-icon>.e-tab-header{height:60px;min-height:60px}.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0;padding:0}.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator){margin:0;padding:0}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 18px}@media screen and (max-width:480px){.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 18px}}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active{padding:0}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{margin-bottom:0}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text{font-weight:500}.e-tab.e-background .e-tab-header.e-vertical .e-indicator{display:block}.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap{padding:0 18px}.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{padding:0}.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{margin:0;padding:0}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap{height:36px}.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right{margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text{margin:0 10px 0 0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon{margin:0 10px 0 0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon{left:18px;right:auto}.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap{margin-left:20px;margin-right:0}.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator){margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item{margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text{padding-left:10px;padding-right:0}@media screen and (max-width:480px){.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text{padding-left:0}}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon{margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon{left:16px;right:auto}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon{left:18px;right:auto}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0;padding-left:10px;padding-right:0}@media screen and (max-width:480px){.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0;padding-left:10px;padding-right:0}}.e-tab.e-rtl .e-tab-header .e-hor-nav,.e-tab.e-rtl .e-tab-header .e-scroll-right-nav,.e-tab.e-rtl .e-tab-header .e-scroll-left-nav{padding:0 9px}.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before,.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before{display:none}.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after,.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after{margin:0;width:100%}.e-tab-clone-element{overflow:visible;z-index:10000}.e-tab-clone-element:not(.e-separator){height:36px;margin:0;min-height:36px;min-width:auto;padding:0}@media screen and (max-width:480px){.e-tab-clone-element:not(.e-separator){height:48px;min-height:48px}}.e-tab-clone-element .e-tab-wrap{height:36px;padding:0 18px;width:100%}@media screen and (max-width:480px){.e-tab-clone-element .e-tab-wrap{height:48px;padding:0 12px}}.e-tab-clone-element .e-text-wrap{-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:36px}@media screen and (max-width:480px){.e-tab-clone-element .e-text-wrap{height:48px}}.e-tab-clone-element .e-tab-text{display:inherit;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;font-weight:500;text-transform:uppercase;-ms-flex-item-align:auto;align-self:auto}@media screen and (max-width:480px){.e-tab-clone-element .e-tab-text{font-size:14px}}.e-tab-clone-element .e-icons.e-close-icon{display:none}.e-tab-clone-element .e-close-icon,.e-tab-clone-element .e-close-icon:before{font-size:10px}@media screen and (max-width:480px){.e-tab-clone-element .e-close-icon,.e-tab-clone-element .e-close-icon:before{font-size:12px}}.e-tab-clone-element .e-close-icon:before{top:1px}.e-tab-clone-element .e-icons.e-tab-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:20px;min-width:20px;width:20px;line-height:1}@media screen and (max-width:480px){.e-tab-clone-element .e-icons.e-tab-icon{height:20px;width:20px}}.e-tab-clone-element .e-tab-icon,.e-tab-clone-element .e-tab-icon:before{font-size:18px}@media screen and (max-width:480px){.e-tab-clone-element .e-tab-icon,.e-tab-clone-element .e-tab-icon:before{font-size:20px}}.e-tab-clone-element.e-icon .e-tab-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 18px}@media screen and (max-width:480px){.e-tab-clone-element.e-icon .e-tab-wrap{padding:0 24px}}.e-tab-clone-element .e-icon-right{margin:0 0 0 8px}@media screen and (max-width:480px){.e-tab-clone-element .e-icon-right{margin:0}}.e-tab-clone-element .e-icon-left+.e-tab-text{margin:0 0 0 10px}@media screen and (max-width:480px){.e-tab-clone-element .e-icon-left+.e-tab-text{margin:0 0 0 14px}}.e-tab-clone-element.e-itop,.e-tab-clone-element.e-ibottom{height:62px}@media screen and (max-width:480px){.e-tab-clone-element.e-itop,.e-tab-clone-element.e-ibottom{height:62px}}.e-tab-clone-element.e-itop .e-tab-wrap,.e-tab-clone-element.e-ibottom .e-tab-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:62px;position:relative}@media screen and (max-width:480px){.e-tab-clone-element.e-itop .e-tab-wrap,.e-tab-clone-element.e-ibottom .e-tab-wrap{height:62px}}.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab-clone-element.e-itop .e-text-wrap,.e-tab-clone-element.e-ibottom .e-text-wrap{display:block;height:auto}.e-tab-clone-element.e-itop .e-close-icon,.e-tab-clone-element.e-ibottom .e-close-icon{position:absolute;right:18px;top:calc(50% - 6px)}@media screen and (max-width:480px){.e-tab-clone-element.e-itop .e-close-icon,.e-tab-clone-element.e-ibottom .e-close-icon{right:12px}}.e-tab-clone-element.e-itop .e-tab-text{margin:8px 0 0}@media screen and (max-width:480px){.e-tab-clone-element.e-itop .e-tab-text{margin:10px 0 0}}.e-tab-clone-element.e-ibottom .e-tab-text{margin:0 0 8px}@media screen and (max-width:480px){.e-tab-clone-element.e-ibottom .e-tab-text{margin:0 0 10px}}.e-tab-clone-element .e-tab-icon.e-icon-top,.e-tab-clone-element .e-tab-icon.e-icon-bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto}.e-tab-clone-element.e-close-show .e-icons.e-close-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:480px){.e-tab-clone-element.e-close-show .e-icons.e-close-icon{display:none}}.e-tab-clone-element.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab-clone-element.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap{margin-right:20px}.e-tab{background:transparent;border:none}.e-tab .e-tab-header{background:inherit;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;font-weight:400;border-bottom:0}.e-tab .e-tab-header:before{border-color:unset;border-style:solid}.e-tab .e-tab-header:not(.e-vertical):before{border-width:0}.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active{border-bottom:initial;margin-bottom:0}.e-tab .e-tab-header .e-toolbar-items{background:inherit}.e-tab .e-tab-header .e-indicator{background:#e3165b}.e-tab .e-tab-header .e-toolbar-item{background:inherit;border:none}.e-tab .e-tab-header .e-toolbar-item:hover,.e-tab .e-tab-header .e-toolbar-item.e-active:hover{background:inherit}.e-tab .e-tab-header .e-toolbar-item .e-ripple-element{background:#e3165b1f}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{border-radius:0;color:#0000008a;border:0}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon{color:#0000008a}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover{background:inherit;border:0;border-radius:0}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover{background:inherit}}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon{color:#000000de}.e-tab .e-tab-header .e-toolbar-item.e-active{border:none;border-radius:0}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{border:0}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon{color:#e3165b}.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap{position:unset}.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap:before{border:unset;content:unset;display:unset;position:unset;width:unset;top:unset}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text{color:#e3165b}.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon,.e-tab .e-tab-header .e-toolbar-item .e-close-icon{color:#0000008a}.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover,.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active{color:#000000de}.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay{background:inherit;opacity:1;pointer-events:none}.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon{color:#00000061}.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active{border:initial}.e-tab .e-tab-header .e-toolbar-pop{background:#fff;border:0;border-radius:0;-webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,.21);box-shadow:0 2px 2px 1px #00000036;overflow-y:auto}.e-tab .e-tab-header .e-toolbar-pop[e-animate=true]{overflow-y:hidden}@media screen and (max-width:480px){.e-tab .e-tab-header .e-toolbar-pop{-webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,.21);box-shadow:0 2px 2px 1px #00000036}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon{color:#0000008a}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover{background:#eee;border:0;border-radius:0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon{color:#000000de}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active{background:#eee;border-color:unset}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon{color:#0000008a}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon{color:#e3165b}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon{color:#00000061}.e-tab .e-tab-header .e-scroll-nav,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav{background:inherit;border:0}.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow{color:#0000008a;border:0}.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover{background:initial;color:#000000de;border:0}.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active{-webkit-box-shadow:none;box-shadow:none;border:0}.e-tab .e-tab-header .e-scroll-nav:focus,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus{background:inherit}.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow{background:#0000001f;color:#000000de;border:0}.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover{background:initial;color:#000000de}.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active{background:#0000001f;border-color:unset;color:#000000de}.e-tab .e-tab-header .e-scroll-nav:active,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active{-webkit-box-shadow:none;box-shadow:none;background:inherit;border:0}.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow{color:#0000008a}.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover{color:#0000008a;background:initial;border-color:unset}.e-tab .e-tab-header .e-hor-nav,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav){background:transparent;border:0}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon{color:#0000008a;border:0}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover{background:initial;border:initial;border-radius:0}.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover{color:#000000de}.e-tab .e-tab-header .e-hor-nav:focus,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus{background:transparent}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon{background:#0000001f;border:initial;border-radius:0;color:#000000de}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover{background:initial;border:initial;border-radius:0}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active{background:initial;color:#000000de;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.e-tab .e-tab-header .e-hor-nav:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover{border:0;background:transparent}.e-tab .e-tab-header .e-hor-nav:hover:active,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active{background:transparent}.e-tab .e-tab-header .e-hor-nav:active,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active{-webkit-box-shadow:none;box-shadow:none;background:transparent}.e-tab .e-tab-header .e-hor-nav.e-nav-active,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active{background:inherit;border:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons{color:#000000de}.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus{border:0}.e-tab .e-tab-header.e-horizontal-bottom,.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"],.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items{border-color:unset;border-style:solid;border-width:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover{border-radius:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{border-color:inherit unset unset;border-style:solid;border-width:0;margin-top:0;border-radius:0}.e-tab .e-tab-header.e-vertical{border-bottom:0}.e-tab .e-tab-header.e-vertical:before{border-width:0}.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active{border-bottom:0;border-top:0}.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover{border-radius:0}.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active{border-radius:0;border-right:initial}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover{border-radius:0}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active{border-left:initial;border-radius:0}.e-tab .e-tab-header.e-vertical .e-toolbar-pop{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.e-tab .e-tab-header.e-vertical .e-scroll-nav{background:inherit;border:1px solid transparent}.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav{border-bottom-color:#0000001f}.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav{border-top-color:#0000001f}.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow{border:0}.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover{background:none}.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover{background:#0000001f;border-color:rgba(0,0,0,.12) transparent transparent}.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus{background:#0000001f}.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow{color:#000000de}.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover{background:none}.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus{background:#0000001f}.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow{color:none}.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow{background:none}.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover{background:none;border:0}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon{border:0}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover{background:inherit;border:0;color:#000000de}.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon{background:inherit;border:0}.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover{background:inherit;border:0;-webkit-box-shadow:none;box-shadow:none}.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active{color:#000000de}.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon{border:0}.e-tab.e-focused>.e-tab-header .e-toolbar-item .e-tab-wrap:focus{background:#e3165b1f;border:0}.e-tab.e-focused>.e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,.e-tab.e-focused>.e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text{color:#e3165b}.e-tab.e-focused>.e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon{color:#e3165b}.e-tab.e-focused>.e-tab-header .e-scroll-nav:focus .e-nav-arrow{color:#000000de}.e-tab.e-focused>.e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-focused>.e-tab-header .e-hor-nav:focus .e-popup-down-icon{color:#000000de;background:#0000001f;border:initial}.e-tab.e-focused>.e-tab-header.e-vertical .e-scroll-nav:focus{border-color:rgba(0,0,0,.12) transparent transparent}.e-tab.e-focused>.e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow{border:0}.e-tab.e-focused>.e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,.e-tab.e-focused>.e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon{border:0}.e-tab.e-focused>.e-tab-header.e-vertical .e-hor-nav:focus{outline:0}.e-tab.e-disable{pointer-events:none}.e-tab.e-disable .e-tab-header .e-indicator{background:#e3165b61}.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap{color:#00000061}.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text,.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon{color:#e3165b61}.e-tab.e-disable .e-content{opacity:.38}.e-tab.e-fill .e-tab-header{border-bottom:2px Solid #e3165b}.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll,.e-tab.e-fill .e-tab-header .e-toolbar-item{border:0}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element{background:#0000000d}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap{color:#0000008a}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon{color:#000000de}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap{margin-top:0}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active{border:0}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon{color:#00000061}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{background:#e3165b;border-radius:0;border-color:unset}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon{color:#fff}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap{margin-top:0}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap:before{border:unset}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon{color:#fff}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon{color:#ffffffb3}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover{color:#fff}.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon{color:#0000008a}.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover{background:#eee}.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon,.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon{color:#000000de}.e-tab.e-fill .e-tab-header.e-horizontal-bottom{border-bottom:0;border-top:2px Solid #e3165b}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{margin-top:0}.e-tab.e-fill .e-tab-header.e-vertical{border-bottom:0}.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left{border-right:2px Solid #e3165b}.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right{border-left:2px Solid #e3165b}.e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{border-radius:3px 3px 0 0}.e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap{border-radius:0 0 3px 3px}.e-tab.e-fill.e-disable .e-tab-header{border-bottom:2px Solid rgba(227,22,91,.38)}.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap{color:#00000061}.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active{opacity:1}.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus{background:#e3165b61}.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#ffffff61}.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom{border-bottom:0;border-top:2px Solid rgba(227,22,91,.38)}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon{color:#000000de}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus{background:#e3165bcc;border-color:unset}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text{color:#fff}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon{color:#fff}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header{background:#3f51b5;border:0}.e-tab.e-background .e-tab-header .e-toolbar-items{background:#3f51b5}.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll{border:0}.e-tab.e-background .e-tab-header .e-indicator{background:#fff;bottom:0}.e-tab.e-background .e-tab-header .e-toolbar-item{border:0}.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element{background:#0000001a}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap{background:#3f51b5;border-color:unset}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text{color:#ffffffb3}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover{color:#ffffff8a}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover{background:inherit;background-color:inherit;border-color:unset}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon{color:#ffffffb3}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active{border:0;margin:0;background:inherit}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon{color:#00000061}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{background:#3f51b5;border-color:unset;border-radius:0;border-style:solid;border-width:0}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon{color:#ffffffb3}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover{background:#3f51b5;border-color:unset}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon{color:#ffffffb3}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus{background:inherit}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus{background:inherit}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon{color:#ffffffb3}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap:before{border:unset}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon{color:#ffffffb3}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap{background:#3f51b500}.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon{color:#ffffff61}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item{background:#3f51b5}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon{color:#ffffffb3}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover{background:#ffffff1f}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon{color:#ffffffb3}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-tab.e-background .e-tab-header .e-scroll-nav{background:inherit}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow{color:#ffffffb3;border:0}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover{background:inherit;color:#fff;border-color:unset}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active{background:unset;color:#ffffffb3}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow{color:#fff;border:0;background:#0000001f}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover{background:inherit;color:#fff}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active{background:#0000001f;border-color:unset;color:#fff}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active:after,.e-tab.e-background .e-tab-header .e-scroll-nav:active:after{-webkit-animation:hscroll-alt-popup-shadow 1s ease-out 0ms;animation:hscroll-alt-popup-shadow 1s ease-out 0ms}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),.e-tab.e-background .e-tab-header .e-hor-nav{background:transparent}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon{color:#ffffffb3;border:0}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover{background:inherit;border-color:unset;color:#fff}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover{background:inherit;color:#fff}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon{color:#fff;background:#0000001f;border:initial}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover{background:inherit}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active{background:initial;border-color:unset;color:#fff}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active:after,.e-tab.e-background .e-tab-header .e-hor-nav:active:after{-webkit-animation:tbar-alt-popup-shadow 1s ease-out 0ms;animation:tbar-alt-popup-shadow 1s ease-out 0ms}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon{color:#fff}.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{border:0;margin:0}.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap{border-color:unset;border-radius:0;border-style:solid;border-width:0}.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active{border-color:unset;border-style:solid;border-width:0;margin:0}.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap{border-color:unset;border-radius:0;border-style:solid;border-width:0}.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active{border-color:unset;border-style:solid;border-width:0;margin:0}.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap{border-color:unset;border-radius:0;border-style:solid;border-width:0}.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow{border:0}.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow{border:0}.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover{background:none}.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow{color:#fff}.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon{background:inherit;border-color:transparent}.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover{background:inherit;border-color:transparent}.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover{background:inherit;border-color:transparent}.e-tab.e-background.e-disable .e-tab-header .e-indicator{background:#ffffff61}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon{color:#ffffff61}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon{color:#ffffff61}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active{opacity:1}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus{background:#3f51b5;color:#ffffff61}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#ffffff61}.e-tab.e-background.e-accent .e-tab-header .e-indicator{background:#e3165b}.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator{background:#e3165b61}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{background:#ffffff1f;border-color:unset}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon{color:#ffffffb3}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus{background:#ffffff1f;border-color:unset}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#fff}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover{background:#3f51b5;border:0;border-radius:0}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text{color:#fff}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#fff}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon{color:#ffffffb3}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon{color:#fff}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon{color:#ffffffb3}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text{color:#fff}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon{color:#ffffffb3}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap{background:#3f51b500}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus{background:#ffffff1f}.e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow{color:#ffffffde}.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon{color:#ffffffde}.e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav{border:0}.e-tab .e-content{background:inherit}.e-tab .e-content .e-item{background:inherit;color:#000;font-size:14px}.e-tab-clone-element{background:#fff;color:#0000008a}.e-tab-clone-element .e-tab-wrap{border-radius:0;color:#0000008a;border:0}.e-tab-clone-element .e-tab-wrap .e-tab-icon{color:#0000008a}.e-bigger .e-tab .e-tab-header,.e-tab.e-bigger .e-tab-header{height:48px;min-height:48px}.e-bigger .e-tab .e-tab-header .e-toolbar-items,.e-tab.e-bigger .e-tab-header .e-toolbar-items{height:auto;min-height:auto}.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}}.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{padding-bottom:0}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}}.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator+.e-toolbar-item:last-child.e-active,.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator+.e-toolbar-item:last-child.e-active{margin:0}.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}}.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{margin:0}.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav{width:50px}.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator){height:48px;margin:0;min-height:48px;min-width:auto;padding:0}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator){margin:0}}.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom{height:72px;min-height:72px}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap{height:48px;padding:0 24px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 12px}}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap{height:48px}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text{font-size:14px;margin-bottom:0}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon:before{position:relative;top:1px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active{margin:0;padding-bottom:0}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active{margin:0}}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon:before{position:relative;top:1px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:48px;margin-top:0}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap{height:48px}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon{cursor:pointer;margin:0 0 0 12px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon{margin:0 0 0 14px}}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon:before{font-size:10px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon:before{font-size:12px}}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon{height:24px;min-width:24px;width:24px;line-height:1}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon:before{font-size:20px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap{padding:0 24px}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right{margin:0 0 0 12px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right{margin:0}}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 12px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 14px}}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{height:72px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap{height:72px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon{right:24px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text{margin:10px 0 0}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text{margin:0 0 10px}.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap{margin-right:22px}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item{height:48px;min-height:48px}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap{height:48px;padding:0 16px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap{padding:0 16px}}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap{height:48px}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"],.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"]{padding-right:12px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"],.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"]{padding-right:0}}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon{margin:0 0 0 8px}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon:before{top:0}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon{right:18px}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){min-height:48px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){min-height:48px}}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap{height:48px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap{height:48px}}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0;padding-left:0;padding-right:12px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0;padding-left:0;padding-right:0}}.e-bigger .e-tab .e-tab-header .e-scroll-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav{height:48px;min-height:48px;padding:0 12px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-scroll-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav{padding:0 12px}}.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav{padding:0 12px}.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow{font-size:12px;height:24px;line-height:24px;width:24px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow{font-size:12px;height:24px;line-height:24px;width:24px}}.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow:before,.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow:before{font-size:12px;line-height:24px;top:0;vertical-align:initial}.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon{height:100%;width:100%}.e-bigger .e-tab .e-tab-header .e-hor-nav,.e-tab.e-bigger .e-tab-header .e-hor-nav{height:48px;min-height:48px;padding:0 12px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-hor-nav,.e-tab.e-bigger .e-tab-header .e-hor-nav{padding:0 12px}}.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon{font-size:12px;height:24px;line-height:24px;width:24px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon{font-size:12px;height:24px;line-height:24px;width:24px}}.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:before{font-size:12px;line-height:24px;top:0;vertical-align:initial}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:before{font-size:16px}}.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover{line-height:24px}.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover:before,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover:before{line-height:24px;top:0}.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon{line-height:24px}.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:before,.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:before{line-height:24px;top:0}.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover{line-height:24px;top:0}.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow{line-height:15px}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{margin:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{margin:0;padding-bottom:0}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{margin:0}}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text{padding-top:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon:before,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon:before{top:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon:before,.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon:before,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon:before,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon:before{top:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child{margin:0;padding-bottom:0}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child{margin:0}}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text{padding-top:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon:before,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon:before{top:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom{padding-bottom:0;padding-top:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap{margin:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{height:48px;padding:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap{height:initial}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active{height:48px}.e-bigger .e-tab .e-tab-header.e-vertical,.e-tab.e-bigger .e-tab-header.e-vertical{max-width:150px}.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]:before,.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]:before{bottom:23px;top:23px}@media screen and (max-width:480px){.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]:before,.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]:before{bottom:0;top:0}}.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items{height:inherit}.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device),.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device){padding:24px 0}.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap{padding:0 24px}.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon{right:-24px}.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon{min-height:38px;min-width:auto}.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav{height:24px;min-height:24px}.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow,.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow{font-size:12px;height:24px;line-height:24px;width:24px}.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav{padding:0 24px}.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before,.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before{line-height:46px}.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after,.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after{font-size:14px;line-height:46px;margin:0 0 0 10px}.e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items,.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items{height:auto}.e-bigger .e-tab.e-vertical-icon>.e-tab-header,.e-tab.e-bigger.e-vertical-icon>.e-tab-header{height:72px;min-height:72px}.e-bigger .e-tab.e-vertical-icon>.e-tab-header>.e-toolbar-items,.e-tab.e-bigger.e-vertical-icon>.e-tab-header>.e-toolbar-items{height:72px}.e-bigger .e-tab.e-vertical-icon>.e-tab-header .e-scroll-nav,.e-tab.e-bigger.e-vertical-icon>.e-tab-header .e-scroll-nav{height:72px}.e-bigger .e-tab.e-vertical-icon>.e-tab-header .e-hor-nav,.e-tab.e-bigger.e-vertical-icon>.e-tab-header .e-hor-nav{height:72px}@media screen and (max-width:480px){.e-bigger .e-tab.e-vertical-icon>.e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-bigger .e-tab.e-vertical-icon>.e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger.e-vertical-icon>.e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger.e-vertical-icon>.e-tab-header .e-hor-nav .e-popup-down-icon:before{font-size:12px}}.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items{height:inherit}.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav,.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav{height:24px}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{height:48px}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:48px}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:72px}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus{height:48px}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:48px}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:48px}.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap{height:48px;padding:0}.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft{height:48px}.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon{line-height:15px}.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow{line-height:13px}.e-bigger .e-tab.e-safari .e-tab-header .e-close-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-close-icon:before{top:0}.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon:before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon:before{top:0}.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow:before,.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow:before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow:before,.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow:before,.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow:before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow:before{top:0}.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator){margin:0}.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active,.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active{margin:0}.e-bigger .e-tab.e-fill .e-tab-header,.e-tab.e-bigger.e-fill .e-tab-header{height:46px;min-height:46px}@media screen and (max-width:480px){.e-bigger .e-tab.e-fill .e-tab-header,.e-tab.e-bigger.e-fill .e-tab-header{height:46px;min-height:46px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items{height:auto;min-height:46px}@media screen and (max-width:480px){.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items{min-height:46px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0;padding:0}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator){height:46px;margin:0;min-height:46px;padding:0}@media screen and (max-width:480px){.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator){height:46px;min-height:46px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom{height:70px;min-height:70px}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap{height:46px;padding:0 24px}@media screen and (max-width:480px){.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap{height:46px;padding:0 24px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap{height:46px}@media screen and (max-width:480px){.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap{height:46px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active{padding:0}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{margin-bottom:0}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:46px}@media screen and (max-width:480px){.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:46px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap{height:46px}@media screen and (max-width:480px){.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap{height:46px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{height:70px}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){height:auto}.e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap{padding:0 24px}.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{height:46px}.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap{height:auto}.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:50px}.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{height:46px}.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:46px}.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap{height:46px}.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:70px}.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}@media screen and (max-width:480px){.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}}.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0}.e-bigger .e-tab.e-fill.e-vertical-icon>.e-tab-header,.e-tab.e-bigger.e-fill.e-vertical-icon>.e-tab-header{height:70px;min-height:70px}.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0;padding:0}.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator){padding:0}.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 24px}@media screen and (max-width:480px){.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 24px}}.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active{padding:0}.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{margin-bottom:0}.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap{padding:0 24px}.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right{margin:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text{margin:0 12px 0 0}@media screen and (max-width:480px){.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text{margin:0 14px 0 0}}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon{margin:0 12px 0 0}@media screen and (max-width:480px){.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon{margin:0 14px 0 0}}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon{left:24px;right:auto}.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap{margin-left:22px;margin-right:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item{margin:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text{padding-left:12px;padding-right:0}@media screen and (max-width:480px){.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text{padding-left:0}}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon{margin:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon{left:18px;right:auto}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0;padding-left:12px;padding-right:0}@media screen and (max-width:480px){.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0;padding-left:0;padding-right:0}}.e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav,.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav,.e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav,.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav,.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav,.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav{padding:0 12px}.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator){margin:0}.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon{left:-24px}.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav{padding:0 24px}.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon:after,.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon:after,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon:after,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon:after{margin:0 10px 0 0}.e-bigger .e-tab-clone-element:not(.e-separator){height:48px;margin:0;min-height:48px;min-width:auto;padding:0}@media screen and (max-width:480px){.e-bigger .e-tab-clone-element:not(.e-separator){margin:0}}.e-bigger .e-tab-clone-element:not(.e-separator).e-itop,.e-bigger .e-tab-clone-element:not(.e-separator).e-ibottom{height:72px;min-height:72px}.e-bigger .e-tab-clone-element .e-tab-wrap{height:48px;padding:0 24px}@media screen and (max-width:480px){.e-bigger .e-tab-clone-element .e-tab-wrap{padding:0 12px}}.e-bigger .e-tab-clone-element .e-text-wrap{height:48px}.e-bigger .e-tab-clone-element .e-tab-text{font-size:14px;-ms-flex-item-align:auto;align-self:auto}.e-bigger .e-tab-clone-element .e-icons.e-close-icon{cursor:pointer;margin:0 0 0 12px}@media screen and (max-width:480px){.e-bigger .e-tab-clone-element .e-icons.e-close-icon{margin:0 0 0 14px}}.e-bigger .e-tab-clone-element .e-icons.e-close-icon,.e-bigger .e-tab-clone-element .e-close-icon:before{font-size:10px}@media screen and (max-width:480px){.e-bigger .e-tab-clone-element .e-icons.e-close-icon,.e-bigger .e-tab-clone-element .e-close-icon:before{font-size:12px}}.e-bigger .e-tab-clone-element .e-icons.e-tab-icon{height:24px;min-width:24px;width:24px;line-height:1}.e-bigger .e-tab-clone-element .e-tab-icon,.e-bigger .e-tab-clone-element .e-tab-icon:before{font-size:20px}.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap{padding:0 24px}.e-bigger .e-tab-clone-element .e-icon-right{margin:0 0 0 12px}@media screen and (max-width:480px){.e-bigger .e-tab-clone-element .e-icon-right{margin:0}}.e-bigger .e-tab-clone-element .e-icon-left+.e-tab-text{margin:0 0 0 12px}@media screen and (max-width:480px){.e-bigger .e-tab-clone-element .e-icon-left+.e-tab-text{margin:0 0 0 14px}}.e-bigger .e-tab-clone-element.e-itop,.e-bigger .e-tab-clone-element.e-ibottom,.e-bigger .e-tab-clone-element.e-itop .e-tab-wrap,.e-bigger .e-tab-clone-element.e-ibottom .e-tab-wrap{height:72px}.e-bigger .e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap,.e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap{height:72px}.e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab-clone-element.e-itop .e-close-icon,.e-bigger .e-tab-clone-element.e-ibottom .e-close-icon{right:24px}.e-bigger .e-tab-clone-element.e-itop .e-tab-text{margin:10px 0 0}.e-bigger .e-tab-clone-element.e-ibottom .e-tab-text{margin:0 0 10px}.e-treeview .e-list-item div.e-icons:not(.e-icons-spinner).e-icon-expandable:before,.e-treeview .e-list-item div.e-icons:not(.e-icons-spinner).e-icon-collapsible:before{content:""}.e-treeview .e-sibling:before{content:""}.e-treeview .e-popup .e-icons:before{content:""}.e-treeview.e-drag-item .e-icons.e-drop-in:before{content:""}.e-treeview.e-drag-item .e-icons.e-drop-out:before{content:""}.e-treeview.e-drag-item .e-icons.e-drop-next:before{content:""}.e-treeview.e-drag-item .e-icons.e-no-drop:before{content:""}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.e-treeview{display:block;overflow:hidden;position:relative;white-space:nowrap}.e-treeview.e-virtualization{overflow:auto}.e-treeview.e-virtualization .e-virtual-mask{display:block;margin-bottom:20px}.e-treeview.e-virtualization .e-ul{overflow:unset}.e-treeview .e-mask-parent{display:none}.e-treeview>.e-ul{-webkit-overflow-scrolling:touch;overflow:auto}.e-treeview.e-text-wrap .e-list-text{white-space:normal;word-break:break-word}.e-treeview.e-text-wrap.e-ie-wrap .e-list-text{word-break:break-all}.e-treeview.e-text-wrap .e-editing .e-list-text,.e-treeview.e-text-wrap .e-editing .e-list-text .e-input-group{max-width:calc(100% - 2px)}.e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-text{max-width:calc(100% - 22px)}.e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-text,.e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-img+.e-list-text{max-width:calc(100% - 59px)}.e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-img+.e-list-text{max-width:calc(100% - 87px)}.e-treeview.e-text-wrap .e-list-icon+.e-list-text,.e-treeview.e-text-wrap .e-list-img+.e-list-text{max-width:calc(100% - 29px)}.e-treeview.e-text-wrap .e-list-icon+.e-list-img+.e-list-text{max-width:calc(100% - 57px)}.e-treeview .e-ul{margin:0;padding:0 0 0 24px}.e-treeview .e-node-collapsed .e-list-item .e-fullrow,.e-treeview .e-display-none{display:none}.e-treeview .e-list-item{list-style:none}.e-treeview .e-list-item .e-ul{padding:0 0 0 24px}.e-treeview .e-list-item.e-disable>.e-text-content,.e-treeview .e-list-item.e-disable>.e-fullrow{-ms-touch-action:none;opacity:.5;pointer-events:none;touch-action:none}.e-treeview .e-list-item div.e-icons.interaction{-webkit-transition:-webkit-transform .3s ease-in-out;border-radius:15px;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.e-treeview .e-list-item .e-icons.e-icon-collapsible{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.e-treeview .e-list-item .e-icons.e-icons-spinner:before{content:none}.e-treeview .e-list-item .e-text-content .e-list-text:has(>.e-input-group){padding-top:1px;padding-bottom:1px}.e-treeview .e-list-item .e-text-content .e-list-text:has(>.e-input-group) .e-input-group{height:34px}.e-treeview .e-list-item .e-text-content .e-list-text:has(>.e-input-group) .e-input-group .e-input{line-height:26px;min-height:26px}.e-treeview .e-icons .e-spinner-pane{position:relative}.e-treeview .e-icons .e-treeview-spinner{position:absolute}.e-treeview .e-icons-spinner{position:relative}.e-treeview .e-text-content{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;cursor:pointer;margin:0;padding:0 0 0 24px}.e-treeview .e-text-content+.e-sibling{margin-top:-1px}.e-treeview .e-fullrow{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;border:1px solid;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;height:36px;left:0;overflow:hidden;position:absolute;width:100%}@supports (-webkit-overflow-scrolling: touch){.e-treeview .e-fullrow{z-index:0}}.e-treeview .e-checkbox-wrapper{margin:0 0 0 5px;pointer-events:all;position:relative}.e-treeview .e-checkbox-wrapper+.e-list-icon,.e-treeview .e-checkbox-wrapper+.e-list-img{margin:0 0 0 12px}.e-treeview .e-checkbox-wrapper+.e-list-text{padding:7px 10px}.e-treeview .e-checkbox-wrapper .e-ripple-container{height:32px;inset:-7px;width:32px}.e-treeview .e-list-text{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;line-height:22px;margin:0;min-height:22px;padding:7px 5px;text-decoration:none;vertical-align:middle}.e-treeview .e-list-text .e-input-group{height:30px;margin-bottom:0;min-width:150px;vertical-align:bottom}.e-treeview .e-navigable-text{padding:7px 5px}.e-treeview .e-list-icon,.e-treeview .e-list-img{display:inline-block;height:18px;margin:0 0 0 5px;vertical-align:middle;width:18px}.e-treeview .e-list-icon+.e-list-icon,.e-treeview .e-list-icon+.e-list-img,.e-treeview .e-list-img+.e-list-icon,.e-treeview .e-list-img+.e-list-img{margin:0 0 0 10px}.e-treeview .e-list-icon+.e-list-text,.e-treeview .e-list-img+.e-list-text{padding:7px 10px}.e-treeview .e-list-icon+.e-navigable-text,.e-treeview .e-list-img+.e-navigable-text{padding:7px 10px}.e-treeview .e-icon-collapsible,.e-treeview .e-icon-expandable{display:inline-block;height:24px;margin:0 0 0 -24px;vertical-align:middle;width:24px}.e-treeview .e-icon-collapsible:before,.e-treeview .e-icon-expandable:before{display:inline-block;padding:7px}.e-treeview .e-load{-webkit-animation:rotation .5s infinite linear;animation:rotation .5s infinite linear}.e-treeview .e-sibling{border-radius:10px;height:6px;margin-top:-5px;width:6px}.e-treeview .e-sibling:before{left:6px;top:3px;height:1px;width:144px}.e-treeview .e-sibling,.e-treeview .e-sibling:before{position:absolute;z-index:2}.e-treeview .e-popup{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;font-weight:400;position:absolute;z-index:99999}.e-treeview .e-popup .e-content{border-radius:4px;border-style:solid;border-width:1px;font-size:14px;padding:4px}.e-treeview .e-popup .e-icons{border:1px solid transparent;cursor:pointer;display:inline-block;height:26px;line-height:18px;padding:4px;width:26px}.e-treeview .e-popup .e-downtail:before,.e-treeview .e-popup .e-downtail:after{border:10px solid transparent;content:"";height:0;left:8px;position:absolute;width:0}.e-treeview .e-popup .e-downtail:after{bottom:-18px}.e-treeview.e-fullrow-wrap .e-text-content{pointer-events:none;position:relative}.e-treeview.e-fullrow-wrap .e-icon-collapsible,.e-treeview.e-fullrow-wrap .e-icon-expandable,.e-treeview.e-fullrow-wrap .e-input,.e-treeview.e-fullrow-wrap .e-list-url{pointer-events:auto}.e-treeview .e-navigable .e-text-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.e-treeview .e-navigable .e-list-url{width:100%}.e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap{padding:0 0 0 10px}.e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img{margin:0 10px 0 2px}.e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon+.e-list-img{margin:0 10px 0 0}.e-treeview .e-navigable .e-anchor-wrap{padding:0 0 0 5px}.e-treeview .e-navigable .e-nav-wrapper{padding:0}.e-treeview .e-navigable .e-checkbox-wrapper+.e-list-text .e-nav-wrapper:not(:has(.e-list-icon)){padding:0}.e-treeview .e-navigable .e-list-icon,.e-treeview .e-navigable .e-list-img{margin:0 10px 0 0}.e-treeview.e-drag-item{overflow:visible;z-index:10000}.e-treeview.e-drag-item .e-text-content{float:left}.e-treeview.e-drag-item .e-icon-collapsible:before,.e-treeview.e-drag-item .e-icon-expandable:before{font-size:12px;padding:6px}.e-treeview.e-drag-item .e-drop-count{border:1px solid;border-radius:15px;-webkit-box-sizing:content-box;box-sizing:content-box;font-size:13px;line-height:normal;min-width:12px;padding:3px 5px 4px;margin-left:-12px;position:absolute;text-align:center;top:-10px}.e-treeview.e-dragging .e-text-content,.e-treeview.e-dragging .e-fullrow{cursor:default}.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap{padding:0 10px 0 0}.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img{margin:0 2px 0 10px}.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon+.e-list-img{margin:0 0 0 10px}.e-treeview.e-rtl .e-navigable .e-anchor-wrap{padding:0 5px 0 0}.e-treeview.e-rtl .e-navigable .e-nav-wrapper{padding:0}.e-treeview.e-rtl .e-navigable .e-list-icon,.e-treeview.e-rtl .e-navigable .e-list-img,.e-treeview.e-rtl .e-navigable .e-list-icon+.e-list-img{margin:0 0 0 10px}.e-treeview.e-rtl .e-ul,.e-treeview.e-rtl .e-list-item .e-ul,.e-treeview.e-rtl .e-text-content{padding:0 24px 0 0}.e-treeview.e-rtl .e-checkbox-wrapper{margin:0 5px 0 0}.e-treeview.e-rtl .e-checkbox-wrapper+.e-list-icon,.e-treeview.e-rtl .e-checkbox-wrapper+.e-list-img{margin:0 12px 0 0}.e-treeview.e-rtl .e-list-icon,.e-treeview.e-rtl .e-list-img{margin:0 5px 0 0}.e-treeview.e-rtl .e-list-icon+.e-list-icon,.e-treeview.e-rtl .e-list-icon+.e-list-img,.e-treeview.e-rtl .e-list-img+.e-list-icon,.e-treeview.e-rtl .e-list-img+.e-list-img{margin:0 10px 0 0}.e-treeview.e-rtl .e-icon-collapsible,.e-treeview.e-rtl .e-icon-expandable{margin:0 -24px 0 0}.e-treeview.e-rtl .e-sibling:before{right:6px;top:3px}.e-treeview.e-rtl.e-drag-item .e-icons.e-drop-next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-treeview.e-rtl.e-drag-item .e-text-content{float:right}.e-treeview.e-rtl.e-drag-item .e-drop-count{margin-right:-12px}.e-treeview.e-rtl div.e-icons{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-treeview.e-disabled .e-fullrow,.e-treeview.e-disabled .e-icons,.e-treeview.e-disabled .e-text-content,.e-treeview.e-disabled .e-list-img,.e-treeview.e-disabled .e-list-icon{cursor:auto}.e-treeview.e-disabled .e-list-url{cursor:default;pointer-events:none}.e-treeview.e-interaction.e-fullrow-wrap .e-text-content{pointer-events:auto}.e-treeview{-webkit-tap-highlight-color:transparent}.e-treeview .e-text-content,.e-treeview .e-fullrow{border-color:transparent}.e-treeview .e-list-text{color:#000000de;font-size:13px}.e-treeview .e-list-icon,.e-treeview .e-list-img{font-size:18px}.e-treeview .e-icon-collapsible,.e-treeview .e-icon-expandable{color:#0000008a}.e-treeview .e-icon-collapsible:before,.e-treeview .e-icon-expandable:before{font-size:10px}.e-treeview .e-list-item.e-hover,.e-treeview .e-list-item.e-node-focus{background:transparent}.e-treeview .e-list-item.e-hover>.e-fullrow,.e-treeview .e-list-item.e-node-focus>.e-fullrow{background-color:#f5f5f5;border-color:#f5f5f5}.e-treeview .e-list-item.e-hover>.e-text-content,.e-treeview .e-list-item.e-node-focus>.e-text-content{color:#000000de}.e-treeview .e-list-item.e-hover>.e-text-content .e-list-text,.e-treeview .e-list-item.e-node-focus>.e-text-content .e-list-text{color:#000000de}.e-treeview .e-list-item.e-hover>.e-text-content .e-icon-collapsible,.e-treeview .e-list-item.e-hover>.e-text-content .e-icon-expandable,.e-treeview .e-list-item.e-node-focus>.e-text-content .e-icon-collapsible,.e-treeview .e-list-item.e-node-focus>.e-text-content .e-icon-expandable{color:#0000008a}.e-treeview .e-list-item.e-active{background:transparent}.e-treeview .e-list-item.e-active>.e-fullrow{background-color:#eee;border-color:#eee}.e-treeview .e-list-item.e-active.e-animation-active>.e-fullrow{background-color:transparent;border-color:transparent}.e-treeview .e-list-item.e-active.e-animation-active>.e-text-content{color:#000000de}.e-treeview .e-list-item.e-active.e-animation-active>.e-text-content .e-list-text{color:#000000de}.e-treeview .e-list-item.e-active>.e-text-content{color:#e3165b}.e-treeview .e-list-item.e-active>.e-text-content .e-list-text{color:#e3165b}.e-treeview .e-list-item.e-active>.e-text-content .e-icon-collapsible,.e-treeview .e-list-item.e-active>.e-text-content .e-icon-expandable{color:#0000008a}.e-treeview .e-list-item.e-active.e-hover>.e-fullrow,.e-treeview .e-list-item.e-active.e-node-focus>.e-fullrow{background-color:#e0e0e0;border-color:#e0e0e0}.e-treeview .e-list-item.e-active.e-hover>.e-text-content,.e-treeview .e-list-item.e-active.e-node-focus>.e-text-content{color:#e3165b}.e-treeview .e-list-item.e-active.e-hover>.e-text-content .e-list-text,.e-treeview .e-list-item.e-active.e-node-focus>.e-text-content .e-list-text{color:#e3165b}.e-treeview .e-list-item.e-active.e-hover>.e-text-content .e-icon-collapsible,.e-treeview .e-list-item.e-active.e-hover>.e-text-content .e-icon-expandable,.e-treeview .e-list-item.e-active.e-node-focus>.e-text-content .e-icon-collapsible,.e-treeview .e-list-item.e-active.e-node-focus>.e-text-content .e-icon-expandable{color:#0000008a}.e-treeview .e-list-item.e-editing.e-active>.e-fullrow,.e-treeview .e-list-item.e-editing.e-hover>.e-fullrow,.e-treeview .e-list-item.e-editing.e-node-focus>.e-fullrow{background-color:transparent;border-color:transparent}.e-treeview .e-list-item.e-editing.e-active>.e-text-content,.e-treeview .e-list-item.e-editing.e-hover>.e-text-content,.e-treeview .e-list-item.e-editing.e-node-focus>.e-text-content{color:#000000de}.e-treeview .e-list-item.e-editing.e-active>.e-text-content .e-list-text,.e-treeview .e-list-item.e-editing.e-hover>.e-text-content .e-list-text,.e-treeview .e-list-item.e-editing.e-node-focus>.e-text-content .e-list-text{color:#000000de}.e-treeview .e-list-item.e-editing.e-active>.e-text-content .e-icon-collapsible,.e-treeview .e-list-item.e-editing.e-active>.e-text-content .e-icon-expandable,.e-treeview .e-list-item.e-editing.e-hover>.e-text-content .e-icon-collapsible,.e-treeview .e-list-item.e-editing.e-hover>.e-text-content .e-icon-expandable,.e-treeview .e-list-item.e-editing.e-node-focus>.e-text-content .e-icon-collapsible,.e-treeview .e-list-item.e-editing.e-node-focus>.e-text-content .e-icon-expandable{color:#0000008a}.e-treeview .e-list-item.e-disable>.e-text-content,.e-treeview .e-list-item.e-disable>.e-fullrow{color:#0000008a}.e-treeview .e-list-item.e-disable>.e-text-content>.e-icon-collapsible,.e-treeview .e-list-item.e-disable>.e-text-content>.e-icon-expandable{color:#000000de}.e-treeview .e-sibling{background:#e3165b}.e-treeview .e-sibling:before{background:#0000008a}.e-treeview .e-popup .e-content{background-color:#fff;border-color:#eee}.e-treeview .e-popup.e-select .e-icons{border-color:#eee}.e-treeview .e-popup .e-downtail:before{border-top-color:#eee}.e-treeview .e-popup .e-downtail:after{border-top-color:#fff}.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover>.e-text-content,.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus>.e-text-content{background-color:#f5f5f5;border-color:#f5f5f5}.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active>.e-text-content{background-color:#eee;border-color:#eee}.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover>.e-text-content,.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus>.e-text-content{background-color:#e0e0e0;border-color:#e0e0e0}.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active>.e-text-content,.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover>.e-text-content,.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus>.e-text-content{background-color:transparent;border-color:transparent}.e-treeview.e-fullrow-wrap .e-text-content{border-color:transparent}.e-treeview.e-drag-item{background-color:#eee;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont}.e-treeview.e-drag-item .e-icon-collapsible:before,.e-treeview.e-drag-item .e-icon-expandable:before{font-size:12px}.e-treeview.e-drag-item .e-list-text,.e-treeview.e-drag-item .e-icons{color:#0000008a}.e-treeview.e-drag-item .e-drop-count{background-color:#e3165b;border-color:#fff;color:#fff}.e-treeview.e-drag-item.e-rtl .e-sibling{background:#e3165b}.e-bigger .e-treeview .e-navigable .e-list-text,.e-treeview.e-bigger .e-navigable .e-list-text{padding:0;width:100%}.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper+.e-list-text,.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper+.e-list-text{padding:0}.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img,.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img{margin:0 10px 0 6px}.e-bigger .e-treeview .e-navigable .e-anchor-wrap,.e-treeview.e-bigger .e-navigable .e-anchor-wrap{padding:0 0 0 10px}.e-bigger .e-treeview .e-navigable .e-list-icon,.e-bigger .e-treeview .e-navigable .e-list-img,.e-bigger .e-treeview .e-navigable .e-list-icon+.e-list-img,.e-treeview.e-bigger .e-navigable .e-list-icon,.e-treeview.e-bigger .e-navigable .e-list-img,.e-treeview.e-bigger .e-navigable .e-list-icon+.e-list-img{margin:0 10px 0 0}.e-bigger .e-treeview .e-fullrow,.e-treeview.e-bigger .e-fullrow{height:48px}.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper+.e-list-text{max-width:calc(100% - 29px)}.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-text,.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-img+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper+.e-list-img+.e-list-text{max-width:calc(100% - 70px)}.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-img+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-img+.e-list-text{max-width:calc(100% - 98px)}.e-bigger .e-treeview.e-text-wrap .e-list-icon+.e-list-text,.e-bigger .e-treeview.e-text-wrap .e-list-img+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-list-icon+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-list-img+.e-list-text{max-width:calc(100% - 34px)}.e-bigger .e-treeview.e-text-wrap .e-list-icon+.e-list-img+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-list-icon+.e-list-img+.e-list-text{max-width:calc(100% - 62px)}.e-bigger .e-treeview .e-list-text,.e-treeview.e-bigger .e-list-text{line-height:24px;min-height:24px;padding-top:12px;padding-bottom:12px}.e-bigger .e-treeview .e-list-text .e-input-group,.e-treeview.e-bigger .e-list-text .e-input-group{height:38px}.e-bigger .e-treeview .e-list-text .e-input-group .e-input,.e-treeview.e-bigger .e-list-text .e-input-group .e-input{line-height:28px;min-height:28px;padding-top:9px;padding-bottom:5px}.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(>.e-input-group),.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(>.e-input-group){padding-top:3px;padding-bottom:3px}.e-bigger .e-treeview .e-checkbox-wrapper,.e-treeview.e-bigger .e-checkbox-wrapper{margin:0 0 0 10px}.e-bigger .e-treeview .e-checkbox-wrapper+.e-list-icon,.e-bigger .e-treeview .e-checkbox-wrapper+.e-list-img,.e-treeview.e-bigger .e-checkbox-wrapper+.e-list-icon,.e-treeview.e-bigger .e-checkbox-wrapper+.e-list-img{margin:0 0 0 16px}.e-bigger .e-treeview .e-list-icon,.e-bigger .e-treeview .e-list-img,.e-treeview.e-bigger .e-list-icon,.e-treeview.e-bigger .e-list-img{margin:0 0 0 10px}.e-bigger .e-treeview .e-list-icon+.e-list-icon,.e-bigger .e-treeview .e-list-icon+.e-list-img,.e-bigger .e-treeview .e-list-img+.e-list-icon,.e-bigger .e-treeview .e-list-img+.e-list-img,.e-treeview.e-bigger .e-list-icon+.e-list-icon,.e-treeview.e-bigger .e-list-icon+.e-list-img,.e-treeview.e-bigger .e-list-img+.e-list-icon,.e-treeview.e-bigger .e-list-img+.e-list-img{margin:0 0 0 10px}.e-bigger .e-treeview .e-icon-collapsible:before,.e-bigger .e-treeview .e-icon-expandable:before,.e-treeview.e-bigger .e-icon-collapsible:before,.e-treeview.e-bigger .e-icon-expandable:before{padding:6px}.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img,.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img{margin:0 6px 0 10px}.e-bigger .e-treeview.e-rtl .e-navigable .e-anchor-wrap,.e-treeview.e-bigger.e-rtl .e-navigable .e-anchor-wrap{padding:0 10px 0 0}.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon,.e-bigger .e-treeview.e-rtl .e-navigable .e-list-img,.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon+.e-list-img,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-img,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon+.e-list-img{margin:0 0 0 10px}.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper{margin:0 10px 0 0}.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper+.e-list-icon,.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper+.e-list-img,.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper+.e-list-icon,.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper+.e-list-img{margin:0 16px 0 0}.e-bigger .e-treeview.e-rtl .e-list-icon,.e-bigger .e-treeview.e-rtl .e-list-img,.e-treeview.e-bigger.e-rtl .e-list-icon,.e-treeview.e-bigger.e-rtl .e-list-img{margin:0 10px 0 0}.e-bigger .e-treeview.e-rtl .e-list-icon+.e-list-icon,.e-bigger .e-treeview.e-rtl .e-list-icon+.e-list-img,.e-bigger .e-treeview.e-rtl .e-list-img+.e-list-icon,.e-bigger .e-treeview.e-rtl .e-list-img+.e-list-img,.e-treeview.e-bigger.e-rtl .e-list-icon+.e-list-icon,.e-treeview.e-bigger.e-rtl .e-list-icon+.e-list-img,.e-treeview.e-bigger.e-rtl .e-list-img+.e-list-icon,.e-treeview.e-bigger.e-rtl .e-list-img+.e-list-img{margin:0 10px 0 0}.e-bigger .e-treeview .e-list-text,.e-treeview.e-bigger .e-list-text{font-size:14px}.e-bigger .e-treeview .e-icon-collapsible:before,.e-bigger .e-treeview .e-icon-expandable:before,.e-treeview.e-bigger .e-icon-collapsible:before,.e-treeview.e-bigger .e-icon-expandable:before{font-size:12px}ejs-sidebar{display:none}.e-sidebar-display{display:block}.e-sidebar{-webkit-tap-highlight-color:transparent;background:#fff;height:100%;overflow:auto;position:fixed;top:0;-webkit-transition:none;transition:none;vertical-align:middle;visibility:hidden;will-change:transform}.e-sidebar.e-right.e-open,.e-sidebar.e-left.e-open{-webkit-transform:translateX(0%);transform:translate(0);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;visibility:visible}.e-sidebar.e-right.e-close,.e-sidebar.e-left.e-close{-webkit-box-shadow:none;box-shadow:none;visibility:hidden}.e-sidebar.e-right.e-close{-webkit-transform:translateX(100%);transform:translate(100%)}.e-sidebar.e-left.e-close{-webkit-transform:translateX(-100%);transform:translate(-100%)}.e-sidebar.e-left.e-transition.e-close,.e-sidebar.e-right.e-transition.e-close,.e-sidebar.e-right.e-close{-webkit-transition:visibility .5s,-webkit-transform .5s ease;transition:visibility .5s,-webkit-transform .5s ease;transition:transform .5s ease,visibility .5s;transition:transform .5s ease,visibility .5s,-webkit-transform .5s ease}.e-sidebar.e-right{border-left:1px solid rgba(0,0,0,.12);left:auto;right:0;top:0}.e-sidebar.e-left{border-right:1px solid rgba(0,0,0,.12);left:0;right:auto;top:0}.e-sidebar.e-left.e-close.e-dock,.e-sidebar.e-right.e-close.e-dock{-webkit-transform:translateX(0%);transform:translate(0);-webkit-transition:width .5s ease,visibility .5s;transition:width .5s ease,visibility .5s;visibility:visible}.e-sidebar.e-left.e-open.e-dock.e-blazor-dock,.e-sidebar.e-right.e-open.e-dock.e-blazor-dock{-webkit-transition:width .5s ease,visibility .5s;transition:width .5s ease,visibility .5s}.e-sidebar.e-left.e-open.e-disable-animation,.e-sidebar.e-right.e-open.e-disable-animation,.e-sidebar.e-right.e-close.e-disable-animation,.e-sidebar.e-left.e-close.e-disable-animation{-webkit-transition:none;transition:none}.e-sidebar.e-visibility{visibility:hidden}.e-sidebar.e-over{-webkit-box-shadow:0 0 16px rgba(0,0,0,.18);box-shadow:0 0 16px #0000002e}.e-sidebarcontainer.e-sidebar.e-over,.e-sidebarcontainer.e-sidebar.e-auto,.e-sidebarcontainer.e-sidebar.e-push,.e-sidebarcontainer.e-sidebar.e-slide+div{-webkit-transition:margin .5s ease,-webkit-transform .5s ease;transition:margin .5s ease,-webkit-transform .5s ease;transition:margin .5s ease,transform .5s ease;transition:margin .5s ease,transform .5s ease,-webkit-transform .5s ease}.e-sidebarcontainer.e-left.e-open.e-auto+div{margin-right:0;-webkit-transform:translateX(0);transform:translate(0);margin-left:var(--sidebar-width)}.e-sidebarcontainer.e-left.e-close.e-auto+div{margin-right:0;-webkit-transform:translateX(0);transform:translate(0);margin-left:0}.e-sidebarcontainer.e-right.e-open.e-auto+div{margin-left:0;-webkit-transform:translateX(0);transform:translate(0);margin-right:var(--sidebar-width)}.e-sidebarcontainer.e-right.e-close.e-auto+div{margin-right:0;-webkit-transform:translateX(0);transform:translate(0);margin-left:0}.e-sidebarcontainer.e-left.e-open.e-push+div{margin-right:0;-webkit-transform:translateX(0);transform:translate(0);margin-left:var(--sidebar-width)}.e-sidebarcontainer.e-left.e-close.e-push+div{margin-right:0;-webkit-transform:translateX(0);transform:translate(0);margin-left:0}.e-sidebarcontainer.e-right.e-open.e-push+div{margin-left:0;-webkit-transform:translateX(0);transform:translate(0);margin-right:var(--sidebar-width)}.e-sidebarcontainer.e-right.e-close.e-push+div{margin-right:0;-webkit-transform:translateX(0);transform:translate(0);margin-left:0}.e-sidebarcontainer.e-left.e-open.e-slide+div{margin-left:0;-webkit-transform:translate(var(--sidebar-width));transform:translate(var(--sidebar-width))}.e-sidebarcontainer.e-left.e-close.e-slide+div{margin-left:0;-webkit-transform:translate(0);transform:translate(0)}.e-sidebarcontainer.e-right.e-open.e-slide+div{margin-right:0;margin-left:0;-webkit-transform:translate(calc(-1 * var(--sidebar-width)));transform:translate(calc(-1 * var(--sidebar-width)))}.e-sidebarcontainer.e-right.e-close.e-slide+div{margin-right:0;margin-left:0;-webkit-transform:translate(0);transform:translate(0)}.e-sidebar-absolute{position:absolute}.e-sidebar-context{overflow-x:hidden;position:relative}.e-backdrop,.e-sidebar-overlay{background-color:#0009;height:100%;left:0;pointer-events:auto;top:0;z-index:999}.e-backdrop{opacity:.5;width:auto}.e-sidebar-overlay{opacity:.5;position:fixed;width:100%}.e-content-animation{transition:margin .5s ease,-webkit-transform .5s ease,transform .5s ease}.e-content-animation.e-overlay{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-disable-interaction{pointer-events:none;-ms-touch-action:none;touch-action:none}.e-sidebar-overflow{overflow-x:hidden}.e-content-placeholder.e-sidebar.e-placeholder-sidebar{left:0;position:fixed;right:auto;top:0;visibility:visible}.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret:before,.e-menu-container ul.e-vertical .e-menu-item .e-caret:before{content:""}.e-menu-wrapper ul .e-menu-item .e-caret:before,.e-menu-container ul .e-menu-item .e-caret:before{content:""}.e-menu-wrapper .e-ul .e-menu-item .e-caret:before,.e-menu-container .e-ul .e-menu-item .e-caret:before{content:""}.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon:before,.e-menu-container.e-hamburger .e-menu-header .e-menu-icon:before{content:""}.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon:before,.e-menu-container.e-hamburger.e-close-icon .e-menu-header .e-menu-icon:before{content:""}.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret:before,.e-menu-wrapper.e-hamburger .e-menu-item .e-caret:before,.e-menu-container.e-hamburger .e-vertical .e-menu-item .e-caret:before,.e-menu-container.e-hamburger .e-menu-item .e-caret:before{content:""}.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret:before,.e-menu-container.e-rtl.e-hamburger ul.e-ul .e-caret:before{content:""}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow:before,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow:before,.e-menu-container .e-menu-hscroll.e-hscroll .e-nav-left-arrow:before,.e-menu-container .e-menu-hscroll.e-hscroll .e-nav-right-arrow:before{content:""}.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow:before,.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow:before,.e-menu-container .e-menu-vscroll.e-vscroll .e-nav-up-arrow:before,.e-menu-container .e-menu-vscroll.e-vscroll .e-nav-down-arrow:before{content:""}.e-rtl.e-menu-wrapper ul.e-vertical .e-caret:before,.e-rtl.e-menu-wrapper ul.e-ul .e-caret:before,.e-rtl.e-menu-container ul.e-vertical .e-caret:before,.e-rtl.e-menu-container ul.e-ul .e-caret:before,.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret:before,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret:before,.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret:before,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret:before,.e-bigger .e-rtl.e-menu-container ul.e-vertical .e-caret:before,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-caret:before,.e-bigger.e-rtl.e-menu-container ul.e-vertical .e-caret:before,.e-bigger.e-rtl.e-menu-container ul.e-ul .e-caret:before{content:""}.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret:before,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret:before,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-ul .e-caret:before,.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-ul .e-caret:before{content:""}.e-menu-wrapper,.e-menu-container{border:none;border-radius:0;display:inline-block;line-height:0}.e-menu-wrapper .e-menu-vscroll,.e-menu-container .e-menu-vscroll{height:inherit}.e-menu-wrapper ul,.e-menu-container ul{font-weight:400;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:13px;padding:0;text-align:left;white-space:nowrap}.e-menu-wrapper ul.e-ul,.e-menu-wrapper ul.e-ul *,.e-menu-container ul.e-ul,.e-menu-container ul.e-ul *{-webkit-box-sizing:border-box;box-sizing:border-box}.e-menu-wrapper ul.e-ul:focus,.e-menu-wrapper ul.e-ul *:focus,.e-menu-container ul.e-ul:focus,.e-menu-container ul.e-ul *:focus{outline:none}.e-menu-wrapper ul.e-vertical,.e-menu-container ul.e-vertical{min-width:120px}.e-menu-wrapper ul.e-vertical .e-menu-item,.e-menu-container ul.e-vertical .e-menu-item{display:list-item}.e-menu-wrapper ul.e-vertical .e-separator,.e-menu-container ul.e-vertical .e-separator{border-bottom-style:solid;border-bottom-width:1px;height:auto}.e-menu-wrapper ul.e-menu,.e-menu-container ul.e-menu{display:inline-block}.e-menu-wrapper ul.e-menu:not(.e-vertical),.e-menu-container ul.e-menu:not(.e-vertical){padding:0}.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator,.e-menu-container ul.e-menu:not(.e-vertical) .e-separator{border-right-style:solid;border-right-width:1px;padding:0}.e-menu-wrapper ul.e-menu .e-menu-item .e-menu-icon,.e-menu-container ul.e-menu .e-menu-item .e-menu-icon{width:24px}.e-menu-wrapper ul .e-menu-item,.e-menu-container ul .e-menu-item{cursor:pointer;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:42px;line-height:42px;padding:0 12px;vertical-align:top;white-space:nowrap}.e-menu-wrapper ul .e-menu-item.e-menu-hide,.e-menu-container ul .e-menu-item.e-menu-hide{display:none}.e-menu-wrapper ul .e-menu-item.e-menu-header,.e-menu-container ul .e-menu-item.e-menu-header{border-bottom-style:solid;border-bottom-width:1px}.e-menu-wrapper ul .e-menu-item .e-menu-url,.e-menu-container ul .e-menu-item .e-menu-url{text-decoration:none}.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-menu-container ul .e-menu-item .e-menu-icon{display:inline-block;vertical-align:middle}.e-menu-wrapper ul .e-menu-item.e-separator,.e-menu-container ul .e-menu-item.e-separator{cursor:auto;line-height:normal;pointer-events:none}.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-menu-container ul .e-menu-item .e-menu-icon{font-size:14px;height:auto;line-height:42px;margin-right:8px;text-align:center;margin-bottom:4px}.e-menu-wrapper ul .e-menu-item .e-caret,.e-menu-container ul .e-menu-item .e-caret{font-size:10px;height:auto;line-height:42px;position:absolute;right:12px;top:0;width:auto}.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-menu-container ul .e-menu-item.e-menu-caret-icon{padding-right:30px}.e-menu-wrapper ul .e-menu-item.e-disabled,.e-menu-container ul .e-menu-item.e-disabled{cursor:auto;opacity:.38;pointer-events:none}.e-menu-wrapper .e-ul,.e-menu-container .e-ul{font-size:14px;padding:0;min-width:120px}.e-menu-wrapper .e-ul .e-menu-item,.e-menu-container .e-ul .e-menu-item{height:36px;line-height:36px;padding:0 16px;display:list-item}.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,.e-menu-container .e-ul .e-menu-item .e-menu-url{display:inline-block;min-width:120px}.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,.e-menu-container .e-ul .e-menu-item .e-menu-icon{font-size:14px;line-height:36px;margin-right:10px;width:1em}.e-menu-wrapper .e-ul .e-menu-item .e-caret,.e-menu-container .e-ul .e-menu-item .e-caret{line-height:36px;margin-left:16px;margin-right:0;position:absolute;right:8px}.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon,.e-menu-container .e-ul .e-menu-item.e-menu-caret-icon{padding-right:36px}.e-menu-wrapper .e-ul .e-menu-item.e-separator,.e-menu-container .e-ul .e-menu-item.e-separator{border-bottom-style:solid;border-bottom-width:1px;height:auto;margin:8px 0}.e-menu-wrapper .e-ul .e-menu-item .e-caret,.e-menu-container .e-ul .e-menu-item .e-caret{font-size:11px}.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,.e-menu-container.e-menu-icon-right .e-menu-header .e-menu-icon{float:right}.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title,.e-menu-container.e-menu-icon-right .e-menu-header .e-menu-title{padding:0 16px}.e-menu-wrapper .e-menu-header,.e-menu-container .e-menu-header{display:none;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:14px;font-weight:400;height:42px;line-height:42px;text-align:left;white-space:nowrap}.e-menu-wrapper .e-menu-header .e-menu-title,.e-menu-wrapper .e-menu-header .e-menu-icon,.e-menu-container .e-menu-header .e-menu-title,.e-menu-container .e-menu-header .e-menu-icon{display:inline-block;line-height:inherit}.e-menu-wrapper .e-menu-header .e-menu-icon,.e-menu-container .e-menu-header .e-menu-icon{cursor:pointer;float:left;outline:none;padding:0 16px}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device){padding:0 30px}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav{width:30px}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus,.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover{border:0}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav{border-left:none}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav{border-right:none}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar{overflow-y:hidden}.e-menu-wrapper .e-scroll-nav .e-nav-arrow,.e-menu-container .e-scroll-nav .e-nav-arrow{font-size:10px}.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow,.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-up-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow{-webkit-transform:rotate(0deg);transform:rotate(0)}.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow,.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-menu-wrapper.e-popup.e-menu-popup,.e-menu-container.e-popup.e-menu-popup{border:none;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;overflow:hidden;position:absolute}.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device){padding:16px 0}.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav,.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav{-webkit-transform:none;transform:none;width:100%}.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow,.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow{-webkit-transform:none;transform:none}.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar,.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar{height:100%;width:inherit}.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content,.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content{width:inherit}.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav{height:16px}.e-menu-wrapper.e-scrollable,.e-menu-container.e-scrollable{display:block}.e-menu-wrapper.e-scrollable .e-menu,.e-menu-container.e-scrollable .e-menu{display:block;overflow:auto}.e-menu-wrapper.e-contextmenu-container,.e-menu-container.e-contextmenu-container{height:1px}.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll ul.e-ul,.e-menu-container.e-contextmenu-container .e-menu-vscroll ul.e-ul{width:inherit}.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll,.e-menu-container.e-contextmenu-container .e-menu-vscroll{border:none;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon{padding-left:44px}.e-rtl.e-menu-wrapper ul .e-menu-item,.e-rtl.e-menu-container ul .e-menu-item{text-align:right}.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon{margin-right:0}.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,.e-rtl.e-menu-container ul .e-menu-item .e-caret{margin-left:0;margin-right:16px;right:auto}.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon{margin-left:8px}.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,.e-rtl.e-menu-container ul .e-menu-item .e-caret{left:12px}.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon{padding-left:30px;padding-right:12px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon{margin-left:10px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret{left:8px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon{padding-left:36px;padding-right:16px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon{padding-left:16px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon{padding-left:36px}.e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon{padding-right:44px}.e-menu-wrapper.e-hamburger,.e-menu-container.e-hamburger{border:0;display:block;position:relative}.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical),.e-menu-container.e-hamburger .e-menu-header:not(.e-vertical){border:none;display:block}.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup,.e-menu-container.e-hamburger .e-popup.e-menu-popup{border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:block;position:relative;width:100%}.e-menu-wrapper.e-hamburger ul.e-menu,.e-menu-container.e-hamburger ul.e-menu{border:none;overflow-y:auto;width:100%}.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu,.e-menu-container.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu{display:none}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-menu-container.e-hamburger ul.e-menu .e-menu-item{text-indent:12px}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon{text-indent:34px}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon{display:inline;text-indent:0}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-hide,.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-hide{display:none}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret,.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);text-indent:0}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret,.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0);text-indent:0}.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical),.e-menu-container.e-hamburger ul.e-menu:not(.e-vertical){border-top:0;display:block;padding:0;position:absolute}.e-menu-wrapper.e-hamburger ul.e-ul,.e-menu-container.e-hamburger ul.e-ul{font-size:13px;padding:0}.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item,.e-menu-container.e-hamburger ul.e-ul .e-menu-item{line-height:42px;text-indent:inherit}.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon,.e-menu-container.e-hamburger ul.e-ul .e-menu-item.e-blankicon{padding:0;text-indent:inherit}.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret,.e-menu-container.e-hamburger ul.e-ul .e-menu-item .e-caret{font-size:10px;right:12px}.e-menu-wrapper.e-hamburger ul .e-menu-item,.e-menu-container.e-hamburger ul .e-menu-item{display:list-item;height:auto;padding:0}.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon,.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon,.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon{padding:0}.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url,.e-menu-container.e-hamburger ul .e-menu-item .e-menu-url{display:inline-block;min-width:120px;text-indent:0;width:100%}.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator,.e-menu-container.e-hamburger ul .e-menu-item.e-separator{border-bottom-style:solid;border-bottom-width:1px;height:auto}.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon,.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-caret-icon{padding-left:0;padding-right:0}.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-icon{margin-left:0;text-indent:inherit}.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret,.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-caret{left:12px;right:auto}.e-menu-container .e-vscroll ul{position:relative}.e-menu-wrapper,.e-menu-container{background:#fafafa}.e-menu-wrapper .e-menu,.e-menu-container .e-menu{background:inherit;color:#000000de}.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,.e-menu-container .e-menu.e-menu:not(.e-vertical) .e-separator{border-right-color:#0000001f}.e-menu-wrapper .e-menu .e-menu-item .e-caret,.e-menu-container .e-menu .e-menu-item .e-caret,.e-menu-wrapper .e-menu .e-menu-item .e-menu-icon,.e-menu-container .e-menu .e-menu-item .e-menu-icon{color:#0000008a}.e-menu-wrapper .e-menu .e-menu-item.e-menu-header,.e-menu-container .e-menu .e-menu-item.e-menu-header{border-bottom-color:#0000001f}.e-menu-wrapper .e-menu .e-menu-item .e-menu-url,.e-menu-container .e-menu .e-menu-item .e-menu-url{color:#000000de}.e-menu-wrapper .e-menu .e-menu-item.e-focused,.e-menu-container .e-menu .e-menu-item.e-focused{color:initial;outline:0 solid rgba(0,0,0,.12);outline-offset:0;background:#eee}.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,.e-menu-container .e-menu .e-menu-item.e-focused .e-caret,.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-menu-icon,.e-menu-container .e-menu .e-menu-item.e-focused .e-menu-icon{color:#0000008a}.e-menu-wrapper .e-menu .e-menu-item.e-selected,.e-menu-wrapper .e-menu .e-menu-item.e-active-item,.e-menu-container .e-menu .e-menu-item.e-selected,.e-menu-container .e-menu .e-menu-item.e-active-item{color:#000000de;outline:0 solid #e0e0e0;outline-offset:0;background:#e0e0e0}.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,.e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-caret,.e-menu-container .e-menu .e-menu-item.e-selected .e-caret,.e-menu-container .e-menu .e-menu-item.e-active-item .e-caret,.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon,.e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-menu-icon,.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon,.e-menu-container .e-menu .e-menu-item.e-active-item .e-menu-icon{color:#0000008a}.e-menu-wrapper .e-menu .e-menu-item.e-separator,.e-menu-container .e-menu .e-menu-item.e-separator{border-bottom-color:#0000001f}.e-menu-wrapper .e-menu .e-disabled,.e-menu-container .e-menu .e-disabled{color:#00000061;opacity:1}.e-menu-wrapper .e-menu .e-disabled .e-menu-icon,.e-menu-container .e-menu .e-disabled .e-menu-icon,.e-menu-wrapper .e-menu .e-disabled .e-caret,.e-menu-container .e-menu .e-disabled .e-caret,.e-menu-wrapper .e-menu .e-disabled .e-menu-url,.e-menu-container .e-menu .e-disabled .e-menu-url{color:#00000061}.e-menu-wrapper .e-ul,.e-menu-container .e-ul{background:inherit;color:#000000de}.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,.e-menu-container .e-ul .e-menu-item .e-menu-url{color:#000000de}.e-menu-wrapper .e-ul .e-menu-item.e-focused,.e-menu-container .e-ul .e-menu-item.e-focused{background-color:#eee;color:#000000de;outline:0 solid rgba(0,0,0,.12);outline-offset:0}.e-menu-wrapper .e-ul .e-menu-item.e-selected,.e-menu-wrapper .e-ul .e-menu-item.e-active-item,.e-menu-container .e-ul .e-menu-item.e-selected,.e-menu-container .e-ul .e-menu-item.e-active-item{background-color:#eee;color:#000000de;outline:0 solid #eee;outline-offset:0}.e-menu-wrapper .e-ul .e-menu-item.e-separator,.e-menu-container .e-ul .e-menu-item.e-separator{border-bottom-color:#0000001f}.e-menu-wrapper.e-menu-popup,.e-menu-container.e-menu-popup{background:#fff}.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll{background:inherit}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav{background:#fafafa}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons{color:#0000008a}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:hover{background:#eee}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:focus{background:#eee}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:active{background:#eee}.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav{background:#fff;border-color:#0000001f}.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons{color:#000000de}.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover,.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus{background:#eee}.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active{background:#eee}.e-menu-wrapper.e-inherit,.e-menu-container.e-inherit{border:0}.e-menu-wrapper.e-inherit .e-menu,.e-menu-wrapper.e-inherit .e-menu .e-menu-item .e-menu-icon,.e-menu-wrapper.e-inherit .e-menu .e-menu-item .e-caret,.e-menu-container.e-inherit .e-menu,.e-menu-container.e-inherit .e-menu .e-menu-item .e-menu-icon,.e-menu-container.e-inherit .e-menu .e-menu-item .e-caret{color:inherit}.e-menu-wrapper.e-inherit .e-menu,.e-menu-container.e-inherit .e-menu{background:inherit}.e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected,.e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-active-item,.e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,.e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,.e-menu-container.e-inherit .e-menu .e-menu-item.e-active-item,.e-menu-container.e-inherit .e-menu .e-menu-item.e-focused{background:#0000000e;color:inherit}.e-menu-wrapper.e-hamburger .e-menu-header,.e-menu-container.e-hamburger .e-menu-header,.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon,.e-menu-container.e-hamburger .e-menu-header .e-menu-icon,.e-menu-wrapper.e-hamburger ul,.e-menu-container.e-hamburger ul{color:#000000de}.e-bigger .e-menu-wrapper ul,.e-bigger.e-menu-wrapper ul,.e-bigger .e-menu-container ul,.e-bigger.e-menu-container ul{font-size:14px}.e-bigger .e-menu-wrapper ul.e-menu .e-menu-item,.e-bigger.e-menu-wrapper ul.e-menu .e-menu-item,.e-bigger .e-menu-container ul.e-menu .e-menu-item,.e-bigger.e-menu-container ul.e-menu .e-menu-item{line-height:56px;padding:0 16px;height:56px}.e-bigger .e-menu-wrapper ul.e-menu .e-menu-item .e-menu-icon,.e-bigger.e-menu-wrapper ul.e-menu .e-menu-item .e-menu-icon,.e-bigger .e-menu-container ul.e-menu .e-menu-item .e-menu-icon,.e-bigger.e-menu-container ul.e-menu .e-menu-item .e-menu-icon{font-size:16px;line-height:56px;margin-right:10px}.e-bigger .e-menu-wrapper ul.e-menu .e-menu-item .e-caret,.e-bigger.e-menu-wrapper ul.e-menu .e-menu-item .e-caret,.e-bigger .e-menu-container ul.e-menu .e-menu-item .e-caret,.e-bigger.e-menu-container ul.e-menu .e-menu-item .e-caret{font-size:12px;line-height:56px;right:16px}.e-bigger .e-menu-wrapper ul.e-menu .e-menu-item.e-separator,.e-bigger.e-menu-wrapper ul.e-menu .e-menu-item.e-separator,.e-bigger .e-menu-container ul.e-menu .e-menu-item.e-separator,.e-bigger.e-menu-container ul.e-menu .e-menu-item.e-separator{padding:0}.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical),.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical),.e-bigger .e-menu-container ul.e-menu:not(.e-vertical),.e-bigger.e-menu-container ul.e-menu:not(.e-vertical){padding:0}.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator,.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator,.e-bigger .e-menu-container ul.e-menu.e-vertical .e-menu-item.e-separator,.e-bigger.e-menu-container ul.e-menu.e-vertical .e-menu-item.e-separator{height:auto;line-height:normal}.e-bigger .e-menu-wrapper ul.e-ul,.e-bigger.e-menu-wrapper ul.e-ul,.e-bigger .e-menu-container ul.e-ul,.e-bigger.e-menu-container ul.e-ul{font-size:15px;padding:8px 0;white-space:nowrap;min-width:112px}.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item,.e-bigger .e-menu-container ul.e-ul .e-menu-item,.e-bigger.e-menu-container ul.e-ul .e-menu-item{height:48px;line-height:48px;padding:0 16px}.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-menu-icon{font-size:16px;line-height:48px}.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret{line-height:48px}.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator,.e-bigger .e-menu-container ul.e-ul .e-menu-item.e-separator,.e-bigger.e-menu-container ul.e-ul .e-menu-item.e-separator{height:auto;line-height:normal}.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret{font-size:12px;right:8px}.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon{padding-right:36px}.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-menu-icon{margin-right:10px}.e-bigger .e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon,.e-bigger.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon{padding-left:50px}.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-bigger .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-bigger.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device){padding:0 36px}.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-bigger .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-bigger.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav{width:36px}.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-bigger .e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-bigger.e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device){padding:24px 0}.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-bigger .e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-bigger.e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav{height:24px}.e-bigger .e-menu-wrapper.e-menu-popup,.e-bigger.e-menu-wrapper.e-menu-popup,.e-bigger .e-menu-container.e-menu-popup,.e-bigger.e-menu-container.e-menu-popup{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons,.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons,.e-bigger .e-menu-container .e-scroll-nav .e-icons,.e-bigger.e-menu-container .e-scroll-nav .e-icons{font-size:12px}.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item,.e-bigger .e-rtl.e-menu-container ul .e-menu-item,.e-bigger.e-rtl.e-menu-container ul .e-menu-item{text-align:right}.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-container ul .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon{margin-left:10px;margin-right:0}.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-container ul .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-container ul .e-menu-item .e-caret{left:16px;margin-left:0;right:auto}.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon{padding-left:36px;padding-right:16px}.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon{margin-left:10px}.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret{left:8px}.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon{padding-left:36px;padding-right:16px}.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon,.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon{padding-left:16px}.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon{padding-left:36px}.e-bigger .e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon,.e-bigger.e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon{padding-right:50px}.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul,.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul,.e-bigger .e-menu-container.e-hamburger ul .e-ul,.e-bigger.e-menu-container.e-hamburger ul .e-ul{max-width:100%}.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item,.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item,.e-bigger .e-menu-container.e-hamburger ul .e-ul .e-menu-item,.e-bigger.e-menu-container.e-hamburger ul .e-ul .e-menu-item{height:auto;line-height:56px;padding:0}.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header,.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header,.e-bigger .e-menu-container.e-hamburger .e-menu-header,.e-bigger.e-menu-container.e-hamburger .e-menu-header{font-size:16px;height:56px;line-height:56px}.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-menu-item,.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-menu-item{text-indent:16px}.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon{text-indent:42px}.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul,.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul{font-size:14px}.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item{text-indent:inherit}.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item.e-menu-caret-icon{padding-right:0!important}.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret{font-size:12px;right:16px}.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item,.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item{padding:0;text-indent:16px}.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon{text-indent:42px}.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon{margin-left:0;text-indent:inherit}.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon{padding-left:0;padding-right:0}.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-caret{left:12px;right:auto}.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item{text-indent:inherit}.e-bigger .e-menu-wrapper:not(.e-hamburger) ul.e-ul .e-menu-item:not(.e-separator),.e-bigger .e-menu-container:not(.e-hamburger) ul.e-ul .e-menu-item:not(.e-separator){height:48px}.e-bigger .e-menu-wrapper:not(.e-hamburger) ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-container:not(.e-hamburger) ul .e-menu-item.e-menu-caret-icon{padding-right:36px}.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-menu-item{padding:0!important;height:auto!important}.e-breadcrumb .e-breadcrumb-collapsed:before,.e-breadcrumb .e-breadcrumb-menu:before{content:""}.e-breadcrumb .e-home{margin-top:-1px}.e-breadcrumb .e-home:before{content:""}.e-bigger .e-breadcrumb .e-home,.e-bigger.e-breadcrumb .e-home{margin-top:0}.e-breadcrumb{display:block}.e-breadcrumb.e-breadcrumb-wrap-mode{display:-webkit-box;display:-ms-flexbox;display:flex}.e-breadcrumb .e-breadcrumb-first-ol{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-negative:0;flex-shrink:0;padding-right:0}.e-breadcrumb .e-breadcrumb-wrapped-ol{-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding-left:0}.e-breadcrumb.e-breadcrumb-scroll-mode{line-height:26px;overflow:auto}.e-breadcrumb ol{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:normal;margin:0;padding:0}.e-breadcrumb li{list-style-type:none;white-space:nowrap}.e-breadcrumb .e-breadcrumb-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text{padding:4px 8px}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;display:inherit}.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text{cursor:pointer;text-decoration:none}.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:hover{text-decoration:underline}.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus{text-decoration:underline}.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:active{text-decoration:underline}.e-breadcrumb .e-breadcrumb-item span.e-breadcrumb-text{cursor:default}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon{font-size:14px;padding-right:8px}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon:hover{text-decoration:none}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon:before{display:inline-block;text-decoration:none}.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-icon{padding:2px 0}.e-breadcrumb .e-breadcrumb-item.e-disabled{opacity:1;pointer-events:none}.e-breadcrumb .e-breadcrumb-separator{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;padding:4px 3px}.e-breadcrumb .e-breadcrumb-separator+.e-breadcrumb-separator{margin-left:-4px;padding-left:0}.e-breadcrumb.e-rtl .e-breadcrumb-separator+.e-breadcrumb-separator{margin-left:0;margin-right:-4px;padding-left:3px;padding-right:0}.e-breadcrumb .e-breadcrumb-collapsed,.e-breadcrumb .e-breadcrumb-menu{cursor:pointer;font-size:16px;padding:4px;vertical-align:bottom}.e-breadcrumb .e-breadcrumb-menu{display:inline-block}.e-breadcrumb .e-breadcrumb-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.e-breadcrumb.e-icon-right .e-breadcrumb-icon,.e-breadcrumb .e-icon-right .e-breadcrumb-icon,.e-breadcrumb.e-rtl .e-breadcrumb-icon{padding-left:8px;padding-right:0}.e-breadcrumb.e-rtl.e-icon-right .e-breadcrumb-icon,.e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-icon{padding-left:0;padding-right:8px}.e-breadcrumb.e-disabled{opacity:1}.e-breadcrumb.e-disabled .e-breadcrumb-item,.e-breadcrumb.e-disabled .e-breadcrumb-separator,.e-breadcrumb.e-disabled .e-breadcrumb-collapsed,.e-breadcrumb.e-disabled .e-breadcrumb-menu{pointer-events:none}.e-breadcrumb-popup{border:none;border-radius:0;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;position:absolute}.e-breadcrumb-popup ul{margin:0;padding:0}.e-breadcrumb-popup .e-breadcrumb-item{list-style-type:none;white-space:nowrap}.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;height:36px;line-height:36px;padding:0 16px;width:100%}.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;display:inherit;width:inherit}.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-icon{font-size:14px;padding-right:8px}.e-breadcrumb-popup .e-breadcrumb-item.e-icon-item .e-breadcrumb-icon{padding:0}.e-breadcrumb-popup .e-breadcrumb-item a.e-breadcrumb-text{text-decoration:none}.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon,.e-breadcrumb-popup.e-rtl .e-breadcrumb-icon{padding-left:8px;padding-right:0}.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,.e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon{padding-left:0;padding-right:8px}.e-breadcrumb-menu-item{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.e-hidden-popup{visibility:hidden}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text{color:#000000a6}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover,.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus{color:#000000de}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active{color:#000000de}.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover{background:#f5f5f5;color:#000000de}.e-breadcrumb .e-breadcrumb-item.e-icon-item:active{background:#eee;color:#000000de}.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text:focus{background:#f5f5f5;color:#000000de}.e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text{color:#000000de;font-weight:500}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon,.e-breadcrumb .e-breadcrumb-separator,.e-breadcrumb .e-breadcrumb-collapsed,.e-breadcrumb .e-breadcrumb-menu{color:#0000008a}.e-breadcrumb .e-breadcrumb-collapsed:hover,.e-breadcrumb .e-breadcrumb-menu:hover{background:#f5f5f5;color:#000000de}.e-breadcrumb .e-breadcrumb-collapsed:active,.e-breadcrumb .e-breadcrumb-menu:active{background:#eee;color:#000000de}.e-breadcrumb .e-breadcrumb-collapsed:focus,.e-breadcrumb .e-breadcrumb-menu:focus{background:#f5f5f5;color:#000000de}.e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text,.e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text,.e-breadcrumb.e-disabled .e-breadcrumb-separator,.e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon,.e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon,.e-breadcrumb.e-disabled .e-breadcrumb-separator .e-breadcrumb-icon{color:#00000042}.e-breadcrumb-popup{background:#fff}.e-breadcrumb-popup .e-breadcrumb-text{color:#616161}.e-breadcrumb-popup .e-breadcrumb-text:hover{background:#eee;color:#000000de}.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text:focus{background:#eee;color:#000000de}.e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text,.e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text{padding:4px 12px}.e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text,.e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text{font-size:16px}.e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon{font-size:16px;padding-right:8px}.e-bigger.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text .e-breadcrumb-icon{padding:2px 0}.e-bigger.e-breadcrumb .e-breadcrumb-separator,.e-bigger .e-breadcrumb .e-breadcrumb-separator{font-size:16px;padding:4px 5px}.e-bigger.e-breadcrumb .e-breadcrumb-separator+.e-breadcrumb-separator,.e-bigger .e-breadcrumb .e-breadcrumb-separator+.e-breadcrumb-separator{padding-left:0}.e-bigger.e-breadcrumb.e-rtl .e-breadcrumb-separator+.e-breadcrumb-separator,.e-bigger .e-breadcrumb.e-rtl .e-breadcrumb-separator+.e-breadcrumb-separator{padding-left:5px}.e-bigger.e-breadcrumb .e-breadcrumb-collapsed,.e-bigger.e-breadcrumb .e-breadcrumb-menu,.e-bigger .e-breadcrumb .e-breadcrumb-collapsed,.e-bigger .e-breadcrumb .e-breadcrumb-menu{font-size:18px;padding:5px}.e-bigger.e-breadcrumb.e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger.e-breadcrumb .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger.e-breadcrumb.e-rtl .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb.e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb.e-rtl .e-breadcrumb-text .e-breadcrumb-icon{padding-left:8px;padding-right:0}.e-bigger.e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon{padding-left:0;padding-right:8px}.e-bigger.e-breadcrumb-popup .e-breadcrumb-text,.e-bigger .e-breadcrumb-popup .e-breadcrumb-text{font-size:16px;height:48px;line-height:48px}.e-bigger.e-breadcrumb-popup .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup .e-breadcrumb-text .e-breadcrumb-icon{font-size:16px;padding-right:8px}.e-bigger.e-breadcrumb-popup .e-icon-item .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup .e-icon-item .e-breadcrumb-text .e-breadcrumb-icon{padding:0}.e-bigger.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,.e-bigger.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon,.e-bigger.e-breadcrumb-popup.e-rtl .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup.e-rtl .e-breadcrumb-icon{padding-left:8px;padding-right:0}.e-bigger.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,.e-bigger.e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon{padding-left:0;padding-right:8px}.e-appbar{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:48px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;overflow:hidden;font-size:14px}.e-appbar>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.e-appbar.e-sticky{position:sticky;top:0;z-index:1000}.e-appbar.e-prominent{height:94px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.e-appbar.e-prominent>div:first-child{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.e-appbar.e-dense{height:40px}.e-appbar.e-horizontal-bottom{position:absolute;bottom:0;right:0;left:0}.e-appbar.e-horizontal-bottom.e-sticky{position:fixed;top:auto;max-width:inherit;left:auto;right:auto}.e-appbar .e-appbar-separator{height:24px}.e-appbar .e-appbar-spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.e-appbar .e-btn,.e-appbar .e-css.e-btn{-o-border-image:unset;border-image:unset}.e-inherit.e-menu-wrapper.e-scrollable .e-menu,.e-inherit.e-menu-container.e-scrollable .e-menu{overflow:hidden}.e-appbar{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1),0 2px 6px rgba(0,0,0,.16);box-shadow:0 2px 4px #0000001a,0 2px 6px #00000029}.e-appbar.e-light{background:#fff;color:#000;border:none;border-color:#fff}.e-appbar.e-light .e-appbar-separator{border-left:1px solid #000}.e-appbar.e-light .e-btn.e-inherit:hover,.e-appbar.e-light .e-btn.e-inherit:focus,.e-appbar.e-light .e-btn.e-inherit:active,.e-appbar.e-light .e-btn.e-inherit.e-active,.e-appbar.e-light .e-css.e-btn.e-inherit:hover,.e-appbar.e-light .e-css.e-btn.e-inherit:focus,.e-appbar.e-light .e-css.e-btn.e-inherit:active,.e-appbar.e-light .e-css.e-btn.e-inherit.e-active,.e-appbar.e-light .e-dropdown-btn.e-inherit:hover,.e-appbar.e-light .e-dropdown-btn.e-inherit:focus,.e-appbar.e-light .e-dropdown-btn.e-inherit:active,.e-appbar.e-light .e-dropdown-btn.e-inherit.e-active,.e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:hover,.e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:focus,.e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:active,.e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit.e-active{background:#0000000e}.e-appbar.e-light .e-menu-wrapper.e-inherit,.e-appbar.e-light .e-menu-container.e-inherit{background:#fff;color:#000;-webkit-box-shadow:none;box-shadow:none;border-color:#fff}.e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected,.e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,.e-appbar.e-light .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,.e-appbar.e-light .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused{background:#0000000e}.e-appbar.e-dark{background:#212121;color:#fff;border-color:#212121}.e-appbar.e-dark .e-appbar-separator{border-left:1px solid #fff}.e-appbar.e-dark .e-btn.e-inherit:hover,.e-appbar.e-dark .e-btn.e-inherit:focus,.e-appbar.e-dark .e-btn.e-inherit:active,.e-appbar.e-dark .e-btn.e-inherit.e-active,.e-appbar.e-dark .e-css.e-btn.e-inherit:hover,.e-appbar.e-dark .e-css.e-btn.e-inherit:focus,.e-appbar.e-dark .e-css.e-btn.e-inherit:active,.e-appbar.e-dark .e-css.e-btn.e-inherit.e-active,.e-appbar.e-dark .e-dropdown-btn.e-inherit:hover,.e-appbar.e-dark .e-dropdown-btn.e-inherit:focus,.e-appbar.e-dark .e-dropdown-btn.e-inherit:active,.e-appbar.e-dark .e-dropdown-btn.e-inherit.e-active,.e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:hover,.e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:focus,.e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:active,.e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit.e-active{background:#ffffff14}.e-appbar.e-dark .e-menu-wrapper.e-inherit,.e-appbar.e-dark .e-menu-container.e-inherit{background:#212121;color:#fff;border-color:#212121;-webkit-box-shadow:none;box-shadow:none}.e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected,.e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,.e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,.e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused{background:#ffffff14}.e-appbar.e-primary{background:#3f51b5;color:#fff;border-color:#3f51b5}.e-appbar.e-primary .e-appbar-separator{border-left:1px solid #fff}.e-appbar.e-primary .e-menu-wrapper.e-inherit,.e-appbar.e-primary .e-menu-container.e-inherit{background:#3f51b5;color:#fff;border-color:#3f51b5;-webkit-box-shadow:none;box-shadow:none}.e-appbar.e-inherit{background:inherit;color:inherit;border-color:inherit;border:1px solid}.e-appbar.e-inherit .e-appbar-separator{border-left:1px solid}.e-appbar.e-inherit .e-menu-wrapper.e-inherit,.e-appbar.e-inherit .e-menu-container.e-inherit{background:inherit;color:inherit;border-color:inherit;-webkit-box-shadow:none;box-shadow:none}.e-appbar.e-horizontal-bottom{-webkit-box-shadow:0 -2px 3px rgba(0,0,0,.1),0 -2px 6px rgba(0,0,0,.2);box-shadow:0 -2px 3px #0000001a,0 -2px 6px #0003}.e-light.e-inherit.e-input-group,.e-light.e-inherit.e-input-group.e-control-wrapper,.e-light.e-inherit.e-float-input,.e-light.e-inherit.e-float-input.e-input-group,.e-light.e-inherit.e-float-input.e-control-wrapper,.e-light.e-inherit.e-float-input.e-input-group.e-control-wrapper,.e-light.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover,.e-light.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover{background:#fff;color:#000}.e-dark.e-inherit.e-input-group,.e-dark.e-inherit.e-input-group.e-control-wrapper,.e-dark.e-inherit.e-float-input,.e-dark.e-inherit.e-float-input.e-input-group,.e-dark.e-inherit.e-float-input.e-control-wrapper,.e-dark.e-inherit.e-float-input.e-input-group.e-control-wrapper,.e-dark.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover,.e-dark.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover{background:#212121;color:#fff}.e-primary.e-inherit.e-input-group,.e-primary.e-inherit.e-input-group.e-control-wrapper,.e-primary.e-inherit.e-float-input,.e-primary.e-inherit.e-float-input.e-input-group,.e-primary.e-inherit.e-float-input.e-control-wrapper,.e-primary.e-inherit.e-float-input.e-input-group.e-control-wrapper,.e-primary.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover,.e-primary.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover{background:#3f51b5;color:#fff}.e-inherit.e-input-group,.e-inherit.e-input-group.e-control-wrapper,.e-inherit.e-float-input,.e-inherit.e-float-input.e-input-group,.e-inherit.e-float-input.e-control-wrapper,.e-inherit.e-float-input.e-input-group.e-control-wrapper,.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover,.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover{color:inherit;background:#0000000e}.e-inherit.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),.e-inherit.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),.e-inherit.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error){-webkit-box-shadow:none;box-shadow:none}.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-webkit-input-placeholder{color:inherit;opacity:.8}.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-moz-placeholder{color:inherit;opacity:.8}.e-inherit.e-input-group.e-control-wrapper .e-searchinput:-ms-input-placeholder{color:inherit;opacity:.8}.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-ms-input-placeholder{color:inherit;opacity:.8}.e-inherit.e-input-group.e-control-wrapper .e-searchinput::placeholder{color:inherit;opacity:.8}.e-inherit.e-input-group .e-input-group-icon,.e-inherit.e-input-group.e-control-wrapper .e-input-group-icon{border:none;color:inherit}.e-inherit.e-input-group .e-clear-icon,.e-inherit.e-input-group.e-control-wrapper .e-clear-icon{color:inherit}.e-bigger .e-appbar,.e-appbar.e-bigger{height:56px;font-size:14px}.e-bigger .e-appbar.e-dense,.e-appbar.e-bigger.e-dense{height:48px}.e-bigger .e-appbar.e-prominent,.e-appbar.e-bigger.e-prominent{height:112px}.e-step-indicator:before{content:""}.e-stepper{position:relative}.e-stepper .e-step-selected .e-text,.e-stepper .e-step-selected .e-label{font-weight:600}.e-stepper.e-linear .e-step-container{pointer-events:none}.e-stepper.e-linear .e-previous:not(.e-step-disabled),.e-stepper.e-linear .e-next:not(.e-step-disabled),.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),.e-stepper.e-linear .e-previous:not(.e-step-disabled)+li{pointer-events:auto}.e-stepper.e-stepper-readonly,.e-stepper .e-step-disabled{cursor:default;pointer-events:none}.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator{font-size:32px;border-radius:9999px}.e-stepper.e-step-type-indicator .e-step-content,.e-stepper.e-step-type-label .e-step-content{padding:0 8px}.e-stepper .e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),.e-stepper.e-vertical.e-label-after .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip){position:relative}.e-stepper.e-horizontal .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip){position:unset}.e-stepper .e-tooltip-wrap.e-stepper-tooltip{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;top:-8px;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.e-stepper .e-tooltip-wrap.e-stepper-tooltip.e-show-tooltip{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-tip-content{width:-webkit-max-content;width:-moz-max-content;width:max-content}.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip.e-tip-bottom{left:50%;top:100%;-webkit-transform:translate(-50%,0);transform:translate(-50%)}.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip-inner.e-tip-bottom{top:-6px}.e-stepper .e-step-item.e-step-label .e-tooltip-wrap.e-stepper-tooltip{left:unset;top:0;-webkit-transform:translate(0%,-135%);transform:translateY(-135%)}.e-stepper.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip{-webkit-transform:translate(-50%,-115%);transform:translate(-50%,-115%)}.e-stepper .e-stepper-steps{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.e-stepper .e-stepper-steps .e-step-container,.e-stepper .e-stepper-steps .e-step,.e-stepper .e-stepper-steps .e-step-valid.e-step-text.e-step-text-only .e-step-text-container,.e-stepper .e-stepper-steps .e-step-error.e-step-text.e-step-text-only .e-step-text-container,.e-stepper .e-stepper-steps .e-step-label-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.e-stepper .e-step-container{max-width:var(--max-width);list-style-type:none;cursor:pointer;text-align:center}.e-stepper .e-step-container .e-step-label-container,.e-stepper .e-step-container .e-step-text-container{max-width:clamp(100%,10em,100%);white-space:nowrap;font-size:14px}.e-stepper .e-step-container .e-step-label-optional{font-size:12px;-ms-flex-preferred-size:100%;flex-basis:100%}.e-stepper .e-step-container .e-step-optional-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-stepper .e-step-container .e-step-content{font-size:16px;line-height:0}.e-stepper .e-step-container .e-indicator{font-size:16px}.e-stepper .e-step-container:not(.e-step-text-only)>.e-step-text-container{padding:0 8px}.e-stepper .e-step-container.e-step-text-only .e-step-text-container,.e-stepper .e-step-container.e-step-label-only .e-step-label-container{padding:0 6px;padding-block:5px}.e-stepper .e-step-container.e-step-text-only.e-step-error .e-step-text-container,.e-stepper .e-step-container.e-step-text-only.e-step-valid .e-step-text-container,.e-stepper .e-step-container.e-step-label-only.e-step-error .e-step-label-container,.e-stepper .e-step-container.e-step-label-only.e-step-valid .e-step-label-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-stepper .e-step-container.e-step-text-only.e-step-error .e-step-text-container .e-step-validation-icon,.e-stepper .e-step-container.e-step-text-only.e-step-valid .e-step-text-container .e-step-validation-icon,.e-stepper .e-step-container.e-step-label-only.e-step-error .e-step-label-container .e-step-validation-icon,.e-stepper .e-step-container.e-step-label-only.e-step-valid .e-step-label-container .e-step-validation-icon{position:relative;top:.25em}.e-stepper .e-step-container .e-step,.e-stepper .e-step-container .e-indicator{border-radius:9999px;min-width:32px;min-height:32px}.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step,.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator{border:2px solid}.e-stepper.e-horizontal{display:block}.e-stepper.e-horizontal .e-stepper-steps{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.e-stepper.e-horizontal.e-label-before:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar,.e-stepper.e-horizontal.e-label-after:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar{margin-left:var(--progress-left-position);top:var(--progress-top-position);width:var(--progress-bar-width)}.e-stepper.e-horizontal.e-label-before.e-rtl:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar,.e-stepper.e-horizontal.e-label-after.e-rtl:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar{margin-right:var(--progress-left-position);margin-left:unset}.e-stepper.e-horizontal .e-step-item.e-step-label{gap:1em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container{position:relative}.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container.e-label-before,.e-stepper.e-horizontal.e-label-start .e-step-text-container{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.e-stepper.e-horizontal .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional{position:absolute;top:2.5em;margin-left:2.5em}.e-stepper.e-horizontal.e-label-start .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional,.e-stepper.e-horizontal.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional{margin-right:2.5em;margin-left:unset}.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional{margin-right:unset;margin-left:2.5em}.e-stepper.e-horizontal.e-label-before .e-stepper-steps:has(.e-step-label-optional){-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.e-stepper.e-horizontal.e-label-before .e-stepper-steps .e-step-label-container.e-label-before:has(.e-step-label-optional){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5em}.e-stepper.e-horizontal .e-text,.e-stepper.e-horizontal .e-label,.e-stepper.e-horizontal .e-step-label-optional{text-overflow:ellipsis;overflow:hidden}.e-stepper.e-horizontal .e-step-text.e-step-text-only:has(.e-step-label-optional),.e-stepper.e-horizontal .e-step-label.e-step-label-only:has(.e-step-label-optional),.e-stepper.e-horizontal .e-step-item:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),.e-stepper.e-horizontal .e-step-container:not(.e-step-item):not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),.e-stepper.e-horizontal .e-step-label-container.e-label-after:has(.e-step-label-optional),.e-stepper.e-horizontal.e-step-type-indicator .e-step-container{-ms-flex-wrap:wrap;flex-wrap:wrap}.e-stepper.e-horizontal .e-step-item:not(.e-step-label):not(.e-step-text) .e-step-label-optional{margin-top:.5em}.e-stepper.e-horizontal.e-label-after .e-step-item.e-step-label:not(.e-step-text) .e-step-label-optional{margin-top:.2em}.e-stepper.e-vertical{min-height:inherit;height:inherit;display:inline-block}.e-stepper.e-vertical .e-step-label.e-step-label-only,.e-stepper.e-vertical .e-step-template{position:relative}.e-stepper.e-vertical:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional{position:absolute}.e-stepper.e-vertical:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional{margin-top:3em;margin-left:4em}.e-stepper.e-vertical.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional{margin-left:unset;margin-right:4em}.e-stepper.e-vertical .e-stepper-steps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:inherit;height:inherit;float:left;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.e-stepper.e-vertical.e-rtl .e-stepper-steps{float:right}.e-stepper.e-vertical .e-stepper-steps:has(.e-step-item:not(.e-step-text):not(.e-step-label)),.e-stepper.e-vertical .e-stepper-steps:has(.e-step-text.e-step-text-only),.e-stepper.e-vertical .e-stepper-steps:has(.e-step-label.e-step-label-only),.e-stepper.e-vertical.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-item)),.e-stepper.e-vertical.e-step-type-indicator .e-stepper-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.e-stepper.e-vertical .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,.e-stepper.e-vertical .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after{margin-left:10px}.e-stepper.e-vertical.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,.e-stepper.e-vertical.e-rtl .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after{margin-left:unset;margin-right:10px}.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),.e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional),.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional) .e-step-label-optional,.e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) .e-step-label-optional,.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional) .e-step-label-optional,.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) .e-step-label-optional{position:unset}.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),.e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional){gap:.5em}.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional),.e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) .e-label,.e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) .e-label{line-height:2em}.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-optional,.e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-optional{position:unset}.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after{position:absolute}.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after .e-step-label-optional{left:0}.e-stepper.e-vertical .e-step-container .e-step-label-container.e-label-after .e-step-label-optional{font-size:12px}.e-stepper.e-vertical .e-step-container .e-step-label-container.e-label-before .e-label{width:var(--label-width)}.e-stepper.e-vertical .e-step-container:not(.e-step-text-only) .e-step-text-container{border:none;border-radius:unset;padding:6px 0}.e-stepper.e-vertical .e-step-container.e-step-text-only .e-step-text-container,.e-stepper.e-vertical .e-step-container.e-step-label-only .e-step-label-container{position:unset}.e-stepper.e-vertical.e-label-top .e-step-label-optional{padding-bottom:6px}.e-stepper.e-vertical.e-label-top .e-stepper-steps,.e-stepper.e-vertical.e-label-bottom .e-stepper-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.e-stepper.e-vertical.e-label-top .e-stepper-steps .e-step-container,.e-stepper.e-vertical.e-label-bottom .e-stepper-steps .e-step-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-stepper.e-vertical.e-label-top .e-stepper-steps .e-step-container .e-step-text-container,.e-stepper.e-vertical.e-label-bottom .e-stepper-steps .e-step-container .e-step-text-container{margin-left:0}.e-stepper.e-vertical.e-label-top .e-step-container .e-step-label-optional,.e-stepper.e-vertical.e-label-top .e-step-container .e-step-text-container{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.e-stepper .e-stepper-progressbar{height:1.6px;position:absolute;top:var(--progress-top-position);width:100%}.e-stepper .e-stepper-progressbar>.e-progressbar-value{height:100%;width:var(--progress-value);-webkit-transition-property:width;transition-property:width;-webkit-transition-duration:var(--duration);transition-duration:var(--duration);-webkit-transition-delay:var(--delay);transition-delay:var(--delay)}.e-stepper.e-vertical .e-stepper-progressbar{min-height:inherit;width:1.6px;top:0;left:var(--progress-position)}.e-stepper.e-vertical .e-stepper-progressbar>.e-progressbar-value{width:100%;height:var(--progress-value);-webkit-transition-property:height;transition-property:height}.e-stepper.e-vertical.e-rtl .e-stepper-progressbar{right:var(--progress-position);left:unset}.e-stepper:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,.e-stepper .e-step-focus .e-indicator{z-index:0}.e-stepper .e-step-template.e-step-focus{outline:2px solid}.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip .e-arrow-tip.e-tip-bottom{top:90%!important}.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator{font-size:28px}.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator{width:28px;height:28px}.e-small.e-stepper .e-step-container .e-step,.e-small.e-stepper .e-step-container .e-indicator,.e-small .e-stepper .e-step-container .e-step,.e-small .e-stepper .e-step-container .e-indicator{min-width:28px;min-height:28px}.e-small.e-stepper .e-step-container .e-indicator,.e-small .e-stepper .e-step-container .e-indicator{font-size:14px}.e-small.e-stepper .e-step-container .e-step-text-container,.e-small.e-stepper .e-step-container .e-step-label-container,.e-small .e-stepper .e-step-container .e-step-text-container,.e-small .e-stepper .e-step-container .e-step-label-container{font-size:12px}.e-small.e-stepper .e-step-container .e-step-content,.e-small .e-stepper .e-step-container .e-step-content{font-size:14px}.e-small.e-stepper .e-step-container .e-step-label-optional,.e-small .e-stepper .e-step-container .e-step-label-optional,.e-small.e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional,.e-small .e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional{font-size:10px}.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step,.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator,.e-stepper .e-step-notstarted .e-icons.e-step-indicator{border-color:#bdbdbd}.e-stepper .e-step-label-optional{color:#424242}.e-stepper .e-step,.e-stepper .e-indicator{color:#000;background:#fff}.e-stepper .e-step-indicator{color:transparent}.e-stepper .e-step-completed .e-step,.e-stepper .e-step-inprogress .e-step,.e-stepper .e-step-completed .e-indicator,.e-stepper .e-step-inprogress .e-indicator,.e-stepper .e-step-completed .e-step-indicator,.e-stepper .e-step-inprogress .e-step-indicator{background:#3f51b5;color:#fff}.e-stepper .e-step-selected .e-indicator{background:#3f51b5}.e-stepper .e-step-valid .e-indicator{background:#4d831e;color:#fff}.e-stepper .e-step-error .e-indicator{background:#e51b0d;color:#fff}.e-stepper .e-step-error .e-text,.e-stepper .e-step-error .e-label{color:#e51b0d}.e-stepper .e-step-valid:not(.e-step-notstarted) .e-indicator:hover,.e-stepper .e-step-error .e-indicator:hover{color:#000}.e-stepper .e-step-valid.e-step-text-only .e-step-validation-icon,.e-stepper .e-step-valid.e-step-label-only .e-step-validation-icon{color:#4d831e}.e-stepper .e-step-error.e-step-text-only .e-step-validation-icon,.e-stepper .e-step-error.e-step-label-only .e-step-validation-icon{color:#f44336}.e-stepper .e-text,.e-stepper .e-label{color:#000}.e-stepper .e-step-selected:not(.e-step-error) .e-text,.e-stepper .e-step-selected:not(.e-step-error) .e-label,.e-stepper .e-step-completed:not(.e-step-error) .e-text,.e-stepper .e-step-completed:not(.e-step-error) .e-label{color:#3f51b5}.e-stepper .e-step-label:not(.e-step-item) .e-step-label-container{background-color:#fff}.e-stepper .e-step-text-container{background-color:#fff;border-color:transparent}.e-stepper .e-step-disabled .e-indicator,.e-stepper .e-step-disabled .e-step{background:#e0e0e0;color:#757575}.e-stepper .e-step-disabled .e-text,.e-stepper .e-step-disabled .e-label,.e-stepper .e-step-disabled .e-step-validation-icon{color:#9e9e9e}.e-stepper.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,.e-stepper.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,.e-stepper.e-vertical .e-step-item:not(.e-step-text):not(.e-step-label) .e-step-label-optional,.e-stepper.e-vertical.e-label-top .e-step-label-optional,.e-stepper.e-vertical.e-label-bottom .e-step-label-optional{background-color:#fff}.e-stepper .e-stepper-progressbar{background-color:#bdbdbd}.e-stepper .e-stepper-progressbar>.e-progressbar-value{background-color:#3f51b5}.e-stepper:not(.e-steps-focus) .e-step-selected .e-step{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px #3f51b5,0 0 0 8px #fff;box-shadow:0 0 0 2px #fff,0 0 0 4px #3f51b5,0 0 0 8px #fff}.e-stepper .e-step-focus .e-step,.e-stepper .e-step-label-only.e-step-focus .e-label,.e-stepper .e-step-text-only.e-step-focus .e-text,.e-stepper .e-step-template.e-step-focus,.e-stepper:not(.e-steps-focus) :focus-visible .e-step,.e-stepper:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text,.e-stepper:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px #000,0 0 0 8px #fff;box-shadow:0 0 0 2px #fff,0 0 0 4px #000,0 0 0 8px #fff}.e-stepper:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,.e-stepper .e-step-valid.e-step-focus .e-step,.e-stepper .e-step-valid.e-step-label-only.e-step-focus .e-label,.e-stepper .e-step-valid.e-step-text-only.e-step-focus .e-text,.e-stepper .e-step-valid.e-step-template.e-step-focus{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px #4d831e,0 0 0 8px #fff;box-shadow:0 0 0 2px #fff,0 0 0 4px #4d831e,0 0 0 8px #fff}.e-stepper:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,.e-stepper .e-step-error.e-step-focus .e-step,.e-stepper .e-step-error.e-step-label-only.e-step-focus .e-label,.e-stepper .e-step-error.e-step-text-only.e-step-focus .e-text,.e-stepper .e-step-error.e-step-template.e-step-focus{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgb(229.3485849057,27.3849056604,12.5514150943),0 0 0 8px #fff;box-shadow:0 0 0 2px #fff,0 0 0 4px #e51b0d,0 0 0 8px #fff}.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step,.e-stepper .e-step-container:not(.e-step-focus).e-step-completed .e-step,.e-stepper.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step{-webkit-box-shadow:0 0 0 8px #fff;box-shadow:0 0 0 8px #fff}.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:hover,.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:hover{border-color:#bdbdbd}.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:active,.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:active{border-color:#bdbdbd}.e-stepper:not(.e-step-type-label) .e-indicator:hover,.e-stepper:not(.e-step-type-label) .e-step:hover{color:#fff;background:#32408f}.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover{color:#000}.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active{background:#2b387c}.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active{background:#4d831e}.e-stepper:not(.e-step-type-label) .e-step-error.e-step-selected .e-indicator:active,.e-stepper:not(.e-step-type-label) .e-step-error.e-step-selected .e-step:active{background:#e51b0d}.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover{background:#9e9e9e}.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:active,.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:active{background:#757575}.e-stepper:not(.e-step-type-label) .e-step-valid .e-indicator:hover,.e-stepper:not(.e-step-type-label) .e-step-valid .e-step:hover{color:#fff;background:#4d831e}.e-stepper:not(.e-step-type-label) .e-step-error .e-indicator:hover,.e-stepper:not(.e-step-type-label) .e-step-error .e-step:hover{color:#fff;background:#e51b0d}.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator{font-size:40px}.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator{width:40px;height:40px}.e-bigger.e-stepper .e-step-container .e-step,.e-bigger.e-stepper .e-step-container .e-indicator,.e-bigger .e-stepper .e-step-container .e-step,.e-bigger .e-stepper .e-step-container .e-indicator{min-width:40px;min-height:40px}.e-bigger.e-stepper .e-step-container .e-indicator,.e-bigger .e-stepper .e-step-container .e-indicator{font-size:18px}.e-bigger.e-stepper .e-step-container .e-step-text-container,.e-bigger.e-stepper .e-step-container .e-step-label-container,.e-bigger .e-stepper .e-step-container .e-step-text-container,.e-bigger .e-stepper .e-step-container .e-step-label-container{font-size:16px}.e-bigger.e-stepper .e-step-container .e-step-content,.e-bigger .e-stepper .e-step-container .e-step-content{font-size:18px}.e-bigger.e-stepper .e-step-container .e-step-label-optional,.e-bigger .e-stepper .e-step-container .e-step-label-optional,.e-bigger.e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional,.e-bigger .e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional{font-size:14px}.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator{font-size:36px}.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator{width:36px;height:36px}.e-bigger.e-small.e-stepper .e-step-container .e-step,.e-bigger.e-small.e-stepper .e-step-container .e-indicator,.e-bigger.e-small .e-stepper .e-step-container .e-step,.e-bigger.e-small .e-stepper .e-step-container .e-indicator,.e-bigger .e-small.e-stepper .e-step-container .e-step,.e-bigger .e-small.e-stepper .e-step-container .e-indicator,.e-small .e-bigger.e-stepper .e-step-container .e-step,.e-small .e-bigger.e-stepper .e-step-container .e-indicator{min-width:36px;min-height:36px}.e-bigger.e-small.e-stepper .e-step-container .e-indicator,.e-bigger.e-small .e-stepper .e-step-container .e-indicator,.e-bigger .e-small.e-stepper .e-step-container .e-indicator,.e-small .e-bigger.e-stepper .e-step-container .e-indicator{font-size:16px}.e-bigger.e-small.e-stepper .e-step-container .e-step-text-container,.e-bigger.e-small.e-stepper .e-step-container .e-step-label-container,.e-bigger.e-small .e-stepper .e-step-container .e-step-text-container,.e-bigger.e-small .e-stepper .e-step-container .e-step-label-container,.e-bigger .e-small.e-stepper .e-step-container .e-step-text-container,.e-bigger .e-small.e-stepper .e-step-container .e-step-label-container,.e-small .e-bigger.e-stepper .e-step-container .e-step-text-container,.e-small .e-bigger.e-stepper .e-step-container .e-step-label-container{font-size:14px}.e-bigger.e-small.e-stepper .e-step-container .e-step-content,.e-bigger.e-small .e-stepper .e-step-container .e-step-content,.e-bigger .e-small.e-stepper .e-step-container .e-step-content,.e-small .e-bigger.e-stepper .e-step-container .e-step-content{font-size:16px}.e-bigger.e-small.e-stepper .e-step-container .e-step-label-optional,.e-bigger.e-small .e-stepper .e-step-container .e-step-label-optional,.e-bigger .e-small.e-stepper .e-step-container .e-step-label-optional,.e-small .e-bigger.e-stepper .e-step-container .e-step-label-optional,.e-bigger.e-small.e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional,.e-bigger.e-small .e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional,.e-bigger .e-small.e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional,.e-small .e-bigger.e-stepper.e-vertical .e-step-label-container.e-label-after .e-step-label-optional{font-size:12px}.e-dialog .e-icon-dlg-close:before{content:"";position:relative}.e-dialog .e-icon-dlg-close,.e-dialog .e-icon-dlg-close:active,.e-dialog .e-icon-dlg-close:hover{opacity:initial}.e-dialog .e-south-east:before,.e-dialog .e-south-west:before,.e-dialog .e-north-east:before,.e-dialog .e-north-west:before{content:""}.e-dialog{border:none;border-radius:2px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.e-dialog.e-popup{width:100%}.e-dialog.e-dlg-resizable{padding-bottom:15px;-ms-touch-action:none;touch-action:none}.e-dialog .e-dlg-header-content{border-radius:1px 1px 0 0;line-height:30px}.e-dialog .e-dlg-header-content+.e-dlg-content{padding-top:0}.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close{font-size:12px;width:auto}.e-dialog .e-dlg-header{display:block;font-size:18px;font-weight:400;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;white-space:nowrap;width:80%}.e-dialog .e-dlg-header.e-hide{display:none}.e-dialog .e-dlg-modal{position:fixed}.e-dialog .e-scroll-disabled{overflow:hidden!important}.e-dialog .e-dlg-content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:13px;font-weight:400;line-height:normal;overflow:auto;overflow-x:hidden}.e-dialog .e-dlg-content.e-hide{display:none}.e-dialog .e-footer-content{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:none;bottom:0;display:block;right:0;width:100%}.e-dialog .e-footer-content.e-hide{display:none}.e-dialog .e-footer-content{text-align:right}.e-dialog .e-resize-handle{height:15px;position:absolute;width:15px}.e-dialog .e-resize-handle.e-south-east{bottom:0;cursor:nwse-resize;right:0}.e-dialog .e-resize-handle.e-south-west{bottom:0;cursor:nesw-resize;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.e-dialog .e-resize-handle.e-north-east{cursor:nesw-resize;right:0;top:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.e-dialog .e-resize-handle.e-north-west{cursor:nwse-resize;left:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-dialog .e-south,.e-dialog .e-north,.e-dialog .e-east,.e-dialog .e-west{background-color:transparent;background-repeat:repeat;overflow:visible;position:absolute}.e-dialog .e-east,.e-dialog .e-west{cursor:ew-resize}.e-dialog .e-south,.e-dialog .e-north{cursor:ns-resize}.e-dialog.e-blazor-hidden{left:0;position:absolute}.e-dialog .e-dlg-header-content{border-bottom:none;padding:18px}.e-dialog .e-dlg-content{padding:18px}.e-dialog .e-footer-content{padding:8px}.e-dialog .e-footer-content .e-btn{margin-left:6px}.e-alert-dialog .e-footer-content{border-top:none}.e-rtl .e-footer-content .e-btn{margin-right:6px}.e-dialog.e-draggable>.e-dlg-header-content{cursor:move}.e-dialog.e-device.e-draggable.e-popup-open{-ms-touch-action:none;touch-action:none}.e-dialog{max-height:98%;max-width:100%;min-width:240px;position:absolute}.e-rtl .e-footer-content .e-btn{margin-left:0}.e-rtl .e-footer-content{text-align:left}.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{float:left;left:0;right:0}.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{background-color:transparent;border-color:transparent;border-radius:50%;bottom:0;float:right;height:30px;left:0;position:relative;width:30px}.e-rtl.e-dialog .e-resize-handle.e-south-west{bottom:0;cursor:sw-resize;direction:ltr;left:0;text-align:initial;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.e-dlg-target.e-scroll-disabled{overflow:hidden!important}.e-dlg-overlay{height:100%;left:0;opacity:.5;position:fixed;top:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;width:100%}.e-dlg-overlay.e-fade{opacity:0}.e-dlg-overflow-hidden{overflow:auto}.e-dlg-fullscreen{height:100%!important;left:0!important;width:100%!important}.e-popup.e-popup-open.e-dialog{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.e-dlg-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:none;height:100%;left:0;position:fixed;top:0;width:100%}.e-dlg-center-center{-webkit-align-items:center;-webkit-justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.e-dlg-left-center{-webkit-align-items:center;-webkit-justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.e-dlg-right-center{-webkit-align-items:center;-webkit-justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.e-dlg-left-top{-webkit-align-items:flex-start;-webkit-justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.e-dlg-right-top{-webkit-align-items:flex-start;-webkit-justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.e-dlg-center-top{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-dlg-left-bottom{-webkit-align-items:flex-end;-webkit-justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.e-dlg-right-bottom{-webkit-align-items:flex-end;-webkit-justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.e-dlg-center-bottom{-webkit-align-items:center;-webkit-justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.e-dialog .e-btn.e-dlg-closeicon-btn:hover,.e-dialog .e-btn.e-dlg-closeicon-btn:focus,.e-dialog .e-btn.e-dlg-closeicon-btn:active{background-color:#e0e0e0;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}.e-dialog .e-btn.e-dlg-closeicon-btn:active{background-color:#e0e0e0}.e-content-placeholder.e-dialog.e-placeholder-dialog{background-size:400px 210px;min-height:210px}@media(min-width:768px){.e-alert-dialog.e-dialog.e-popup,.e-confirm-dialog.e-dialog.e-popup{margin:30px;width:600px}}@media(max-width:768px){.e-alert-dialog.e-dialog.e-popup,.e-confirm-dialog.e-dialog.e-popup{margin:30px;width:auto}}@media(max-width:768px){.e-prompt-dialog.e-dialog.e-popup{margin:30px;width:auto}}@media(min-width:768px){.e-prompt-dialog.e-dialog.e-popup{margin:30px;width:600px}}.e-dlg-ref-element{display:none}.e-dialog .e-footer-content{-webkit-box-sizing:border-box;box-sizing:border-box}.e-dialog{background-color:#fff;-webkit-box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.e-dlg-overlay{background-color:#383838}.e-footer-content{background-color:#fff}.e-dlg-header,.e-dlg-header *{color:#000000de;font-size:18px;font-weight:400}.e-dlg-content{color:#000000de}.e-device .e-dlg-content{font-size:14px}.e-dlg-header-content,.e-dlg-content{background-color:#fff}.e-icon-dlg-close,.e-dialog .e-btn.e-dlg-closeicon-btn:hover span{color:#000}.e-dialog .e-btn.e-dlg-closeicon-btn:active span,.e-dialog .e-btn.e-dlg-closeicon-btn:focus span{border-radius:50%;color:#000;opacity:1}.e-icon-dlg-close:active{border-radius:50%;color:#000;opacity:1}.e-icon-dlg-close:hover{color:#000}.e-dlg-header-content .e-dlg-closeicon-btn:hover,.e-dlg-header-content .e-dlg-closeicon-btn:active{background-color:transparent}.e-south-east{color:#000}.e-rtl .e-south-east{color:transparent}.e-rtl .e-south-west{color:#000}.e-south-west,.e-north-east,.e-north-west{color:transparent}.e-bigger.e-dialog .e-dlg-header-content,*.e-bigger .e-dialog .e-dlg-header-content{padding:24px 24px 20px}.e-bigger.e-dialog .e-dlg-header,*.e-bigger .e-dialog .e-dlg-header{font-size:18px;line-height:36px}.e-bigger.e-dialog .e-dlg-content,*.e-bigger .e-dialog .e-dlg-content{font-size:13px;padding:24px 24px 10px}.e-bigger.e-dialog .e-footer-content,*.e-bigger .e-dialog .e-footer-content{padding:10px 24px 20px}.e-bigger.e-dialog .e-footer-content .e-btn,*.e-bigger .e-dialog .e-footer-content .e-btn{margin-left:8px}.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{height:36px;width:36px;padding:0}.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,*.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close{font-size:14px;width:auto}.e-bigger.e-rtl .e-footer-content .e-btn,.e-bigger .e-rtl .e-footer-content .e-btn{margin-left:0;margin-right:8px}.e-bigger .e-dlg-header-content+.e-dlg-content{padding-top:0}.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog,.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog{background-size:400px 220px;min-height:220px}.e-popup{height:auto;position:absolute;width:auto;z-index:1000}.e-popup.e-popup-open{display:block}.e-popup.e-popup-close{display:none}.e-tooltip-close:before{content:"";font-size:16px}.e-arrow-tip-inner.e-tip-right:before{content:""}.e-arrow-tip-inner.e-tip-top:before{content:""}.e-arrow-tip-inner.e-tip-bottom:before{content:""}.e-arrow-tip-inner.e-tip-left:before{content:""}.e-tooltip-popup-container{position:relative}.e-tooltip-wrap{max-width:350px;min-width:30px;padding:0;position:absolute;visibility:visible}.e-tooltip-wrap .e-arrow-tip{overflow:hidden;position:absolute}.e-tooltip-wrap .e-arrow-tip.e-tip-bottom{height:8px;left:50%;top:100%;width:16px}.e-tooltip-wrap .e-arrow-tip.e-tip-top{height:8px;left:50%;top:-9px;width:16px}.e-tooltip-wrap .e-arrow-tip.e-tip-left{height:16px;left:-9px;top:48%;width:8px}.e-tooltip-wrap .e-arrow-tip.e-tip-right{height:16px;left:100%;top:50%;width:8px}.e-tooltip-wrap .e-tooltip-close{cursor:pointer;float:right;position:absolute;right:-9px;top:-9px;z-index:inherit}.e-tooltip-wrap .e-tip-content{background-color:inherit;height:100%;line-height:16px;overflow-wrap:break-word;overflow-x:hidden;padding:3px 6px;position:relative;white-space:normal;width:100%;word-break:break-word;z-index:1}.e-tooltip-content-placeholder{display:none}.e-tooltip-wrap{border-radius:2px;-webkit-filter:none;filter:none;opacity:.9}.e-tooltip-wrap.e-popup{background-color:#616161;border:1px solid #616161}.e-tooltip-wrap .e-arrow-tip-outer{height:0;left:0;position:absolute;top:0;width:0}.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #616161}.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top{border-bottom:8px solid #616161;border-left:8px solid transparent;border-right:8px solid transparent}.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left{border-bottom:8px solid transparent;border-right:8px solid #616161;border-top:8px solid transparent}.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right{border-bottom:8px solid transparent;border-left:8px solid #616161;border-top:8px solid transparent}.e-tooltip-wrap .e-arrow-tip-inner{height:0;position:absolute;width:0;z-index:10}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top{color:#616161;font-family:e-icons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top{right:16px}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left{bottom:16px}.e-tooltip-wrap .e-tooltip-close{background-color:#fff;border-color:transparent;border-radius:8px;color:#616161}.e-tooltip-wrap .e-tooltip-close:hover{background-color:#fff;color:#616161}.e-tooltip-wrap .e-tip-content{border-radius:inherit;color:#fff;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:11px}.e-bigger .e-tooltip-wrap .e-tip-content,.e-tooltip-wrap.e-bigger .e-tip-content{line-height:20px;padding:5px 8px}.e-bigger .e-tooltip-wrap .e-tip-content,.e-tooltip-wrap.e-bigger .e-tip-content{font-size:14px}.e-spinner-pane{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;text-align:center;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;width:100%;z-index:1000}.e-spinner-pane:after{content:"Material";display:none}.e-spinner-pane.e-spin-left .e-spinner-inner{-webkit-transform:translateX(0%) translateY(-50%);left:0;padding-left:10px;transform:translate(0) translateY(-50%)}.e-spinner-pane.e-spin-right .e-spinner-inner{-webkit-transform:translateX(-100%) translateY(-50%);left:100%;padding-right:10px;transform:translate(-100%) translateY(-50%)}.e-spinner-pane.e-spin-center .e-spinner-inner{-webkit-transform:translateX(-50%) translateY(-50%);left:50%;transform:translate(-50%) translateY(-50%)}.e-spinner-pane.e-spin-hide{display:none}.e-spinner-pane.e-spin-show{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.e-spinner-pane .e-spinner-inner{-webkit-transform:translateX(-50%) translateY(-50%);left:50%;margin:0;position:absolute;text-align:center;top:50%;transform:translate(-50%) translateY(-50%);z-index:1000}.e-spinner-pane .e-spinner-inner .e-spin-label{font-family:Roboto,Segoe UI;font-size:13px;margin-top:16px;text-align:center}.e-spinner-pane .e-spinner-inner .e-spin-material,.e-spinner-pane .e-spinner-inner .e-spin-material3,.e-spinner-pane .e-spinner-inner .e-spin-tailwind3{-webkit-animation:material-spinner-rotate 1.56863s linear infinite;animation:material-spinner-rotate 1.56863s linear infinite;display:block;margin:0 auto}.e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-material3 .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-tailwind3 .e-path-circle{fill:none;stroke-linecap:square}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4{-webkit-animation:material-spinner-rotate .75s linear infinite;animation:material-spinner-rotate .75s linear infinite;border-radius:50%;display:block;margin:0 auto}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle{fill:none;stroke-linecap:square;stroke-width:4}.e-spinner-pane .e-spinner-inner .e-spin-fluent,.e-spinner-pane .e-spinner-inner .e-spin-fluent2,.e-spinner-pane .e-spinner-inner .e-spin-fabric{-webkit-animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(.53,.21,.29,.67);animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(.53,.21,.29,.67);display:block;margin:0 auto;overflow:visible}.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-fluent2 .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-fluent2 .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle{fill:none;stroke-width:1.5}.e-spinner-pane .e-spinner-inner .e-spin-tailwind{-webkit-animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(.21,.21,.21,.21);animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(.21,.21,.21,.21);display:block;margin:0 auto;overflow:visible}.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-circle{fill:none;stroke-width:4.5}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5,.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5v3{-webkit-animation:material-spinner-rotate .75s linear infinite;animation:material-spinner-rotate .75s linear infinite;border-radius:50%;display:block;margin:0 auto}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5v3 .e-path-circle{fill:none;stroke-linecap:square;stroke-width:4}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap{display:block;margin:0 auto}.e-spinner-pane .e-spinner-inner .e-spin-high-contrast{-webkit-animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(.53,.21,.29,.67);animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(.53,.21,.29,.67);display:block;margin:0 auto;overflow:visible}.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle{fill:none;stroke-width:1.5}.e-spinner-pane{background-color:transparent}.e-spinner-pane.e-spin-overlay{background-color:#0006}.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label{color:#fff}.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap{fill:#e3165b;stroke:#e3165b}.e-spinner-pane .e-spinner-inner .e-spin-label{color:#000000de}.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-fluent2 .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle{stroke:#e3165b66}.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-fluent2 .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc{stroke:#e3165b}.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-circle{stroke:#e3165b66}.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5,.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5v3{stroke:#e3165b}.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle{stroke:#e3165b66}.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-material,.e-spinner-pane .e-spinner-inner .e-spin-material3,.e-spinner-pane .e-spinner-inner .e-spin-tailwind3,.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4{stroke:#e3165b}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap{fill:#e3165b;stroke:#e3165b}.e-dropdownbase .e-list-item .e-list-icon{padding:0 16px 0 0}.e-small .e-dropdownbase .e-list-item .e-list-icon{padding:0 12px 0 0}.e-dropdownbase{display:block;height:100%;min-height:36px;position:relative;width:100%}.e-dropdownbase .e-list-parent{margin:0;padding:0}.e-dropdownbase .e-list-group-item,.e-dropdownbase .e-fixed-head{cursor:default}.e-dropdownbase .e-list-item{cursor:pointer;overflow:hidden;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.e-dropdownbase .e-list-item .e-list-icon{font-size:16px;vertical-align:middle}.e-dropdownbase .e-fixed-head{position:absolute;top:0}.e-dropdownbase.e-content{overflow:auto;position:relative}.e-popup.e-ddl .e-dropdownbase.e-nodata,.e-popup.e-mention .e-dropdownbase.e-nodata{color:#000;cursor:default;font-family:inherit;font-size:14px;padding:14px 16px;text-align:center}.e-mention.e-popup{background:#fff;border:0;-webkit-box-shadow:0 2px 3px 1px rgba(0,0,0,.21);box-shadow:0 2px 3px 1px #00000036;margin-top:2px;position:absolute}.e-mention.e-popup .e-dropdownbase{min-height:36px}.e-mention .e-dropdownbase .e-list-item .e-highlight{display:inline;font-weight:700;vertical-align:baseline}.e-mention .e-mention-chip,.e-mention .e-mention-chip:hover{background:#eee;border-radius:2px;border:none;color:#e3165b;cursor:default}.e-mention.e-editable-element{border:2px solid #e0e0e0;height:auto;min-height:120px;width:100%}.e-form-mirror-div{white-space:pre-wrap}.e-rtl .e-dropdownbase.e-dd-group .e-list-item{padding-right:2em}.e-dropdownbase.e-dd-group .e-list-item{padding-left:2em;text-indent:0}.e-small .e-dropdownbase.e-dd-group .e-list-item{padding-left:2em}.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item{text-indent:0}.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item{cursor:pointer;font-weight:400;overflow:hidden;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item{padding-right:2em}.e-rtl .e-dropdownbase .e-list-item,.e-small.e-rtl .e-dropdownbase .e-list-item,.e-small .e-rtl .e-dropdownbase .e-list-item,.e-rtl .e-small .e-dropdownbase .e-list-item{padding-left:16px;padding-right:0}.e-dropdownbase{border-color:#e0e0e0}.e-dropdownbase .e-list-item{-webkit-tap-highlight-color:transparent;border-bottom:0;border-color:#fff;color:#000000de;font-family:inherit;font-size:13px;line-height:36px;min-height:36px;padding-right:16px;text-indent:16px;background-color:#fff}.e-dropdownbase .e-list-group-item,.e-fixed-head{border-color:#fff;color:#0000008a;font-family:inherit;font-size:13px;font-weight:600;line-height:36px;min-height:36px;padding-left:16px;padding-right:16px;overflow:hidden;text-overflow:ellipsis;background-color:#fff}.e-dropdownbase .e-list-item.e-active,.e-dropdownbase .e-list-item.e-active.e-hover{background-color:#eee;border-color:#fff;color:#e3165b}.e-dropdownbase .e-list-item.e-hover{background-color:#eee;border-color:#fff;color:#000000de}.e-dropdownbase .e-list-item:last-child{border-bottom:0}.e-dropdownbase .e-list-item.e-item-focus{background-color:#eee}.e-multi-column.e-ddl.e-popup.e-popup-open table{border-collapse:collapse;table-layout:fixed;width:100%}.e-multi-column.e-ddl.e-popup.e-popup-open th,.e-multi-column.e-ddl.e-popup.e-popup-open td{display:table-cell;overflow:hidden;padding-right:16px;text-indent:10px;text-overflow:ellipsis}.e-multi-column.e-ddl.e-popup.e-popup-open th{line-height:36px;text-align:left}.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header{background-color:#fff;border-color:#e0e0e0;border-style:solid;border-width:0 0 1px 0;color:#0000008a;font-family:inherit;font-size:13px;font-weight:600;text-indent:10px}.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item{padding-right:0}.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header{padding-right:16px}.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header,.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header{padding-right:0}.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center{text-align:center}.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right{text-align:right}.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left{text-align:left}.e-small .e-dropdownbase .e-list-item,.e-dropdownbase.e-small .e-list-item{color:#000;line-height:26px;min-height:26px;text-indent:12px}.e-small .e-dropdownbase .e-list-group-item,.e-small .e-dropdownbase .e-fixed-head,.e-dropdownbase.e-small .e-list-group-item,.e-dropdownbase.e-small .e-fixed-head{font-size:13px;line-height:26px;min-height:26px;padding-left:16px}.e-small .e-dropdownbase .e-list-item .e-list-icon,.e-dropdownbase.e-small .e-list-item .e-list-icon{font-size:14px}.e-ddl.e-popup.e-multiselect-group .e-list-group-item{background-color:#fff;border-bottom:0;border-color:#fff;color:#000000de;font-family:inherit;text-indent:16px;font-size:13px;padding-right:16px}.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus{background-color:#eee}.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active,.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover{background-color:#eee;border-color:#fff;color:#e3165b}.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover{background-color:#eee;border-color:#fff;color:#000000de}.e-selectall-parent.e-item-focus{background-color:#eee}.e-bigger .e-dropdownbase,.e-dropdownbase.e-bigger{min-height:45px}.e-bigger .e-dropdownbase .e-list-item,.e-dropdownbase.e-bigger .e-list-item,.e-bigger .e-dropdownbase .e-list-group-item,.e-bigger .e-dropdownbase .e-fixed-head,.e-dropdownbase.e-bigger .e-list-group-item,.e-dropdownbase.e-bigger .e-fixed-head{line-height:48px;text-indent:16px}.e-bigger .e-dropdownbase .e-list-item .e-list-icon,.e-dropdownbase.e-bigger .e-list-item .e-list-icon{font-size:20px}.e-bigger .e-dropdownbase.e-dd-group .e-list-item,.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item{padding-left:2em}.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item{padding-left:16px;padding-right:0}.e-bigger .e-dropdownbase .e-list-group-item,.e-bigger .e-dropdownbase .e-fixed-head{font-size:14px;padding-left:16px}.e-bigger.e-small .e-dropdownbase .e-list-group-item,.e-bigger.e-small .e-dropdownbase .e-fixed-head,.e-dropdownbase.e-bigger.e-small .e-list-group-item,.e-dropdownbase.e-bigger.e-small .e-fixed-head{font-size:13px}.e-bigger.e-small .e-dropdownbase .e-list-item,.e-dropdownbase.e-small.e-bigger .e-list-item{color:#000;line-height:40px;min-height:40px;text-indent:16px}.e-bigger.e-small .e-dropdownbase .e-list-group-item,.e-bigger.e-small .e-dropdownbase .e-fixed-head,.e-dropdownbase.e-small.e-bigger .e-list-group-item,.e-dropdownbase.e-small.e-bigger .e-fixed-head{line-height:40px;min-height:40px;padding-left:16px}.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon{font-size:18px}.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon{padding:0 16px 0 0}.e-ddl .e-search-icon:before{content:""}.e-ddl .e-back-icon:before{content:""}.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon:before{content:"";font-family:e-icons}.e-ddl.e-popup.e-resize .e-icons.e-resizer-right:before{content:""}.e-popup.e-wide-popup.e-ddl-device.e-popup-close{display:block;visibility:hidden}.e-popup-full-page{inset:0;margin:0;overflow:hidden;padding:0}.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter{margin:0}.e-ddl.e-control-wrapper .e-ddl-disable-icon{position:relative}.e-ddl.e-control-wrapper .e-ddl-disable-icon:before{content:""}.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon{position:relative}.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon:before{content:""}.e-ddl-device-filter .e-filter-parent{background-color:#f5f5f5}.e-ddl input.e-input::-webkit-contacts-auto-fill-button{display:none;pointer-events:none;position:absolute;right:0;visibility:hidden}.e-filter-parent{border:0;border-top-width:0;-webkit-box-shadow:0 1.5px 5px -2px rgba(0,0,0,.3);box-shadow:0 1.5px 5px -2px #0000004d;display:block;padding:0}.e-ddl.e-input-group:not(.e-disabled){cursor:pointer}.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus:before,.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus:after{width:0}.e-ddl.e-popup{background:#fff;position:absolute}.e-ddl.e-popup .e-search-icon{margin:0;opacity:.57;padding:12px 8px 8px}.e-ddl.e-popup .e-filter-parent .e-back-icon{padding:0 8px}.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,.e-ddl.e-popup .e-filter-parent .e-input-filter,.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter{padding:8px 16px}.e-ddl.e-popup .e-input-group{margin-bottom:0}.e-ddl.e-popup .e-ddl-footer,.e-ddl.e-popup .e-ddl-header{cursor:default}.e-ddl.e-input-group .e-ddl-hidden,.e-ddl.e-float-input .e-ddl-hidden{-webkit-appearance:initial;border:0;height:0;padding:0;visibility:hidden;width:0}.e-ddl.e-input-group,.e-ddl.e-input-group.e-input-focus:focus{outline:none}.e-dropdownbase .e-list-item .e-highlight{display:inline;font-weight:700;vertical-align:baseline}.e-ddl.e-input-group input[readonly]~.e-clear-icon:not(.e-clear-icon-hide),.e-float-input input[readonly]~.e-clear-icon:not(.e-clear-icon-hide),.e-float-input.e-input-group input[readonly]~.e-clear-icon:not(.e-clear-icon-hide){opacity:1}.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon,.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon,.e-float-input input.e-dropdownlist:not(:valid):first-child~.e-clear-icon,.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon,.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child~.e-clear-icon,.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide{display:none}.e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-input-group.e-static-clear.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.e-disabled.e-ddl.e-static-clear .e-clear-icon{pointer-events:none}.e-ddl.e-input-group .e-input-value,.e-ddl.e-input-group .e-input-value:focus{font-family:inherit;font-size:14px;height:auto;margin:0;outline:none;width:100%;overflow:hidden}.e-ddl.e-input-group input[readonly].e-input,.e-ddl.e-input-group input[readonly],.e-ddl.e-input-group .e-dropdownlist{pointer-events:none}.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist{cursor:pointer;pointer-events:auto}.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled{opacity:.7;pointer-events:none}ejs-autocomplete,ejs-combobox,ejs-dropdownlist{display:block}.e-small .e-ddl.e-popup .e-list-item,.e-input-group.e-ddl.e-small .e-list-item,.e-small .e-ddl.e-popup .e-list-group-item,.e-input-group.e-ddl.e-small .e-list-group-item,.e-small.e-ddl.e-popup .e-list-item,.e-small.e-ddl.e-popup .e-list-group-item{font-size:12px}.e-content-placeholder.e-ddl.e-placeholder-ddl,.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,.e-content-placeholder.e-combobox.e-placeholder-combobox{background-size:300px 33px;min-height:33px}.e-ddl.e-popup.e-resize .e-resizer-right{bottom:0;right:0;cursor:nwse-resize;height:15px;position:absolute;width:15px}.e-popup{border-color:#e0e0e0}.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim>.e-float-text,.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard>.e-float-text{color:#e3165b}.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter{border-color:transparent}.e-bigger .e-input-group.e-ddl .e-input-filter,.e-bigger .e-input-group.e-ddl .e-input-filter:focus{margin-left:-20px}.e-bigger .e-ddl.e-popup .e-list-item,.e-bigger .e-ddl.e-popup .e-list-group-item{font-size:14px}.e-bigger .e-ddl.e-popup .e-input-group{padding:4px 0}.e-bigger.e-ddl.e-popup .e-list-item,.e-bigger.e-ddl.e-popup .e-list-group-item{font-size:14px}.e-bigger.e-ddl.e-popup .e-input-group{padding:4px 0}.e-bigger.e-small .e-ddl.e-popup .e-list-item,.e-bigger .e-input-group.e-ddl.e-small .e-list-item,.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item,.e-bigger.e-small.e-ddl.e-popup .e-list-item,.e-bigger.e-small.e-ddl.e-popup .e-list-group-item{font-size:13px}.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox{background-size:300px 40px;min-height:40px}.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error){border-color:#e0e0e0}.e-bigger .e-popup.e-ddl-device-filter{margin-top:0}.e-bigger .e-ddl-device .e-input-group,.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error){background:#f5f5f5;border-width:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.e-bigger .e-ddl-device .e-input-group .e-back-icon,.e-bigger .e-ddl-device .e-input-group input.e-input,.e-bigger .e-ddl-device .e-input-group .e-clear-icon{background-color:#f5f5f5}.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon{min-height:16px;min-width:16px}.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter{padding:8px 16px 8px 0}.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon{min-height:18px;min-width:18px}.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter{padding:8px 16px}.e-ddt .e-ddt-icon:before{content:""}.e-ddt .e-chips-close:before{content:""}.e-ddt{cursor:pointer;outline:none}.e-ddt .e-ddt-icon:before{-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.e-ddt.e-icon-anim .e-ddt-icon:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.e-ddt .e-ddt-hidden{border:0;height:0;visibility:hidden;width:0}.e-ddt.e-input-group.e-control-wrapper .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper .e-clear-icon{-webkit-box-sizing:content-box;box-sizing:content-box;min-height:22px}.e-ddt.e-input-group.e-control-wrapper .e-input-group-icon.e-ddt-icon,.e-ddt.e-float-input.e-control-wrapper .e-input-group-icon.e-ddt-icon{border:0}.e-ddt.e-input-group.e-control-wrapper .e-icon-hide,.e-ddt.e-float-input.e-control-wrapper .e-icon-hide{display:none}.e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-input-group.e-control-wrapper.e-show-text .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-text .e-clear-icon{bottom:0;position:absolute;right:0}.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon{right:18px}.e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon{bottom:2px;position:absolute;right:0}.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,.e-ddt.e-input-group.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input,.e-ddt.e-input-group.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,.e-ddt.e-input-group.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input,.e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,.e-ddt.e-float-input.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input,.e-ddt.e-float-input.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,.e-ddt.e-float-input.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input{padding-left:0;padding-right:0}.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.e-ddt .e-chips-wrapper{width:100%}.e-ddt.e-show-chip .e-chips-close{min-height:16px;min-width:16px;line-height:16px;text-align:center}.e-ddt.e-show-chip .e-chips-close:before{font-size:16px}.e-ddt.e-show-chip .e-chips{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;float:left;height:24px;margin:3px 1px;max-width:calc(100% - 2px);overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap}.e-ddt.e-show-chip .e-chips>.e-chipcontent{max-width:100%;overflow:hidden;padding:0 4px;text-indent:0;text-overflow:ellipsis;white-space:nowrap}.e-ddt.e-outline .e-overflow.e-show-text{padding:10px 12px 9px}.e-ddt.e-outline .e-overflow.e-total-count{padding:10px 12px}.e-ddt.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-ddt.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon .e-clear-icon{right:30px}.e-ddt.e-outline.e-input-group.e-control-wrapper:not(.e-show-chip).e-show-dd-icon.e-input-focus .e-clear-icon,.e-ddt.e-outline.e-float-input.e-control-wrapper:not(.e-show-chip).e-show-dd-icon.e-input-focus .e-clear-icon{min-height:20px}.e-ddt.e-outline.e-show-chip .e-overflow,.e-ddt.e-outline.e-show-chip .e-chips-wrapper{padding:4px 12px}.e-ddt.e-filled.e-float-input.e-control-wrapper .e-overflow.e-show-text{line-height:21px;padding:14px 2px 5px 0}.e-ddt.e-filled.e-float-input.e-control-wrapper .e-overflow .e-remain.e-wrap-count{padding-top:10px}.e-ddt.e-filled.e-float-input.e-control-wrapper:not(.e-show-chip) .e-ddt-icon,.e-ddt.e-filled.e-float-input.e-control-wrapper:not(.e-show-chip).e-show-dd-icon .e-clear-icon{padding-top:8px}.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon{bottom:6px;right:10px}.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text .e-clear-icon{bottom:5px;right:38px}.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text:not(.e-show-dd-icon) .e-clear-icon{bottom:9px;right:10px}.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper,.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow{padding-top:8px}.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips,.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips{height:18px}.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips>.e-chipcontent,.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips>.e-chipcontent{font-size:12px;padding:0 4px 0 0}.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips-close:before,.e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips-close:before{font-size:12px;height:12px;width:12px}.e-ddt.e-filled .e-chips-wrapper .e-chips,.e-ddt.e-filled .e-overflow .e-chips{margin-top:8px;padding:0 8px}.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-overflow.e-show-text{line-height:39px;padding:0}.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-overflow .e-remain.e-wrap-count{line-height:39px;padding-top:0}.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips,.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips{height:28px;margin-top:8px;padding:0 8px}.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips>.e-chipcontent,.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips>.e-chipcontent{font-size:13px;padding:0 8px 0 0}.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips-close:before,.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips-close:before{font-size:14px;height:12px;width:12px}.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-text .e-ddt-icon,.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip .e-ddt-icon{bottom:10px;right:10px}.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-clear-icon{bottom:9px;right:38px}.e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input):not(.e-show-dd-icon) .e-clear-icon{bottom:9px;right:10px}.e-ddt .e-overflow{white-space:nowrap}.e-ddt .e-overflow.e-show-text{padding:6px 0 0}.e-ddt .e-overflow.e-show-text.e-input-value:not(.e-icon-hide){display:inline-grid}.e-ddt .e-overflow.e-total-count{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;overflow:hidden;text-overflow:ellipsis}.e-ddt .e-overflow.e-total-count .e-remain{padding:0 16px 0 0}.e-ddt .e-overflow.e-wrap-count{padding-top:6px}.e-ddt .e-overflow .e-remain{cursor:pointer;display:inline-block;font-size:13px;padding:0 0 0 16px}.e-ddt .e-overflow .e-remain.e-wrap-count{padding-top:6px}.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain{padding:6px 0 0}.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:18px;max-width:calc(100% - 19px)}.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child{margin-right:26px;max-width:calc(100% - 27px)}.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:45px;max-width:calc(100% - 45px)}.e-ddt input[readonly],.e-ddt .e-dropdowntree,.e-ddt input[readonly].e-input{pointer-events:none}.e-ddt input[readonly].e-chip-input,.e-ddt .e-dropdowntree.e-chip-input,.e-ddt input[readonly].e-input.e-chip-input{width:0;visibility:hidden}.e-ddt.e-popup{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 0px rgba(0,0,0,.14),0 3px 14px 0px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px #00000024,0 3px 14px #0000001f;position:absolute}.e-ddt.e-popup .e-selectall-parent{border-bottom:1px solid;cursor:pointer;display:block;line-height:36px;overflow:hidden;position:relative;text-indent:38px;white-space:nowrap;width:100%}.e-ddt.e-popup .e-selectall-parent.e-hide-selectall{display:none}.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper{position:relative;text-indent:0;bottom:1px}.e-ddt.e-popup .e-selectall-parent .e-all-text{font-family:inherit;font-size:13px;margin:10px}.e-ddt.e-popup .e-filter-wrap{border-top-width:0;display:block;padding:0;border:0}.e-ddt.e-popup .e-filter-wrap .e-input,.e-ddt.e-popup .e-filter-wrap .e-input:focus{padding:8px 16px}.e-ddt.e-popup .e-filter-wrap .e-input-group{margin-bottom:0}.e-ddt.e-popup .e-filter-wrap .e-input-group .e-clear-icon{margin:6px 6px 5px;min-height:12px;min-width:12px;padding:6px}.e-ddt.e-popup .e-filter-wrap .e-input-group:not(.e-disabled):not(.e-float-icon-left):before,.e-ddt.e-popup .e-filter-wrap .e-input-group:not(.e-disabled):not(.e-float-icon-left):after,.e-ddt.e-popup .e-filter-wrap .e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left):before,.e-ddt.e-popup .e-filter-wrap .e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left):after{bottom:-1px;height:1px}.e-ddt.e-popup .e-popup-content{overflow:auto;position:relative}.e-ddt.e-popup .e-popup-content .e-ddt-nodata{display:none}.e-ddt.e-popup .e-popup-content.e-no-data{cursor:default;font-family:inherit;font-size:14px;text-align:center;padding:14px 16px}.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview{display:none}.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata{display:block}.e-ddt.e-popup .e-treeview{display:inline-table;width:100%}.e-ddt.e-popup .e-treeview .e-list-item{padding:0}.e-ddt.e-popup .e-treeview .e-list-item .e-ul{margin:0;padding:0 0 0 14px}.e-ddt.e-popup .e-treeview .e-fullrow{height:36px}.e-ddt.e-popup .e-treeview>.e-ul{overflow:hidden;padding:0 8px}.e-ddt.e-popup .e-treeview.e-fullrow-wrap .e-text-content{padding-bottom:2px;padding-top:2px}.e-ddt.e-popup .e-ddt-footer,.e-ddt.e-popup .e-ddt-header{cursor:default}.e-ddt.e-rtl.e-show-chip .e-chips{float:right}.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain,.e-ddt.e-rtl.e-show-text .e-overflow .e-remain{padding:0 16px 0 0}.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain.e-wrap-count,.e-ddt.e-rtl.e-show-text .e-overflow .e-remain.e-wrap-count{padding-top:6px}.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count,.e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count{position:absolute;right:auto}.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain{padding:0 0 0 16px}.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain{padding:6px 0 0}.e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon.e-show-text .e-clear-icon,.e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon.e-show-chip .e-clear-icon,.e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon.e-show-text .e-clear-icon,.e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon.e-show-chip .e-clear-icon{left:30px}.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper .e-overflow.e-show-text{padding:14px 0 5px 2px}.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon{left:10px;right:auto}.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon{left:38px;right:auto}.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text:not(.e-show-dd-icon) .e-clear-icon{left:10px;right:auto}.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips>.e-chipcontent,.e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips>.e-chipcontent{padding:0 0 0 4px}.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips>.e-chipcontent,.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips>.e-chipcontent{padding:0 0 0 8px}.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-text .e-ddt-icon,.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip .e-ddt-icon{left:10px;right:auto}.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon .e-clear-icon{left:38px;right:auto}.e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input):not(.e-show-dd-icon) .e-clear-icon{left:10px;right:auto}.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:1px;margin-left:18px}.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child{margin-right:1px;margin-left:26px}.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:1px;margin-left:45px}.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-clear-icon,.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text .e-clear-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon{left:0;right:auto}.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon{left:18px}.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul{padding:0 14px 0 0}.e-ddt.e-rtl.e-popup .e-selectall-parent{text-indent:38px}.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text{margin:0 10px}.e-ddt-icon-hide{display:none}.e-ddt .e-chips{background-color:#eee}.e-ddt .e-chips .e-chips-close:before{color:#0000008a}.e-ddt .e-chips>.e-chipcontent{color:#000000de}.e-ddt.e-filled .e-chips{background-color:#cecece}.e-ddt .e-overflow .e-remain{color:#0000008a}.e-ddt.e-popup{background:#fff;border-color:transparent}.e-ddt.e-popup .e-popup-content.e-no-data{color:#000}.e-ddt.e-popup .e-selectall-parent{border-bottom-color:#0000001f}.e-ddt.e-popup .e-selectall-parent:focus{background:#f5f5f5}.e-ddt.e-popup .e-selectall-parent .e-all-text{color:#000000de}.e-bigger .e-ddt .e-chips,.e-ddt.e-bigger .e-chips{height:31px}.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon{right:20px}.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon{bottom:3px}.e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon{min-height:26px}.e-bigger .e-ddt .e-overflow.e-show-text,.e-ddt.e-bigger .e-overflow.e-show-text{padding:8px 0 0}.e-bigger .e-ddt.e-outline .e-overflow.e-show-text,.e-bigger .e-ddt.e-outline .e-overflow.e-total-count,.e-ddt.e-bigger.e-outline .e-overflow.e-show-text,.e-ddt.e-bigger.e-outline .e-overflow.e-total-count{padding:15px 16px}.e-bigger .e-ddt.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon .e-clear-icon{right:36px}.e-bigger .e-ddt.e-outline.e-show-chip .e-overflow,.e-ddt.e-bigger.e-outline.e-show-chip .e-overflow{padding:8px 15px}.e-bigger .e-ddt.e-outline.e-show-chip .e-overflow.e-total-count .e-remain,.e-ddt.e-bigger.e-outline.e-show-chip .e-overflow.e-total-count .e-remain,.e-bigger .e-ddt.e-outline.e-show-chip .e-overflow .e-remain.e-wrap-count,.e-ddt.e-bigger.e-outline.e-show-chip .e-overflow .e-remain.e-wrap-count{padding-top:10px}.e-bigger .e-ddt.e-outline.e-show-chip .e-chips-wrapper,.e-ddt.e-bigger.e-outline.e-show-chip .e-chips-wrapper{padding:8px 15px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper .e-overflow.e-show-text,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper .e-overflow.e-show-text{line-height:30px;padding:19px 12px 0 0}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper .e-overflow .e-remain.e-wrap-count,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper .e-overflow .e-remain.e-wrap-count{padding-top:14px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper:not(.e-show-chip) .e-ddt-icon,.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper:not(.e-show-chip).e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-show-chip) .e-ddt-icon,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-show-chip).e-show-dd-icon .e-clear-icon{padding-top:8px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon{bottom:12px;right:12px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text .e-clear-icon,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-text .e-clear-icon{bottom:11px;right:44px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip:not(.e-show-dd-icon) .e-clear-icon,.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-text:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-text:not(.e-show-dd-icon) .e-clear-icon{bottom:14px;right:12px}.e-bigger .e-ddt.e-filled .e-chips-wrapper .e-chips,.e-bigger .e-ddt.e-filled .e-overflow .e-chips,.e-ddt.e-bigger.e-filled .e-chips-wrapper .e-chips,.e-ddt.e-bigger.e-filled .e-overflow .e-chips{margin-top:8px;padding:0 8px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper,.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow{padding-top:19px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips,.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips{height:24px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips>.e-chipcontent,.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips>.e-chipcontent,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips>.e-chipcontent,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips>.e-chipcontent{font-size:13px}.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips-close:before,.e-bigger .e-ddt.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips-close:before,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-chips-wrapper .e-chips-close:before,.e-ddt.e-bigger.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-overflow .e-chips-close:before{font-size:14px;height:14px;width:14px}.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-overflow.e-show-text,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-overflow.e-show-text{line-height:55px}.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-overflow .e-remain.e-wrap-count,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-overflow .e-remain.e-wrap-count{line-height:55px;padding-top:0}.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips,.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips{height:32px;padding:0 12px}.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips>.e-chipcontent,.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips>.e-chipcontent,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips>.e-chipcontent,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips>.e-chipcontent{font-size:14px}.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips-close:before,.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips-close:before,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-chips-wrapper .e-chips-close:before,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-chip .e-overflow .e-chips-close:before{font-size:16px;height:16px;width:16px}.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-text .e-ddt-icon,.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-text:not(.e-show-dd-icon) .e-clear-icon,.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip .e-ddt-icon,.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-text .e-ddt-icon,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-text:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip .e-ddt-icon,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip:not(.e-show-dd-icon) .e-clear-icon{bottom:16px;right:12px}.e-bigger .e-ddt.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-clear-icon,.e-ddt.e-bigger.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-clear-icon{bottom:15px;right:44px}.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:20px;max-width:calc(100% - 21px)}.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child{margin-right:32px;max-width:calc(100% - 33px)}.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:52px;max-width:calc(100% - 53px)}.e-bigger .e-ddt.e-popup .e-selectall-parent,.e-ddt.e-bigger.e-popup .e-selectall-parent{text-indent:43px;padding:0}.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text{font-size:16px;line-height:24px;margin:0 10px}.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow{height:44px}.e-bigger .e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon.e-show-text .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon.e-show-chip .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon.e-show-text .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon.e-show-chip .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon.e-show-text .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-outline.e-input-group.e-control-wrapper.e-show-dd-icon.e-show-chip .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon.e-show-text .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-outline.e-float-input.e-control-wrapper.e-show-dd-icon.e-show-chip .e-clear-icon{left:36px}.e-bigger .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper .e-overflow.e-show-text,.e-ddt.e-bigger.e-rtl.e-filled.e-float-input.e-control-wrapper .e-overflow.e-show-text{padding:19px 0 0 12px}.e-bigger .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-bigger .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip:not(.e-show-dd-icon) .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,.e-bigger .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text:not(.e-show-dd-icon) .e-clear-icon{left:12px;right:auto}.e-bigger .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon{left:44px;right:auto}.e-bigger .e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon:not(.e-input-focus) .e-ddt-icon,.e-bigger .e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon:not(.e-input-focus):not(.e-show-dd-icon) .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip .e-ddt-icon,.e-bigger .e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip:not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon:not(.e-input-focus) .e-ddt-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon:not(.e-input-focus):not(.e-show-dd-icon) .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip .e-ddt-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-show-dd-icon.e-show-chip:not(.e-show-dd-icon) .e-clear-icon{left:12px;right:auto}.e-bigger .e-ddt.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-clear-icon{left:44px;right:auto}.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:1px;margin-left:20px}.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child{margin-right:1px;margin-left:32px}.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:52px;margin-left:1px}.e-bigger .e-ddt.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon{left:20px;right:auto}.e-bigger .e-ddt.e-rtl .e-selectall-parent,.e-ddt.e-bigger.e-rtl .e-selectall-parent{text-indent:43px}.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text{margin:0 10px}.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text]{padding:1px 0}.e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],.e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text]{padding:0}.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text]{padding:0}.e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text]{padding:0 8px 0 9px}.e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],.e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text]{padding:0 8px 0 9px}.e-multiselect.e-input-group .e-ddl-icon:before{content:"";font-family:e-icons}.e-multi-select-wrapper .e-chips .e-chips-close:before{content:"";cursor:pointer;left:0;position:relative;top:0}.e-multi-select-wrapper .e-close-hooker:before{content:"";cursor:pointer;left:6px;position:relative;top:6px}.e-multiselect.e-input-group .e-ddl-disable-icon:before{content:""}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker{height:38px;margin-top:-38px;right:18px;top:100%;width:32px}.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{height:38px;margin-top:-35px;right:18px;top:100%;width:32px}.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker{right:30px}.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker{height:34px;margin-top:-35px;right:16px;top:100%;width:14px}.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker{right:48px}.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker{left:52px;right:auto}.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker{left:48px;right:auto}.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before{content:"";font-size:16px;height:16px;margin-top:-8px;top:50%}.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before{content:"";font-size:14px;height:14px;margin-top:-7px;top:50%}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:14px}.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:13px}.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:7px 12px 9px 0}.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:6px 10px 8px 0}.e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:7px 0 9px 12px}.e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:6px 0 8px 10px}.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker{height:20px;margin-top:-33px;right:18px;width:20px}.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker{margin-top:-32px}.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{height:18px;margin:-29px 0 8px;width:18px}.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker{margin-top:-26px}.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close{height:14px;width:14px}.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close{height:10px;width:10px}.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:12px;height:12px;width:12px}.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:10px;height:10px;width:10px}.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:14px;height:14px;width:14px}.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before{content:"";font-size:16px;height:16px;padding:0;text-align:center;vertical-align:middle;width:16px}.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before,.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before{font-size:14px;height:14px;width:14px}.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{left:10px;right:auto}.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{left:6px;right:auto}.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:10px 0 9px}.e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:0 8px 8px 0;padding:0}.e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{height:18px;margin:7px 0 2px;width:18px}.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:0 12px 4px 0}.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before{font-size:16px;height:16px;width:16px}.e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before{font-size:14px;height:14px;width:14px}.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before{content:""}.e-popup.e-multi-select-list-wrapper.e-resize .e-icons.e-resizer-right:before{content:""}.e-multi-select-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:text;line-height:normal;min-height:30px;padding:0 32px 0 0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.e-multi-select-wrapper.e-delimiter .e-searcher,.e-multi-select-wrapper.e-delimiter .e-multi-searcher{height:27px;vertical-align:middle}.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase{height:100%;min-height:100%}.e-multi-select-wrapper .e-delim-view{white-space:nowrap}.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow,.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;overflow:hidden;text-overflow:ellipsis}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close:before{color:#fff;font-size:16px;left:12px;top:0}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent{background-color:#3f51b5;color:#fff;padding:12px 4px 11px 0}.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box){width:0}.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text]{height:1px;min-height:1px}.e-multi-select-wrapper .e-chips.e-mob-chip>.e-chipcontent{max-width:100%}.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher{display:-webkit-box;display:-ms-flexbox;display:flex;float:left;width:auto}.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;float:none}.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box){width:0}.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide{display:none}.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon{padding:0 48px 0 0}.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline;max-width:100%;word-break:break-word}.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:-2.5em;outline:0;padding:0;position:absolute;right:5px;top:100%}.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{margin-right:0;margin-top:-2.1em;right:0}.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter{top:-1px}.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon{font-size:10px;height:24px;width:24px}.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher{float:right}.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher{float:none}.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon{left:0;right:auto}.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon{padding:0 0 0 48px}.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled{opacity:.7;pointer-events:none}.e-multiselect.e-input-group,.e-multiselect.e-float-input{word-wrap:initial}.e-multiselect.e-input-group .e-searcher .e-label-top,.e-multiselect.e-input-group .e-multi-searcher .e-label-top{top:15px}.e-multi-select-wrapper.e-close-icon-hide{padding-right:0}.e-multi-select-wrapper .e-chips-collection{cursor:default;display:block}.e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection{margin-right:30px}.e-multi-select-wrapper .e-multi-hidden{border:0;height:0;position:absolute;visibility:hidden;width:0}.e-multi-select-wrapper .e-chips{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;float:left;margin:0 8px 6px 0;max-width:100%;overflow:hidden;padding:0 4px 0 8px;text-overflow:ellipsis;white-space:nowrap}.e-multi-select-wrapper .e-chips>.e-chipcontent{max-width:100%;overflow:hidden;padding:0 4px 0 0;text-indent:0;text-overflow:ellipsis;white-space:nowrap}.e-multi-select-wrapper.e-delimiter .e-searcher{display:inline-block;float:none}.e-multi-select-wrapper .e-mob-chip.e-chips>.e-chipcontent{padding:8px 4px 8px 0}.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips>.e-chipcontent{padding:8px 0 8px 4px}.e-multi-select-wrapper .e-chips-close{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;float:right;font-family:e-icons;height:16px;margin:0;width:16px}.e-rtl .e-multi-select-wrapper .e-chips-close{margin:0}.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close{margin:3px 0 0}.e-multi-select-wrapper .e-chips-close.e-close-hooker{cursor:default;font-size:10px;height:24px;margin-top:-2.5em;position:absolute;right:5px;width:24px;top:100%}.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon{right:22px}.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon{left:22px;right:auto}.e-multi-select-wrapper input[type=text]{background:none;border:0;font-family:inherit;font-size:13px;font-weight:400;height:28px;min-height:28px;outline:none;padding:4px 0;text-indent:0}.e-multiselect.e-filled .e-multi-select-wrapper input[type=text]{background:none;border:0;color:inherit;font-family:inherit;font-size:14px;font-weight:400;height:28px;min-height:28px;outline:none;padding:0;text-indent:0}.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text]{padding:5px}.e-multi-select-wrapper input[type=text]::-ms-clear{display:none}.e-multi-select-wrapper .e-searcher{display:block;float:left;width:auto}.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width{width:calc(100% - 32px)}.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width{width:calc(100% - 30px)}.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width{width:calc(100% - 32px)}.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width{width:calc(100% - 30px)}.e-multi-select-wrapper .e-delim-values{font-family:inherit;font-size:14px;line-height:28px;max-width:100%;padding-left:0;padding-right:6px;vertical-align:middle}.e-multi-select-list-wrapper .e-hide-listitem,.e-multi-select-list-wrapper .e-hide-group-header{display:none}.e-multi-select-wrapper .e-delim-values .e-remain{color:#0000008a;cursor:pointer;display:inline-block;font-size:13px;padding-left:16px}.e-multiselect.e-disabled .e-multi-select-wrapper,.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close:before{cursor:not-allowed}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close{height:40px;left:0;margin:0 0 0 auto;position:relative;top:0;width:40px}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected{-ms-flex-item-align:center;align-self:center;-webkit-box-shadow:0 2px 3px 1px rgba(0,0,0,.21);box-shadow:0 2px 3px 1px #00000036;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0 0 0 16px;width:92%}.e-multi-select-wrapper .e-ddl-disable-icon:before{content:""}.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher{float:none}.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide{padding-left:0}.e-multiselect.e-rtl .e-multi-select-wrapper{padding:0 2px 0 32px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close:before{left:-12px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close{margin:0 auto 0 0}.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher{float:right}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips{float:right;margin:0 0 8px 8px;padding:0 8px 0 4px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent{padding:5px 4px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close{float:left}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close:before{left:0}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip{padding:0 4px 0 8px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent{padding:8px 4px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected{padding:0 8px 0 4px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent{padding:12px 4px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker{left:22px;position:absolute;right:auto}.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker:before{left:-4px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain{padding-right:16px}.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker{left:19px}.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker:before{left:-7px}.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper{bottom:1px;margin-right:10px;position:relative;text-indent:0;vertical-align:middle}.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper{padding-left:14px}.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper{padding-right:25px}.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper{bottom:1px;margin-right:10px;position:relative;text-indent:0;vertical-align:middle}.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper,.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper{margin-left:12px;margin-right:0}.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item,.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item{padding-right:0}.e-multi-select-list-wrapper .e-selectall-parent{cursor:pointer;display:block;line-height:36px;overflow:hidden;text-overflow:ellipsis;padding-right:16px;position:relative;text-indent:17px;white-space:nowrap;width:100%}.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,.e-multi-select-list-wrapper.e-rtl .e-selectall-parent{padding-left:16px;padding-right:0}.e-multi-select-list-wrapper .e-selectall-parent .e-all-text{color:#000000de;font-family:inherit;font-size:14px}.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper{bottom:1px;margin-right:10px;position:relative;text-indent:0;vertical-align:middle}.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper{margin-left:12px;margin-right:0}.e-multiselect .e-input-group-icon.e-ddl-icon{float:right;margin-top:6px}.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon{float:left}.e-multiselect .e-ddl-icon:before{-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.e-multiselect.e-icon-anim .e-ddl-icon:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-multiselect .e-multi-select-wrapper.e-down-icon{padding:0}.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter{padding:8px}.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon{padding-left:8px;padding-right:8px}.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon{padding:0 8px}.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain{line-height:20px;padding-left:10px}.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame{opacity:.3}.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable{opacity:.7}.e-multi-select-wrapper input[readonly=true],.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher{pointer-events:none}ejs-multiselect{display:block}.e-small.e-multi-select-list-wrapper .e-selectall-parent,.e-small .e-multi-select-list-wrapper .e-selectall-parent{line-height:26px}.e-small .e-multi-select-wrapper .e-chips-close{height:14px;width:14px}.e-small .e-multi-select-wrapper{min-height:24px}.e-small .e-multi-select-wrapper input[type=text]{height:26px;min-height:26px}.e-small .e-multi-select-wrapper .e-delim-values{font-size:12px;line-height:26px}.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon{margin-top:-2.5em}.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{margin-top:-1.8em}.e-content-placeholder.e-multiselect.e-placeholder-multiselect{background-size:300px 33px;min-height:33px}.e-multiselect.e-outline .e-multi-select-wrapper input[type=text]{color:inherit;font-size:inherit;min-height:34px;padding:8px 12px 9px}.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text]{padding:8px 12px 9px}.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text]{font-size:inherit;min-height:30px;padding:7px 10px}.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text]{padding:7px 10px}.e-small .e-multiselect.e-outline .e-multi-select-wrapper,.e-small.e-multiselect.e-outline .e-multi-select-wrapper{min-height:30px;padding:3px 38px 1px 0}.e-multiselect.e-outline .e-multi-select-wrapper{min-height:34px;padding:3px 38px 1px 0}.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon{padding-right:0}.e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon{padding-left:0}.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper{padding:3px 0 1px 38px}.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide{padding-left:0}.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide{padding-right:0}.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher{height:34px}.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher{height:30px}.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values{font-size:14px;line-height:34px;padding:0 0 0 12px}.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values{font-size:13px;line-height:30px;padding:0 0 0 8px}.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values{padding:0 12px 0 0}.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values{padding:0 8px 0 0}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips{height:26px;margin:4px 0 4px 8px;padding:0 8px}.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips{margin:4px 8px 4px 0}.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips{height:24px;padding:0 8px}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:0 8px 0 0}.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:0 0 0 8px}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:13px}.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:12px}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain{font-size:14px}.e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain{font-size:13px}.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper{padding:0 12px 0 8px}.e-multiselect.e-filled.e-input-group.e-control-wrapper{padding:0}.e-filled.e-float-input .e-multi-select-wrapper{padding:11px 12px 0}.e-small.e-filled.e-float-input .e-multi-select-wrapper,.e-small .e-filled.e-float-input .e-multi-select-wrapper{padding:12px 12px 0 8px}.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper{padding:0}.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text]{min-height:39px;padding-right:10px}.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text]{min-height:32px}.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text]{height:22px;min-height:22px;padding:2px}.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher{height:39px}.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher{height:32px}.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher{height:22px}.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase{min-height:28px}.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values{font-size:13px;line-height:39px}.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values{font-size:14px;line-height:28px}.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values{font-size:13px;line-height:32px}.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values{line-height:22px}.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips{height:28px}.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip{height:24px}.e-filled.e-float-input .e-multi-select-wrapper .e-chips{height:18px}.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips{margin:8px 8px 0 0;padding:0 8px}.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips{margin:8px 0 0 8px;padding:0 8px}.e-small .e-filled .e-multi-select-wrapper .e-chips,.e-small.e-filled .e-multi-select-wrapper .e-chips{height:16px;margin:4px 4px 0 0;padding-right:8px}.e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips{margin:4px 0 0 4px}.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close{height:12px;width:12px}.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:13px;padding:0 8px 0 0}.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:12px}.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:12px;padding:0 4px 0 0}.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:0 0 0 4px}.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:10px}.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips>.e-chipcontent{font-size:13px;padding-right:4px}.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon{height:38px;margin-top:-38px;right:12px;top:100%;width:16px}.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon{display:none}.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon{margin-right:0}.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon{cursor:not-allowed}.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib{cursor:pointer}.e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right{bottom:0;right:0;cursor:nwse-resize;height:15px;position:absolute;width:15px}.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close:before{color:#fff}.e-multi-select-wrapper .e-chips.e-chip-selected{background-color:#757575}.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover{background-color:#757575}.e-multiselect{-webkit-box-sizing:border-box;box-sizing:border-box}.e-multi-select-wrapper .e-chips>.e-chipcontent{-webkit-text-fill-color:rgba(0,0,0,.87);color:#000000de;font-family:inherit;font-size:13px}.e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent{color:#fff}.e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent:hover{color:#fff}.e-multi-select-wrapper .e-chips{background-color:#eee;border-radius:16px;height:24px}.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover{background-color:#eee}.e-multi-select-wrapper .e-chips>.e-chipcontent:hover{color:#000000de}.e-multi-select-wrapper .e-chips .e-chips-close:before{-webkit-text-fill-color:rgba(0,0,0,.54);color:#0000008a;font-size:16px}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected{background-color:#3f51b5;border-radius:2px;color:#fff;height:40px;line-height:40px}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent{color:#fff}.e-multi-select-wrapper .e-chips.e-mob-chip{height:28px}.e-popup.e-multi-select-list-wrapper{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:initial}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active{border-bottom:1px solid transparent;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-top:1px solid #fff}.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active,.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active{background-color:transparent;border-color:transparent;color:#000000de}.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus,.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus{color:#000000de}.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover,.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover{background-color:#eee}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child{border-bottom:1px solid transparent;border-top:1px solid transparent}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child{border-bottom:1px solid transparent}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus+li.e-active{border-top:1px solid transparent}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus,.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus{background-color:#e0e0e0;-webkit-box-shadow:none;box-shadow:none;color:#e3165b;border:1px solid transparent}.e-popup.e-multi-select-list-wrapper .e-list-item,.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item{border:1px solid transparent}.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder{color:#0000006b}.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder{color:#0000006b}.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder{color:#0000006b}.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder{color:#0000006b}.e-ul.e-reorder,.e-multi-select-list-wrapper .e-selectall-parent{border-bottom:1px solid rgba(0,0,0,.12)}.e-multi-select-wrapper .e-delim-values{-webkit-text-fill-color:rgba(0,0,0,.87);color:#000000de}.e-multi-select-wrapper .e-chips-close.e-close-hooker{color:#000}.e-small .e-multi-select-wrapper .e-chips{height:20px}.e-small .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:12px}.e-small .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:14px}.e-small .e-multi-select-wrapper .e-close-hooker:before{left:6px}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips{background-color:#e0e0e0}.e-multiselect.e-filled .e-multi-select-wrapper .e-chips{background-color:#cecece}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover{background-color:#d6d6d6}.e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover{background-color:#cecece}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover{background-color:#c7c7c7}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent{color:#000000de}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent:hover,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent:hover{color:#000000de}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{color:#0000008a}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover{color:#000000de}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close:before,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close:before{color:#0000008a}.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close:before,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close:before{color:#fff}.e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover:before,.e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover:before{color:#000000de}.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain{color:#0009}.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker{color:#00000061}.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values{-webkit-text-fill-color:rgba(0,0,0,.42);color:#0000006b}.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips{background-color:#f5f5f5}.e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected{background-color:#3f51b5;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:40px;line-height:40px;margin-left:0;margin-right:0;width:100%}.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close{width:33px}.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent{color:#fff}.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{margin-top:-2.5em}.e-bigger .e-multi-select-wrapper{min-height:37px}.e-bigger .e-multi-select-wrapper .e-chips{margin:0 8px 6px 0}.e-bigger .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:8px 4px 8px 0}.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:8px 0 8px 4px}.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon{margin-top:-32px}.e-bigger .e-multi-select-wrapper input[type=text],.e-multi-select-wrapper.e-mob-wrapper input[type=text]{height:28px;min-height:28px}.e-bigger .e-multi-select-wrapper input[type=text]{height:34px;min-height:34px}.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width{width:calc(100% - 38px)}.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width{width:calc(100% - 32px)}.e-bigger .e-multi-select-wrapper .e-delim-values{line-height:34px;padding-left:0}.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper{padding-right:25px}.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper{bottom:1px;margin-right:12px}.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item{padding-left:16px}.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper{padding-left:14px}.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,.e-bigger .e-multi-select-list-wrapper .e-selectall-parent{font-size:13px;line-height:48px;text-indent:17px}.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper{bottom:1px;margin-right:12px}.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus{padding:4px 0}.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon{padding-left:8px;padding-right:8px}.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values{line-height:34px}.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent{line-height:40px}.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{margin-top:-2em}.e-bigger.e-small .e-multi-select-wrapper .e-chips-close{height:16px;width:16px}.e-bigger.e-small .e-multi-select-wrapper{min-height:28px}.e-bigger.e-small .e-multi-select-wrapper input[type=text]{height:28px;min-height:28px}.e-small.e-bigger .e-multi-select-wrapper .e-delim-values{font-size:13px;line-height:28px}.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon{margin-top:-2.5em;right:5px}.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect{background-size:300px 40px;min-height:40px}.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text]{font-size:inherit;min-height:34px;padding:8px 12px 9px}.e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],.e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],.e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],.e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text]{padding:8px 12px 9px}.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type=text]{font-size:inherit;min-height:40px}.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper{min-height:40px;padding:7px 42px 7px 0}.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper,.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper{min-height:34px;padding:3px 38px 1px 0}.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-bigger .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon{padding-right:0}.e-rtl.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-bigger .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl.e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl .e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl .e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl.e-small.e-bigger .e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl.e-small.e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon{padding-left:0}.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper{padding:3px 0 1px 38px}.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper{padding:7px 0 7px 42px}.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide{padding-left:0}.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide{padding-right:0}.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher{height:40px}.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher{height:34px}.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values{font-size:16px;line-height:40px;padding:0 0 0 16px}.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values{font-size:14px;line-height:34px;padding:0 0 0 12px}.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values{padding:0 16px 0 0}.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values{padding:0 12px 0 0}.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips{height:32px;padding:0 12px}.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips{height:26px;padding:0 8px}.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:13px}.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:14px}.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain{font-size:16px}.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain{font-size:14px}.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper{padding:3px 12px 0 4px}.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper{padding:0}.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper{padding:11px 12px 0}.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,.e-bigger .e-filled.e-float-input .e-multi-select-wrapper{padding:19px 12px 0 16px}.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper{padding-top:3px}.e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text]{min-height:39px;padding-right:10px}.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text]{min-height:52px}.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text]{min-height:36px}.e-bigger.e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger .e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher{height:52px}.e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher{height:36px}.e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,.e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher{height:28px}.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text]{padding:5px 0}.e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,.e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,.e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase{min-height:28px}.e-small.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-small.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values{font-size:13px;line-height:39px}.e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-small.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values{font-size:14px;line-height:28px}.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values{font-size:16px;line-height:52px}.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values{line-height:36px}.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips{height:28px}.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips{height:24px}.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips{height:32px}.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips{height:18px}.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips{margin:8px 8px 0 0;padding:0 8px}.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips{margin:8px 0 0 8px;padding:0 8px}.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips{padding-left:8px}.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close{height:12px;width:12px}.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:13px;padding:0 8px 0 0}.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:12px;padding:0 4px 0 0}.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:0 0 0 4px}.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:13px}.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:14px}.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-filled .e-multi-select-wrapper .e-chips,.e-bigger .e-filled .e-multi-select-wrapper .e-chips{padding:0 12px}.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips{padding-right:8px}.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:16px}.e-bigger.e-small .e-multi-select-wrapper .e-chips{height:22px}.e-bigger.e-small .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:13px}.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker:before{left:6px}.e-bigger .e-multi-select-wrapper .e-chips{height:28px}.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker{height:38px;margin-top:-55px;right:12px;top:100%;width:18px}.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker{right:48px}.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker{height:54px;margin-top:-55px;right:16px;top:100%;width:20px}.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker{right:60px}.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker{left:48px;right:auto}.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker{left:60px;right:auto}.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before{content:"";font-size:20px;height:20px;left:0;margin-top:-10px;top:50%}.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before{content:"";font-size:18px;height:18px;left:0;margin-top:-9px;top:50%}.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:16px}.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:14px}.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:10px 16px 10px 0}.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:6px 12px 8px 0}.e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:10px 0 10px 16px}.e-rtl.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:6px 0 8px 12px}.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{height:20px;margin-top:-33px;right:18px;width:20px}.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker{height:20px;margin-top:-35px;right:45px;width:20px}.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker{margin-top:-32px}.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{height:24px;width:24px}.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker{margin-top:-40px}.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker{margin-top:-32px;right:40px}.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker{margin-top:-44px}.e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close{height:14px;width:14px}.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close{height:16px;width:16px}.e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:12px;height:12px;width:12px}.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before{font-size:14px;height:14px;width:14px}.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before,.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before{font-size:20px;height:20px;width:20px}.e-bigger.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{left:10px;right:auto}.e-bigger.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker{left:12px;right:auto}.e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{height:24px;margin:12px -4px 8px -1px;padding:0;width:24px}.e-bigger.e-multiselect.e-input-group.e-filled.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{margin:0}.e-bigger.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small .e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-bigger.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{height:20px;margin:0 0 8px;padding:0;width:20px}.e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before{font-size:20px;height:20px;width:20px}.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before{font-size:18px;height:18px;width:18px}.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon{height:24px;margin:7px -4px 8px -1px;padding:0;width:24px}.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before{content:""}.e-listbox-tool .e-moveup:before{content:""}.e-listbox-tool .e-movedown:before{content:""}.e-listbox-tool .e-moveto:before{content:""}.e-listbox-tool .e-movefrom:before{content:""}.e-listbox-tool .e-moveallto:before{content:""}.e-listbox-tool .e-moveallfrom:before{content:""}.e-listbox-wrapper,.e-listbox-container,.e-listboxtool-wrapper{-webkit-overflow-scrolling:touch;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.e-listbox-wrapper *,.e-listbox-container *,.e-listboxtool-wrapper *{-webkit-box-sizing:border-box;box-sizing:border-box}.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,.e-listbox-container.e-listboxtool-container .e-list-wrap,.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap{width:86%!important}.e-listbox-wrapper .e-list-wrap:focus-visible,.e-listbox-wrapper:focus,.e-listbox-container .e-list-wrap:focus-visible,.e-listbox-container:focus,.e-listboxtool-wrapper .e-list-wrap:focus-visible,.e-listboxtool-wrapper:focus{outline:none}.e-listbox-wrapper.e-disabled,.e-listbox-container.e-disabled,.e-listboxtool-wrapper.e-disabled{cursor:default;pointer-events:none}.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,.e-listbox-container:not(.e-list-template) .e-list-nrt,.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt{text-align:center}.e-listbox-wrapper .e-list-parent,.e-listbox-container .e-list-parent,.e-listboxtool-wrapper .e-list-parent{height:100%;min-height:36px}.e-listbox-wrapper .e-list-item,.e-listbox-container .e-list-item,.e-listboxtool-wrapper .e-list-item{border-bottom:0 solid;outline:none}.e-listbox-wrapper .e-list-item.e-disabled,.e-listbox-container .e-list-item.e-disabled,.e-listboxtool-wrapper .e-list-item.e-disabled{pointer-events:none}.e-listbox-wrapper .e-disable,.e-listbox-container .e-disable,.e-listboxtool-wrapper .e-disable{opacity:.7}.e-listbox-wrapper .e-list-parent,.e-listbox-container .e-list-parent,.e-listboxtool-wrapper .e-list-parent{margin:0;padding:0}.e-listbox-wrapper .e-list-header .e-text.header,.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,.e-listbox-container .e-list-header .e-text.header,.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,.e-listboxtool-wrapper .e-list-header .e-text.header,.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header{display:none}.e-listbox-wrapper .e-icon-back,.e-listbox-container .e-icon-back,.e-listboxtool-wrapper .e-icon-back{margin-top:2px}.e-listbox-wrapper .e-list-header,.e-listbox-container .e-list-header,.e-listboxtool-wrapper .e-list-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;height:48px;padding:0 16px}.e-listbox-wrapper .e-has-header>.e-view,.e-listbox-container .e-has-header>.e-view,.e-listboxtool-wrapper .e-has-header>.e-view{top:45px}.e-listbox-wrapper .e-but-back,.e-listbox-container .e-but-back,.e-listboxtool-wrapper .e-but-back{cursor:pointer;padding-right:30px}.e-listbox-wrapper .e-list-group-item:first-child,.e-listbox-container .e-list-group-item:first-child,.e-listboxtool-wrapper .e-list-group-item:first-child{border:0;border-bottom:0 solid transparent}.e-listbox-wrapper .e-list-group-item,.e-listbox-container .e-list-group-item,.e-listboxtool-wrapper .e-list-group-item{border-bottom:0 solid transparent;border-top:1px solid;font-weight:600;height:36px;line-height:16px;padding:11px 16px}.e-listbox-wrapper .e-icon-collapsible,.e-listbox-container .e-icon-collapsible,.e-listboxtool-wrapper .e-icon-collapsible{cursor:pointer;font-size:12px;position:absolute;right:0%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.e-listbox-wrapper .e-text-content,.e-listbox-container .e-text-content,.e-listboxtool-wrapper .e-text-content{height:100%;position:relative;vertical-align:middle}.e-listbox-wrapper .e-text-content *,.e-listbox-container .e-text-content *,.e-listboxtool-wrapper .e-text-content *{display:inline-block;vertical-align:middle}.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,.e-listbox-container .e-text-content.e-checkbox .e-list-text,.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text{width:calc(100% - 40px)}.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text,.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text,.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text{width:calc(100% - 90px)}.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text,.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text,.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 80px)}.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text,.e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text,.e-listboxtool-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 92px)}.e-listbox-wrapper .e-checkbox .e-checkbox-left,.e-listbox-container .e-checkbox .e-checkbox-left,.e-listboxtool-wrapper .e-checkbox .e-checkbox-left{margin:-2px 10px 0 0}.e-listbox-wrapper .e-checkbox .e-checkbox-right,.e-listbox-container .e-checkbox .e-checkbox-right,.e-listboxtool-wrapper .e-checkbox .e-checkbox-right{margin:-2px 0 0 10px}.e-listbox-wrapper .e-list-text,.e-listbox-container .e-list-text,.e-listboxtool-wrapper .e-list-text{cursor:pointer;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;width:100%}.e-listbox-wrapper .e-list-icon+.e-list-text,.e-listbox-wrapper .e-icon-wrapper .e-list-text,.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,.e-listbox-container .e-list-icon+.e-list-text,.e-listbox-container .e-icon-wrapper .e-list-text,.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,.e-listboxtool-wrapper .e-list-icon+.e-list-text,.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text{width:calc(100% - 60px)}.e-listbox-wrapper .e-list-icon,.e-listbox-container .e-list-icon,.e-listboxtool-wrapper .e-list-icon{height:30px;margin-right:16px;width:30px}.e-listbox-wrapper .e-content,.e-listbox-container .e-content,.e-listboxtool-wrapper .e-content{overflow:hidden;position:relative}.e-listbox-wrapper .e-list-header .e-text,.e-listbox-container .e-list-header .e-text,.e-listboxtool-wrapper .e-list-header .e-text{cursor:pointer;text-indent:0}.e-listbox-wrapper .e-text .e-headertext,.e-listbox-container .e-text .e-headertext,.e-listboxtool-wrapper .e-text .e-headertext{display:inline-block;line-height:inherit}.e-listbox-wrapper.e-rtl,.e-listbox-container.e-rtl,.e-listboxtool-wrapper.e-rtl{direction:rtl}.e-listbox-wrapper.e-rtl .e-list-icon,.e-listbox-container.e-rtl .e-list-icon,.e-listboxtool-wrapper.e-rtl .e-list-icon{margin-left:16px;margin-right:0}.e-listbox-wrapper.e-rtl .e-icon-collapsible,.e-listbox-container.e-rtl .e-icon-collapsible,.e-listboxtool-wrapper.e-rtl .e-icon-collapsible{left:0%;right:initial;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.e-listbox-wrapper.e-rtl .e-list-header .e-text,.e-listbox-container.e-rtl .e-list-header .e-text,.e-listboxtool-wrapper.e-rtl .e-list-header .e-text{cursor:pointer}.e-listbox-wrapper.e-rtl .e-but-back,.e-listbox-container.e-rtl .e-but-back,.e-listboxtool-wrapper.e-rtl .e-but-back{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-listbox-wrapper.e-rtl .e-icon-back,.e-listbox-container.e-rtl .e-icon-back,.e-listboxtool-wrapper.e-rtl .e-icon-back{margin-top:-2px}.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,.e-listbox-container.e-rtl .e-checkbox-wrapper,.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper{margin:-2px 0 0 10px}.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right{margin:-2px 10px 0 0}.e-listbox-wrapper .e-checkbox-wrapper,.e-listbox-container .e-checkbox-wrapper,.e-listboxtool-wrapper .e-checkbox-wrapper{margin:-2px 10px 0 0;text-indent:0;vertical-align:middle}.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper{position:absolute;right:0;top:30%}.e-listbox-wrapper .e-input-group,.e-listbox-container .e-input-group,.e-listboxtool-wrapper .e-input-group{padding:4px 8px}.e-listbox-wrapper .e-input-focus,.e-listbox-container .e-input-focus,.e-listboxtool-wrapper .e-input-focus{padding:4px 4px 4px 8px}.e-listbox-wrapper .e-hidden-select,.e-listbox-container .e-hidden-select,.e-listboxtool-wrapper .e-hidden-select{height:1px;opacity:0;position:absolute;width:100%}.e-listbox-wrapper .e-placeholder,.e-listbox-container .e-placeholder,.e-listboxtool-wrapper .e-placeholder{background-color:#e3165b;display:block;height:1px}ejs-listbox{display:block}.e-listbox-wrapper:not(.e-listbox-container),.e-listbox-wrapper.e-filter-list .e-list-parent{overflow:auto}.e-listbox-wrapper.e-sortableclone,.e-listbox-container.e-sortableclone,.e-listboxtool-wrapper.e-sortableclone{border-width:0;overflow:visible}.e-listbox-wrapper.e-sortableclone .e-list-item,.e-listbox-container.e-sortableclone .e-list-item,.e-listboxtool-wrapper.e-sortableclone .e-list-item{list-style-type:none;height:38px!important}.e-listbox-wrapper.e-sortableclone .e-ripple,.e-listbox-container.e-sortableclone .e-ripple,.e-listboxtool-wrapper.e-sortableclone .e-ripple{overflow:visible}.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element{display:none}.e-listbox-wrapper.e-sortableclone .e-list-badge,.e-listbox-container.e-sortableclone .e-list-badge,.e-listboxtool-wrapper.e-sortableclone .e-list-badge{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e3165b;border:1px solid #fff;border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;height:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:-10px;top:-10px;width:22px}.e-listboxtool-wrapper.e-sortableclone{display:block}.e-listboxtool-wrapper,.e-listboxtool-container{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.e-listboxtool-wrapper *,.e-listboxtool-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.e-listboxtool-wrapper.e-disabled,.e-listboxtool-container.e-disabled{cursor:default;pointer-events:none}.e-listboxtool-wrapper .e-listbox-wrapper,.e-listboxtool-wrapper .e-list-wrap,.e-listboxtool-container .e-listbox-wrapper,.e-listboxtool-container .e-list-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.e-listboxtool-wrapper.e-right .e-listbox-tool,.e-listboxtool-container.e-right .e-listbox-tool{margin-left:15px}.e-listboxtool-wrapper.e-left .e-listbox-tool,.e-listboxtool-container.e-left .e-listbox-tool{margin-right:15px}.e-listboxtool-wrapper .e-listbox-tool,.e-listboxtool-container .e-listbox-tool{border:1px solid #e0e0e0;overflow:auto;padding:8px}.e-listboxtool-wrapper .e-listbox-tool .e-btn,.e-listboxtool-container .e-listbox-tool .e-btn{display:list-item;list-style-type:none;margin-bottom:10px}.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper{position:absolute;right:0;top:30%}.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,.e-rtl.e-listboxtool-container.e-right .e-listbox-tool{margin-right:15px}.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,.e-rtl.e-listboxtool-container.e-left .e-listbox-tool{margin-left:15px}.e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-listbox-wrapper .e-list-nrt,.e-listbox-wrapper .e-selectall-parent,.e-listbox-container:not(.e-list-template) .e-list-item,.e-listbox-container .e-list-nrt,.e-listbox-container .e-selectall-parent,.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent{height:36px;line-height:1;padding:11px 16px;position:relative}.e-listbox-wrapper .e-list-icon,.e-listbox-container .e-list-icon,.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon{display:inline-block;vertical-align:middle;width:auto;height:auto;padding-bottom:2px}.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,.e-small .e-listbox-container.e-filter-list .e-list-parent{height:calc(100% - 45px)!important}.e-listbox-container.e-filter-list .e-selectall-parent+.e-list-parent{height:calc(100% - 48px)!important}.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent{height:calc(100% - 48px)!important}.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent+.e-hidden-select+.e-listbox+.e-list-parent{height:calc(100% - 83px)!important}.e-listbox-wrapper,.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),.e-listboxtool-container.e-listbox-container .e-ul{border:1px solid #e0e0e0}.e-listbox-wrapper,.e-listbox-container,.e-listboxtool-wrapper{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:15px}.e-listbox-wrapper .e-list-header,.e-listbox-container .e-list-header,.e-listboxtool-wrapper .e-list-header{background-color:#fff;border-color:#0000001f;color:#000000de;font-size:20px}.e-listbox-wrapper.e-filter-list .e-list-parent,.e-listbox-container.e-filter-list .e-list-parent,.e-listboxtool-wrapper.e-filter-list .e-list-parent{height:calc(100% - 48px)}.e-listbox-wrapper.e-filter-list .e-selectall-parent+.e-list-parent,.e-listbox-container.e-filter-list .e-selectall-parent+.e-list-parent,.e-listboxtool-wrapper.e-filter-list .e-selectall-parent+.e-list-parent{height:calc(100% - 36px)!important}.e-listbox-wrapper .e-selectall-parent+.e-list-parent,.e-listbox-container .e-selectall-parent+.e-list-parent,.e-listboxtool-wrapper .e-selectall-parent+.e-list-parent{height:calc(100% - 36px)!important}.e-listbox-wrapper .e-list-item,.e-listbox-container .e-list-item,.e-listboxtool-wrapper .e-list-item{background-color:#fff;border-bottom:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent;color:#000000de}.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled){background-color:#eee;border-color:transparent;color:#000000de}.e-listbox-wrapper .e-list-item.e-selected.e-checklist,.e-listbox-container .e-list-item.e-selected.e-checklist,.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist{background-color:#fff;color:#000000de}.e-listbox-wrapper .e-list-item.e-focused,.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,.e-listbox-wrapper .e-list-item.e-selected,.e-listbox-container .e-list-item.e-focused,.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,.e-listbox-container .e-list-item.e-selected,.e-listboxtool-wrapper .e-list-item.e-focused,.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,.e-listboxtool-wrapper .e-list-item.e-selected{background-color:#f5f5f5;color:#000000de}.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check{background-color:#e3165b;border-color:transparent;color:#fff}.e-listbox-wrapper .e-list-group-item,.e-listbox-container .e-list-group-item,.e-listboxtool-wrapper .e-list-group-item{background-color:#fafafa;border-color:#0000001f;color:#0000008a;font-size:15px}.e-listbox-wrapper .e-selectall-parent,.e-listbox-container .e-selectall-parent,.e-listboxtool-wrapper .e-selectall-parent{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.12);color:#000000de}.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element{background-color:transparent}.e-listbox-wrapper.e-list-template .e-list-wrapper,.e-listbox-container.e-list-template .e-list-wrapper,.e-listboxtool-wrapper.e-list-template .e-list-wrapper{height:inherit;position:relative}.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line){padding:.2667em 1.0666em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line{padding:1.0666em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header{color:#000000de;display:block;font-size:15px;font-weight:500;margin:0;overflow:hidden;padding:.115em 0;text-overflow:ellipsis;white-space:nowrap}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content{color:#0000008a;display:block;font-size:13px;margin:0;padding:.115em 0;word-wrap:break-word}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{height:2.6667em;position:absolute;width:2.6667em;left:1.0667em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:4.8em;padding-right:1.0666em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:1.0666em;padding-right:4.8em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{height:2.6667em;left:1.0667em;position:absolute;width:2.6667em;right:1.0667em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar{top:1.0666em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge{font-size:12px;height:1.6666em;line-height:1.8666em;padding:0;position:absolute;right:1.33em;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:4.8em;padding-right:4.1333em}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:1.0666em;padding-right:4.1333em}.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content{display:block;margin:0;overflow:hidden;padding:.72em 0;text-overflow:ellipsis;white-space:nowrap}.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content{color:#000000de}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{left:inherit;right:1.0667em}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:1.0666em;padding-right:4.8em}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:4.8em;padding-right:1.0666em}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{left:1.0667em;right:inherit}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge{left:1.33em;right:inherit}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:4.1333em;padding-right:4.8em}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:4.1333em;padding-right:1.0666em}.e-listbox-container.e-filter-list .e-list-parent,.e-listbox-container.e-filter-list .e-selectall-parent+.e-list-parent,.e-listbox-container .e-selectall-parent+.e-list-parent{height:100%}.e-listbox-container.e-filter-list .e-list-wrap{height:calc(100% - 43px)!important}.e-listbox-container.e-filter-list .e-selectall-parent+.e-list-wrap{height:calc(100% - 36px)!important}.e-listbox-container .e-selectall-parent+.e-list-wrap{height:calc(100% - 36px)!important}.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap{width:85%!important}.e-bigger .e-listbox-wrapper .e-list-item,.e-listbox-wrapper.e-bigger .e-list-item,.e-bigger .e-listbox-container .e-list-item,.e-listbox-container.e-bigger .e-list-item{border-bottom:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent}.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-wrapper .e-selectall-parent,.e-bigger .e-listbox-wrapper .e-list-group-item,.e-bigger .e-listbox-wrapper .e-list-header,.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-wrapper.e-bigger .e-selectall-parent,.e-listbox-wrapper.e-bigger .e-list-group-item,.e-listbox-wrapper.e-bigger .e-list-header,.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-container .e-selectall-parent,.e-bigger .e-listbox-container .e-list-group-item,.e-bigger .e-listbox-container .e-list-header,.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-container.e-bigger .e-selectall-parent,.e-listbox-container.e-bigger .e-list-group-item,.e-listbox-container.e-bigger .e-list-header{padding:12px 16px}.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-wrapper .e-selectall-parent,.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-wrapper.e-bigger .e-selectall-parent,.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-container .e-selectall-parent,.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-container.e-bigger .e-selectall-parent{height:48px;line-height:1.6;position:relative}.e-bigger .e-listbox-wrapper .e-list-parent,.e-listbox-wrapper.e-bigger .e-list-parent,.e-bigger .e-listbox-container .e-list-parent,.e-listbox-container.e-bigger .e-list-parent{min-height:48px}.e-bigger .e-listbox-wrapper .e-text-content,.e-listbox-wrapper.e-bigger .e-text-content,.e-bigger .e-listbox-container .e-text-content,.e-listbox-container.e-bigger .e-text-content{font-size:15px}.e-bigger .e-listbox-wrapper .e-list-group-item,.e-listbox-wrapper.e-bigger .e-list-group-item,.e-bigger .e-listbox-container .e-list-group-item,.e-listbox-container.e-bigger .e-list-group-item{height:48px;line-height:25px}.e-bigger .e-listbox-wrapper .e-list-header,.e-listbox-wrapper.e-bigger .e-list-header,.e-bigger .e-listbox-container .e-list-header,.e-listbox-container.e-bigger .e-list-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;height:64px}.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,.e-bigger .e-listbox-container .e-list-header .e-text.header,.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,.e-listbox-container.e-bigger .e-list-header .e-text.header,.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header{display:none}.e-bigger .e-listbox-wrapper .e-list-header .e-text,.e-listbox-wrapper.e-bigger .e-list-header .e-text,.e-bigger .e-listbox-container .e-list-header .e-text,.e-listbox-container.e-bigger .e-list-header .e-text{font-size:20px}.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent{height:calc(100% - 55px)!important}.e-bigger .e-listbox-container.e-filter-list .e-list-wrap{height:calc(100% - 50px)!important}.e-bigger .e-listbox-container.e-filter-list .e-list-parent,.e-bigger .e-listbox-container .e-selectall-parent+.e-list-parent,.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent+.e-list-parent{height:100%}.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent+.e-list-parent,.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent+.e-list-parent{height:calc(100% - 48px)!important}.e-bigger .e-listbox-wrapper .e-selectall-parent+.e-list-parent,.e-bigger .e-listbox-container .e-selectall-parent+.e-list-wrap{height:calc(100% - 48px)!important}.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap{height:calc(100% - 45px)!important}.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent+.e-hidden-select+.e-listbox+.e-list-parent{height:calc(100% - 103px)!important}@-webkit-keyframes e-input-ripple{to{opacity:0;-webkit-transform:scale(4);transform:scale(4)}}@keyframes e-input-ripple{to{opacity:0;-webkit-transform:scale(4);transform:scale(4)}}@-webkit-keyframes slideTopUp{0%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1)}to{-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1)}}@keyframes slideTopUp{0%{-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1)}to{-webkit-transform:translate3d(0,0,0) scale(1);transform:translateZ(0) scale(1)}}@-webkit-keyframes material-spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes material-spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fabric-spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.e-excelfilter .e-icon-filter:before{content:""}.e-excelfilter .e-excl-filter-icon:before{content:""}.e-excelfilter .e-excl-filter-icon.e-filtered:before{content:""}.e-excelfilter .e-search-icon:before{content:""}.e-excelfilter .e-chkcancel-icon:before{content:""}.e-excelfilter .e-sortascending:before{content:""}.e-excelfilter .e-sortdescending:before{content:""}.sf-grid .e-excelfilter.e-dialog .e-dlg-content{padding-left:0;padding-right:0}.sf-grid .e-excelfilter .e-dlg-content{overflow:visible;padding:0}.sf-grid .e-excelfilter .e-searchcontainer{padding:4px 24px 18px 9px}.sf-grid .e-excelfilter.e-rtl .e-searchcontainer{padding:4px 0 18px 18px}.sf-grid .e-excelfilter.e-rtl .e-checkbox-wrapper .e-frame+.e-label{margin-left:0;margin-right:8px}.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu{display:inline-block;position:relative;width:100%}.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul{position:absolute}.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon{height:26px;line-height:26px}.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator){height:36px;line-height:36px}.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-separator{height:auto}.sf-grid .e-excelfilter .e-contextmenu-container ul .e-menu-item .e-caret{margin-right:24px}.sf-grid .e-excelfilter .e-searchbox{padding-left:8px}.sf-grid-dlg.e-xlflmenu .e-xlfl-radiodiv{width:unset}.e-xlflmenu{min-height:295px}.e-xlflmenu .e-xlfl-dlgfields{font-size:17px}.e-xlflmenu .e-xlfl-fieldset{font-size:14px;padding-top:15px}.e-xlflmenu .e-xlfl-optr,.e-xlflmenu .e-xlfl-value,.e-xlflmenu .e-xlfl-radio,.e-xlflmenu .e-xlfl-mtcase{padding-top:12px}.e-xlflmenu .e-xlfl-optr:first-child{padding-right:12px}.e-xlflmenu .e-xlfl-table{border-spacing:0;table-layout:fixed;width:100%}.e-xlflmenu .e-radio+label .e-label{margin-top:0;padding-left:23px;padding-right:13px}.e-xlflmenu .e-checkbox-wrapper .e-frame+.e-label{margin-bottom:1px;margin-left:6px}.e-xlflmenu .e-checkbox-wrapper .e-frame{margin-bottom:1px}.e-xlflmenu .e-dlg-content{padding-bottom:6px}.e-xlflmenu .e-xlfl-radiodiv{width:117px}.e-xlflmenu .e-xlfl-matchcasediv{margin-left:0;margin-right:13px}.e-xlfl-radio-or,.e-xlfl-matchcasediv{margin-left:13px}.e-xlflmenu.e-rtl .e-xlfl-optr{padding-left:12px;padding-right:0}.e-xlflmenu.e-rtl .e-radio+label .e-label{padding-left:0;padding-right:25px}.e-xlflmenu.e-rtl .e-xlfl-radio-or{margin-left:0;margin-right:13px}.e-excelfilter .e-checkboxlist{height:200px;margin-top:5px;min-height:160px;overflow-y:auto}.e-excelfilter .e-checkboxfiltertext{width:150px;word-break:normal}.e-excelfilter .e-chk-hidden{-moz-appearance:none;height:1px;opacity:0;width:1px}.e-excelfilter .e-contextmenu-wrapper ul li,.e-excelfilter .e-contextmenu-container ul li{height:36px;line-height:36px}.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret{height:36px;line-height:36px}.e-excelfilter .e-contextmenu-wrapper ul,.e-excelfilter .e-contextmenu-container ul:not(.e-ul){border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;max-width:300px;padding-bottom:4px;position:static}.e-excelfilter .e-dlg-content{background-color:#fff;padding-top:0}.e-excelfilter .e-searchbox,.e-excelfilter .e-contextmenu-wrapper,.e-excelfilter .e-contextmenu-wrapper ul{display:block}.e-excelfilter .e-contextmenu-wrapper ul{padding-bottom:4px;position:static}.e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li{height:36px;line-height:36px}.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret{height:36px;line-height:36px;margin-right:17px}.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,.e-excelfilter .e-contextmenu-container ul li .e-menu-icon{height:36px;line-height:36px;margin-right:12px}.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon{margin-right:0}.e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret{margin-left:17px}.e-excelfilter .e-footer-content{border-style:solid;border-width:1px 0 0}.e-excelfilter .e-excel-menu{z-index:1000}.e-excelfilter .e-xlsel{border:0 solid;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-excelfilter.e-dialog .e-dlg-content,.e-excelfilter .e-ftrchk,.e-excelfilter .e-searchbox{padding-left:9px}.e-excelfilter.e-rtl .e-dlg-content{padding-left:18px;padding-right:9px}.e-excelfilter.e-rtl .e-ftrchk,.e-excelfilter.e-rtl .e-searchbox{padding-left:0;padding-right:9px}.e-ftrchk{padding-bottom:9px;padding-top:9px}.e-excel-menu.e-contextmenu.e-menu-parent{max-height:298px;overflow-y:auto}.e-excelfilter .e-footer-content{border-color:#0000001f;opacity:1}.e-excelfilter .e-filtered:before{color:#e3165b}.e-excelfilter .e-dlg-content{padding-bottom:0}li.e-separator.e-menu-item.e-excel-separator{margin-bottom:4px;margin-top:4px}.e-xlsel{background-color:#e3165b;border-color:#e3165b}.e-bigger .sf-grid .e-contextmenu-container ul .e-menu-item.e-menu-item .e-caret{line-height:48px}.e-bigger .e-xlflmenu.e-rtl .e-radio+label .e-label{padding-left:0;padding-right:25px}.e-bigger .e-xlflmenu{min-height:396px}.e-bigger .e-xlflmenu .e-xlfl-table{border-spacing:0;width:100%}.e-bigger .e-xlflmenu .e-dlg-content{padding-bottom:8px}.e-bigger .e-xlflmenu .e-radio+label .e-label{padding-left:28px;padding-right:5px}.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame+.e-label{margin-left:8px}.e-bigger .e-xlflmenu .e-xlfl-radiodiv{width:137px}.e-bigger .e-xlflmenu .e-xlfl-radio-or,.e-bigger .e-xlflmenu .e-xlfl-matchcasediv{margin-left:18px}.e-bigger .e-xlflmenu .e-xlfl-optr:first-child{padding-right:16px}.e-bigger .e-xlflmenu.e-rtl .e-xlfl-optr{padding-right:0}.e-bigger .e-xlflmenu .e-xlfl-dlgfields{font-size:18px}.e-bigger .e-xlflmenu .e-xlfl-fieldset{font-size:15px;padding-top:20px}.e-bigger .e-xlflmenu .e-xlfl-optr,.e-bigger .e-xlflmenu .e-xlfl-value,.e-bigger .e-xlflmenu .e-xlfl-radio,.e-bigger .e-xlflmenu .e-xlfl-mtcase{padding-top:16px}.e-bigger .e-excelfilter .e-xlflmenu,.e-excelfilter.e-bigger .e-xlflmenu{min-height:396px}.e-bigger .e-excelfilter .e-ftrchk,.e-excelfilter.e-bigger .e-ftrchk{padding-bottom:13px;padding-top:13px}.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li,.e-bigger .e-excelfilter .e-contextmenu-container ul li,.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li,.e-excelfilter.e-bigger .e-contextmenu-container ul li{height:48px;line-height:48px}.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,.e-bigger .e-excelfilter .e-contextmenu-container ul li .e-menu-icon,.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li .e-menu-icon,.e-excelfilter.e-bigger .e-contextmenu-container ul li .e-menu-icon{height:48px;line-height:48px;margin-right:15px}.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret{height:48px;line-height:48px;margin-right:0}.e-bigger .e-excelfilter.e-dialog .e-dlg-content,.e-excelfilter.e-bigger.e-dialog .e-dlg-content{padding-left:11px}.e-bigger .e-excelfilter .e-ftrchk,.e-bigger .e-excelfilter .e-searchbox,.e-excelfilter.e-bigger .e-ftrchk,.e-excelfilter.e-bigger .e-searchbox{padding-left:13px}.e-bigger .e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon,.e-excelfilter.e-bigger.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon{margin-right:0}.e-bigger .e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-excelfilter.e-bigger.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret{margin-left:0}.e-bigger .e-excelfilter.e-rtl .e-dlg-content,.e-excelfilter.e-bigger.e-rtl .e-dlg-content{padding-left:24px;padding-right:11px}.e-bigger .e-excelfilter.e-rtl .e-ftrchk,.e-bigger .e-excelfilter.e-rtl .e-searchbox,.e-excelfilter.e-bigger.e-rtl .e-ftrchk,.e-excelfilter.e-bigger.e-rtl .e-searchbox{padding-left:0;padding-right:13px}.e-bigger .e-excel-menu.e-contextmenu.e-menu-parent{max-height:355px}.e-icon-check:before{content:""}.e-grid.e-rtl .e-icon-rowdragicon:before,.e-grid .e-icon-rowdragicon:before,.e-grid .e-group-animate .e-drag.e-icon-drag:before,.e-grid-menu.e-rtl .e-icon-rowdragicon:before,.e-grid-menu .e-icon-rowdragicon:before,.e-grid-menu .e-group-animate .e-drag.e-icon-drag:before{content:""}.e-grid .e-group-animate .e-nextgroup.e-icon-next:before,.e-grid-menu .e-group-animate .e-nextgroup.e-icon-next:before{content:""}.e-grid .e-icon-autofit:before,.e-grid-menu .e-icon-autofit:before{content:""}.e-grid .e-icon-autofitall:before,.e-grid-menu .e-icon-autofitall:before{content:""}.e-grid .e-icon-columnchooser:before,.e-grid-menu .e-icon-columnchooser:before{content:""}.e-grid .e-icon-ascending:before,.e-grid-menu .e-icon-ascending:before{content:""}.e-grid .e-icon-descending:before,.e-grid-menu .e-icon-descending:before{content:""}.e-grid .e-icon-hide:before,.e-grid-menu .e-icon-hide:before{content:""}.e-grid .e-ungroupbutton.e-icon-hide:before,.e-grid-menu .e-ungroupbutton.e-icon-hide:before{content:""}.e-grid .e-icon-rowselect:before,.e-grid-menu .e-icon-rowselect:before{content:""}.e-grid .e-icon-sortdirect:before,.e-grid-menu .e-icon-sortdirect:before{content:""}.e-grid .e-icon-gdownarrow:before,.e-grid-menu .e-icon-gdownarrow:before{content:""}.e-grid .e-icon-grightarrow:before,.e-grid-menu .e-icon-grightarrow:before{content:""}.e-grid .e-icon-filter:before,.e-grid .e-icon-filter.e-filtered:before,.e-grid-menu .e-icon-filter:before,.e-grid-menu .e-icon-filter.e-filtered:before{content:""}.e-grid .e-excl-filter-icon:before,.e-grid .e-resfilter-icon:before,.e-grid-menu .e-excl-filter-icon:before,.e-grid-menu .e-resfilter-icon:before{content:""}.e-grid .e-ressort-icon:before,.e-grid-menu .e-ressort-icon:before{content:""}.e-grid .e-excl-filter-icon.e-filtered:before,.e-grid-menu .e-excl-filter-icon.e-filtered:before{content:""}.e-grid.e-rtl .e-icon-grightarrow:before,.e-grid-menu.e-rtl .e-icon-grightarrow:before{content:""}.e-grid .e-icon-group:before,.e-grid .e-icon-ungroup:before,.e-grid-menu .e-icon-group:before,.e-grid-menu .e-icon-ungroup:before{content:""}.e-grid .e-icon-reorderuparrow:before,.e-grid-menu .e-icon-reorderuparrow:before{content:""}.e-grid .e-icon-reorderdownarrow:before,.e-grid-menu .e-icon-reorderdownarrow:before{content:""}.e-grid .e-print:before,.e-grid-menu .e-print:before{content:""}.e-grid .e-add:before,.e-grid-menu .e-add:before{content:""}.e-grid .e-resback-icon:before,.e-grid-menu .e-resback-icon:before{content:""}.e-grid .e-wordexport:before,.e-grid-menu .e-wordexport:before{content:""}.e-grid .e-pdfexport:before,.e-grid-menu .e-pdfexport:before{content:""}.e-grid .e-csvexport:before,.e-grid-menu .e-csvexport:before{content:""}.e-grid .e-excelexport:before,.e-grid-menu .e-excelexport:before{content:""}.e-grid .e-edit:before,.e-grid-menu .e-edit:before{content:""}.e-grid .e-responsivetoolbaritems-btn:before,.e-grid .e-columnmenu:before,.e-grid .e-columnmenu.e-filtered:before,.e-grid-menu .e-responsivetoolbaritems-btn:before,.e-grid-menu .e-columnmenu:before,.e-grid-menu .e-columnmenu.e-filtered:before{content:""}.e-grid .e-delete:before,.e-grid-menu .e-delete:before{content:""}.e-grid .e-copy:before,.e-grid-menu .e-copy:before{content:""}.e-grid .e-save:before,.e-grid-menu .e-save:before{content:""}.e-grid .e-update:before,.e-grid-menu .e-update:before{content:""}.e-grid .e-columnchooserdiv:before,.e-grid-menu .e-columnchooserdiv:before{content:""}.e-grid .e-columnchooser:before,.e-grid-menu .e-columnchooser:before{content:""}.e-grid .e-columnchooser-btn:before,.e-grid-menu .e-columnchooser-btn:before{content:""}.e-grid .e-cc-icon:before,.e-grid-menu .e-cc-icon:before{content:""}.e-grid .e-ccsearch-icon:before,.e-grid .e-search-icon:before,.e-grid-menu .e-ccsearch-icon:before,.e-grid-menu .e-search-icon:before,.e-grid-popup .e-ccsearch-icon:before,.e-grid-popup .e-search-icon:before{content:""}.e-grid .e-ccsearch-icon.e-cc-cancel:before,.e-grid .e-chkcancel-icon:before,.e-grid-menu .e-ccsearch-icon.e-cc-cancel:before,.e-grid-menu .e-chkcancel-icon:before,.e-grid-popup .e-ccsearch-icon.e-cc-cancel:before,.e-grid-popup .e-chkcancel-icon:before{content:""}.e-grid .e-cancel-icon:before,.e-grid .e-cancel:before,.e-grid-menu .e-cancel-icon:before,.e-grid-menu .e-cancel:before,.e-grid-popup .e-cancel-icon:before,.e-grid-popup .e-cancel:before{content:""}.e-responsive-dialog .e-resfilterback:before{content:""}.e-responsive-dialog .e-filterset:before{content:""}.e-responsive-dialog .e-search-icon:before,.e-responsive-dialog .e-ccdlg span.e-ccsearch-icon:before{content:""}.e-responsive-dialog .e-chkcancel-icon:before,.e-responsive-dialog .e-ccdlg span.e-cc-cancel:before{content:""}.e-responsive-dialog .e-icon-filter-clear:before{content:""}.e-responsive-dialog .e-resfilter-icon.e-icons:before{content:""}.e-responsive-dialog .e-resascending-icon.e-icons:before{content:""}.e-responsive-dialog .e-resdescending-icon.e-icons:before{content:""}.e-responsive-dialog .e-rescolumn-icon.e-icons:before{content:""}.e-responsive-dialog .e-resautofit-icon.e-icons:before{content:""}.e-responsive-dialog .e-resautofitall-icon.e-icons:before{content:""}.e-responsive-dialog .e-resgroup-icon.e-icons:before,.e-responsive-dialog .e-resungroup-icon.e-icons:before{content:""}.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-print:before{content:""}.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-pdfexport:before{content:""}.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-excelexport:before{content:""}.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-csvexport:before{content:""}.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-icon.e-columnchooser:before{content:""}.e-row-responsive-filter .e-dlg-closeicon-btn .e-icon-dlg-close:before{content:""}.e-contextmenu-container .e-menu-item .e-menu-icon.e-columnchooser:before{content:""}.e-contextmenu-container .e-menu-item .e-menu-icon.e-pdfexport:before{content:""}.e-contextmenu-container .e-menu-item .e-menu-icon.e-excelexport:before{content:""}.e-contextmenu-container .e-menu-item .e-menu-icon.e-csvexport:before{content:""}.e-grid-chart-icon:before{content:""}.e-grid-bar-chart-icon:before{content:""}.e-grid-bar-icon:before{content:""}.e-grid-stacking-bar-icon:before{content:""}.e-grid-stacking-bar-100-icon:before{content:""}.e-grid-pie-icon:before{content:""}.e-grid-column-chart-icon:before{content:""}.e-grid-column-icon:before{content:""}.e-grid-stacking-column-icon:before{content:""}.e-grid-stacking-column-100-icon:before{content:""}.e-grid-line-chart-icon:before{content:""}.e-grid-line-icon:before{content:""}.e-grid-stacking-line-icon:before{content:""}.e-grid-stacking-line-100-icon:before{content:""}.e-grid-area-chart-icon:before{content:""}.e-grid-area-icon:before{content:""}.e-grid-stacking-area-icon:before{content:""}.e-grid-stacking-area-100-icon:before{content:""}.e-grid-scatter-icon:before{content:""}.e-disableuserselect{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-contextmenu-container.e-sfcontextmenu.e-hide-menu{visibility:hidden}.e-emptyicon{opacity:0}.e-device .e-flmenu-valuediv{padding:24px 0 0}.e-dialog .e-xlfl-table col{width:50%}.e-dialog .e-xlfl-table .e-xlfl-radiodiv,.e-dialog .e-xlfl-table .e-xlfl-matchcasediv{display:inline-block}.e-grid-popup{position:absolute}.e-grid .e-dialog.e-checkboxfilter,.e-grid .e-dialog.e-flmenu,.e-grid-popup .e-dialog.e-checkboxfilter,.e-grid-popup .e-dialog.e-flmenu{min-width:250px}.e-grid .e-dialog.e-checkboxfilter .e-dlg-content,.e-grid .e-dialog.e-flmenu .e-dlg-content,.e-grid-popup .e-dialog.e-checkboxfilter .e-dlg-content,.e-grid-popup .e-dialog.e-flmenu .e-dlg-content{border-radius:0}.e-grid [class^=e-],.e-grid-popup [class^=e-]{-webkit-box-sizing:border-box;box-sizing:border-box}.e-grid .e-flmenu-valuediv,.e-grid-popup .e-flmenu-valuediv{padding:24px 0 0}.e-grid .e-dialog.e-checkboxfilter,.e-grid-popup .e-dialog.e-checkboxfilter{min-height:322px}.e-grid .e-dialog.e-checkboxfilter.e-checkbox-dialog-wrapper,.e-grid-popup .e-dialog.e-checkboxfilter.e-checkbox-dialog-wrapper{top:64px;min-height:80%;left:0;overflow:hidden}.e-grid .e-dialog.e-checkboxfilter .e-searchcontainer.e-adaptive-filter-excel,.e-grid-popup .e-dialog.e-checkboxfilter .e-searchcontainer.e-adaptive-filter-excel{position:absolute;height:75%!important;width:100%}.e-grid .e-dialog.e-checkboxfilter .e-searchcontainer.e-adaptive-filter-checkbox,.e-grid-popup .e-dialog.e-checkboxfilter .e-searchcontainer.e-adaptive-filter-checkbox{position:absolute;height:80%!important;width:100%}.e-grid .e-checkboxfilter .e-searchbox,.e-grid-popup .e-checkboxfilter .e-searchbox{display:block}.e-grid .e-checkboxfilter .e-dlg-content,.e-grid-popup .e-checkboxfilter .e-dlg-content{padding-left:9px}.e-grid .e-checkboxfilter .e-dlg-content.e-excel-filter-content,.e-grid-popup .e-checkboxfilter .e-dlg-content.e-excel-filter-content{padding:0!important}.e-grid .e-checkboxfilter .e-ftrchk,.e-grid .e-checkboxfilter .e-searchbox,.e-grid-popup .e-checkboxfilter .e-ftrchk,.e-grid-popup .e-checkboxfilter .e-searchbox{padding-left:9px}.e-grid .e-checkboxfiltertext,.e-grid-popup .e-checkboxfiltertext{width:150px;word-break:normal}.e-grid .e-checkboxlist,.e-grid-popup .e-checkboxlist{height:200px;margin-top:5px;min-height:160px;overflow-y:auto}.e-grid .e-checkboxlist.e-checkbox-infinitescroll,.e-grid-popup .e-checkboxlist.e-checkbox-infinitescroll{border-top-style:solid;border-top-color:#0000001f;border-top-width:1px;margin-top:0;overflow-x:auto}.e-grid .e-checkboxlist.e-checkbox-infinitescroll .e-checkbox-wrapper .e-label.e-checkboxfiltertext,.e-grid-popup .e-checkboxlist.e-checkbox-infinitescroll .e-checkbox-wrapper .e-label.e-checkboxfiltertext{white-space:nowrap}.e-grid.e-rtl .e-checkboxfilter .e-dlg-content,.e-grid-popup.e-rtl .e-checkboxfilter .e-dlg-content{padding-left:18px;padding-right:9px}.e-grid.e-rtl .e-checkboxfilter .e-ftrchk,.e-grid.e-rtl .e-checkboxfilter .e-searchbox,.e-grid-popup.e-rtl .e-checkboxfilter .e-ftrchk,.e-grid-popup.e-rtl .e-checkboxfilter .e-searchbox{padding-left:0;padding-right:9px}.e-grid.e-rtl .e-searchclear,.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons,.e-grid-popup.e-rtl .e-searchclear,.e-grid-popup.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons{float:left}.e-grid .e-searchclear,.e-grid-popup .e-searchclear{float:right}.e-grid .e-checkfltrnmdiv,.e-grid-popup .e-checkfltrnmdiv{height:60px;padding:23px;text-align:center}.e-grid .e-checkboxlist>span,.e-grid-popup .e-checkboxlist>span{padding-left:9px}.e-grid .e-chk-hidden,.e-grid-popup .e-chk-hidden{-moz-appearance:none;height:1px;opacity:0;width:1px}.e-grid .e-checkselect,.e-grid .e-checkselectall,.e-grid-popup .e-checkselect,.e-grid-popup .e-checkselectall{margin:0;opacity:0;position:absolute;width:0}.e-grid .e-ftrchk,.e-grid-popup .e-ftrchk{padding-bottom:9px;padding-top:9px}.e-grid .e-ccdlg.e-sticky,.e-grid-popup .e-ccdlg.e-sticky{position:fixed;z-index:10}.e-grid .e-ccdlg .e-dlg-content,.e-grid-popup .e-ccdlg .e-dlg-content{margin:20px 0 0;padding:16px 18px 13px 9px;overflow:visible}.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard,.e-grid-popup .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard{padding-left:9px}.e-grid .e-ccdlg .e-main-div,.e-grid-popup .e-ccdlg .e-main-div{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.e-grid .e-ccdlg .e-ccul-ele,.e-grid-popup .e-ccdlg .e-ccul-ele{margin:13px 0;padding:0}.e-grid .e-ccdlg .e-checkbox-infinitescroll .e-ccul-ele,.e-grid-popup .e-ccdlg .e-checkbox-infinitescroll .e-ccul-ele{margin:0}.e-grid .e-ccdlg li.e-cclist,.e-grid-popup .e-ccdlg li.e-cclist{padding:9px 0}.e-grid .e-ccdlg li.e-cclist.e-cclist-hidden,.e-grid-popup .e-ccdlg li.e-cclist.e-cclist-hidden{list-style:none}.e-grid .e-ccdlg .e-checkbox-wrapper .e-frame,.e-grid-popup .e-ccdlg .e-checkbox-wrapper .e-frame{margin-left:0}.e-grid .e-ccdlg label.e-cc,.e-grid-popup .e-ccdlg label.e-cc{margin:0}.e-grid .e-ccdlg .e-footer-content,.e-grid-popup .e-ccdlg .e-footer-content{border-style:solid;border-width:1px 0 0}.e-grid .e-ccdlg .e-cc-contentdiv,.e-grid-popup .e-ccdlg .e-cc-contentdiv{height:196px;overflow-y:auto}.e-grid .e-ccdlg .e-cc-contentdiv.e-checkbox-infinitescroll,.e-grid-popup .e-ccdlg .e-cc-contentdiv.e-checkbox-infinitescroll{border-top-style:solid;border-top-width:1px;border-top-color:#0000001f}.e-grid .e-ccdlg .e-cc-searchdiv,.e-grid-popup .e-ccdlg .e-cc-searchdiv{border-style:solid;border-width:0 0 2px;left:4px;opacity:.6;position:absolute;right:0;top:-46px}.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons,.e-grid-popup .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons{float:right;opacity:.6;padding:5px 2px}.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel,.e-grid-popup .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel{font-size:11px;padding:5px 2px 6px}.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus,.e-grid-popup .e-ccdlg .e-cc-searchdiv.e-input-focus,.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons,.e-grid-popup .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons{opacity:1}.e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv,.e-grid-popup .e-ccdlg .e-innerdiv.e-ccnmdiv{height:60px;padding:23px;text-align:center}.e-grid .e-ccdlg .e-cc-lab-name,.e-grid .e-ccdlg .e-checkbox-wrapper .e-label,.e-grid-popup .e-ccdlg .e-cc-lab-name,.e-grid-popup .e-ccdlg .e-checkbox-wrapper .e-label{text-overflow:ellipsis;width:150px}.e-grid .e-ccdlg .e-cc-chbox,.e-grid-popup .e-ccdlg .e-cc-chbox{margin:3px;vertical-align:middle}.e-grid .e-ccdlg .e-cc-lab-name,.e-grid-popup .e-ccdlg .e-cc-lab-name{padding:7px;vertical-align:middle}.e-grid .e-ccdlg .e-cc.e-input,.e-grid .e-ccdlg .e-cc.e-input:focus,.e-grid-popup .e-ccdlg .e-cc.e-input,.e-grid-popup .e-ccdlg .e-cc.e-input:focus{border:0;padding-bottom:8px;padding-top:4px;padding-left:4px}.e-grid .e-mask.e-skeleton,.e-grid-popup .e-mask.e-skeleton{display:inline-block;height:10px;width:80%}.e-grid .e-mask.e-mask-group-intent,.e-grid-popup .e-mask.e-mask-group-intent{margin-left:7px;width:16px}.e-grid .e-mask.e-mask-detail-intent,.e-grid-popup .e-mask.e-mask-detail-intent{width:16px}.e-grid .e-mask.e-mask-checkbox-intent,.e-grid-popup .e-mask.e-mask-checkbox-intent{margin-left:3px;margin-right:16px;width:20px}.e-grid .e-mask.e-mask-checkbox-filter-intent,.e-grid-popup .e-mask.e-mask-checkbox-filter-intent{width:13px}.e-grid .e-mask.e-mask-checkbox-filter-span-intent,.e-grid-popup .e-mask.e-mask-checkbox-filter-span-intent{margin-left:8px}.e-grid .e-mask.e-mask-drag-intent,.e-grid-popup .e-mask.e-mask-drag-intent{margin-left:12px;width:12px}.e-grid{border-style:none solid solid;border-width:1px;border-radius:0;display:block;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;height:auto;position:relative}.e-grid .e-noselect,.e-grid .e-gridheader .e-headercell,.e-grid .e-gridheader .e-detailheadercell,.e-grid .e-gridheader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-grid .e-groupdroparea.e-sticky,.e-grid .e-toolbar.e-sticky,.e-grid .e-gridheader.e-sticky{position:sticky;z-index:10}.e-grid .e-gridheader.e-sticky .e-headercontent .e-reorderuparrow,.e-grid .e-gridheader.e-sticky .e-headercontent .e-reorderdownarrow{position:fixed;z-index:10}.e-grid .e-groupdroparea.e-sticky{opacity:1}.e-grid .e-gridheader .e-firstrow-dragborder,.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder,.e-grid .e-gridcontent .e-lastrow-dragborder,.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder{bottom:0;background-color:#e3165b;height:2px;position:absolute;z-index:5}.e-grid .e-frozenrow-border{background-color:#e3165b;height:2px;position:relative;z-index:5}.e-grid .e-frozenrow-border.e-frozenrow-empty{height:0}.e-grid.e-top-shadow .e-frozenrow-border{height:4px;margin-top:-4px;background-color:transparent!important;clip-path:inset(0 0 -15px 0);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.12);box-shadow:0 4px 8px #0000001f}.e-grid .e-dropitemscount{border:1px solid #fff;border-radius:17px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;line-height:normal;padding:3px 7px 4px;margin-left:-8px;min-width:12px;position:absolute;text-align:center;top:-10px;z-index:5}.e-grid.e-rtl .e-dropitemscount{left:-6px!important}.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon{margin:0;padding:4px 0 4px 6px}.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,.e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop{border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:0}.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder,.e-grid .e-gridcontent .e-detailrowexpand.e-dragborder,.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridheader .e-rowcell.e-dragborder,.e-grid .e-gridheader .e-rowdragdrop.e-dragborder,.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder,.e-grid .e-gridheader .e-detailrowexpand.e-dragborder,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder,.e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder,.e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder,.e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder{z-index:5;-webkit-box-shadow:0 2px 0 0 #e3165b;box-shadow:0 2px #e3165b}.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,.e-grid .e-gridcontent .e-rowcell.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-fixedfreeze,.e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder.e-fixedfreeze,.e-grid .e-gridcontent .e-detailrowexpand.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent .e-detailrowexpand.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .e-detailrowexpand.e-dragborder.e-fixedfreeze,.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,.e-grid .e-gridheader .e-rowcell.e-dragborder.e-leftfreeze,.e-grid .e-gridheader .e-rowcell.e-dragborder.e-rightfreeze,.e-grid .e-gridheader .e-rowdragdrop.e-dragborder.e-leftfreeze,.e-grid .e-gridheader .e-rowdragdrop.e-dragborder.e-rightfreeze,.e-grid .e-gridheader .e-rowdragdrop.e-dragborder.e-fixedfreeze,.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder.e-leftfreeze,.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder.e-rightfreeze,.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder.e-fixedfreeze,.e-grid .e-gridheader .e-detailrowexpand.e-dragborder.e-leftfreeze,.e-grid .e-gridheader .e-detailrowexpand.e-dragborder.e-rightfreeze,.e-grid .e-gridheader .e-detailrowexpand.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder.e-fixedfreeze{z-index:6}.e-grid .e-gridcontent .e-rowcell.e-dragtop,.e-grid .e-gridcontent .e-rowdragdrop.e-dragtop,.e-grid .e-gridcontent .e-rowcell.e-dragtop.e-dragright,.e-grid .e-gridheader .e-rowcell.e-dragtop,.e-grid .e-gridheader .e-rowdragdrop.e-dragtop,.e-grid .e-gridheader .e-rowcell.e-dragtop.e-dragright,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragtop,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragtop,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragtop.e-dragright,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragtop,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragtop,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragtop.e-dragright{border-top:1px dashed #e3165b}.e-grid .e-gridcontent .e-rowdragdrop.e-dragtop.e-dragleft,.e-grid .e-gridcontent .e-rowdragdrop.e-dragleft,.e-grid .e-gridcontent .e-rowdragdrop.e-dragbottom.e-dragleft,.e-grid .e-gridheader .e-rowdragdrop.e-dragtop.e-dragleft,.e-grid .e-gridheader .e-rowdragdrop.e-dragleft,.e-grid .e-gridheader .e-rowdragdrop.e-dragbottom.e-dragleft,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragtop.e-dragleft,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragleft,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragbottom.e-dragleft,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragtop.e-dragleft,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragleft,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragbottom.e-dragleft{border-left:1px dashed #e3165b}.e-grid .e-gridcontent .e-rowcell.e-dragright,.e-grid .e-gridheader .e-rowcell.e-dragright,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragright,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragright{border-right:1px dashed #e3165b}.e-grid .e-gridcontent .e-rowcell.e-dragbottom,.e-grid .e-gridcontent .e-rowcell.e-lastrowcell.e-dragbottom,.e-grid .e-gridcontent .e-rowcell.e-dragtop.e-dragbottom,.e-grid .e-gridcontent .e-rowdragdrop.e-dragbottom,.e-grid .e-gridheader .e-rowcell.e-dragbottom,.e-grid .e-gridheader .e-rowcell.e-lastrowcell.e-dragbottom,.e-grid .e-gridheader .e-rowcell.e-dragtop.e-dragbottom,.e-grid .e-gridheader .e-rowdragdrop.e-dragbottom,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragbottom,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-lastrowcell.e-dragbottom,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragtop.e-dragbottom,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragbottom,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragbottom,.e-grid.e-rtl .e-gridheader .e-rowcell.e-lastrowcell.e-dragbottom,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragtop.e-dragbottom,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragbottom{border-bottom:1px dashed #e3165b}.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridcontent .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridcontent .e-detailrowexpand.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridheader .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridheader .e-rowdragdrop.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridheader .e-detailrowexpand.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridcontent .e-detailrowexpand.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridheader .e-detailrowexpand.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze){position:relative}.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop){font-size:10px}.e-grid .e-row .e-icon-rowdragicon:before{display:block;text-indent:10px;color:#000;opacity:.54}.e-grid .e-row .e-icon-rowdragicon:before,.e-grid .e-row .e-icon-rowdragmoveicon:before{font-size:12px;font-weight:700}.e-grid .e-row .e-icon-rowdragmoveicon{padding-left:10px}.e-grid .e-draganddrop .e-rowcell,.e-grid.e-rtl .e-draganddrop .e-rowcell{padding-left:6px;padding-right:6px}.e-grid .e-gridcontent .e-rowdragdrop,.e-grid .e-gridheader .e-rowdragdrop{border-style:solid;border-width:1px 0 0 0;border-color:#e0e0e0}.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell{border-bottom-width:1px}.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand~td.e-lastrowcell.e-groupcaption,.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand~td.e-lastrowcell.e-summarycell{border-bottom-width:0}.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon:before{position:relative;left:-5px}.e-grid .e-icon-rowdragicon{font-size:10px;text-indent:12px}.e-grid .e-toolbar{border-bottom:0;border-left:0;border-right:0;border-top:1px solid #e0e0e0;border-radius:0}.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon{padding:0;min-width:18px;margin-right:8px}.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon:before{font-size:12px}.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon),.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon),.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon){background:none;-webkit-box-shadow:none;box-shadow:none}.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon){border:none}.e-grid:not(.sf-grid) .e-res-toolbar .e-toolbar-items .e-search-wrapper .e-search-icon{padding:6px 9px}.e-grid .e-res-toolbar{border-bottom:1px solid;border-bottom-color:#e0e0e0}.e-grid .e-res-toolbar .e-toolbar-items{min-height:initial}.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover,.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active,.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus,.e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover,.e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active,.e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus,.e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover,.e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active,.e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus{background:none}.e-grid .e-res-toolbar .e-toolbar-items .e-icons{color:#000}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item .e-tbar-btn .e-resfilter-icon{font-size:22px}.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right{width:calc(100% - 50px)}.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right.e-search-wrapper{width:auto}.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-input-group:before,.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-input-group:after{background:none}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right:not(.e-responsive-right) .e-search-wrapper:not(.e-responsive-right){min-width:40px}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper{padding-left:18px;padding-right:0}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-search-icon{font-size:18px;margin-top:0;padding:6px 9px}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group{border:0;opacity:1;padding:0 9px 0 6px;width:100%}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group .e-input{margin-top:0}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group .e-search-icon{margin-top:7px;padding-left:0}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper:has(.e-input-group){width:100%}.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper{padding-left:0}.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper{padding-left:26px}.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon{margin:14px 0 5px 8px}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper{padding-bottom:6px;padding-top:1px}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus{opacity:1}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search::-webkit-input-placeholder{color:#0000006b}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search::-moz-placeholder{color:#0000006b}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:-ms-input-placeholder{color:#0000006b}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search::-ms-input-placeholder{color:#0000006b}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search::placeholder{color:#0000006b}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search{margin-bottom:0;opacity:1;width:230px}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search.e-input-focus{opacity:1}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon{min-width:18px}.e-grid .e-group-animator .e-groupheadercell,.e-grid .e-group-animator .e-groupheadercell:hover{margin:12px 0;border-bottom-width:1px}.e-grid .e-groupdroparea.e-group-animate.e-grouped{height:54px;padding:0 12px;border-bottom-width:0}.e-grid.e-rtl .e-group-animator{float:right}.e-grid.e-rtl .e-group-animate .e-groupheadercell,.e-grid.e-rtl .e-group-animate .e-groupheadercell:hover{margin-right:0;margin-left:0}.e-grid.e-rtl .e-group-animate.e-groupdroparea .e-nextgroup{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-top:16px}.e-grid .e-group-animate.e-groupdroparea .e-nextgroup{margin-top:9px}.e-grid .e-group-animate span.e-nextgroup.e-icons.e-icon-next{display:inline-block;line-height:32px;float:left;height:24px;padding:0;vertical-align:middle}.e-grid .e-groupdroparea.e-group-animate .e-drag.e-icon-drag{font-size:11px;line-height:25px;display:inline-block;height:24px;padding:0;vertical-align:middle}.e-grid .e-group-animate .e-icon-drag.e-icons{margin-left:0}.e-grid .e-group-animate .e-drag.e-icon-drag:before{opacity:.7}.e-grid .e-groupdroparea.e-group-animate span.e-drag.e-icons.e-icon-drag{cursor:move}.e-grid .e-groupdroparea.e-grouped{padding:9px 0 10px}.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell{border-top:0}.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell{border-bottom:1px solid}.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell{border-top:1px solid}.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell{border-top:0}.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell{border-bottom:1px solid}.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell{border-top:1px solid}.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter .e-grouptopleftcell{border-top:0}.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell{border-top:0}.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell{border-bottom:0}.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell{border-top:0}.e-grid.e-default .e-grouptopleftcell,.e-grid.e-default .e-rowdragheader{border-top:1px solid}.e-grid.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader{border-left:1px solid}.e-grid.e-default.e-verticallines .e-grouptopleftcell,.e-grid.e-default.e-verticallines .e-rowdragheader,.e-grid.e-default.e-bothlines .e-grouptopleftcell,.e-grid.e-default.e-bothlines .e-rowdragheader,.e-grid.e-default.e-hidelines .e-grouptopleftcell,.e-grid.e-default.e-hidelines .e-rowdragheader,.e-grid.e-default.e-verticallines .e-detailrowcollapse,.e-grid.e-default.e-verticallines .e-detailrowexpand,.e-grid.e-default.e-verticallines .e-rowdragdrop,.e-grid.e-default.e-hidelines .e-detailrowcollapse,.e-grid.e-default.e-hidelines .e-detailrowexpand,.e-grid.e-default.e-hidelines .e-rowdragdrop{border-top-width:0}.e-grid.e-verticallines .e-firstchildrow .e-rowdragdropcell,.e-grid.e-bothlines .e-firstchildrow .e-rowdragdropcell{border-top-width:1px}.e-grid.e-default.e-horizontallines .e-grouptopleftcell{border-top:1px solid}.e-grid .e-gridheader .e-headercell .e-rhandler,.e-grid .e-gridheader .e-headercell .e-rsuppress{height:100%;position:absolute;right:0;top:0;width:4px}.e-grid .e-gridheader .e-headercell.e-leftfreeze.e-freezeleftborder .e-rhandler{border-right:0}.e-grid.e-default.e-hidelines .e-headercell.e-firstheader,.e-grid.e-rtl .e-gridheader .e-headercell.e-leftfreeze.e-freezeleftborder .e-rhandler{border-left:0}.e-grid.e-device .e-gridheader .e-headercell .e-rhandler{width:14px}.e-grid.e-rtl .e-gridheader .e-headercell .e-rhandler,.e-grid.e-rtl .e-gridheader .e-headercell .e-rsuppress{left:0;right:auto}.e-grid.e-resize-lines .e-gridheader th.e-headercell.e-lastcell .e-rhandler{border-right-width:0}.e-grid .e-rhelper{position:absolute;width:1px}.e-grid .e-rhelper,.e-grid .e-virtual-rhandler{z-index:5}.e-grid.e-device .e-ricon:before{border-bottom:6px solid transparent;border-top:6px solid transparent;content:"";display:block;height:0;position:absolute;width:20px;top:4px;border-right:6px solid;right:4px}.e-grid.e-device .e-ricon:after{border-bottom:6px solid transparent;border-top:6px solid transparent;content:"";display:block;height:0;position:absolute;width:20px;top:4px;left:4px;border-left:6px solid;z-index:3}.e-grid.e-rcursor,.e-grid .e-gridheader .e-stackedheadercell.e-rcursor,.e-grid .e-gridheader .e-rcursor{cursor:col-resize}.e-grid .e-disablepointer,.e-grid .e-defaultcur,.e-grid .e-headercell,.e-grid .e-headercell.e-stackedheadercell,.e-grid .e-headercell.e-defaultcursor,.e-grid.e-editing .e-gridheader .e-rcursor{cursor:default}.e-grid .e-table{border-collapse:separate;table-layout:fixed;width:100%}.e-grid .e-table .e-rowcell.e-textAlign-left{text-align:left;width:190px}.e-grid .e-table .e-rowcell.e-textAlign-right{text-align:right;width:190px}.e-grid .e-table .e-rowcell.e-adaptive-align-left{text-align:left;padding:6px}.e-grid .e-table .e-rowcell.e-adaptive-align-right{text-align:right;padding:6px}.e-grid .e-tableborder{border-right:1px solid}.e-grid .e-tableborder:has(.e-emptyrow){border:none}.e-grid .e-virtualtable{will-change:transform;z-index:1}.e-grid .e-headercelldiv{border:0 none;display:block;font-size:12px;font-weight:500;height:29px;line-height:30px;padding:0 .6em;margin:-7px;overflow:hidden;text-align:left;text-transform:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-grid .e-headercelldiv.e-headercell-border{margin:5px 0 2px;border-color:#00000014;border-bottom-style:solid;border-bottom-width:1px}.e-grid .e-rightalign:not(.e-fltr-icon) .e-headercelldiv,.e-grid .e-leftalign:not(.e-fltr-icon) .e-headercelldiv,.e-grid .e-centeralign:not(.e-fltr-icon) .e-headercelldiv{padding:0 .6em}.e-grid .e-headercelldiv.e-headerchkcelldiv{overflow:visible}.e-grid .e-headercell.e-templatecell .e-headercelldiv{height:auto;min-height:29px}.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv,.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv{padding:0 .6em}.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual{font-size:8px;margin-left:-1px;margin-top:-4.5px;position:absolute;z-index:10}.e-grid .e-gridheader .e-headercontent .e-reorderuparrow{margin-top:-4.5px}.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow{margin-top:4.5px}.e-grid .e-filtermenudiv:hover,.e-grid .e-headercell.e-mousepointer,.e-grid .e-headercell.e-stackedheadercell.e-mousepointer{cursor:pointer}.e-grid:not(.e-left-shadow,.e-right-shadow) .e-gridcontent tr:first-child td{border-top:0 none}.e-grid .e-gridcontent tr:first-child td.e-xlsel-top-border{border-top-width:2px}.e-grid .e-gridheader tr:first-child th:not(.e-freezeleftborder,.e-freezerightborder){border-top:0 none}.e-grid .e-gridheader tr th:last-child.e-filterbarcell{padding-right:21px}.e-grid .e-gridheader tr th:last-child{padding-right:21px}.e-grid .e-gridheader tr th:first-child,.e-grid .e-gridheader tr th:first-child.e-filterbarcell{padding-left:21px}.e-grid .e-gridheader{border-bottom-style:solid;border-bottom-width:1px;border-top-style:solid;border-top-width:1px}.e-grid .e-frozenhdr{border-bottom-width:0}.e-grid.e-bothlines .e-filterbarcell,.e-grid.e-bothlines .e-filterbarcelldisabled{border-width:1px 0 0 1px;border-top-width:1px}.e-grid .e-headercell,.e-grid .e-detailheadercell{border-style:solid;border-width:0;font-size:12px;font-weight:500;height:42px;overflow:hidden;padding:0 21px;position:relative;text-align:left}.e-grid.e-device .e-headercell{padding:0 21px}.e-grid.e-device .e-headercell:first-child{padding:0 12px 0 16px}.e-grid.e-device .e-headercell:last-child{padding:0 16px 0 12px}.e-grid .e-rowcell{border-style:solid;border-width:1px 0 0 0;display:table-cell;font-size:13px;line-height:20px;padding:8px 21px;overflow:hidden;vertical-align:middle;white-space:nowrap;width:auto}.e-grid th.e-detailcell td.e-rowcell.e-rightalign,.e-grid td.e-rowcell.e-rightalign,.e-grid th.e-headercell.e-rightalign .e-headercelldiv,.e-grid th.e-headercell.e-rightalign .e-stackedheadercelldiv,.e-grid td.e-summarycell.e-rightalign{text-align:right}.e-grid th.e-detailcell td.e-rowcell.e-leftalign,.e-grid td.e-rowcell.e-leftalign,.e-grid th.e-headercell.e-leftalign .e-headercelldiv,.e-grid th.e-headercell.e-leftalign .e-stackedheadercelldiv,.e-grid td.e-summarycell.e-leftalign,.e-grid .e-masked-cell.e-rowcell.e-leftalign{text-align:left}.e-grid th.e-detailcell td.e-rowcell.e-centeralign,.e-grid td.e-rowcell.e-centeralign,.e-grid th.e-headercell.e-centeralign .e-headercelldiv,.e-grid th.e-headercell.e-centeralign .e-stackedheadercelldiv,.e-grid td.e-summarycell.e-centeralign,.e-grid .e-masked-cell.e-rowcell.e-centeralign{text-align:center}.e-grid th.e-detailcell td.e-rowcell.e-justifyalign,.e-grid td.e-rowcell.e-justifyalign,.e-grid th.e-headercell.e-justifyalign .e-headercelldiv,.e-grid th.e-headercell.e-justifyalign .e-stackedheadercelldiv,.e-grid td.e-summarycell.e-justifyalign{text-align:justify}.e-grid .e-gridcontent td.e-rowcell.e-unboundcell .e-unboundcelldiv{display:inline-block}.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),.e-grid.e-rtl.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),.e-grid.e-rtl.e-default.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),.e-grid.e-wrap.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border){line-height:18px;border-width:1.5px}.e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),.e-grid.e-rtl.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),.e-grid.e-rtl.e-default.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),.e-grid.e-wrap.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border){line-height:18px;border-width:1.5px}.e-grid:not(.e-grid-min-height) .e-gridcontent .e-content tr.e-insertedrow .e-rowcell:empty,.e-grid .e-row.e-emptyrow{height:37px}.e-grid .e-editedrow .e-input-group input.e-input,.e-grid .e-editedrow .e-input-group.e-control-wrapper input.e-input,.e-grid .e-addedrow .e-input-group input.e-input,.e-grid .e-addedrow .e-input-group.e-control-wrapper input.e-input{min-height:unset}.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{height:36px}.e-grid.e-afenabled .e-headercontent,.e-grid.e-enabledboxbdr .e-headercontent{position:relative}.e-grid .e-rowcell:first-child,.e-grid .e-summarycell:first-child{padding-left:21px}.e-grid .e-rowcell:last-child,.e-grid .e-summarycell:last-child{padding-right:21px}.e-grid .e-unboundcell,.e-grid .e-editedrow .e-normaledit .e-unboundcell,.e-grid .e-addedrow .e-normaledit .e-unboundcell{padding-bottom:4px;padding-top:4px}.e-grid .e-unboundcelldiv>button{margin:0 3.5px}.e-grid .e-unboundcelldiv{margin:0 -3.5px}.e-grid .e-summarycell{border-style:solid;border-width:1px 0 0;font-size:13px;font-weight:500;height:auto;line-height:18px;padding:8px 21px;white-space:normal;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}.e-grid .e-summarycell.e-lastrowcell{border-bottom-width:1px}.e-grid .e-summarycontent .e-indentcell,.e-grid .e-summarycontent .e-detailindentcelltop{border-width:1px 0 0}.e-grid.e-device .e-rowcell,.e-grid.e-device .e-summarycell{padding:8px 12px}.e-grid.e-device .e-rowcell:first-child,.e-grid.e-device .e-summarycell:first-child{padding:8px 12px 8px 16px}.e-grid.e-device .e-rowcell:last-child,.e-grid.e-device .e-summarycell:last-child{padding:8px 16px 8px 12px}.e-grid td.e-rowcell.e-checkbox{padding:6px 21px}.e-grid td.e-rowcell.e-checkbox input[type=checkbox]{margin-top:5px}.e-grid.e-default .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border),.e-grid.e-default .e-detailrowcollapse.e-lastrowcell{border-bottom-width:1px}.e-grid.e-default .e-detailrow .e-lastrowcell{border-bottom:1px solid;border-bottom-color:#e0e0e0}.e-grid.e-default .e-headercell,.e-grid.e-default .e-detailheadercell{border-width:0}.e-grid.e-default .e-stackedheadercell{border-width:0 0 1px 1px}.e-grid.e-default .e-stackedheadercell.e-leftfreeze.e-freezeleftborder{border-right-width:2px}.e-grid.e-default .e-stackedheadercell.e-rightfreeze.e-freezerightborder{border-left-width:2px}.e-grid.e-default .e-stackedheadercell.e-fixedfreeze.e-freezeleftborder{border-left-width:1px}.e-grid.e-default .e-stackedheadercell.e-fixedfreeze.e-freezerightborder{border-right-width:1px}.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst{border-left-width:0}.e-grid.e-bothlines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border){border-bottom-width:1px}.e-grid.e-bothlines .e-rowcell{border-width:1px 0 0 1px}.e-grid:not(.sf-grid).e-gridheader table th[rowspan],.e-grid:not(.sf-grid).e-device .e-gridheader table th[rowspan]{padding-bottom:13px;vertical-align:bottom}.e-grid .e-emptyrow td{line-height:20px;padding:.7em}.e-grid.e-responsive .e-rowcell,.e-grid.e-responsive .e-headercelldiv{text-overflow:ellipsis;white-space:nowrap}.e-grid.e-responsive .e-rowcell.e-gridchkbox,.e-grid.e-responsive .e-rowcell.e-gridchkbox-cell,.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-responsive .e-rowcell.e-boolcell{text-overflow:clip}.e-grid .e-addedrow .e-rowcell.e-boolcell .e-frame.e-check{color:#fff}.e-grid [aria-selected]+tr .e-detailindentcell{border-top-style:solid;border-top-width:1px}.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell){border-left-width:0}.e-grid.e-default.e-verticallines .e-headercell,.e-grid.e-default.e-verticallines .e-detailheadercell{border-width:0 0 0 1px}.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell{border-bottom:1px solid}.e-grid:not(.sf-grid).e-default.e-bothlines .e-headercell,.e-grid:not(.sf-grid).e-default.e-bothlines .e-detailheadercell{border-width:0 0 0 1px}.e-grid:not(.sf-grid).e-default.e-bothlines .e-headercell.e-grid-group-first-cell,.e-grid:not(.sf-grid).e-default.e-bothlines .e-headercell.e-first-visible-cell{border-left-width:0}.e-grid:not(.sf-grid,.e-rtl).e-default.e-bothlines .e-headercell.e-leftfreeze.e-freezeleftborder{border-right-width:2px}.e-grid:not(.sf-grid,.e-rtl).e-default.e-bothlines .e-headercell.e-rightfreeze.e-freezerightborder{border-left-width:2px}.e-grid:not(.sf-grid,.e-rtl).e-default.e-bothlines .e-headercell.e-fixedfreeze.e-freezerightborder{border-right-width:1px}.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell.e-leftfreeze.e-freezeleftborder{border-left-width:2px}.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell.e-rightfreeze.e-freezerightborder{border-right-width:2px}.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell.e-fixedfreeze.e-freezeleftborder{border-right-width:1px}.e-grid:not(.sf-grid).e-default:not(.e-verticallines):not(.e-bothlines) table th[rowspan]{border-width:0 0 0 1px}.e-grid:not(.sf-grid).e-default table th[rowspan].e-leftfreeze.e-freezeleftborder{border-right-width:2px}.e-grid:not(.sf-grid).e-default table th[rowspan].e-rightfreeze.e-freezerightborder{border-left-width:2px}.e-grid:not(.sf-grid).e-default table th[rowspan].e-fixedfreeze.e-freezeleftborder{border-left-width:1px}.e-grid:not(.sf-grid).e-default table th[rowspan].e-fixedfreeze.e-freezerightborder{border-right-width:1px}.e-grid tr th.e-firstcell{border-left-style:solid;border-left-width:1px}.e-grid.e-default tr th.e-detailheadercell:first-child{border-left-width:0}.e-grid.e-default:not(.e-rtl) tr td:first-child:not(.e-xlsel-left-border,.e-fixedfreeze.e-freezeleftborder,.e-rowcell-firstchild,.e-addfreezefirstchildborder,.e-leftfreeze.e-freezeleftborder.e-focused),.e-grid.e-default:not(.e-rtl) tr th.e-headercell:first-child:not(.e-firstcell,.e-headercell.e-frozen-left-border,.e-leftfreeze.e-freezeleftborder.e-focused),.e-grid.e-default:not(.e-rtl) tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border){border-left-width:0}.e-grid:not(.e-rtl).e-verticallines .e-grouptopleftcell.e-lastgrouptopleftcell,.e-grid:not(.e-rtl).e-bothlines .e-grouptopleftcell.e-lastgrouptopleftcell{border-right-width:1px;border-right-style:solid}.e-grid .e-filterbarcell .e-filtertext::-webkit-search-cancel-button,.e-grid .e-search input::-webkit-search-cancel-button{display:none}.e-grid .e-filterbarcell .e-filtertext::-ms-clear,.e-grid .e-search input::-ms-clear{display:none}.e-grid .e-hiddenrow,.e-grid .e-hide,.e-grid .e-group-animator:last-child .e-nextgroup.e-icons.e-icon-next{display:none}.e-grid .e-rowcell,.e-grid .e-gridcontent,.e-grid .e-gridheader,.e-grid .e-headercontent,.e-grid .e-groupdroparea,.e-grid .e-gridfooter,.e-grid .e-summarycontent{overflow:hidden;vertical-align:middle}.e-grid .e-sortfilterdiv{float:right;height:10px;margin:-16px 10px;padding:3px;width:10px}.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv{float:left;margin:-16px 5px}.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv,.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv{margin:-7px 15px -7px -7px}.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv{padding-right:.6em}.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv{padding:0 .6em 0 1.9em}.e-grid .e-gridheader .e-sortfilter .e-headercelldiv,.e-grid .e-gridheader .e-stackedheadercelldiv{padding:0 1.8em 0 .6em}.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv{padding-left:.6em}.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv{padding:0 1.8em 0 .6em}.e-grid.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv{padding:0 .6em 0 .55em}.e-grid .e-filtermenudiv{float:right;margin:-18px -7px;padding:6px;text-align:right}.e-grid.e-print-grid-layout .e-pager,.e-grid.e-print-grid-layout .e-filterbar,.e-grid.e-print-grid-layout .e-icons:not(.e-frame),.e-grid.e-print-grid-layout .e-grouptopleftcell,.e-grid.e-print-grid-layout .e-recordpluscollapse,.e-grid.e-print-grid-layout .e-indentcell,.e-grid.e-print-grid-layout .e-recordplusexpand{display:none}.e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop{display:table-cell}.e-grid.e-print-grid-layout .e-content{overflow-y:hidden}.e-grid.e-print-grid-layout .e-grouptext{width:auto}.e-grid.e-print-grid-layout .e-detailcell{padding:.8em .6em}.e-grid.e-print-grid{left:-1000px;top:-1000px}.e-grid .e-flbldcontent{padding:18px 18px 0}.e-grid .e-flblbtn{width:110px}.e-grid .e-sortnumber{border-radius:65%;display:inline-block;float:right;text-align:center;font-size:9px;height:15px;line-height:16px;margin:7px 5px 0 2px;width:15px}.e-grid .e-gridheader .e-fltr-icon .e-sortnumber{margin:7px 5px 0 2px}.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber{float:left;margin:7px 2px 0 10px}.e-grid .e-gridheader .e-rightalign .e-sortnumber{float:left;margin:7px 2px 0 5px}.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv{margin:-16px 24px}.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv{margin:-16px 5px}.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber{margin:1px 2px 0 15px}.e-grid.e-wrap .e-gridheader .e-sortnumber{margin:2px -5px 0 2px}.e-grid.e-wrap .e-gridheader .e-sortfilterdiv{margin:-9px 10px}.e-grid .e-columnmenu{position:absolute;right:23px;float:right;margin:-18.5px -18px;padding:6px}.e-grid.e-wrap .e-columnmenu,.e-grid.e-wrap .e-grid.e-rtl .e-columnmenu{line-height:3px}.e-grid.e-rtl .e-columnmenu{left:5px;right:auto;margin:-18px -18px -18px 3px}.e-grid .e-detailrowcollapse,.e-grid .e-detailrowexpand,.e-grid .e-rowdragdropcell{border-style:solid;border-width:1px 0 0 0}.e-grid .e-detailrowcollapse,.e-grid .e-detailrowexpand{cursor:pointer}.e-grid .e-detailindentcell{border-right-style:solid;border-right-width:1px}.e-grid .e-detailcell{border-top-style:solid;border-top-width:1px;padding:.3em;font-weight:400;text-align:left}.e-grid th.e-detailcell .e-rowcell,.e-grid th.e-detailcell .e-gridpager{text-align:left}.e-grid th.e-detailcell .e-rtl .e-rowcell,.e-grid th.e-detailcell .e-rtl .e-gridpager,.e-grid.e-rtl th.e-detailcell .e-rowcell,.e-grid.e-rtl th.e-detailcell .e-gridpager{text-align:right}.e-grid.e-verticallines .e-rowcell,.e-grid.e-verticallines .e-filterbarcell{border-width:0 0 0 1px}.e-grid.e-verticallines .e-rowcell.e-grid-group-first-cell,.e-grid.e-verticallines .e-rowcell.e-first-visible-cell,.e-grid.e-verticallines .e-headercell.e-grid-group-first-cell,.e-grid.e-verticallines .e-headercell.e-first-visible-cell,.e-grid.e-verticallines .e-filterbarcell.e-grid-group-first-cell,.e-grid.e-verticallines .e-filterbarcell.e-first-visible-cell,.e-grid.e-bothlines .e-rowcell.e-grid-group-first-cell,.e-grid.e-bothlines .e-rowcell.e-first-visible-cell,.e-grid.e-bothlines .e-headercell.e-grid-group-first-cell,.e-grid.e-bothlines .e-headercell.e-first-visible-cell,.e-grid.e-bothlines .e-filterbarcell.e-grid-group-first-cell,.e-grid.e-bothlines .e-filterbarcell.e-first-visible-cell{border-left-width:0}.e-grid.e-hidelines .e-rowcell,.e-grid.e-hidelines .e-headercell,.e-grid.e-hidelines .e-detailheadercell,.e-grid.e-hidelines tr th.e-firstcell,.e-grid.e-hidelines .e-filterbarcell,.e-grid.e-horizontallines .e-headercell,.e-grid.e-horizontallines .e-detailheadercell{border-width:0}.e-grid.e-horizontallines .e-headercell.e-stackedheadercell{border-width:0 0 1px 1px}.e-grid.e-horizontallines .e-rowcell,.e-grid.e-horizontallines .e-filterbarcell{border-width:1px 0 0}.e-grid.e-horizontallines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border),.e-grid.e-verticallines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border),.e-grid.e-hidelines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border){border-bottom-width:1px}.e-grid.e-horizontallines .e-detailrowvisible,.e-grid.e-verticallines .e-detailrowvisible,.e-grid.e-hidelines .e-detailrowvisible,.e-grid.e-bothlines .e-detailrowvisible{border-left-width:0}.e-grid.e-verticallines .e-firstchildrow .e-rowcell,.e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse,.e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand,.e-grid.e-hidelines .e-firstchildrow .e-rowcell,.e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse,.e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand{border-top-width:1px}.e-grid .e-filterbarcell .e-icons:before{display:block;margin:0 auto}.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled{border-collapse:collapse;border-style:solid;border-width:1px 0 0;cursor:default;height:42px;overflow:hidden;padding:0 21px;vertical-align:middle}.e-grid .e-rowdragheader{border-color:#e0e0e0;border-style:1px;border-width:1px 0 0}.e-grid .e-filterbarcell input{border-radius:0;border-style:solid;border-width:0 0 2px 0;font-size:13px;font-weight:400;height:26px;padding-right:24px;text-indent:0;width:100%}.e-grid .e-filterbarcell input.e-checkbox{height:1px}.e-grid.e-device .e-filterbarcell{padding:8px 12px}.e-grid.e-device .e-filterbarcell:first-child{padding:8px 12px 8px 16px}.e-grid.e-device .e-filterbarcell:last-child{padding:8px 16px 8px 12px}.e-grid .e-searchclear,.e-grid.e-rtl .e-searchclear,.e-grid .e-grid-relative{position:relative}.e-grid .e-searchclear{float:right}.e-grid.e-rtl .e-searchclear{float:left}.e-grid .e-checkselect,.e-grid .e-checkselectall{margin:0;opacity:0;position:absolute;width:0}.e-grid .e-rowcell .e-checkbox-wrapper,.e-grid .e-rowcell .e-css.e-checkbox-wrapper{-webkit-user-select:auto;height:20px;line-height:20px;position:relative;top:0;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.e-grid .e-filterdiv,.e-grid .e-fltrtempdiv{padding:0;position:relative;text-align:center;width:100%}.e-grid .e-pager{border-bottom:transparent;border-left:transparent;border-right:transparent}.e-grid .e-gridpopup{font-weight:400;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99999}.e-grid .e-gridpopup .e-content{border-radius:4px;border-style:solid;border-width:1px;font-size:14px;padding:4px}.e-grid .e-gridpopup span{border:1px solid transparent;cursor:pointer;display:inline-block;height:26px;padding:4px;width:26px}.e-grid .e-gridpopup .e-tail:before,.e-grid .e-gridpopup .e-tail:after{border:10px solid transparent;content:"";height:0;left:8px;position:absolute;width:0}.e-grid .e-gridpopup .e-downtail:after{top:34px}.e-grid .e-gridpopup .e-uptail:after{top:-17px}.e-grid .e-gridpopup .e-uptail:before{top:-19px}.e-grid .e-gridpopup .e-sortdirect,.e-grid .e-gridpopup .e-rowselect{line-height:18px;text-indent:7%}.e-grid .e-footerpadding{padding-left:0;padding-right:14px}.e-grid .e-footerpadding .e-lastsummarycell{border-left:none;border-right:1px solid}.e-grid.e-rtl .e-footerpadding{padding-left:14px;padding-right:0}.e-grid.e-rtl .e-footerpadding tr.e-summaryrow td.e-lastsummarycell:last-child{border-right:none;border-left:1px solid #e0e0e0}.e-grid .e-cloneproperties{border-style:solid;border-width:1px;font-size:12px;font-weight:500;-webkit-box-shadow:0 0;box-shadow:0 0;opacity:1;overflow:hidden;padding:4px 5px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;z-index:10}.e-grid .e-cloneproperties .e-draganddrop{border-spacing:0;font-size:12px;font-weight:400;overflow:visible}.e-grid .e-cloneproperties.e-headerclone table,.e-grid .e-cloneproperties.e-draganddrop table{border-spacing:0}.e-grid .e-notallowedcur{cursor:not-allowed}.e-grid .e-grabcur{cursor:-webkit-grabbing;cursor:grabbing}.e-grid .e-headerclone{border-radius:12px;font-weight:500;line-height:29px}.e-grid .e-draganddrop{border-width:0 1px 1px;font-weight:400;padding:0}.e-grid .e-draganddrop .e-rowcell{opacity:.95}.e-grid.e-default .e-gridheader th.e-firstcell,.e-grid.e-default .e-gridheader th.e-laststackcell:not(:has(.e-rhandler.e-rcursor)){border-left-style:solid;border-left-width:1px}.e-grid.e-default.e-verticallines .e-gridheader th.e-firstcell.e-grid-group-first-cell{border-left-width:0}.e-grid:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell{border-bottom-style:solid;border-bottom-width:1px;border-left-style:solid;border-left-width:1px}.e-grid.e-default.e-hidelines .e-gridheader th.e-firstcell{border-left-width:0}.e-grid td.e-active{font-weight:400}.e-grid:not(.e-row-responsive) .e-gridcontent tr.e-row:first-child td.e-cellselectionbackground:not(.e-gridchkbox-cell),.e-grid td.e-cellselectionbackground{font-weight:400}.e-grid .e-groupdroparea{height:auto;line-height:normal;min-height:48px}.e-grid .e-griddragarea{border:1px solid;opacity:.6;position:absolute}.e-grid .e-gdclone{border-radius:13px;padding:2px}.e-grid .e-content{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:scroll;position:relative}.e-grid.e-ungroupdrag .e-columnheader,.e-grid.e-ungroupdrag .e-groupdroparea{cursor:not-allowed}.e-grid.e-ungroupdrag .e-gridcontent{cursor:default}.e-grid.e-rowdrag .e-columnheader,.e-grid.e-rowdrag .e-groupdroparea{cursor:not-allowed}.e-grid.e-rowdrag .e-gridcontent{cursor:default}.e-grid .e-groupdroparea{cursor:default;border-style:solid none;border-width:1px 0 0;font-size:14px;font-weight:lighter;border-top-width:1px;opacity:.87;padding:14px 24px;text-align:left;text-indent:1pt;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.e-grid .e-grouptext{display:inline-block;margin-right:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.e-grid .e-grid-icon{float:left}.e-grid .e-groupheadercell,.e-grid .e-groupheadercell:hover{border:0;border-collapse:collapse;border-radius:12px;cursor:pointer;font-size:13px;font-weight:400;height:24px;margin:3px 0 0 18px;overflow:hidden;padding:0 6px 0 9px;vertical-align:middle}.e-grid .e-groupheadercell:hover{border:0;padding:0 6px 0 9px}.e-grid .e-groupheadercell span{display:inline-block;float:left;height:24px;line-height:26px;padding:0;vertical-align:middle}.e-grid .e-groupheadercell .e-grouptext{line-height:24px}.e-grid .e-groupheadercell .e-ungroupbutton{font-size:13px;line-height:26px}.e-grid .e-groupheadercell .e-cancel{padding-right:10px}.e-grid .e-groupheadercell .e-icons:before{display:inline}.e-grid.e-device .e-groupheadercell span{line-height:26px}.e-grid.e-device .e-groupheadercell .e-ungroupbutton{line-height:25px}.e-grid.e-device .e-groupheadercell .e-groupsort{margin-top:0}.e-grid .e-groupsort,.e-grid .e-ungroupbutton,.e-grid .e-toggleungroup{font-size:10px;margin-left:6px}.e-grid .e-groupsort{margin-right:0;margin-top:0}.e-grid span.e-ungroupbutton.e-icons{margin-left:6px;margin-top:0;padding-top:0;padding-right:0}.e-grid .e-grptogglebtn{padding:7px}.e-grid .e-icon-gdownarrow{font-size:11px;padding:14px 9px 12px;text-decoration:none}.e-grid .e-icon-grightarrow{font-size:10px;padding:14px 9px 14px 10px;text-decoration:none}.e-grid .e-recordplusexpand{padding-top:5px}.e-grid .e-indentcell{border-style:solid;border-width:0 1px 0 0}.e-grid .e-indentcell.e-indentcelltop,.e-grid .e-indentcell.e-detailindentcelltop{border-width:1px 0 0}.e-grid .e-recordplusexpand,.e-grid .e-recordpluscollapse{border-style:solid;border-width:1px 0 0;cursor:pointer}.e-grid .e-groupcaption{border-style:solid;border-width:1px 0 0;display:table-cell;font-size:12px;line-height:20px;padding:.7em;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:auto}.e-grid .e-virtualtable .e-groupcaption{line-height:20px;padding:8px 21px}.e-grid .e-autofill{border:1px solid;height:8px;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:8px}.e-grid .e-headercontent{border-style:solid;border-width:0}.e-grid .e-stackedheadercell{border-width:0 0 1px 1px;white-space:nowrap}.e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn{font-size:9px}.e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn{margin-top:1px}.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar{margin-top:0;padding:3px 0 0}.e-grid .e-toolbar-item.e-template .e-toolbar-search{width:230px}.e-grid .e-edit-dialog{min-height:350px}.e-grid .e-edit-dialog .e-dlg-content{position:relative}.e-grid .e-griderror label{display:inline!important}.e-grid .e-tooltip-wrap.e-griderror{z-index:1000}.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top{left:44%;top:-8px}.e-grid .e-normaledit{border-top:0;padding:0}.e-grid .e-normaledit .e-rowcell{padding-bottom:0;padding-top:0}.e-grid.e-device .e-normaledit .e-rowcell{padding-bottom:4px;padding-top:4px}.e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded{border-bottom:1px solid #e0e0e0;border-top:0 none #e0e0e0}.e-grid .e-gridcontent table tbody .e-normaledit .e-rowcell{border-top:1px solid}.e-grid:not(.e-row-responsive,.e-left-shadow,.e-right-shadow) .e-gridcontent tr.e-row:first-child .e-rowcell:not(.e-xlsel-top-border){border-top:0}.e-grid.e-device .e-editedbatchcell.e-rowcell,.e-grid .e-editedbatchcell.e-rowcell,.e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell{padding-bottom:0;padding-top:0}.e-grid .e-editedbatchcell,.e-grid td.e-boolcell{padding-left:21px;padding-right:21px}.e-grid td.e-boolcell input{margin:3px 3px 3px 4px}.e-grid td.e-boolcell.e-rowcell{padding-bottom:5px;padding-top:5px}.e-grid .e-dialog .e-gridform .e-rowcell{border:0;padding:0}.e-grid .e-row .e-input-group .e-input.e-field,.e-grid .e-row .e-input-focus .e-input.e-field{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;padding-bottom:6px;padding-top:9px}.e-grid .e-row .e-input-group{margin-bottom:2px;margin-top:0;vertical-align:middle}.e-grid .e-defaultcell.e-ralign,.e-grid .e-editedrow .e-defaultcell.e-ralign,.e-grid .e-defaultcell.e-ralign:focus,.e-grid .e-editedrow .e-defaultcell.e-ralign:focus{padding-right:10px}.e-grid .e-dlg-content .e-defaultcell.e-ralign,.e-grid .e-dlg-content .e-defaultcell.e-ralign:focus{padding-right:0}.e-grid .e-columnchooserdiv{float:right;margin:-12px}.e-grid .e-rowcell .e-frozen-default-cursor,.e-grid .e-gridheader .e-headercell .e-frozen-default-cursor,.e-grid .e-gridheader .e-filterbarcell .e-frozen-default-cursor{border-left:2px solid;border-right:0}.e-grid .e-tooltip-wrap.e-griderror.e-unfreeze{z-index:1}.e-grid.e-lib .e-leftfreeze,.e-grid.e-lib.e-grid .e-headercell.e-leftfreeze,.e-grid.e-lib.e-grid .e-headercell.e-rightfreeze,.e-grid.e-lib .e-rightfreeze,.e-grid .e-leftfreeze,.e-grid .e-rightfreeze{position:sticky;z-index:2}.e-grid.e-lib .e-fixedfreeze,.e-grid.e-lib.e-grid .e-headercell.e-fixedfreeze,.e-grid .e-fixedfreeze{position:sticky;z-index:3}.e-grid .e-xlsel-top-border,.e-grid.e-rtl.e-default .e-rowcell.e-xlsel-top-border{border-top-width:2px;line-height:18px}.e-grid .e-xlsel-left-border,.e-grid .e-fixedfreeze.e-freezeleftborder.e-xlsel-left-border,.e-grid.e-rtl.e-default .e-rowcell.e-xlsel-left-border,.e-grid.e-rtl.e-default .e-rowcell.e-fixedfreeze.e-freezeleftborder.e-xlsel-left-border{border-left-width:2px}.e-grid .e-xlsel-right-border,.e-grid .e-fixedfreeze.e-freezerightborder.e-xlsel-right-border,.e-grid.e-rtl.e-default .e-rowcell.e-xlsel-right-border,.e-grid.e-rtl.e-default .e-rowcell.e-fixedfreeze.e-freezerightborder.e-xlsel-right-border{border-right-width:2px}.e-grid.e-wrap .e-xlsel-bottom-border.e-xlsel-top-border,.e-grid.e-rtl.e-wrap .e-xlsel-bottom-border.e-xlsel-top-border{line-height:16px}.e-grid.e-wrap .e-xlsel-bottom-border,.e-grid.e-rtl.e-wrap .e-xlsel-bottom-border{line-height:14px}.e-grid .e-xlsel-bottom-border.e-xlsel-top-border,.e-grid.e-rtl.e-default .e-rowcell.e-xlsel-bottom-border.e-xlsel-top-border{line-height:16px}.e-grid .e-xlsel-bottom-border,.e-grid.e-rtl.e-default .e-rowcell.e-xlsel-bottom-border{border-bottom-width:2px;line-height:18px}.e-grid .e-virtual-content.e-content{overflow-x:hidden}.e-grid.e-lib.e-default .e-headercell.e-leftfreeze.e-freezeleftborder,.e-grid.e-lib .e-leftfreeze.e-freezeleftborder,.e-grid .e-leftfreeze.e-freezeleftborder{border-right-width:2px}.e-grid.e-rtl.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-dragborder),.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder){clip-path:inset(0 -15px 0 0);-webkit-box-shadow:4px 0 8px rgba(0,0,0,.12);box-shadow:4px 0 8px #0000001f}.e-grid.e-rtl.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-xlsel-right-border),.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-xlsel-right-border){border-right-color:transparent}.e-grid.e-rtl.e-right-shadow .e-rightfreeze.e-freezerightborder.e-dragborder,.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-dragborder{-webkit-box-shadow:0 2px 0 0 #e3165b,4px 0 8px rgba(0,0,0,.12);box-shadow:0 2px #e3165b,4px 0 8px #0000001f}.e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-dragborder),.e-grid.e-rtl.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder){clip-path:inset(0 0 0 -15px);-webkit-box-shadow:-4px 0 8px rgba(0,0,0,.12);box-shadow:-4px 0 8px #0000001f}.e-grid.e-right-shadow:not(.e-rtl) .e-rightfreeze.e-freezerightborder:not(.e-xlsel-left-border),.e-grid.e-rtl.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-xlsel-left-border){border-left-color:transparent}.e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder.e-dragborder,.e-grid.e-rtl.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-dragborder{-webkit-box-shadow:0 2px 0 0 #e3165b,-4px 0 8px rgba(0,0,0,.12);box-shadow:0 2px #e3165b,-4px 0 8px #0000001f}.e-grid.e-lib.e-default .e-headercell.e-rightfreeze.e-freezerightborder,.e-grid.e-lib .e-rightfreeze.e-freezerightborder,.e-grid .e-rightfreeze.e-freezerightborder{border-left-width:2px}.e-grid.e-lib.e-default:not(.e-rtl) .e-headercell.e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder),.e-grid.e-lib:not(.e-rtl) .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder),.e-grid:not(.e-rtl) .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder){border-left-width:1px}.e-grid.e-lib.e-default:not(.e-rtl) .e-headercell.e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder),.e-grid.e-lib:not(.e-rtl) .e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder),.e-grid:not(.e-rtl) .e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder){border-right-width:1px}.e-grid .e-content.e-mac-safari::-webkit-scrollbar{width:7px}.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:4px}.e-grid .e-movablescrollbar{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;overflow-x:scroll}.e-grid.e-mac-safari .e-virtualtable .e-leftfreeze,.e-grid.e-mac-safari .e-virtualtable .e-rightfreeze{-webkit-transform:translateZ(0);transform:translateZ(0)}.e-grid .e-columnchooser:before{line-height:1.9}.e-grid .e-toolbar .e-ccdiv{margin-top:-1px;padding:0 10px}.e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon{font-size:15px;vertical-align:middle}.e-grid.e-rtl .e-tableborder{border-left:1px solid;border-right:0}.e-grid.e-rtl.e-lib.e-default .e-headercell.e-leftfreeze.e-freezeleftborder,.e-grid.e-rtl.e-lib .e-leftfreeze.e-freezeleftborder,.e-grid.e-rtl .e-leftfreeze.e-freezeleftborder{border-left-width:2px;border-right-width:0}.e-grid.e-rtl.e-lib.e-default .e-headercell.e-rightfreeze.e-freezerightborder,.e-grid.e-rtl.e-lib .e-rightfreeze.e-freezerightborder,.e-grid.e-rtl .e-rightfreeze.e-freezerightborder{border-right-width:2px}.e-grid.e-rtl.e-lib.e-default .e-headercell.e-fixedfreeze.e-freezeleftborder:not(.e-removefreezerightborder),.e-grid.e-rtl.e-lib .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezerightborder),.e-grid.e-rtl .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezerightborder){border-right-width:1px}.e-grid.e-rtl.e-lib.e-default .e-headercell.e-fixedfreeze.e-freezerightborder:not(.e-removefreezeleftborder),.e-grid.e-rtl.e-lib .e-fixedfreeze.e-freezerightborder:not(.e-removefreezeleftborder),.e-grid.e-rtl .e-fixedfreeze.e-freezerightborder:not(.e-removefreezeleftborder){border-left-width:1px}.e-grid.e-rtl .e-headercell,.e-grid.e-rtl .e-detailheadercell{border-width:0;text-align:right}.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv{padding:0 .6em 0 1.8em}.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv .e-sortnumber{float:left;margin:7px 0 0 5px}.e-grid.e-rtl .e-headercell.e-fltr-icon.e-rightalign .e-headercelldiv,.e-grid.e-rtl .e-headercell.e-fltr-icon.e-rightalign .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon.e-rightalign .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon.e-rightalign .e-headercelldiv.e-headerchkcelldiv{text-align:right}.e-grid.e-rtl .e-headercell .e-headercelldiv,.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv{padding:0 .6em 0 1.8em;text-align:right}.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber{float:left;margin:7px 0 0 5px}.e-grid.e-rtl .e-headercell .e-filterbarcell input,.e-grid.e-rtl .e-detailheadercell .e-filterbarcell input{border-width:0 0 2px 0}.e-grid.e-rtl .e-headercell .e-sortfilterdiv,.e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv{float:left;margin:-16px 10px}.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv{margin-left:10px}.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber{margin:6px -4px 0 0}.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-filtermenudiv,.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-filtermenudiv{margin-left:-5px}.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv,.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv{float:right;margin:-16px 3px}.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv{padding:0 25px 0 .7em}.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber{float:right;margin:6px 2px 0 0}.e-grid.e-rtl .e-headercell.e-fltr-icon.e-rightalign .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon.e-rightalign .e-sortnumber,.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber{float:left;margin:7px 0 0 5px}.e-grid.e-rtl .e-rowcell:first-child,.e-grid.e-rtl .e-summarycell:first-child{padding-right:21px}.e-grid.e-rtl .e-rowcell:last-child,.e-grid.e-rtl .e-summarycell:last-child{padding-left:21px}.e-grid.e-rtl.e-wrap .e-columnheader .e-rightalign .e-sortnumber,.e-grid.e-rtl.e-wrap .e-columnheader .e-sortnumber{margin:3px 5px 0 2px}.e-grid.e-rtl.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv{margin:-17px 4px}.e-grid.e-rtl.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv{margin:-17px 5px}.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv{margin:-16px 0 0 11px}.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv{margin:-7px}.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv{margin:-16px 10px}.e-grid.e-rtl.e-wrap .e-columnheader .e-rightalign.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-headercelldiv{height:auto;margin-bottom:2px;margin-top:0}.e-grid.e-rtl.e-verticallines .e-grouptopleftcell,.e-grid.e-rtl.e-bothlines .e-grouptopleftcell,.e-grid.e-rtl.e-hidelines .e-grouptopleftcell{border-top:0}.e-grid.e-rtl .e-grouptopleftcell{border-top:1px solid}.e-grid.e-rtl .e-grouptopleftcell span.e-grouptext{margin-left:3px;margin-right:0}.e-grid.e-rtl .e-grouptopleftcell span{float:right;margin:0}.e-grid.e-rtl .e-groupheadercell span{float:right;padding:0}.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell{border-top:1px solid}.e-grid.e-rtl .e-rowcell{border-width:1px 0 0 0}.e-grid.e-rtl .e-stackedheadercell.e-leftfreeze.e-freezeleftborder,.e-grid.e-rtl .e-rowcell.e-leftfreeze.e-freezeleftborder{border-left-width:2px}.e-grid.e-rtl .e-stackedheadercell.e-rightfreeze.e-freezerightborder,.e-grid.e-rtl .e-rowcell.e-rightfreeze.e-freezerightborder{border-right-width:2px}.e-grid.e-rtl .e-stackedheadercell.e-fixedfreeze.e-freezeleftborder,.e-grid.e-rtl .e-rowcell.e-fixedfreeze.e-freezeleftborder:not(.e-xlsel-right-border,.e-removefreezerightborder){border-right-width:1px}.e-grid.e-rtl .e-stackedheadercell.e-fixedfreeze.e-freezerightborder,.e-grid.e-rtl .e-rowcell.e-fixedfreeze.e-freezerightborder:not(.e-xlsel-left-border,.e-removefreezeleftborder){border-left-width:1px}.e-grid.e-rtl .e-summarycell.e-rightfreeze.e-freezerightborder,.e-grid.e-rtl .e-summarycell.e-fixedfreeze.e-freezeleftborder{border-left-width:0}.e-grid.e-rtl .e-summarycell.e-leftfreeze.e-freezeleftborder,.e-grid.e-rtl .e-summarycell.e-fixedfreeze.e-freezerightborder{border-right-width:0}.e-grid.e-rtl .e-filterbarcell,.e-grid.e-rtl .e-filterbarcelldisabled{border-width:1px 0 0}.e-grid.e-rtl .e-lastrowcell{border-width:1px 1px 1px 0}.e-grid.e-rtl .e-cloneproperties{border-width:1px 1px 2px}.e-grid.e-rtl tr td:first-child,.e-grid.e-rtl tr th:first-child{border-left-width:0}.e-grid.e-rtl.e-default.e-bothlines tr td:first-child:not(.e-summarycell,.e-freezeleftborder),.e-grid.e-rtl.e-default.e-bothlines tr th:first-child{border-left-width:1px}.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse,.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand{border-left-width:0}.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border,.e-rowcell-lastchild,.e-addfreezefirstchildborder),.e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell){border-left:0}.e-grid.e-rtl.e-default.e-verticallines tr th:last-child{border-left:1px solid}.e-grid.e-rtl.e-default .e-gridheader tr th:last-child,.e-grid.e-rtl.e-default .e-gridheader tr th:first-child{padding-left:21px;padding-right:21px}.e-grid.e-rtl.e-default th:first-child .e-grid.e-rtl.e-default .e-headercell,.e-grid.e-rtl.e-default .e-detailheadercell{border-width:0}.e-grid.e-rtl.e-default .e-rowcell{border-width:1px 0 0 0}.e-grid.e-rtl.e-default.e-verticallines .e-headercell,.e-grid.e-rtl.e-default.e-verticallines .e-rowcell,.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell,.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell{border-width:0 0 0 1px}.e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell){border-left-width:1px}.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader{border-right:0}.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell{border-left:1px solid}.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell{border-bottom:1px solid}.e-grid.e-rtl.e-default .e-stackedheadercell,.e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell{border-width:0 1px 1px 0}.e-grid.e-rtl.e-default .e-gridheader th.e-firstcell,.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell{border-left-width:0;border-right-width:1px}.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell{border-left-width:1px;border-right-width:0}.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader{border-left:0}.e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell{border-left:0;border-right:0}.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader{border-right:1px solid}.e-grid.e-rtl.e-default .e-detailcell,.e-grid.e-rtl.e-default.e-bothlines .e-detailcell{border-right-style:solid;border-right-width:1px;text-align:right}.e-grid.e-rtl .e-groupsort,.e-grid.e-rtl .e-ungroupbutton,.e-grid.e-rtl .e-toggleungroup{margin-left:0;margin-right:6px}.e-grid.e-rtl span.e-ungroupbutton.e-icons{margin-left:0;margin-right:6px;padding-top:0}.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell,.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-detailheadercell{border-width:0 0 0 1px}.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell,.e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader,.e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop{border-left:1px solid #e0e0e0;padding-left:3px}.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell{border-left:1px solid;border-right:0}.e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon:before{left:4px;position:relative}.e-grid.e-rtl:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell{border-bottom-style:solid;border-bottom-width:1px}.e-grid.e-rtl.e-bothlines .e-filterbarcell,.e-grid.e-rtl.e-bothlines .e-filterbarcelldisabled{border-width:1px 0 0 1px;border-top-width:1px}.e-grid.e-rtl.e-bothlines .e-rowcell,.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell{border-width:1px 0 0 1px}.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border){border-bottom-width:1px}.e-grid.e-rtl.e-verticallines .e-rowcell,.e-grid.e-rtl.e-verticallines .e-filterbarcell{border-width:1px 0 0 1px}.e-grid.e-rtl.e-hidelines .e-rowcell,.e-grid.e-rtl.e-hidelines .e-headercell,.e-grid.e-rtl.e-hidelines .e-detailheadercell,.e-grid.e-rtl.e-hidelines .e-filterbarcell{border-width:0}.e-grid.e-rtl.e-horizontallines .e-rowcell,.e-grid.e-rtl.e-horizontallines .e-filterbarcell{border-width:1px 0 0}.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border),.e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border),.e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border){border-bottom-width:1px}.e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell,.e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell{border-top-width:1px}.e-grid.e-rtl .e-groupheadercell .e-icons:before{display:inline-block}.e-grid.e-rtl .e-groupheadercell .e-cancel{padding-left:23px;padding-right:0;padding-top:2px}.e-grid.e-rtl .e-groupheadercell,.e-grid.e-rtl .e-groupheadercell:hover{float:right;margin-left:10px;margin-right:18px;padding:0 9px 0 6px}.e-grid.e-rtl .e-groupdroparea{text-align:right}.e-grid.e-rtl .e-ungroupbutton{float:left}.e-grid.e-rtl .e-gridcontent table tr:not(.e-summaryrow) td.e-indentcell{border-style:solid;border-width:0 0 0 1px}.e-grid.e-rtl .e-defaultcell.e-ralign,.e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign,.e-grid.e-rtl .e-defaultcell.e-ralign:focus,.e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus{padding-left:10px}.e-grid.e-rtl .e-detailindentcell{border-left-style:solid;border-left-width:1px;border-right-width:0}.e-grid.e-rtl .e-filtermenudiv{float:left;margin:-18px 0 -18px -11px;padding:6px}.e-grid:not(.sf-grid).e-rtl.e-default:not(.e-verticallines):not(.e-bothlines) table th[rowspan]{border-width:0 1px 0 0}.e-grid:not(.sf-grid).e-rtl.e-default table th[rowspan].e-leftfreeze.e-freezeleftborder{border-left-width:2px}.e-grid:not(.sf-grid).e-rtl.e-default table th[rowspan].e-rightfreeze.e-freezerightborder{border-right-width:2px}.e-grid:not(.sf-grid).e-rtl.e-default table th[rowspan].e-fixedfreeze.e-freezeleftborder{border-right-width:1px}.e-grid:not(.sf-grid).e-rtl.e-default table th[rowspan].e-fixedfreeze.e-freezerightborder{border-left-width:1px}.e-grid.e-wrap .e-rowcell,.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-grid.e-wrap .e-columnheader .e-headercelldiv,.e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv{height:Auto;line-height:18px;overflow-wrap:break-word;text-overflow:clip;white-space:normal;word-wrap:break-word}.e-grid.e-wrap .e-cloneproperties.e-draganddrop.e-grid .e-rowcell{white-space:nowrap}.e-grid.e-wrap .e-stackedheader .e-columnheader :not(.e-columnsheader) .e-stackedheadercelldiv,.e-grid.e-wrap .e-stackedheader .e-columnheader :not(.e-columnsheader) .e-headercelldiv{max-height:36px}.e-grid.e-wrap .e-checkbox-wrapper{vertical-align:middle}.e-grid.e-wrap .e-columnheader .e-headercelldiv,.e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv{margin-bottom:2px;margin-top:0}.e-grid.e-wrap .e-columnheader .e-filtermenudiv,.e-grid.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv{line-height:14px;margin:-24px -5px -12px 8px}.e-grid.e-wrap .e-columnheader .e-sortfilterdiv{margin:-18px 10px}.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv{margin:-18px 5px}.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv{margin:-20px 18px}.e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv{margin:-20px 14px}.e-grid.e-wrap .e-columnheader .e-icon-group:before{display:inline-block}.e-grid.e-wrap.e-rtl .e-columnheader .e-filtermenudiv,.e-grid.e-wrap.e-rtl .e-columnheader .e-sortfilterdiv .e-filtermenudiv{margin:-22px 0 -18px -15px}.e-grid .e-columnheader.e-wrap .e-headercelldiv,.e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv{margin-bottom:2px;margin-top:0}.e-grid .e-columnheader.e-wrap .e-filtermenudiv,.e-grid .e-columnheader.e-wrap .e-sortfilterdiv .e-filtermenudiv{line-height:14px}.e-grid .e-columnheader.e-wrap .e-headercelldiv,.e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv,.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv{height:Auto;line-height:18px;overflow-wrap:break-word;text-overflow:clip;white-space:normal;word-wrap:break-word}.e-grid .e-columnheader.e-wrap .e-sortfilterdiv{margin:-18px 10px}.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv{margin:-18px 5px}.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv{margin:-20px 18px}.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv{margin:-20px 14px}.e-grid .e-columnheader.e-wrap .e-icon-group:before{display:inline-block}.e-grid .e-gridcontent.e-wrap .e-rowcell{height:Auto;line-height:18px;overflow-wrap:break-word;text-overflow:clip;white-space:normal;word-wrap:break-word}.e-grid .e-stackedheadercelldiv{overflow:hidden;text-overflow:ellipsis}.e-grid.e-responsive .e-rowcell.e-gridclip,.e-grid.e-responsive .e-gridclip .e-headercelldiv,.e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv{text-overflow:clip}.e-grid .e-clipboard{cursor:default;height:1px;left:-1000px;overflow:hidden;position:fixed;resize:none;top:-1000px;width:1px}.e-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder,.e-freezeleftborder),.e-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder,.e-freezeleftborder),.e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder,.e-freezeleftborder),.e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder,.e-freezeleftborder){border-left:0;border-right:0;border-top:0}.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell,.e-freezerightborder,.e-freezeleftborder),.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell,.e-freezerightborder,.e-freezeleftborder){border-right:0}.e-grid:not(.sf-grid).e-resize-lines.e-default table th[rowspan]:not(.e-freezerightborder,.e-freezeleftborder),.e-grid:not(.sf-grid).e-resize-lines.e-rtl.e-default table th[rowspan]:not(.e-freezerightborder,.e-freezeleftborder){border-left:0}.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor{border-left:0}.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,.e-grid.e-resize-lines tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,.e-grid.e-resize-lines tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor{border-right:0}.e-grid:not(.sf-grid).e-resize-lines.e-rtl.e-default table th[rowspan]{border-right:0}.e-grid.sf-grid .e-indentcell.e-hide-padding{padding:0}.e-grid.sf-grid .e-dialog .e-gridform .e-table .e-rowcell.e-adaptive-align-left{text-align:left;padding:6px}.e-grid.sf-grid .e-dialog .e-gridform .e-table .e-rowcell.e-adaptive-align-right{text-align:right;padding:6px}.e-grid.sf-grid span.e-ungroupbutton.e-icons{margin-left:6px}.e-grid.sf-grid span.e-ungroupbutton.e-icons.e-ungroupbutton-hidden{display:none}.e-grid.sf-grid .e-movablescrollbar,.e-grid.sf-grid .e-movablescrollbar .e-movablechild{min-height:17px;max-height:17px}.e-grid.sf-grid .e-summarycontent.e-summary-frozen{display:inherit}.e-grid.sf-grid .e-table.e-masked-table{position:absolute;z-index:5;border-collapse:separate;border-spacing:.25px}.e-grid.sf-grid .e-dlg-content .columndiv{width:100%}.e-grid.sf-grid .e-dlg-content .columndiv .e-responsivecoldiv .e-filter-icon{font-size:16px}.e-grid.sf-grid .e-dlg-content .columndiv .e-icons.e-resascending-icon.e-btn-icon,.e-grid.sf-grid .e-dlg-content .columndiv .e-icons.e-resdescending-icon.e-btn-icon{float:none}.e-grid.sf-grid .e-table.e-inline-edit{border-collapse:separate;border-spacing:.25px}.e-grid.sf-grid .e-rowdragdrop{border-width:1px 0 0 0;border-color:#e0e0e0}.e-grid.sf-grid .e-label.e-fltrcheck.e-wrapfilter{width:150px;white-space:normal}.e-grid.sf-grid .e-label.e-choosercheck.e-checkboxwrap{width:140px;white-space:normal}.e-grid.sf-grid .e-rowcell.e-frozen-right-border,.e-grid.sf-grid .e-headercell.e-frozen-right-border,.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border{border-right:2px solid rgba(227,22,91,.6)}.e-grid.sf-grid .e-rowcell.e-frozen-left-border,.e-grid.sf-grid .e-headercell.e-frozen-left-border,.e-grid.sf-grid .e-filterbarcell.e-frozen-left-border{border-left:2px solid rgba(227,22,91,.6)}.e-grid.sf-grid .e-rowcell.e-freezeline{position:relative}.e-grid.sf-grid .e-rowcell .e-frozen-right-cursor,.e-grid.sf-grid .e-rowcell .e-frozen-fixedright-cursor,.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor,.e-grid.sf-grid .e-rowcell .e-frozen-fixedleft-cursor{cursor:move;height:100%;position:absolute;top:0;width:4px}.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor,.e-grid.sf-grid .e-rowcell .e-frozen-fixedright-cursor{right:0}.e-grid.sf-grid .e-rowcell .e-frozen-right-cursor,.e-grid.sf-grid .e-rowcell .e-frozen-fixedleft-cursor{left:0}.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor.e-frozen-resize-cursor{right:3px}.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-fixedright-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-fixedleft-cursor{cursor:move;height:100%;position:absolute;top:0;width:4px}.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-fixedright-cursor{right:0}.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-fixedleft-cursor{left:0}.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor.e-frozen-resize-cursor{right:3px}.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor){left:3px}.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-fixedright-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-fixedleft-cursor{cursor:move;height:100%;position:absolute;top:0;width:4px}.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-fixedright-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor{right:0}.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-fixedleft-cursor{left:0}.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor.e-frozen-resize-cursor{right:3px}.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor){left:3px}.e-grid.sf-grid .e-frozen-helper{border-left:2px solid rgba(227,22,91,.6);cursor:move;position:absolute;z-index:2}.e-grid.sf-grid .e-content.e-freezeline-moving{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow,.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual{margin-top:1px}.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow,.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual{margin-top:-1px}.e-grid.sf-grid .e-masked-cell.e-rowcell.e-rowcell-center{text-align:center}.e-grid.sf-grid .e-masked-cell.e-rowcell.e-rowcell-Left{text-align:left}.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell{background-color:#0000001a;display:inline-block;height:10px;width:80%}.e-grid.sf-grid .e-gridcontent .e-content{overflow-y:auto}.e-grid.sf-grid .e-gridcontent .e-content.e-yscroll{overflow-y:scroll}.e-grid.sf-grid .e-gridcontent .e-content.e-noscroll{overflow-y:hidden}.e-grid.sf-grid .e-gridcontent .e-content,.e-grid.sf-grid .e-detailrowcollapse.e-dragborder,.e-grid.sf-grid .e-detailrowexpand.e-dragborder{position:relative}.e-grid.sf-grid .e-label.e-fltrcheck,.e-grid.sf-grid .e-label.e-choosercheck{width:0}.e-grid.sf-grid .e-checkboxlist .e-fltrcheck,.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck{white-space:nowrap}.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl){text-align:left}.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader){border-width:0 0 0 1px}.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),.e-grid.sf-grid .e-device .e-gridheader table th:not([rowspan="1"]){padding-bottom:13px;vertical-align:bottom}.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-rightfreeze.e-freezerightborder,.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder{border-right-width:2px}.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder,.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-rightfreeze.e-freezerightborder{border-left-width:2px}.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder,.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezeleftborder{border-left-width:1px}.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezeleftborder,.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder{border-right-width:1px}.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader){border-width:0 1px 0 0}.e-grid.sf-grid.e-resize-lines.e-default table th:not([rowspan="1"]):not(.e-freezerightborder,.e-freezeleftborder),.e-grid.sf-grid.e-resize-lines.e-rtl.e-default table th:not([rowspan="1"]):not(.e-freezerightborder,.e-freezeleftborder){border-left:0}.e-grid.sf-grid.e-resize-lines.e-rtl.e-default table th:not([rowspan="1"]){border-right:0}.e-grid.sf-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell{border-bottom-style:solid;border-bottom-width:1px}.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell,.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell{border-width:0 0 0 1px}.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder,.e-freezeleftborder),.e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder,.e-freezeleftborder),.e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder,.e-freezeleftborder),.e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder,.e-freezeleftborder){border-left:0;border-right:0;border-top:0}.e-grid.sf-grid.e-default.e-bothlines .e-headercell,.e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell{border-width:0 0 0 1px}.e-grid.sf-grid.e-default.e-bothlines .e-headercell.e-leftfreeze.e-freezeleftborder,.e-grid.sf-grid.e-default.e-verticallines .e-headercell.e-leftfreeze.e-freezeleftborder{border-right-width:2px}.e-grid.sf-grid.e-default.e-bothlines .e-headercell.e-rightfreeze.e-freezerightborder,.e-grid.sf-grid.e-default.e-verticallines .e-headercell.e-rightfreeze.e-freezerightborder{border-left-width:2px}.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell{border-bottom-style:solid;border-bottom-width:1px;border-left-style:solid;border-left-width:1px}.e-grid-min-height .e-rowcell,.e-grid-min-height .e-icon-grightarrow,.e-grid-min-height .e-icon-gdownarrow{line-height:0;padding-bottom:0;padding-top:0}.e-grid-min-height .e-gridheader .e-headercell,.e-grid-min-height .e-gridheader .e-detailheadercell,.e-grid-min-height .e-gridheader .e-headercell:not(.e-fltr-icon,.e-sort-icon) .e-headercelldiv{height:auto}.e-grid-min-height .e-gridcontent .e-groupcaption{line-height:normal;padding:0 .7em}.e-grid-min-height .e-summarycell{line-height:normal;padding:0 8px}.e-grid-min-height .e-grid-height .e-rowcell{line-height:20px;padding:8px 21px}.e-grid-min-height .e-grid-height .e-gridheader .e-headercell,.e-grid-min-height .e-grid-height .e-gridheader .e-detailheadercell,.e-grid-min-height .e-grid-height .e-gridheader .e-headercell .e-headercelldiv{height:29px}.e-grid-min-height .e-grid-height .e-gridcontent .e-groupcaption{line-height:20px;padding:0 .7em}.e-grid-min-height .e-grid-height .e-summarycell{line-height:18px;padding:8px 21px}.e-device.e-grid-min-height .e-grid-height .e-rowcell{padding:8px 12px}.e-device.e-grid-min-height .e-grid-height .e-rowcell:first-child{padding:8px 12px 8px 16px}.e-device.e-grid-min-height .e-grid-height .e-rowcell:last-child{padding:8px 16px 8px 12px}.e-device.e-grid-min-height .e-rowcell,.e-device.e-grid-min-height .e-rowcell:first-child,.e-device.e-grid-min-height .e-rowcell:last-child{padding-bottom:0;padding-top:0}.e-rtl .e-grid .e-headercell,.e-rtl .e-grid .e-detailheadercell,.e-rtl .e-grid .e-headercelldiv,.e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv{text-align:right}.e-edit-dialog .e-gridform .e-table{border-collapse:separate;border-spacing:11px;width:100%}.e-edit-dialog .e-dlg-content{position:relative}.e-grid-toolbarmenu .e-responsivetoolbar-menu .e-menu-item.e-focused{background-color:transparent!important}.e-ddl.e-popup.e-popup-flmenu .e-dropdownbase,.e-ddl.e-popup.e-popup-flbar .e-dropdownbase{max-height:298px!important}@-moz-document url-prefix(){.e-grid-min-height .e-rowcell,.e-grid-min-height .e-icon-grightarrow,.e-grid-min-height .e-icon-gdownarrow{line-height:normal}.e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table{border-spacing:0!important}.e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell{line-height:1}}@supports (font: -apple-system-body){.e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table{border-spacing:0!important}}.e-grid .e-icons:not(.e-btn-icon,.e-check,.e-stop),.e-grid-popup .e-icons:not(.e-btn-icon,.e-check,.e-stop){color:#000}.e-grid .e-ftrchk.e-chkfocus,.e-grid .e-menu-item.e-menufocus,.e-grid li.e-cclist.e-colfocus,.e-grid-popup .e-ftrchk.e-chkfocus,.e-grid-popup .e-menu-item.e-menufocus,.e-grid-popup li.e-cclist.e-colfocus{background-color:#eee}.e-grid .e-ccdlg .e-footer-content,.e-grid-popup .e-ccdlg .e-footer-content{border-color:#0000001f;opacity:1}.e-grid .e-ccdlg .e-cc-searchdiv,.e-grid-popup .e-ccdlg .e-cc-searchdiv{border-color:#212121}.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus,.e-grid-popup .e-ccdlg .e-cc-searchdiv.e-input-focus{border-color:#ff4081}.e-grid{border-color:#e0e0e0}.e-grid .e-content{background-color:#fff}.e-grid .e-gridpopup span:hover,.e-grid .e-gridpopup .e-spanclicked{color:#000}.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon){color:#000}.e-grid .e-table{background-color:#fff}.e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell){-webkit-box-shadow:0 0 0 1px #9e9e9e inset;box-shadow:0 0 0 1px #9e9e9e inset}.e-grid .e-addedrow .e-normaledit .e-rowcell.e-focused{-webkit-box-shadow:none;box-shadow:none}.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),.e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item,.e-xlsel-top-border,.e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border){border-color:#9e9e9e}.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow){color:#212121}.e-grid .e-gridheader .e-headercontent .e-icon-reorderuparrow,.e-grid .e-gridheader .e-headercontent .e-icon-reorderdownarrow{color:#212121}.e-grid .e-groupdroparea .e-icons{color:#fff}.e-grid.e-rtl .e-tableborder,.e-grid tr th.e-firstcell{border-left-color:#e0e0e0}.e-grid tr th.e-firstcell,.e-grid .e-tableborder{border-right-color:#e0e0e0}.e-grid .e-xlselaf,.e-grid .e-autofill{background-color:#e3165b}.e-grid .e-autofill,.e-grid .e-xlselaf,.e-grid .e-xlsel{border-color:#e3165b;z-index:1}.e-grid .e-autofill.e-freeze-autofill{z-index:5}.e-grid .e-xlsel{background-color:transparent;border-style:solid;pointer-events:none;position:absolute}.e-grid .e-xlselaf{position:absolute;z-index:3}.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-groupcaption.e-dragborder,.e-grid .e-gridcontent .e-summarycell.e-dragborder,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid .e-gridheader thead tr th.e-firstrowdragborder,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder{-webkit-box-shadow:0 2px 0 0 #e3165b;box-shadow:0 2px #e3165b;z-index:5}.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,.e-grid .e-gridcontent .e-rowcell.e-dragborder.e-fixedfreeze,.e-grid .e-gridcontent .e-groupcaption.e-dragborder.e-fixedfreeze,.e-grid .e-gridcontent .e-summarycell.e-dragborder.e-fixedfreeze,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-fixedfreeze,.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .e-groupcaption.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .e-summarycell.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-rightfreeze,.e-grid .e-gridcontent .tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent .e-rowcell.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent .e-groupcaption.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent .e-summarycell.e-dragborder.e-leftfreeze,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-fixedfreeze,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-rightfreeze,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder.e-leftfreeze,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder.e-leftfreeze,.e-grid .e-gridheader thead tr th.e-firstrowdragborder.e-leftfreeze,.e-grid .e-gridheader thead tr th.e-firstrowdragborder.e-rightfreeze,.e-grid .e-gridheader thead tr th.e-firstrowdragborder.e-fixedfreeze{z-index:6}.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridcontent .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridcontent .e-groupcaption.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridcontent .e-summarycell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid .e-gridheader thead tr th.e-firstrowdragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze),.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder:not(.e-leftfreeze,.e-rightfreeze,.e-fixedfreeze){position:relative}.e-grid .e-gridheader{background-color:#fff;color:#0000008a;border-bottom-color:#e0e0e0;border-top-color:#e0e0e0}.e-grid .e-gridcontent tr:first-child td{border-top-color:transparent}.e-grid .e-gridcontent tr:first-child td.e-xlsel-top-border{border-top-color:#e3165b}.e-grid th.e-headercell[aria-sort=ascending]:not(.e-columnselection) .e-headertext,.e-grid th.e-headercell[aria-sort=descending]:not(.e-columnselection) .e-headertext,.e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv,.e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv{color:#000;opacity:1}.e-grid .e-verticallines tr th,.e-grid .e-grouptopleftcell,.e-grid .e-rowdragheader,.e-grid .e-gridpopup .e-content,.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled,.e-grid.e-default .e-grouptopleftcell,.e-grid.e-default .e-rowdragheader,.e-grid .e-headercell,.e-grid .e-summarycell,.e-grid .e-detailheadercell,.e-grid [aria-selected]+tr .e-detailindentcell,.e-grid.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader,.e-grid .e-filterbarcell input,.e-grid .e-headercontent,.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell,.e-grid.e-default.e-horizontallines .e-grouptopleftcell,.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell,.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell{border-color:#e0e0e0}.e-grid .e-headercell,.e-grid .e-detailheadercell,.e-grid .e-gridcontent{background-color:#fff}.e-grid .e-gridfooter,.e-grid .e-gridfooter .e-leftfreeze,.e-grid .e-gridfooter .e-rightfreeze,.e-grid .e-gridfooter .e-fixedfreeze{background-color:#f6f6f6}.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd){color:#000000de}.e-grid .e-summaryrow .e-summarycell,.e-grid .e-summaryrow .e-templatecell,.e-grid .e-summarycontent .e-indentcell,.e-grid .e-indentcell.e-detailindentcelltop,.e-grid .e-groupfooterrow.e-summaryrow .e-indentcell.e-indentcelltop{background-color:#f6f6f6;border-color:#e0e0e0;color:#0000008a}.e-grid .e-rowcell,.e-grid .e-groupcaption,.e-grid .e-indentcell,.e-grid .e-recordplusexpand,.e-grid .e-recordpluscollapse,.e-grid .e-rowdragdropcell,.e-grid .e-detailrowcollapse,.e-grid .e-detailrowexpand,.e-grid .e-detailindentcell,.e-grid .e-detailcell,.e-grid .e-emptyrow.e-show-added-row .e-lastrowcell{border-color:#e0e0e0}.e-grid .e-xlsel-bottom-border{border-bottom-color:#e3165b}.e-grid .e-xlsel-right-border,.e-grid.e-lib:not(.e-rtl) .e-filterbarcell.e-fixedfreeze.e-freezerightborder,.e-grid:not(.e-rtl) .e-filterbarcell.e-fixedfreeze.e-freezerightborder,.e-grid.e-lib:not(.e-rtl) .e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder),.e-grid:not(.e-rtl) .e-fixedfreeze.e-freezerightborder:not(.e-removefreezerightborder),.e-grid.e-lib .e-leftfreeze.e-freezeleftborder,.e-grid .e-leftfreeze.e-freezeleftborder,.e-grid.e-rtl .e-rightfreeze.e-freezerightborder,.e-grid.e-rtl .e-filterbarcell.e-fixedfreeze.e-freezeleftborder,.e-grid.e-rtl .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezerightborder){border-right-color:#e3165b}.e-grid .e-rowcell .e-frozen-default-cursor,.e-grid .e-gridheader .e-headercell .e-frozen-default-cursor,.e-grid .e-gridheader .e-filterbarcell .e-frozen-default-cursor,.e-grid.e-rtl .e-leftfreeze.e-freezeleftborder,.e-grid.e-rtl .e-filterbarcell.e-fixedfreeze.e-freezerightborder,.e-grid.e-rtl .e-fixedfreeze.e-freezerightborder:not(.e-removefreezeleftborder),.e-grid.e-lib:not(.e-rtl) .e-rightfreeze.e-freezerightborder,.e-grid:not(.e-rtl) .e-rightfreeze.e-freezerightborder,.e-grid.e-lib:not(.e-rtl) .e-filterbarcell.e-fixedfreeze.e-freezeleftborder,.e-grid:not(.e-rtl) .e-filterbarcell.e-fixedfreeze.e-freezeleftborder,.e-grid.e-lib:not(.e-rtl) .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder),.e-grid:not(.e-rtl) .e-fixedfreeze.e-freezeleftborder:not(.e-removefreezeleftborder),.e-grid .e-xlsel-left-border{border-left-color:#e3165b}.e-grid .e-xlsel-top-border{border-top-color:#e3165b}.e-grid .e-leftfreeze:not(.e-summarycell,.e-indentcell,.e-updatedtd,.e-selectionbackground,.e-columnselection,.e-groupcaption,.e-cellselectionbackground,.e-active),.e-grid .e-rightfreeze:not(.e-summarycell,.e-updatedtd,.e-selectionbackground,.e-columnselection,.e-groupcaption,.e-cellselectionbackground,.e-active),.e-grid .e-fixedfreeze:not(.e-summarycell,.e-selectionbackground,.e-updatedtd,.e-columnselection,.e-groupcaption,.e-cellselectionbackground,.e-active){background-color:#fff}.e-grid .e-gridcontent .e-groupcaptionrow .e-leftfreeze.e-groupcaption,.e-grid .e-gridcontent .e-groupcaptionrow .e-leftfreeze.e-recordplusexpand,.e-grid .e-gridcontent .e-groupcaptionrow .e-leftfreeze.e-recordpluscollapse,.e-grid .e-gridcontent .e-groupcaptionrow .e-leftfreeze.ee-indentcell{background-color:#fafafa}.e-grid.e-gridhover .e-frozenhover:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover:not(.e-rowdrag) .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover:not(.e-rowdrag) .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover .e-row.e-addedrow:not(.e-disable-gridhover):not(.e-detailrow):hover .e-dragindentcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell){background-color:#eee;color:#000}.e-grid .e-row:hover .e-rowdragdrop{cursor:move}.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop{cursor:not-allowed}.e-grid .e-sortnumber{background-color:#bbbdc0;color:#000}.e-grid.e-gridhover .e-frozenhover{color:#000}.e-grid .e-col-menu.e-filter-popup{-webkit-box-shadow:0 8px 10px 0 rgba(0,0,0,.24);box-shadow:0 8px 10px #0000003d}.e-grid td.e-active,.e-grid td.e-active .e-icon-rowdragicon:before{color:#000}.e-grid td.e-active,.e-grid .e-columnselection{background:#e0e0e0}.e-grid td.e-cellselectionbackground{background:#e0e0e0;color:#000}.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled{background-color:#fff;background-image:none}.e-grid .e-filtered:before{color:#e3165b}.e-grid .e-gridpopup .e-content{background-color:#fff}.e-grid .e-gridpopup .e-downtail:after{border-top-color:#fff}.e-grid .e-gridpopup .e-uptail:after{border-bottom-color:#fff}.e-grid .e-cloneproperties{background-color:#eee;border-color:#e0e0e0;color:#0000008a}.e-grid .e-rhelper{background-color:#000;cursor:col-resize;opacity:.87}.e-grid.e-device .e-rcursor:before{border-right-color:#000;opacity:.87}.e-grid.e-device .e-rcursor:after{border-left-color:#000;opacity:.87}.e-grid.e-resize-lines .e-headercell .e-rhandler,.e-grid.e-resize-lines .e-headercell .e-rsuppress{border-right:1px solid #e0e0e0}.e-grid.e-resize-lines .e-focused .e-rhandler,.e-grid.e-resize-lines .e-focused .e-rsuppress{border:0 none}.e-grid.e-resize-lines .e-headercell.e-stackedheadercell:not(.e-freezerightborder,.e-freezeleftborder){border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell,.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler,.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress{border-left:1px solid #e0e0e0;border-right-width:0}.e-grid.e-rtl.e-resize-lines .e-focused .e-rhandler,.e-grid.e-rtl.e-resize-lines .e-focused .e-rsuppress{border:0 none}.e-grid .e-cloneproperties.e-draganddrop{-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,.26);box-shadow:0 3px 8px #00000042;opacity:.95;overflow:visible}.e-grid .e-row .e-dragstartrow:before,.e-grid .e-row .e-selectionbackground .e-dragstartrow:before{color:#e3165b}.e-grid .e-griddragarea{background-color:#eee;border-color:#eee;color:#000}.e-grid .e-groupdroparea{background-color:#e8eaf6;border-top-color:#e0e0e0;color:#000}.e-grid .e-groupdroparea.e-hover{background-color:#c5cae9}.e-grid .e-groupdroparea.e-grouped{background-color:#7986cb}.e-grid .e-groupheadercell{background-color:#3f51b5;border-color:#e0e0e0;border-radius:12px;color:#fff}.e-grid .e-groupheadercell:hover{background-color:#3f51b5;border-color:#000}.e-grid .e-ungroupbutton:hover{color:#fff;opacity:1}.e-grid .e-ungroupbutton{opacity:.7}.e-grid .e-summarycell{color:#0000008a}.e-grid .e-summarycell,.e-grid .e-groupcaption,.e-grid .e-indentcell,.e-grid .e-recordplusexpand,.e-grid .e-recordpluscollapse{background-color:#fafafa;color:#000}.e-grid .e-rowdragheader,.e-grid .e-grouptopleftcell{background-color:#fff}.e-grid .e-gridpopup .e-uptail:before,.e-grid .e-gridpopup .e-uptail,.e-grid .e-stackedheadercell{border-bottom-color:#e0e0e0}.e-grid td.e-updatedtd{background-color:#d7f9c7;color:#000}.e-grid .e-gridpopup .e-downtail:before,.e-grid .e-gridpopup .e-downtail,.e-grid .e-gridcontent table tbody .e-normaledit .e-rowcell{border-top-color:#e0e0e0}.e-grid .e-gridcontent table tbody .e-normaledit.e-edit-frozen{position:relative}.e-grid.e-resize-lines .e-filterbarcell,.e-grid.e-rtl.e-resize-lines .e-filterbarcell,.e-grid .e-gridcontent table tbody tr:not(:first-child) .e-normaledit .e-dragindentcell,.e-grid .e-gridcontent table tbody tr:not(:first-child) .e-normaledit .e-detailrowcollapse,.e-grid .e-gridheader table tbody .e-normaledit .e-dragindentcell,.e-grid .e-gridheader table tbody .e-normaledit .e-detailrowcollapse{border-top:1px solid #e0e0e0}.e-grid .e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell{border-top:0 solid #e0e0e0}.e-grid .e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell{border-bottom:0}.e-grid .e-cloneproperties.e-draganddrop .e-rowcell{color:#000}.e-grid .e-cloneproperties.e-draganddrop .e-rowcell.e-focused{-webkit-box-shadow:none;box-shadow:none}.e-grid .e-cloneproperties.e-draganddrop table,.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground{background-color:#eee;height:30px}.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell),.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell,.e-grid.e-rtl.e-default.e-verticallines tr th:last-child,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell,.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell{border-color:#e0e0e0}.e-grid.e-rtl .e-filterbardropdown{margin-left:15px}.e-grid.sf-grid .e-gridfooter .e-summarycontent{border-right:0 #e0e0e0 solid}.e-grid.sf-grid .e-ccheck.e-colfocus{background-color:#eee}.e-grid.sf-grid .e-ccheck.e-cchooser-chk{padding:5px 0}.e-grid.sf-grid .e-hide{display:none}.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse{background-color:#fafafa}.e-print-offscreen{position:absolute;top:-9999px;left:-9999px}.e-tooltip-wrap.e-griderror,.e-control.e-tooltip-wrap.e-popup.e-griderror{background-color:#fcdbe4;border-color:#fcdbe4}.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top,.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top{border-bottom:8px solid #fcdbe4;color:#fcdbe4}.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom,.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom{border-top:8px solid #fcdbe4;color:#fcdbe4}.e-tooltip-wrap.e-griderror .e-tip-content,.e-tooltip-wrap.e-griderror .e-tip-content label{color:#f44336}.e-tooltip-wrap.e-griderror .e-tip-content .e-error{display:block}.e-dropitemscount{background-color:#e3165b;color:#fff}.e-filterbaroperator.e-dropdownlist{position:absolute}.e-filterbardropdown:not(.e-rtl){margin-right:15px}.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown{border:transparent}.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown:active,.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown.e-input-focus{-webkit-box-shadow:none;box-shadow:none}.e-bigger .e-grid .e-dialog.e-checkboxfilter,.e-bigger .e-grid .e-dialog.e-flmenu,.e-grid-popup.e-bigger .e-dialog.e-checkboxfilter,.e-grid-popup.e-bigger .e-dialog.e-flmenu,.e-bigger .e-grid-popup .e-dialog.e-checkboxfilter,.e-bigger .e-grid-popup .e-dialog.e-flmenu{min-width:260px}.e-bigger .e-grid .e-dialog.e-checkboxfilter,.e-grid-popup.e-bigger .e-dialog.e-checkboxfilter,.e-bigger .e-grid-popup .e-dialog.e-checkboxfilter{min-height:340px}.e-bigger .e-grid .e-flmenu-valuediv,.e-grid-popup.e-bigger .e-flmenu-valuediv,.e-bigger .e-grid-popup .e-flmenu-valuediv{padding:24px 0 0}.e-bigger .e-grid .e-checkboxfilter .e-dlg-content,.e-grid-popup.e-bigger .e-checkboxfilter .e-dlg-content,.e-bigger .e-grid-popup .e-checkboxfilter .e-dlg-content{padding-left:11px}.e-bigger .e-grid .e-checkboxfilter .e-ftrchk,.e-bigger .e-grid .e-checkboxfilter .e-searchbox,.e-grid-popup.e-bigger .e-checkboxfilter .e-ftrchk,.e-grid-popup.e-bigger .e-checkboxfilter .e-searchbox,.e-bigger .e-grid-popup .e-checkboxfilter .e-ftrchk,.e-bigger .e-grid-popup .e-checkboxfilter .e-searchbox{padding-left:13px}.e-bigger .e-grid.e-rtl .e-checkboxfilter .e-dlg-content,.e-grid-popup.e-bigger.e-rtl .e-checkboxfilter .e-dlg-content,.e-bigger .e-grid-popup.e-rtl .e-checkboxfilter .e-dlg-content{padding-left:24px;padding-right:11px}.e-bigger .e-grid.e-rtl .e-checkboxfilter .e-ftrchk,.e-bigger .e-grid.e-rtl .e-checkboxfilter .e-searchbox,.e-grid-popup.e-bigger.e-rtl .e-checkboxfilter .e-ftrchk,.e-grid-popup.e-bigger.e-rtl .e-checkboxfilter .e-searchbox,.e-bigger .e-grid-popup.e-rtl .e-checkboxfilter .e-ftrchk,.e-bigger .e-grid-popup.e-rtl .e-checkboxfilter .e-searchbox{padding-left:0;padding-right:13px}.e-bigger .e-grid .e-ccdlg .e-dlg-content,.e-grid-popup.e-bigger .e-ccdlg .e-dlg-content,.e-bigger .e-grid-popup .e-ccdlg .e-dlg-content{margin:20px 0 0;padding:17px 24px 5px 12px}.e-bigger .e-grid .e-ccdlg .e-ccul-ele,.e-grid-popup.e-bigger .e-ccdlg .e-ccul-ele,.e-bigger .e-grid-popup .e-ccdlg .e-ccul-ele{padding:0}.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv,.e-grid-popup.e-bigger .e-ccdlg .e-cc-searchdiv,.e-bigger .e-grid-popup .e-ccdlg .e-cc-searchdiv{padding-left:6px}.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard,.e-grid-popup.e-bigger .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard,.e-bigger .e-grid-popup .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard{padding-left:12px}.e-bigger .e-grid .e-ccdlg li.e-cclist,.e-grid-popup.e-bigger .e-ccdlg li.e-cclist,.e-bigger .e-grid-popup .e-ccdlg li.e-cclist{padding:11px 0}.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv,.e-grid-popup.e-bigger .e-ccdlg .e-toolbar .e-ccdiv,.e-bigger .e-grid-popup .e-ccdlg .e-toolbar .e-ccdiv{margin-top:0}.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv,.e-grid-popup.e-bigger .e-ccdlg .e-cc-searchdiv,.e-bigger .e-grid-popup .e-ccdlg .e-cc-searchdiv{padding-left:0;padding-right:6px}.e-bigger .e-grid,.e-grid.e-bigger{font-size:13px}.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop){font-size:10px}.e-bigger .e-grid .e-row .e-icon-rowdragicon:before,.e-grid.e-bigger .e-row .e-icon-rowdragicon:before{font-size:10px}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper.e-responsive-right,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper.e-responsive-right{padding-right:5px}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group{width:100%}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper{padding:5px 6px}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search{width:100%}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group-icon.e-icons.e-sicon.e-clear-icon,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group-icon.e-icons.e-sicon.e-clear-icon{margin:13px 14px 5px 0}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon:before,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon:before{font-size:17px}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon{padding-left:0}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper:has(.e-input-group),.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper:has(.e-input-group){padding:5px}.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper{padding-bottom:8px;padding-top:2px}.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon{min-width:20px}.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon{min-width:20px;margin:0 8px 0 0;padding:0}.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon:before,.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon:before{font-size:12px}.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon{min-width:20px;margin:6px 0 5px 6px;padding:0}.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons,.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons{font-size:18px}.e-bigger .e-grid .e-headercell,.e-grid.e-bigger .e-headercell{height:56px;padding:0 28px}.e-bigger .e-grid .e-gridheader .e-resizetable tr th:first-child,.e-grid.e-bigger .e-gridheader .e-resizetable tr th:first-child{padding-left:28px}.e-bigger .e-grid .e-gridheader .e-resizetable tr th:last-child,.e-grid.e-bigger .e-gridheader .e-resizetable tr th:last-child{padding-right:28px}.e-bigger .e-grid .e-gridcontent .e-resizetable tr td:first-child,.e-grid.e-bigger .e-gridcontent .e-resizetable tr td:first-child{padding-left:28px}.e-bigger .e-grid .e-gridcontent .e-resizetable tr td:last-child,.e-grid.e-bigger .e-gridcontent .e-resizetable tr td:last-child{padding-right:28px}.e-bigger .e-grid.e-grid-autofit .e-headercell,.e-grid.e-bigger.e-grid-autofit .e-headercell{padding:0 28px}.e-bigger .e-grid .e-headercelldiv,.e-grid.e-bigger .e-headercelldiv{height:29px;line-height:30px}.e-bigger .e-grid .e-headercell,.e-bigger .e-grid .e-headercelldiv,.e-bigger .e-grid .e-detailheadercell,.e-grid.e-bigger .e-headercell,.e-grid.e-bigger .e-headercelldiv,.e-grid.e-bigger .e-detailheadercell{font-size:12px}.e-bigger .e-grid .e-icons:not(.e-check,.e-stop),.e-grid.e-bigger .e-icons:not(.e-check,.e-stop){font-size:14px}.e-bigger .e-grid .e-gridheader thead .e-icons,.e-grid.e-bigger .e-gridheader thead .e-icons{font-size:16px}.e-bigger .e-grid .e-icon-gdownarrow,.e-grid.e-bigger .e-icon-gdownarrow,.e-bigger .e-grid .e-icon-grightarrow,.e-grid.e-bigger .e-icon-grightarrow,.e-bigger .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn,.e-grid.e-bigger .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn{font-size:12px}.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortnumber,.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortnumber{margin:7px 5px 0 2px}.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv{margin:-15px -4px}.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber,.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber{float:left;margin:7px 2px 0 5px}.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv{margin:-16px 4px}.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber,.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber{float:left;margin:7px 2px 0 5px}.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv{margin:-20px 8px}.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv .e-wrap .e-rightalign .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv .e-wrap .e-rightalign .e-sortfilterdiv{margin:-19px 2px -20px}.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv .e-wrap .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv .e-wrap .e-fltr-icon .e-sortfilterdiv{margin:-19px 18px -10px}.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv{margin:-15px 24px}.e-bigger .e-grid .e-gridheader tr th:last-child,.e-grid.e-bigger .e-gridheader tr th:last-child{padding-right:28px}.e-bigger .e-grid .e-gridheader tr th:first-child.e-filterbarcell,.e-bigger .e-grid .e-gridheader tr th:last-child.e-filterbarcell,.e-grid.e-bigger .e-gridheader tr th:first-child.e-filterbarcell,.e-grid.e-bigger .e-gridheader tr th:last-child.e-filterbarcell{padding-left:21px}.e-bigger .e-grid .e-gridheader tr th:first-child,.e-grid.e-bigger .e-gridheader tr th:first-child{padding-left:28px}.e-bigger .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,.e-grid.e-bigger.e-wrap .e-columnheader .e-sortfilterdiv{margin:-20px 8px}.e-bigger .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv{margin:-19px 18px -10px}.e-bigger .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv,.e-grid.e-bigger.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv{margin:-19px 2px -20px}.e-bigger .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortnumber,.e-grid.e-bigger.e-wrap .e-columnheader .e-fltr-icon .e-sortnumber{margin:2px 2px 0 5px}.e-bigger .e-grid.e-wrap.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-wrap.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber{margin:0 0 0 10px}.e-bigger .e-grid.e-wrap.e-rtl .e-columnheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger.e-wrap.e-rtl .e-columnheader .e-fltr-icon .e-sortfilterdiv{margin:-21px 4px -14px 16px}.e-bigger .e-grid.e-wrap.e-rtl .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv,.e-grid.e-bigger.e-wrap.e-rtl .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv{margin:-20px 4px -14px 16px}.e-bigger .e-grid .e-headercelldiv,.e-grid.e-bigger .e-headercelldiv{font-size:12px}.e-bigger .e-grid .e-headercelldiv:has(.e-hierarchycheckbox),.e-grid.e-bigger .e-headercelldiv:has(.e-hierarchycheckbox){overflow:visible}.e-bigger .e-grid .e-rowcell,.e-bigger .e-grid .e-summarycell,.e-bigger .e-grid .e-groupcaption,.e-grid.e-bigger .e-rowcell,.e-grid.e-bigger .e-summarycell,.e-grid.e-bigger .e-groupcaption{font-size:13px;padding:11px 28px}.e-bigger .e-grid .e-summarycell.e-lastrowcell,.e-grid.e-bigger .e-summarycell.e-lastrowcell{border-bottom-width:1px}.e-bigger .e-grid .e-rowcell:first-child,.e-bigger .e-grid .e-summarycell:first-child,.e-grid.e-bigger .e-rowcell:first-child,.e-grid.e-bigger .e-summarycell:first-child{padding-left:28px}.e-bigger .e-grid .e-rowcell:last-child,.e-bigger .e-grid .e-summarycell:last-child,.e-grid.e-bigger .e-rowcell:last-child,.e-grid.e-bigger .e-summarycell:last-child{padding-right:28px}.e-bigger .e-grid .e-filterbarcell,.e-bigger .e-grid .e-filterbarcelldisabled,.e-grid.e-bigger .e-filterbarcell,.e-grid.e-bigger .e-filterbarcelldisabled{height:56px;padding:0 28px}.e-bigger .e-grid .e-filterbarcell input,.e-grid.e-bigger .e-filterbarcell input{height:26px}.e-bigger .e-grid .e-filterbarcell input.e-checkbox,.e-grid.e-bigger .e-filterbarcell input.e-checkbox{height:1px}.e-bigger .e-grid .e-ftrchk,.e-grid.e-bigger .e-ftrchk{padding-bottom:13px;padding-top:13px}.e-bigger .e-grid .e-columnmenu,.e-grid.e-bigger .e-columnmenu{bottom:31px;top:35px}.e-bigger .e-grid.e-device.e-noselect,.e-grid.e-bigger.e-device.e-noselect{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-bigger .e-grid .e-filtermenudiv,.e-grid.e-bigger .e-filtermenudiv{margin:-18px -7px}.e-bigger .e-grid.e-wrap .e-filtermenudiv,.e-grid.e-bigger.e-wrap .e-filtermenudiv{margin:-25px -2px -12px 8px}.e-bigger .e-grid .e-sortfilterdiv,.e-grid.e-bigger .e-sortfilterdiv{margin:-17px 8px}.e-bigger .e-grid.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv{padding:0 .6em 0 1.15em}.e-bigger .e-grid .e-wrap .e-sortfilterdiv,.e-grid.e-bigger .e-wrap .e-sortfilterdiv{margin:-20px 8px}.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-bigger .e-grid .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv{margin:-12px 2px}.e-bigger .e-grid.e-wrap .e-rowcell,.e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv,.e-grid.e-bigger.e-wrap .e-rowcell,.e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv{line-height:18px}.e-bigger .e-grid .e-sortnumber,.e-grid.e-bigger .e-sortnumber{border-radius:65%;display:inline-block;float:right;text-align:center;font-size:9px;height:15px;line-height:16px;margin:7px 5px 0 2px;width:15px}.e-bigger .e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber{margin:6px 0 0 10px}.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,.e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv{margin:-17px 10px}.e-bigger .e-grid.e-rtl .e-filtermenudiv,.e-grid.e-bigger.e-rtl .e-filtermenudiv,.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv,.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv{margin:-20px 0 -18px -11px}.e-bigger .e-grid.e-rtl.e-wrap .e-filtermenudiv,.e-grid.e-bigger.e-rtl.e-wrap .e-filtermenudiv{margin:-25px 4px -14px -6px}.e-bigger .e-grid.e-rtl.e-wrap .e-rightalign .e-filtermenudiv,.e-grid.e-bigger.e-rtl.e-wrap .e-rightalign .e-filtermenudiv{margin:-25px 4px -14px -8px}.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,.e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,.e-bigger .e-grid.e-rtl .e-headercell.e-rightalign .e-headercelldiv .e-sortnumber,.e-bigger .e-grid.e-rtl .e-detailheadercell.e-rightalign .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-headercell.e-rightalign .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-detailheadercell.e-rightalign .e-headercelldiv .e-sortnumber{margin:6px 0 0 10px}.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv{margin:-17px 10px}.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv{margin:-17px 30px 0 14px}.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv{margin:-17px 14px}.e-bigger .e-grid.e-rtl .e-groupsort,.e-bigger .e-grid.e-rtl .e-ungroupbutton,.e-bigger .e-grid.e-rtl .e-toggleungroup,.e-grid.e-bigger.e-rtl .e-groupsort,.e-grid.e-bigger.e-rtl .e-ungroupbutton,.e-grid.e-bigger.e-rtl .e-toggleungroup{margin-left:0}.e-bigger .e-grid.e-rtl .e-groupheadercell,.e-bigger .e-grid.e-rtl .e-groupheadercell:hover,.e-grid.e-bigger.e-rtl .e-groupheadercell,.e-grid.e-bigger.e-rtl .e-groupheadercell:hover{margin:3px 24px 0 0;padding:0 12px 0 8px}.e-bigger .e-grid.e-rtl .e-device .e-groupheadercell,.e-grid.e-bigger.e-rtl .e-device .e-groupheadercell{padding:0 12px 0 8px}.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons,.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons{margin-left:0;margin-right:6px;margin-top:0;padding-left:0}.e-bigger .e-grid.e-rtl .e-headercell .e-frozen-right-cursor,.e-bigger .e-grid.e-rtl .e-headercell .e-frozen-fixedleft-cursor,.e-bigger .e-grid.e-rtl .e-headercell .e-frozen-left-cursor,.e-bigger .e-grid.e-rtl .e-headercell .e-frozen-fixedright-cursor,.e-grid.e-bigger.e-rtl .e-headercell .e-frozen-right-cursor,.e-grid.e-bigger.e-rtl .e-headercell .e-frozen-fixedleft-cursor,.e-grid.e-bigger.e-rtl .e-headercell .e-frozen-left-cursor,.e-grid.e-bigger.e-rtl .e-headercell .e-frozen-fixedright-cursor{left:0}.e-bigger .e-grid.e-rtl .e-headercell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor),.e-bigger .e-grid.e-rtl .e-headercell .e-frozen-left-cursor.e-frozn-resize-cursor,.e-grid.e-bigger.e-rtl .e-headercell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor),.e-grid.e-bigger.e-rtl .e-headercell .e-frozen-left-cursor.e-frozn-resize-cursor{left:3px}.e-bigger .e-grid.e-rtl .e-filterbarcell .e-frozen-fixedright-cursor,.e-bigger .e-grid.e-rtl .e-filterbarcell .e-frozen-left-cursor,.e-bigger .e-grid.e-rtl .e-filterbarcell .e-frozen-fixedleft-cursor,.e-bigger .e-grid.e-rtl .e-filterbarcell .e-frozen-right-cursor,.e-grid.e-bigger.e-rtl .e-filterbarcell .e-frozen-fixedright-cursor,.e-grid.e-bigger.e-rtl .e-filterbarcell .e-frozen-left-cursor,.e-grid.e-bigger.e-rtl .e-filterbarcell .e-frozen-fixedleft-cursor,.e-grid.e-bigger.e-rtl .e-filterbarcell .e-frozen-right-cursor{left:0}.e-bigger .e-grid.e-rtl .e-filterbarcell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor),.e-bigger .e-grid.e-rtl .e-filterbarcell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-grid.e-bigger.e-rtl .e-filterbarcell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor),.e-grid.e-bigger.e-rtl .e-filterbarcell .e-frozen-left-cursor.e-frozen-resize-cursor{left:3px}.e-bigger .e-grid .e-rowcell,.e-bigger .e-grid .e-summarycell,.e-bigger .e-grid .e-emptyrow td,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-grid.e-bigger .e-rowcell,.e-grid.e-bigger .e-summarycell,.e-grid.e-bigger .e-emptyrow td,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{line-height:27px}.e-bigger .e-grid .e-xlsel-bottom-border.e-xlsel-top-border,.e-grid.e-bigger .e-xlsel-bottom-border.e-xlsel-top-border{line-height:23px}.e-bigger .e-grid .e-xlsel-bottom-border,.e-grid.e-bigger .e-xlsel-bottom-border{line-height:25px}.e-bigger .e-grid .e-filterbarcell input,.e-grid.e-bigger .e-filterbarcell input{font-size:13px}.e-bigger .e-grid .e-groupdroparea,.e-grid.e-bigger .e-groupdroparea{font-size:19px;min-height:64px;padding:22px 24px}.e-bigger .e-grid .e-cloneproperties,.e-grid.e-bigger .e-cloneproperties{padding:4px 5px}.e-bigger .e-grid .e-cloneproperties.e-draganddrop,.e-grid.e-bigger .e-cloneproperties.e-draganddrop{padding:0}.e-bigger .e-grid .e-headerclone,.e-grid.e-bigger .e-headerclone{font-size:12px}.e-bigger .e-grid .e-dropitemscount,.e-grid.e-bigger .e-dropitemscount{font-size:14px}.e-bigger .e-grid .e-groupdroparea.e-grouped,.e-grid.e-bigger .e-groupdroparea.e-grouped{padding:11px 0 12px}.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{height:49px}.e-bigger .e-grid.e-bigger .e-columnmenu,.e-grid.e-bigger.e-bigger .e-columnmenu{bottom:16px;margin:-18.5px -18px}.e-bigger .e-grid .e-columnmenu,.e-grid.e-bigger .e-columnmenu{right:23px}.e-bigger .e-grid .e-groupheadercell,.e-bigger .e-grid .e-groupheadercell:hover,.e-grid.e-bigger .e-groupheadercell,.e-grid.e-bigger .e-groupheadercell:hover{border-radius:16px;height:32px;margin:4px 0 0 24px;padding:0 8px 0 12px;font-size:13px}.e-bigger .e-grid .e-groupheadercell:hover,.e-grid.e-bigger .e-groupheadercell:hover{padding:0 8px 0 12px}.e-bigger .e-grid .e-gdclone,.e-grid.e-bigger .e-gdclone{border-radius:17px;padding:6px}.e-bigger .e-grid .e-groupheadercell span,.e-grid.e-bigger .e-groupheadercell span{height:32px;line-height:32px;padding:0}.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton,.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton{font-size:16px}.e-bigger .e-grid .e-groupheadercell .e-grouptext,.e-grid.e-bigger .e-groupheadercell .e-grouptext{line-height:32px}.e-bigger .e-grid .e-row .e-input-group .e-input.e-field,.e-bigger .e-grid .e-row .e-input-focus .e-input.e-field,.e-grid.e-bigger .e-row .e-input-group .e-input.e-field,.e-grid.e-bigger .e-row .e-input-focus .e-input.e-field{font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;font-size:13px;padding-bottom:9px;padding-top:13px}.e-bigger .e-grid .e-row .e-input-group,.e-grid.e-bigger .e-row .e-input-group{margin-bottom:5px;vertical-align:middle}.e-bigger .e-grid.e-device .e-filterbarcell,.e-grid.e-bigger.e-device .e-filterbarcell{padding:8px 12px}.e-bigger .e-grid.e-device .e-filterbarcell:first-child,.e-grid.e-bigger.e-device .e-filterbarcell:first-child{padding:8px 12px 8px 16px}.e-bigger .e-grid.e-device .e-filterbarcell:last-child,.e-grid.e-bigger.e-device .e-filterbarcell:last-child{padding:8px 16px 8px 12px}.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton,.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton{line-height:30px}.e-bigger .e-grid.e-device .e-columnmenu,.e-grid.e-bigger.e-device .e-columnmenu{margin:-18px}.e-bigger .e-grid.e-device .e-groupheadercell,.e-grid.e-bigger.e-device .e-groupheadercell{padding:0 8px 0 12px}.e-bigger .e-grid.e-device .e-groupheadercell span,.e-grid.e-bigger.e-device .e-groupheadercell span{line-height:30px;padding:0}.e-bigger .e-grid.e-device .e-headercell,.e-grid.e-bigger.e-device .e-headercell{padding:0 21px}.e-bigger .e-grid.e-device .e-headercell:first-child,.e-grid.e-bigger.e-device .e-headercell:first-child{padding:0 12px 0 16px}.e-bigger .e-grid.e-device .e-headercell:last-child,.e-grid.e-bigger.e-device .e-headercell:last-child{padding:0 16px 0 12px}.e-bigger .e-grid.e-device .e-rowcell,.e-bigger .e-grid.e-device .e-summarycell,.e-grid.e-bigger.e-device .e-rowcell,.e-grid.e-bigger.e-device .e-summarycell{padding:8px 12px}.e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field,.e-bigger .e-grid.e-device .e-row .e-input-focus .e-input.e-field,.e-grid.e-bigger.e-device .e-row .e-input-group .e-input.e-field,.e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field{padding-bottom:5px;padding-top:5px}.e-bigger .e-grid.e-device .e-normaledit .e-rowcell,.e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell,.e-grid.e-bigger.e-device .e-normaledit .e-rowcell,.e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell{padding-bottom:0;padding-top:0}.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons,.e-bigger .e-grid.e-device span.e-groupsort.e-icons,.e-grid.e-bigger.e-device span.e-groupsort.e-icons{margin-top:0}.e-bigger .e-grid:not(.e-row-responsive).e-device .e-rowcell:first-child,.e-bigger .e-grid:not(.e-row-responsive).e-device .e-summarycell:first-child,.e-grid.e-bigger:not(.e-row-responsive).e-device .e-rowcell:first-child,.e-grid.e-bigger:not(.e-row-responsive).e-device .e-summarycell:first-child{padding:8px 12px 8px 16px}.e-bigger .e-grid:not(.e-row-responsive).e-device .e-rowcell:last-child,.e-bigger .e-grid:not(.e-row-responsive).e-device .e-summarycell:last-child,.e-grid.e-bigger:not(.e-row-responsive).e-device .e-rowcell:last-child,.e-grid.e-bigger:not(.e-row-responsive).e-device .e-summarycell:last-child{padding:8px 16px 8px 12px}.e-bigger .e-grid .e-unboundcell,.e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell,.e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell,.e-grid.e-bigger .e-unboundcell,.e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell,.e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell{padding-bottom:6px;padding-top:6px}.e-bigger .e-grid .e-grouptext,.e-grid.e-bigger .e-grouptext{margin-right:8px;width:76px}.e-bigger .e-grid .e-groupsort,.e-bigger .e-grid span.e-ungroupbutton,.e-bigger .e-grid .e-toggleungroup,.e-grid.e-bigger .e-groupsort,.e-grid.e-bigger span.e-ungroupbutton,.e-grid.e-bigger .e-toggleungroup{margin-left:8px;margin-top:0}.e-bigger .e-grid span.e-ungroupbutton.e-icons,.e-grid.e-bigger span.e-ungroupbutton.e-icons{font-size:16px;margin-left:0;padding-top:0;margin-top:0;margin-right:0;padding-right:0}.e-bigger .e-grid span.e-groupsort.e-icons,.e-grid.e-bigger span.e-groupsort.e-icons{margin-right:0;margin-top:0}.e-bigger .e-grid .e-groupcaption,.e-grid.e-bigger .e-groupcaption{line-height:32px}.e-bigger .e-grid .e-rowcell.e-frozen-right-border,.e-bigger .e-grid .e-headercell.e-frozen-right-border,.e-bigger .e-grid .e-filterbarcell.e-frozen-right-border,.e-grid.e-bigger .e-rowcell.e-frozen-right-border,.e-grid.e-bigger .e-headercell.e-frozen-right-border,.e-grid.e-bigger .e-filterbarcell.e-frozen-right-border{border-right:2px solid rgba(227,22,91,.6)}.e-bigger .e-grid .e-rowcell.e-frozen-left-border,.e-bigger .e-grid .e-headercell.e-frozen-left-border,.e-bigger .e-grid .e-filterbarcell.e-frozen-left-border,.e-grid.e-bigger .e-rowcell.e-frozen-left-border,.e-grid.e-bigger .e-headercell.e-frozen-left-border,.e-grid.e-bigger .e-filterbarcell.e-frozen-left-border{border-left:2px solid rgba(227,22,91,.6)}.e-bigger .e-grid .e-rowcell.e-freezeline,.e-bigger .e-grid .e-gridheader .e-filterbarcell.e-freezeline,.e-grid.e-bigger .e-rowcell.e-freezeline,.e-grid.e-bigger .e-gridheader .e-filterbarcell.e-freezeline{position:relative}.e-bigger .e-grid .e-rowcell .e-frozen-right-cursor,.e-bigger .e-grid .e-rowcell .e-frozen-fixedright-cursor,.e-bigger .e-grid .e-rowcell .e-frozen-left-cursor,.e-bigger .e-grid .e-rowcell .e-frozen-fixedleft-cursor,.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-right-cursor,.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-fixedright-cursor,.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-left-cursor,.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-fixedleft-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-fixedright-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-fixedleft-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-right-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-fixedright-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-left-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-fixedleft-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-right-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-fixedright-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-left-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-fixedleft-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-right-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-fixedright-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-left-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-fixedleft-cursor{cursor:move;height:100%;position:absolute;top:0;width:4px}.e-bigger .e-grid .e-rowcell .e-frozen-left-cursor,.e-bigger .e-grid .e-rowcell .e-frozen-fixedright-cursor,.e-bigger .e-grid .e-rowcell .e-frozen-right-cursor,.e-bigger .e-grid .e-rowcell .e-frozen-fixedleft-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-left-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-fixedright-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-right-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-fixedleft-cursor{left:0}.e-bigger .e-grid .e-rowcell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-left-cursor.e-frozen-resize-cursor{left:3px}.e-bigger .e-grid .e-frozen-helper,.e-grid.e-bigger .e-frozen-helper{border-left:2px solid rgba(227,22,91,.6);cursor:move;position:absolute;z-index:2}.e-bigger .e-grid .e-content.e-freezeline-moving,.e-grid.e-bigger .e-content.e-freezeline-moving{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-bigger .e-grid .e-normaledit .e-rowcell,.e-bigger .e-grid .e-editedbatchcell.e-rowcell,.e-grid.e-bigger .e-normaledit .e-rowcell,.e-grid.e-bigger .e-editedbatchcell.e-rowcell{padding-bottom:0;padding-top:0}.e-bigger .e-grid td.e-boolcell input.e-input.e-boolcell,.e-grid.e-bigger td.e-boolcell input.e-input.e-boolcell{height:23px}.e-bigger .e-grid:not(.sf-grid) .e-gridheader table th[rowspan],.e-bigger .e-grid:not(.sf-grid).e-device .e-gridheader table th[rowspan],.e-grid:not(.sf-grid).e-bigger .e-gridheader table th[rowspan],.e-grid:not(.sf-grid).e-bigger.e-device .e-gridheader table th[rowspan]{padding-bottom:20px}.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand~td.e-lastrowcell.e-groupcaption,.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand~td.e-lastrowcell.e-summarycell,.e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand~td.e-lastrowcell.e-groupcaption,.e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand~td.e-lastrowcell.e-summarycell{border-bottom-width:0}.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover{background:none}.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon{margin:14px 8px 5px 0}.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon:before{font-size:18px}.e-bigger .e-grid .e-group-animator .e-groupheadercell,.e-bigger .e-grid .e-group-animator .e-groupheadercell:hover{margin:15px 0;border-bottom-width:1px}.e-bigger .e-grid .e-group-animate.e-groupdroparea .e-nextgroup{margin-top:15px}.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]){padding-bottom:20px}.e-bigger .e-grid.sf-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper:has(.e-input-group){padding-right:5px}.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow{font-size:8px}.e-bigger .e-grid .e-gridheader thead .e-icons,.e-bigger.e-grid .e-gridheader thead .e-icons{font-size:16px}.e-bigger .e-grid .e-columnmenu,.e-bigger.e-grid .e-columnmenu{margin:-18.5px -18px}.e-bigger .e-grid.e-rtl .e-columnmenu,.e-bigger.e-grid.e-rtl .e-columnmenu{margin:-19px -18px -18px 3px;right:auto}.e-bigger .e-grid.e-rtl.e-device .e-columnmenu,.e-bigger.e-grid.e-rtl.e-device .e-columnmenu{margin:-19px -18px -18px 3px}.e-bigger .e-grid.e-rtl .e-groupheadercell span,.e-bigger.e-grid.e-rtl .e-groupheadercell span,.e-bigger .e-grid.e-device.e-rtl .e-groupheadercell span,.e-bigger.e-grid.e-device.e-rtl .e-groupheadercell span{padding:0}.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell{line-height:27px;padding:11px 28px}.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:first-child{line-height:28px;padding-left:28px}.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:last-child{line-height:28px;padding-right:28px}.e-bigger .e-grid.e-grid-min-height .e-rowcell,.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child{line-height:0;padding-bottom:0;padding-top:0}.e-bigger .e-wrap.e-grid-min-height .e-rowcell{line-height:18px}.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{height:18px}.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-rowcell{line-height:18px}.e-bigger .e-wrap.e-grid-min-height .e-grid-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-bigger .e-wrap.e-grid-min-height .e-grid-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{height:49px}.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus{background:none}.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover .e-icons,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover .e-icons,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons{padding-bottom:0}.e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon{background:none}.e-bigger .e-grid.e-row-responsive .e-responsive-header,.e-bigger.e-grid.e-row-responsive .e-responsive-header{border-top:1px solid;border-top-color:#e0e0e0}.e-bigger .e-grid.e-row-responsive .e-gridcontent td:before,.e-bigger .e-grid.e-row-responsive .e-summarycontent td:before,.e-bigger.e-grid.e-row-responsive .e-gridcontent td:before,.e-bigger.e-grid.e-row-responsive .e-summarycontent td:before{content:attr(data-cell);font-weight:500;left:13px;padding-right:10px;position:absolute;top:6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:45%}.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td:before,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td:before,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td:before,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td:before{line-height:18px;white-space:normal;word-wrap:break-word}.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell],.e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell]{padding-bottom:5px;padding-top:5px;padding-left:55%;position:relative}.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-input,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-input,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-input,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-input{display:block}.e-bigger .e-grid.e-row-responsive .e-gridcontent td,.e-bigger .e-grid.e-row-responsive .e-summarycontent td,.e-bigger.e-grid.e-row-responsive .e-gridcontent td,.e-bigger.e-grid.e-row-responsive .e-summarycontent td{border:0}.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-row,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-row,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-row,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-row{border-bottom:1px solid #e0e0e0}.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-normaledit .e-rowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-normaledit .e-rowcell,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-normaledit .e-rowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-normaledit .e-rowcell{height:auto;padding-left:1%;padding-right:1%}.e-bigger .e-grid.e-row-responsive .e-gridcontent td.e-rowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent td.e-rowcell,.e-bigger.e-grid.e-row-responsive .e-gridcontent td.e-rowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent td.e-rowcell{border-bottom:0;border-bottom-color:#e0e0e0;height:auto}.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-emptyrow td.e-lastrowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-emptyrow td.e-lastrowcell,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-emptyrow td.e-lastrowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-emptyrow td.e-lastrowcell{border-bottom:0}.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-emptyrow.e-show-added-row td.e-lastrowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-emptyrow.e-show-added-row td.e-lastrowcell,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-emptyrow.e-show-added-row td.e-lastrowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-emptyrow.e-show-added-row td.e-lastrowcell{border-bottom:1px}.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-normaledit :not(.e-responsive-editcell).e-rowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-normaledit :not(.e-responsive-editcell).e-rowcell,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-normaledit :not(.e-responsive-editcell).e-rowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-normaledit :not(.e-responsive-editcell).e-rowcell{border-top-width:0}.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-normaledit .e-rowcell:before,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-normaledit .e-rowcell:before,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-normaledit .e-rowcell:before,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-normaledit .e-rowcell:before{bottom:6px;position:static}.e-bigger .e-grid.e-row-responsive .e-table,.e-bigger.e-grid.e-row-responsive .e-table{display:block}.e-bigger .e-grid.e-row-responsive .e-table tbody,.e-bigger .e-grid.e-row-responsive .e-table tr,.e-bigger .e-grid.e-row-responsive .e-table td:not(.e-hide),.e-bigger .e-grid.e-row-responsive .e-table tfoot,.e-bigger.e-grid.e-row-responsive .e-table tbody,.e-bigger.e-grid.e-row-responsive .e-table tr,.e-bigger.e-grid.e-row-responsive .e-table td:not(.e-hide),.e-bigger.e-grid.e-row-responsive .e-table tfoot{display:block}.e-bigger .e-grid.e-row-responsive>.e-gridheader,.e-bigger.e-grid.e-row-responsive>.e-gridheader{display:none}.e-bigger .e-grid.e-row-responsive .e-gridfooter,.e-bigger.e-grid.e-row-responsive .e-gridfooter{padding-right:0}.e-bigger .e-grid.e-row-responsive.e-hidelines .e-gridcontent .e-rowcell:last-child,.e-bigger.e-grid.e-row-responsive.e-hidelines .e-gridcontent .e-rowcell:last-child,.e-bigger.e-grid.e-row-responsive.e-verticallines .e-gridcontent .e-rowcell:last-child,.e-bigger .e-grid.e-row-responsive.e-verticallines .e-gridcontent .e-rowcell:last-child{border:0}.e-bigger .e-responsive-dialog.e-customfilter .e-responsivecoldiv,.e-bigger.e-responsive-dialog.e-customfilter .e-responsivecoldiv{cursor:pointer}.e-bigger .e-responsive-dialog .e-btn.e-ripple,.e-bigger.e-responsive-dialog .e-btn.e-ripple{overflow:initial}.e-bigger .e-responsive-dialog .columnmenudiv .e-responsiveascendingdiv .e-resascending-icon,.e-bigger .e-responsive-dialog .columnmenudiv .e-responsivedescendingdiv .e-resdescending-icon,.e-bigger .e-responsive-dialog .columnmenudiv .e-responsivegroupdiv .e-resgroup-icon,.e-bigger .e-responsive-dialog .columnmenudiv .e-responsiveungroupdiv .e-resungroup-icon,.e-bigger .e-responsive-dialog .columnmenudiv .e-responsiveautofitalldiv .e-resautofitall-icon,.e-bigger .e-responsive-dialog .columnmenudiv .e-responsiveautofitdiv .e-resautofit-icon,.e-bigger .e-responsive-dialog .columnmenudiv .e-responsivecolumndiv .e-rescolumn-icon,.e-bigger .e-responsive-dialog .columnmenudiv .e-responsivecoldiv .e-ressort-icon,.e-bigger .e-responsive-dialog .columnmenudiv .e-responsivefilterdiv .e-resfilter-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsiveascendingdiv .e-resascending-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsivedescendingdiv .e-resdescending-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsivegroupdiv .e-resgroup-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsiveungroupdiv .e-resungroup-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsiveautofitalldiv .e-resautofitall-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsiveautofitdiv .e-resautofit-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsivecolumndiv .e-rescolumn-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsivecoldiv .e-ressort-icon,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsivefilterdiv .e-resfilter-icon{margin-top:0;position:absolute}.e-bigger .e-responsive-dialog .columnmenudiv .e-responsivecoldiv .e-res-header-text.e-rescolumn-menu,.e-bigger.e-responsive-dialog .columnmenudiv .e-responsivecoldiv .e-res-header-text.e-rescolumn-menu{margin-left:33px!important}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-ccdlg.e-cc.e-control.e-dialog,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-ccdlg.e-cc.e-control.e-dialog{left:0!important;max-height:100%!important;width:100%!important}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-ccdlg li.e-cclist,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-ccdlg li.e-cclist{padding:13px 0 13px 6px}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-main-div.e-cc,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-main-div.e-cc{height:100%}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-cc-contentdiv,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-cc-contentdiv{height:90%!important;min-height:160px;overflow-y:auto!important}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-dlg-content,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-dlg-content{padding:8px 16px 8px 8px;overflow-y:hidden}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-ccul-ele,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-ccul-ele{margin:13px 0;padding:0}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-chk-hidden,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-ccdlg .e-chk-hidden{-moz-appearance:none;height:1px;opacity:0;width:1px}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-cc-contentdiv,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-cc-contentdiv{height:90%!important;min-height:160px;overflow-y:auto!important}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-cc-searchBox,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-cc-searchBox{padding-left:8px}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-cc-searchBox .e-ccsearch-icon:hover,.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-cc-searchBox .e-cc-cancel:hover,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-cc-searchBox .e-ccsearch-icon:hover,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-cc-searchBox .e-cc-cancel:hover{background:none}.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-ccsearch-icon,.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-cc-cancel,.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-search-icon,.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-chkcancel-icon,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-ccsearch-icon,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-cc-cancel,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-search-icon,.e-bigger.e-responsive-dialog .e-mainfilterdiv .e-chkcancel-icon{font-size:20px;font-size:16px}.e-bigger .e-responsive-dialog .e-dlg-header-content,.e-bigger.e-responsive-dialog .e-dlg-header-content{background:#fff;border-bottom:1px solid;border-bottom-color:#e0e0e0;padding:16px;width:100%;border-radius:0}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn{background:none;-webkit-box-shadow:none;box-shadow:none;outline:none;position:initial}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{background-color:transparent}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn .e-btn-icon,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn .e-btn-icon{color:#000;font-size:14px;margin-top:0}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn:hover .e-btn-icon,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn:focus .e-btn-icon,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn:hover .e-btn-icon,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn:focus .e-btn-icon{color:#000}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{float:left;padding-left:0!important;padding-right:40px!important}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header{width:auto}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element{display:-webkit-box;display:-ms-flexbox;display:flex}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-dlg-custom-header,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-dlg-custom-header{padding-top:2px;width:100%;overflow:hidden;text-overflow:ellipsis;font-weight:500}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn{color:#e3165b;margin-top:3px;padding:0}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn .e-icon-filter-clear,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn .e-icon-filter-clear{font-size:18px}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-sort-clear-btn,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-sort-clear-btn{color:#e3165b;font-size:15px;font-weight:500;padding-top:5px}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn{font-size:15px;font-weight:500;padding:4px 0 0 20px}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn:disabled,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn:disabled{color:#0000001f}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-btn,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-btn{color:#e3165b;background:none;border:0}.e-bigger .e-responsive-dialog .e-dlg-header-content .e-res-back-btn,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-res-back-btn{background:none;padding-left:0;-webkit-box-shadow:none;box-shadow:none}.e-bigger .e-responsive-dialog.e-rtl .e-dlg-header-content .e-res-back-btn,.e-bigger.e-responsive-dialog.e-rtl .e-dlg-header-content .e-res-back-btn{padding-left:15px;padding-right:0}.e-bigger .e-responsive-dialog .e-dlg-content,.e-bigger.e-responsive-dialog .e-dlg-content{padding:0 16px 16px}.e-bigger .e-responsive-dialog .e-dlg-content .e-checkfltrnmdiv,.e-bigger .e-responsive-dialog .e-dlg-content .e-ccnmdiv,.e-bigger.e-responsive-dialog .e-dlg-content .e-checkfltrnmdiv,.e-bigger.e-responsive-dialog .e-dlg-content .e-ccnmdiv{text-align:center;padding-top:40px}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv{padding-top:30px}.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv{float:right;margin-right:1%;margin-top:1%}.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv .e-filterset,.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv .e-filterset{color:#e3165b}.e-bigger .e-responsive-dialog .e-dlg-content .e-dialog,.e-bigger.e-responsive-dialog .e-dlg-content .e-dialog{-webkit-box-shadow:none;box-shadow:none}.e-bigger .e-responsive-dialog .e-dlg-content .e-excelfilter,.e-bigger.e-responsive-dialog .e-dlg-content .e-excelfilter{border:transparent}.e-bigger .e-responsive-dialog .e-dlg-content .e-excelfilter .e-dlg-content,.e-bigger.e-responsive-dialog .e-dlg-content .e-excelfilter .e-dlg-content{background-color:#fff;padding:8px 16px 8px 8px}.e-bigger .e-responsive-dialog .e-dlg-content .e-excelfilter .e-checkboxlist>span,.e-bigger.e-responsive-dialog .e-dlg-content .e-excelfilter .e-checkboxlist>span{padding-left:9px}.e-bigger .e-responsive-dialog .e-dlg-content .e-ccdlg,.e-bigger.e-responsive-dialog .e-dlg-content .e-ccdlg,.e-bigger .e-responsive-dialog .e-dlg-content .e-xlflmenu,.e-bigger.e-responsive-dialog .e-dlg-content .e-xlflmenu{border:transparent}.e-bigger .e-responsive-dialog .e-dlg-content .e-xlflmenu .e-dlg-content,.e-bigger.e-responsive-dialog .e-dlg-content .e-xlflmenu .e-dlg-content{padding:16px}.e-bigger .e-responsive-dialog .e-dlg-content .e-ressortbutton-parent,.e-bigger.e-responsive-dialog .e-dlg-content .e-ressortbutton-parent{float:right;margin-top:-9px}.e-bigger .e-responsive-dialog .e-dlg-content .e-ressortbutton-parent .e-ressortbutton,.e-bigger.e-responsive-dialog .e-dlg-content .e-ressortbutton-parent .e-ressortbutton{background:none;width:120px}.e-bigger .e-responsive-dialog .e-dlg-content .e-responsivecoldiv,.e-bigger.e-responsive-dialog .e-dlg-content .e-responsivecoldiv{font-size:16px;margin-bottom:26px;margin-top:26px;width:100%}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog{bottom:0;-webkit-box-shadow:none;box-shadow:none;width:100%}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul{background-color:#fff;max-width:100%}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul li,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul li{color:#000000de}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu.e-selected,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu.e-selected{background-color:#fff}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu{padding:0}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu .e-menu-icon,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu .e-menu-icon{margin-right:4px;margin-left:15px}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu .e-caret,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu .e-caret{padding:0 8px 0 0}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer{height:88%}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox{padding-left:10px}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:focus,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:active,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:hover,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-chkcancel-icon:focus,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-chkcancel-icon:active,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-chkcancel-icon:hover,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:focus,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:active,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:hover,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-chkcancel-icon:focus,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-chkcancel-icon:active,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-chkcancel-icon:hover{background:none}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner{height:100%}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden{-moz-appearance:none;height:1px;opacity:0;width:1px}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist{height:100%;min-height:160px;overflow-y:auto}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist.e-checkbox-infinitescroll,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist.e-checkbox-infinitescroll{border-top-style:solid;border-top-color:#0000001f;border-top-width:1px;margin-top:0;overflow-x:hidden}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist .e-ftrchk,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist .e-ftrchk{padding-bottom:13px;padding-top:13px}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-ftrchk .e-chk-hidden,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-ftrchk .e-chk-hidden{-moz-appearance:none;height:1px;opacity:0;width:1px}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-ftrchk .e-mask.e-skeleton,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-ftrchk .e-mask.e-skeleton{display:inline-block;height:10px;width:80%}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-ftrchk .e-mask.e-mask-checkbox-filter-intent,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-ftrchk .e-mask.e-mask-checkbox-filter-intent{width:13px}.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-ftrchk .e-mask.e-mask-checkbox-filter-span-intent,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-ftrchk .e-mask.e-mask-checkbox-filter-span-intent{margin-left:8px}.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content,.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content{padding:8px}.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer,.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer{padding:8px 16px;margin-right:7px}.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-searchbox,.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-searchbox{padding-left:10px}.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-ftrchk.e-infinitescroll,.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-spinner .e-checkboxlist,.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-ftrchk.e-infinitescroll,.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-spinner .e-checkboxlist{margin-left:-7px}.e-bigger .e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu,.e-bigger.e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu{background-color:#fff;border:transparent;-webkit-box-shadow:none;box-shadow:none;margin-top:23px;max-width:100%;min-width:100%;overflow-y:auto;padding:0 16px 16px}.e-bigger .e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu .e-menu-item,.e-bigger.e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu .e-menu-item{padding:0}.e-bigger .e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu .e-menu-item.e-focused,.e-bigger.e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu .e-menu-item.e-focused{background-color:transparent}.e-bigger .e-responsive-dialog .e-defaultcell.e-ralign,.e-bigger .e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign,.e-bigger .e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign,.e-bigger .e-responsive-dialog .e-defaultcell.e-ralign:focus,.e-bigger .e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign:focus .e-bigger .e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign:focus,.e-bigger.e-responsive-dialog .e-defaultcell.e-ralign,.e-bigger.e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign,.e-bigger.e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign,.e-bigger.e-responsive-dialog .e-defaultcell.e-ralign:focus,.e-bigger .e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign:focus .e-bigger.e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign:focus,.e-bigger.e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign:focus .e-bigger .e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign:focus,.e-bigger.e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign:focus .e-bigger.e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign:focus{padding-right:10px}.e-bigger .e-responsive-dialog.e-ressortdiv .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn,.e-bigger.e-responsive-dialog.e-ressortdiv .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn{padding-top:2px}.e-bigger .e-responsive-dialog.e-rtl .e-btn.e-dlg-closeicon-btn,.e-bigger.e-responsive-dialog.e-rtl .e-btn.e-dlg-closeicon-btn{float:right;padding-left:40px!important;padding-right:0!important}.e-bigger .e-responsive-dialog.e-rtl .e-res-apply-btn,.e-bigger.e-responsive-dialog.e-rtl .e-res-apply-btn{padding-left:0;padding-right:20px}.e-bigger .e-responsive-dialog.e-rtl .e-ressortbutton-parent,.e-bigger.e-responsive-dialog.e-rtl .e-ressortbutton-parent{float:left}.e-bigger .e-responsive-dialog.e-rtl .columnmenudiv .e-responsivecoldiv .e-res-header-text.e-rescolumn-menu,.e-bigger.e-responsive-dialog.e-rtl .columnmenudiv .e-responsivecoldiv .e-res-header-text.e-rescolumn-menu{margin-right:33px}@-moz-document url-prefix(){.e-bigger .e-grid.e-grid-min-height .e-rowcell,.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child{line-height:normal}}@-webkit-keyframes tbar-popup-shadow{0%{border-color:#ffffff80;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 #ffffff80}to{-webkit-box-shadow:0 0 0 200px rgba(255,255,255,.12);box-shadow:0 0 0 200px #ffffff1f}}@keyframes tbar-popup-shadow{0%{border-color:#ffffff80;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 #ffffff80}to{-webkit-box-shadow:0 0 0 200px rgba(255,255,255,.12);box-shadow:0 0 0 200px #ffffff1f}}@-webkit-keyframes tbar-alt-popup-shadow{0%{border-color:#0000001f;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 #0000001f}to{-webkit-box-shadow:0 0 0 200px rgba(0,0,0,.12);box-shadow:0 0 0 200px #0000001f}}@keyframes tbar-alt-popup-shadow{0%{border-color:#0000001f;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 #0000001f}to{-webkit-box-shadow:0 0 0 200px rgba(0,0,0,.12);box-shadow:0 0 0 200px #0000001f}}@-webkit-keyframes hscroll-alt-popup-shadow{0%{border-color:#0000001f;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 #0000001f}to{-webkit-box-shadow:0 0 0 200px rgba(0,0,0,.12);box-shadow:0 0 0 200px #0000001f}}@keyframes hscroll-alt-popup-shadow{0%{border-color:#0000001f;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 #0000001f}to{-webkit-box-shadow:0 0 0 200px rgba(0,0,0,.12);box-shadow:0 0 0 200px #0000001f}}.e-ddl.e-control-wrapper .e-ddl-icon:before{-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.e-dropdownbase .e-list-item.e-active.e-hover{color:#e3165b}.e-input-group:not(.e-disabled) .e-control.e-dropdownlist~.e-ddl-icon:active,.e-input-group:not(.e-disabled) .e-control.e-dropdownlist~.e-ddl-icon:hover,.e-input-group:not(.e-disabled) .e-back-icon:active,.e-input-group:not(.e-disabled) .e-back-icon:hover,.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover{background:transparent}.e-input-group .e-ddl-icon:not(:active):after{-webkit-animation:none;animation:none}.e-ddl.e-popup{border:0;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;margin-top:2px}.e-popup.e-ddl .e-dropdownbase{min-height:26px}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon{margin:6px 6px 5px;min-height:12px;min-width:12px;padding:6px}.e-input-group.e-ddl,.e-input-group.e-ddl .e-input,.e-input-group.e-ddl .e-ddl-icon{background:transparent}.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left){border-bottom-width:0}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon{margin:0}.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter{padding:5px 5px 5px 12px}.e-ddl.e-popup.e-outline .e-filter-parent{padding:4px 8px}.e-spreadsheet .e-findtool-dlg .e-prev-icon:before{content:""}.e-spreadsheet .e-findtool-dlg .e-next-icon:before{content:""}.e-spreadsheet .e-findtool-dlg .e-option-icon:before{content:""}.e-spreadsheet .e-findtool-dlg .e-close:before{content:""}.e-spreadsheet .e-ribbon .e-bold-icon:before{content:""}.e-spreadsheet .e-ribbon .e-italic-icon:before{content:""}.e-spreadsheet .e-ribbon .e-underline-icon:before{content:""}.e-spreadsheet .e-ribbon .e-line-through-icon:before{content:""}.e-spreadsheet .e-ribbon .e-font-color:before{content:""}.e-spreadsheet .e-ribbon .e-fill-color:before{content:""}.e-spreadsheet .e-ribbon .e-wrap-icon:before{content:""}.e-spreadsheet .e-ribbon .e-hide-headers:before{content:""}.e-spreadsheet .e-ribbon .e-hide-gridlines:before{content:""}.e-spreadsheet .e-ribbon .e-freeze-pane:before{content:""}.e-spreadsheet .e-ribbon .e-freeze-row:before{content:""}.e-spreadsheet .e-ribbon .e-freeze-column:before{content:""}.e-spreadsheet .e-ribbon .e-insert-function:before{content:""}.e-spreadsheet .e-ribbon .e-calculation:before{content:""}.e-spreadsheet .e-ribbon .e-calculate-sheet:before{content:""}.e-spreadsheet .e-ribbon .e-hyperlink-icon:before{content:""}.e-spreadsheet .e-ribbon .e-image-icon:before{content:""}.e-spreadsheet .e-ribbon .e-merge-icon:before{content:""}.e-spreadsheet .e-insert-function .e-btn-icon:before{content:""}.e-spreadsheet .e-calculation .e-btn-icon:before{content:""}.e-spreadsheet .e-calculate-sheet .e-btn-icon:before{content:""}.e-spreadsheet .e-add-icon:before{content:""}.e-spreadsheet .e-sheets-list .e-btn-icon:before{content:""}.e-spreadsheet .e-formula-bar-panel .e-drop-icon:before{content:""}.e-spreadsheet .e-file-menu-icon:before{content:""}.e-spreadsheet .e-tick-icon:before{content:""}.e-spreadsheet-find-ddb .e-search-icon:before{content:""}.e-spreadsheet-contextmenu.e-contextmenu-wrapper .e-delete:before{content:""}.e-popup.e-dropdown-popup .e-selected-icon:before,.e-popup.e-numformat-ddb.e-dropdown-popup .e-active-item:before,.e-popup.e-menu-popup .e-selected-icon:before{content:""}.e-borders-ddb .e-top-borders:before{content:""}.e-borders-ddb .e-left-borders:before{content:""}.e-borders-ddb .e-right-borders:before{content:""}.e-borders-ddb .e-bottom-borders:before{content:""}.e-borders-ddb .e-all-borders:before{content:""}.e-borders-ddb .e-horizontal-borders:before{content:""}.e-borders-ddb .e-vertical-borders:before{content:""}.e-borders-ddb .e-outside-borders:before{content:""}.e-borders-ddb .e-inside-borders:before{content:""}.e-borders-ddb .e-no-borders:before{content:""}.e-align-ddb .e-left-icon:before{content:""}.e-align-ddb .e-center-icon:before{content:""}.e-align-ddb .e-right-icon:before{content:""}.e-align-ddb .e-bottom-icon:before{content:""}.e-align-ddb .e-middle-icon:before{content:""}.e-align-ddb .e-top-icon:before{content:""}.e-datavalidation-ddb .e-datavalidation-icon:before{content:""}.e-clear-ddb .e-clear-icon:before{content:""}.e-dragfill-ddb .e-dragfill-icon:before{content:""}.e-chart-ddb .e-chart-icon:before,.e-chart-ddb .e-chart-type-icon:before,.e-chart-type-ddb .e-chart-icon:before,.e-chart-type-ddb .e-chart-type-icon:before{content:""}.e-chart-menu .e-ul .e-menu-item,.e-chart-type-menu .e-ul .e-menu-item{padding:0 16px 0 10px}.e-chart-menu .e-ul .e-menu-item .e-menu-icon,.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon{font-size:32px;margin-right:10px}.e-chart-menu .e-ul .e-menu-item .e-bar,.e-chart-type-menu .e-ul .e-menu-item .e-bar{font-size:42px;left:-6px;position:relative}.e-chart-menu.e-rtl .e-ul .e-menu-item .e-bar,.e-chart-type-menu.e-rtl .e-ul .e-menu-item .e-bar{left:0;right:-6px}.e-addchart-menu .e-ul .e-menu-item .e-menu-icon{font-size:32px}.e-chart-menu .e-column:before,.e-chart-type-menu .e-column:before{content:""}.e-chart-menu .e-bar:before,.e-chart-type-menu .e-bar:before{content:""}.e-chart-menu .e-area:before,.e-chart-type-menu .e-area:before{content:""}.e-chart-menu .e-pie-doughnut:before,.e-chart-type-menu .e-pie-doughnut:before{content:""}.e-chart-menu .e-line:before,.e-chart-type-menu .e-line:before{content:""}.e-chart-menu .e-scatter:before,.e-chart-type-menu .e-scatter:before{content:""}.e-chart-menu .e-column-main .e-clusteredcolumn:before,.e-chart-type-menu .e-column-main .e-clusteredcolumn:before{content:""}.e-chart-menu .e-column-main .e-stackedcolumn:before,.e-chart-type-menu .e-column-main .e-stackedcolumn:before{content:""}.e-chart-menu .e-column-main .e-stackedcolumn100:before,.e-chart-type-menu .e-column-main .e-stackedcolumn100:before{content:""}.e-chart-menu .e-bar-main .e-clusteredbar:before,.e-chart-type-menu .e-bar-main .e-clusteredbar:before{content:""}.e-chart-menu .e-bar-main .e-stackedbar:before,.e-chart-type-menu .e-bar-main .e-stackedbar:before{content:""}.e-chart-menu .e-bar-main .e-stackedbar100:before,.e-chart-type-menu .e-bar-main .e-stackedbar100:before{content:""}.e-chart-menu .e-pie-main .e-pie:before,.e-chart-type-menu .e-pie-main .e-pie:before{content:""}.e-chart-menu .e-pie-main .e-doughnut:before,.e-chart-type-menu .e-pie-main .e-doughnut:before{content:""}.e-chart-menu .e-area-main .e-area:before,.e-chart-type-menu .e-area-main .e-area:before{content:""}.e-chart-menu .e-area-main .e-stackedarea:before,.e-chart-type-menu .e-area-main .e-stackedarea:before{content:""}.e-chart-menu .e-area-main .e-stackedarea100:before,.e-chart-type-menu .e-area-main .e-stackedarea100:before{content:""}.e-chart-menu .e-line-main .e-line:before,.e-chart-type-menu .e-line-main .e-line:before{content:""}.e-chart-menu .e-line-main .e-line-marker:before,.e-chart-type-menu .e-line-main .e-line-marker:before{content:""}.e-chart-menu .e-line-main .e-stackedline:before,.e-chart-type-menu .e-line-main .e-stackedline:before{content:""}.e-chart-menu .e-line-main .e-stackedline-marker:before,.e-chart-type-menu .e-line-main .e-stackedline-marker:before{content:""}.e-chart-menu .e-line-main .e-stackedline100:before,.e-chart-type-menu .e-line-main .e-stackedline100:before{content:""}.e-chart-menu .e-line-main .e-stackedline100-marker:before,.e-chart-type-menu .e-line-main .e-stackedline100-marker:before{content:""}.e-chart-menu .e-scatter-main .e-scatter:before,.e-chart-type-menu .e-scatter-main .e-scatter:before{content:""}.e-addchart-ddb .e-addchart-icon:before{content:""}.e-addchart-ddb .e-addchart-menu .e-axes:before{content:""}.e-addchart-ddb .e-addchart-menu .e-axis-title:before{content:""}.e-addchart-ddb .e-addchart-menu .e-chart-title:before{content:""}.e-addchart-ddb .e-addchart-menu .e-data-labels:before{content:""}.e-addchart-ddb .e-addchart-menu .e-gridlines:before{content:""}.e-addchart-ddb .e-addchart-menu .e-legends:before{content:""}.e-addchart-menu .e-ph-axes:before{content:""}.e-addchart-menu .e-pv-axes:before{content:""}.e-addchart-menu .e-ph-axistitle:before{content:""}.e-addchart-menu .e-pv-axistitle:before{content:""}.e-addchart-menu .e-ct-none:before{content:""}.e-addchart-menu .e-ct-abovechart:before{content:""}.e-addchart-menu .e-dl-none:before{content:""}.e-addchart-menu .e-dl-center:before{content:""}.e-addchart-menu .e-dl-insideend:before{content:""}.e-addchart-menu .e-dl-insidebase:before{content:""}.e-addchart-menu .e-dl-outsideend:before{content:""}.e-addchart-menu .e-gl-major-horizontal:before{content:""}.e-addchart-menu .e-gl-major-vertical:before{content:""}.e-addchart-menu .e-gl-minor-horizontal:before{content:""}.e-addchart-menu .e-gl-minor-vertical:before{content:""}.e-addchart-menu .e-legends-none:before{content:""}.e-addchart-menu .e-legends-right:before{content:""}.e-addchart-menu .e-legends-left:before{content:""}.e-addchart-menu .e-legends-bottom:before{content:""}.e-addchart-menu .e-legends-top:before{content:""}.e-switch-row-column-icon:before{content:""}.e-cf-ddb .e-conditionalformatting-icon:before{content:""}.e-cf-menu .e-ul .e-menu-item .e-menu-icon{font-size:16px}.e-cf-menu .e-hlcellrules:before{content:""}.e-cf-menu .e-topbottomrules:before{content:""}.e-cf-menu .e-databars:before{content:""}.e-cf-menu .e-colorscales:before{content:""}.e-cf-menu .e-iconsets:before{content:""}.e-cf-menu .e-clearrules:before{content:""}.e-cf-menu .e-greaterthan:before{content:""}.e-cf-menu .e-lessthan:before{content:""}.e-cf-menu .e-between:before{content:""}.e-cf-menu .e-equalto:before{content:""}.e-cf-menu .e-textcontains:before{content:""}.e-cf-menu .e-adateoccuring:before{content:""}.e-cf-menu .e-top10items:before{content:""}.e-cf-menu .e-top10:before{content:""}.e-cf-menu .e-bottom10items:before{content:""}.e-cf-menu .e-bottom10:before{content:""}.e-cf-menu .e-aboveaverage:before{content:""}.e-cf-menu .e-belowaverage:before{content:""}.e-cf-menu .e-duplicate:before{content:""}.e-menu-wrapper.e-file-menu .e-new:before{content:""}.e-menu-wrapper.e-file-menu .e-open:before{content:""}.e-menu-wrapper.e-file-menu .e-save:before{content:""}.e-menu-wrapper.e-file-menu .e-xls:before{content:""}.e-menu-wrapper.e-file-menu .e-xlsx:before{content:""}.e-menu-wrapper.e-file-menu .e-csv:before{content:""}.e-menu-wrapper.e-file-menu .e-pdf:before{content:""}.e-spreadsheet .e-cut-icon:before,.e-spreadsheet-contextmenu .e-cut-icon:before{content:""}.e-spreadsheet .e-copy-icon:before,.e-spreadsheet-contextmenu .e-copy-icon:before{content:""}.e-spreadsheet .e-paste-icon:before,.e-spreadsheet-contextmenu .e-paste-icon:before{content:""}.e-undo-icon:before{content:""}.e-redo-icon:before{content:""}.e-sort-filter-ddb .e-sort-icon:before,.e-spreadsheet-contextmenu .e-sort-icon:before{content:""}.e-sort-filter-ddb .e-sort-asc:before,.e-spreadsheet-contextmenu .e-sort-asc:before{content:""}.e-sort-filter-ddb .e-sort-desc:before,.e-spreadsheet-contextmenu .e-sort-desc:before{content:""}.e-sort-filter-ddb .e-sort-custom:before,.e-spreadsheet-contextmenu .e-sort-custom:before{content:""}.e-spreadsheet-contextmenu .e-hyperlink-icon:before{content:""}.e-spreadsheet-contextmenu .e-edithyperlink-icon:before{content:""}.e-spreadsheet-contextmenu .e-openhyperlink-icon:before{content:""}.e-spreadsheet-contextmenu .e-removehyperlink-icon:before{content:""}.e-spreadsheet .e-sort-delete:before{content:""}.e-spreadsheet .e-filter-icon:before,.e-sort-filter-ddb .e-filter-icon:before,.e-spreadsheet-contextmenu .e-filter-icon:before{content:""}.e-spreadsheet .e-filter-icon.e-filtered:before,.e-sort-filter-ddb .e-filter-icon.e-filtered:before,.e-spreadsheet-contextmenu .e-filter-icon.e-filtered:before{content:""}.e-spreadsheet .e-filter-icon.e-sortasc-filter:before,.e-sort-filter-ddb .e-filter-icon.e-sortasc-filter:before,.e-spreadsheet-contextmenu .e-filter-icon.e-sortasc-filter:before{content:""}.e-spreadsheet .e-filter-icon.e-sortdesc-filter:before,.e-sort-filter-ddb .e-filter-icon.e-sortdesc-filter:before,.e-spreadsheet-contextmenu .e-filter-icon.e-sortdesc-filter:before{content:""}.e-spreadsheet .e-filter-icon.e-filtered.e-sortasc-filter:before,.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortasc-filter:before,.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortasc-filter:before{content:""}.e-spreadsheet .e-filter-icon.e-filtered.e-sortdesc-filter:before,.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortdesc-filter:before,.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortdesc-filter:before{content:""}.e-spreadsheet .e-filter-apply:before,.e-sort-filter-ddb .e-filter-apply:before,.e-spreadsheet-contextmenu .e-filter-apply:before{content:""}.e-spreadsheet .e-filter-clear:before,.e-sort-filter-ddb .e-filter-clear:before,.e-spreadsheet-contextmenu .e-filter-clear:before{content:""}.e-spreadsheet .e-filter-reapply:before,.e-sort-filter-ddb .e-filter-reapply:before,.e-spreadsheet-contextmenu .e-filter-reapply:before{content:""}.e-spreadsheet .e-protect-icon:before,.e-sort-filter-ddb .e-protect-icon:before,.e-spreadsheet-contextmenu .e-protect-icon:before{content:""}.e-spreadsheet .e-sort-filter-icon:before,.e-sort-filter-ddb .e-sort-filter-icon:before,.e-spreadsheet-contextmenu .e-sort-filter-icon:before{content:""}.e-spreadsheet .e-password-protect-icon:before,.e-sort-filter-ddb .e-password-protect-icon:before,.e-spreadsheet-contextmenu .e-password-protect-icon:before{content:""}.e-spreadsheet{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-spreadsheet.sf-spreadsheet .e-document_details{padding:10px}.e-spreadsheet.sf-spreadsheet.e-min-dimension{min-height:400px;min-width:300px}.e-spreadsheet.sf-spreadsheet .e-main-panel{height:calc(100% - 54px);overflow-y:scroll}.e-spreadsheet.sf-spreadsheet .e-ss-overlay-t .e-ss-resizer{width:8px;height:8px;border-radius:4px}.e-spreadsheet.sf-spreadsheet .e-scrollbar{height:19px}.e-spreadsheet.sf-spreadsheet .e-resize-helper{top:0}.e-spreadsheet.sf-spreadsheet .e-rowresize-handler{position:absolute}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode{border:1px solid var(--color-sf-border-light);border-bottom:0;border-radius:0}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn-wrapper{-webkit-box-shadow:none;box-shadow:none}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn-wrapper .e-split-btn,.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn-wrapper .e-dropdown-btn.e-color-picker{-webkit-box-shadow:none;box-shadow:none;border-color:#0000;background:#0000;color:var(--color-sf-content-text-color)}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn-wrapper .e-split-btn.e-color-picker{padding-left:0;padding-right:0;width:32px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn-wrapper .e-split-btn.e-color-picker .e-selected-color{background:none;border-bottom-style:solid;border-bottom-width:3px;border-radius:0;height:auto;padding-bottom:1px;width:auto}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn-wrapper .e-split-btn.e-color-picker .e-icons.e-btn-icon:not(.e-caret).e-font-color{font-size:13px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn-wrapper .e-split-btn.e-color-picker .e-icons.e-btn-icon:not(.e-caret).e-fill-color{font-size:14px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn:focus{outline-offset:0;-webkit-box-shadow:none;box-shadow:none;outline:var(--color-sf-secondary-bg-color) 0 solid}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-dropdown-btn{white-space:nowrap}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn){padding-left:1.5px;padding-right:1.5px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) .e-btn-icon{font-size:16px;min-width:30px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-ribbon-template.e-ribbon-text-format:not(.e-separator):not(.e-spacer){height:inherit;min-width:32px;padding:4px 0}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-btn:not(.e-tbar-btn){font-weight:400;white-space:nowrap}.e-spreadsheet.sf-spreadsheet .e-sheets-list .e-btn-icon{width:1em;margin:0}.e-spreadsheet.sf-spreadsheet .e-editor-visible{display:-webkit-box;display:-ms-flexbox;display:flex}.e-spreadsheet.sf-spreadsheet .e-editor-hidden{display:none}.e-spreadsheet.sf-spreadsheet .e-name-manager-dialog-mobile .e-dlg-header-content{background:var(--color-sf-content-bg-color-alt1);border-bottom:1px solid var(--color-sf-border-light);border-radius:0;padding:12px 10px;width:100%}.e-spreadsheet.sf-spreadsheet .e-name-dlg-header-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:600}.e-spreadsheet.sf-spreadsheet .custom-close-btn{font-size:18px}.e-spreadsheet.sf-spreadsheet .e-header-title{font-size:22px;font-weight:600;line-height:28px;margin-left:12px;overflow:hidden;text-overflow:ellipsis;width:100%}.e-spreadsheet.sf-spreadsheet .e-name-manager-dialog .e-dlg-header-content{padding-bottom:0}.e-spreadsheet.sf-spreadsheet .e-name-manager-ok-btn{font-size:22px;font-weight:600;margin-right:14px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-name-manager-form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;padding-top:12px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-name-manager-range-input{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-name-manager-form-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;padding-top:12px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-name-manager-error{color:#c50f1f;font-size:12px}.e-spreadsheet.sf-spreadsheet .e-named-range .e-list-wrapper{padding:0}.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview{margin-top:16px}.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview .e-list-item,.e-spreadsheet.sf-spreadsheet .e-unlock-range-listview.e-listview .e-list-item{padding:0 8px}.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview .e-named-range,.e-spreadsheet.sf-spreadsheet .e-unlock-range-listview.e-listview .e-unlock-range{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview .e-list-content-wrapper,.e-spreadsheet.sf-spreadsheet .e-unlock-range-listview.e-listview .e-list-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;text-overflow:ellipsis}.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview .e-list-item-actions{gap:8px}.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview .e-btn-icon,.e-spreadsheet.sf-spreadsheet .e-unlock-range-listview.e-listview .e-btn-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;width:40px}.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview .e-btn-icon:hover,.e-spreadsheet.sf-spreadsheet .e-unlock-range-listview.e-listview .e-btn-icon:hover{background-color:#eee}.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview .e-edit-btn .e-icons,.e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview .e-delete-btn .e-icons,.e-spreadsheet.sf-spreadsheet .e-unlock-range-listview.e-listview .e-edit-btn .e-icons,.e-spreadsheet.sf-spreadsheet .e-unlock-range-listview.e-listview .e-delete-btn .e-icons{font-size:16px}.e-spreadsheet.sf-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-protection-error-message,.e-spreadsheet.sf-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-protection-error-message,.e-spreadsheet.sf-spreadsheet .e-spreadsheet-unprotect-dialog .e-unprotect-content .e-unprotect-error-message{color:#c50f1f;font-size:12px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-dlg-header-content{padding-bottom:10px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-protection-toggle-container{padding-top:12px;padding-bottom:12px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-protection-password-field{padding-bottom:11px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-protection-password-field label{padding-bottom:4px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-protection-error-message{color:#c50f1f;font-size:12px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-range-field{padding-top:12px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-range-actions{padding:6px 0}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-text{padding-top:15px;padding-bottom:3px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-range-item{height:55px;padding-bottom:4px;border-radius:4px;background-color:#fff0}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-range-item .e-unlock-range-name{font-family:Segoe UI;font-size:16px;font-weight:600;line-height:20px;color:#242424}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-range-item .e-unlock-range-value{font-family:Segoe UI;font-size:16px;font-weight:400;line-height:22px;color:#424242}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-sheet-options-container .e-sheet-options-header{font-family:Segoe UI;font-size:14px;font-weight:400;line-height:20px;color:#242424;padding-top:11px;padding-bottom:4px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-unprotect-dialog .e-dlg-header-content{padding-bottom:10px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-unprotect-dialog .e-unprotect-password-field label{font-family:Segoe UI;font-weight:400;font-size:14px;line-height:20px;color:#242424;padding-bottom:0}.e-spreadsheet.sf-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont{width:275px}.e-spreadsheet.sf-spreadsheet .e-dlg-modal .e-dlg-content .syntax-error-message{font-weight:700;font-size:18px;color:#d13438;margin-bottom:10px}.e-spreadsheet.sf-spreadsheet .e-dlg-modal .e-dlg-content .syntax-rules{margin-left:10px}.e-spreadsheet.sf-spreadsheet .e-dlg-modal .e-dlg-content .syntax-rules ul{padding-left:20px}.e-spreadsheet.sf-spreadsheet .e-dlg-modal .e-dlg-content .e-warning-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.e-spreadsheet.sf-spreadsheet .e-dlg-modal .e-dlg-content e-warning-note{font-size:16px}.e-spreadsheet .e-protect-dlg.e-dialog{height:470px;width:287px}.e-spreadsheet .e-protect-dlg.e-dialog .e-sheet-password-content{font-size:14px}.e-spreadsheet .e-protect-dlg.e-dialog .e-sheet-password-content .e-header{line-height:28px;margin-bottom:4px}.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content{padding:0}.e-spreadsheet .e-custom-format-dlg.e-dialog .e-dlg-content{display:inline-table;padding-top:3px}.e-spreadsheet .e-custom-format-dlg.e-dialog.e-rtl .e-dlg-content .e-custom-dialog .e-input.e-dialog-input{margin-left:2.8%}.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-alert-span{color:#dd2c2c;font-size:12px;padding-top:7px}.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input{margin-top:10px}.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-alert-span{color:#dd2c2c;font-size:12px;padding-top:7px}.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header{font-size:18px;line-height:16px}.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input{margin-top:10px}.e-spreadsheet .e-goto-dlg.e-dialog{height:auto}.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span{font-weight:700;padding-top:7px}.e-spreadsheet .e-findnreplace-exactmatchcheckbox{padding:12px}.e-spreadsheet.e-filter-open{position:relative}.e-spreadsheet .e-findtool-dlg{border:1px solid;height:45px;width:328px}.e-spreadsheet .e-findtool-dlg.e-device .e-dlg-header-content{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.e-spreadsheet .e-findtool-dlg.e-device .e-dlg-header-content .e-dlg-header{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.e-spreadsheet .e-findtool-dlg.e-device .e-dlg-content{display:none}.e-spreadsheet .e-findtool-dlg .e-dlg-content,.e-spreadsheet .e-findtool-dlg.e-device .e-dlg-header-content{padding:0%}.e-spreadsheet .e-findtool-dlg .e-dlg-content .e-input-group,.e-spreadsheet .e-findtool-dlg.e-device .e-dlg-header-content .e-input-group{width:170px}.e-spreadsheet .e-findtool-dlg .e-dlg-content .e-input-group .e-input-group-icon,.e-spreadsheet .e-findtool-dlg.e-device .e-dlg-header-content .e-input-group .e-input-group-icon{width:70px}.e-spreadsheet .e-dlg-container .e-customsort-dlg.e-device .e-dlg-content .e-sort-listsection .e-input-group{min-width:170px}.e-spreadsheet .e-dlg-container .e-custom-format-dlg.e-device .e-dlg-content{display:block}.e-spreadsheet .e-center-align{text-align:center}.e-spreadsheet .e-protect-option-list{border:1px solid #e0e0e0;cursor:default;margin-top:20px;overflow-y:auto}.e-spreadsheet .e-protect-checkbox{height:30px;margin-top:20px}.e-spreadsheet .e-protect-checkbox .e-label{font-size:14px}.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input-button{display:-webkit-box;display:-ms-flexbox;display:flex}.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input{float:left;margin-right:2.8%}.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample{margin:10px 10px 10px 0}.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview{border:1px solid #ddd;border-radius:3px;height:300px}.e-spreadsheet .e-protect-content{font-size:14px;height:37px;width:100%;padding-top:20px}.e-spreadsheet .e-formula-bar-panel{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e0e0e0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit{border:0;border-radius:0;padding-bottom:0;padding-top:0;vertical-align:top}.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon{font-size:16px;margin-top:0;vertical-align:top}.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function.e-btn:focus,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-btn:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.e-spreadsheet .e-formula-bar-panel .e-name-box{-ms-flex-item-align:start;align-self:flex-start;border:0;margin-bottom:0;vertical-align:top}.e-spreadsheet .e-formula-bar-panel .e-name-box .e-clear-icon{display:none}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl{border:0;z-index:1}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl:after,.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl:before{height:0}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box{width:92px}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input{height:23px;min-height:15px;padding:0 0 0 8px}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon{font-size:8px}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon{border-left-width:0;min-height:15px}.e-spreadsheet .e-formula-bar-panel .e-separator{border-left-style:solid;border-left-width:1px;height:12px;width:1px}.e-spreadsheet .e-formula-bar-panel .e-formula-bar{border:0;font-size:13px;overflow:auto;padding:0 4px;resize:none}.e-spreadsheet .e-formula-bar-panel .e-drop-icon{-ms-flex-item-align:start;align-self:flex-start;cursor:pointer;float:right;line-height:23px;margin-right:4px;text-align:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:18px;font-size:10px}.e-spreadsheet.e-hide-row-header .e-row-header,.e-spreadsheet.e-hide-row-header .e-selectall-container{display:none}.e-spreadsheet.e-hide-row-header .e-column-header,.e-spreadsheet.e-hide-row-header .e-sheet-content{width:100%!important}.e-spreadsheet.e-hide-column-header .e-header-panel{display:none}.e-spreadsheet.e-hide-column-header .e-main-panel{height:100%}.e-spreadsheet .e-sheet{height:100%;overflow:hidden;position:relative}.e-spreadsheet .e-sheet:not(.e-frozen-rows){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-spreadsheet .e-sheet .e-virtualable{will-change:transform;z-index:1}.e-spreadsheet .e-sheet .e-spreadsheet-edit{border:0;cursor:text;display:none;font-family:Calibri;font-size:11pt;height:auto;line-height:normal;outline:none;overflow-wrap:break-word;position:absolute;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;vertical-align:bottom;white-space:pre-wrap;z-index:2;padding:0 1px}.e-spreadsheet .e-sheet .e-spreadsheet-edit.e-right-align{text-align:right}.e-spreadsheet .e-sheet .e-scrollbar{border-top:1px solid #e0e0e0;position:relative;z-index:4}.e-spreadsheet .e-sheet .e-scrollbar .e-scroller{height:100%;overflow-x:scroll;position:absolute}.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack{height:1px}.e-spreadsheet .e-ss-focus-edit{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;top:0;width:1px}.e-spreadsheet .e-ss-atc{display:none}.e-spreadsheet .e-main-panel{height:calc(100% - 31px);overflow:hidden;position:relative}.e-spreadsheet .e-main-panel .e-ss-chart-overlay{border:1px solid #616161}.e-spreadsheet .e-main-panel .e-virtualable{position:absolute}.e-spreadsheet .e-main-panel .e-virtualtrack{position:relative}.e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk{padding-left:22px}.e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk .e-chk-hidden{margin:3px 3px 3px 4px}.e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk .e-checkboxfiltertext{width:auto}.e-spreadsheet .e-excelfilter.e-rtl .e-spreadsheet-ftrchk{padding-left:0;padding-right:22px}.e-spreadsheet .e-checkboxtree ul{padding-left:0}.e-spreadsheet .e-checkboxtree.e-rtl ul{padding-right:0}.e-spreadsheet .e-table{border:0 none;border-collapse:separate;border-spacing:0;cursor:cell;table-layout:fixed;width:100%}.e-spreadsheet .e-table tr{line-height:normal}.e-spreadsheet .e-table tr .e-cell,.e-spreadsheet .e-table tr .e-header-cell,.e-spreadsheet .e-table tr .e-select-all-cell{border-style:solid;border-width:0 1px 1px 0;line-height:inherit;overflow:hidden}.e-spreadsheet .e-table tr .e-cell{font-family:Calibri;font-size:11pt;padding:0 2px;position:relative;text-align:left;vertical-align:bottom;white-space:pre}.e-spreadsheet .e-table tr .e-cell.e-right-align{text-align:right}.e-spreadsheet .e-table tr .e-cell .e-fill-before{text-decoration:inherit}.e-spreadsheet .e-table tr .e-cell .e-hyperlink{cursor:pointer}.e-spreadsheet .e-table tr .e-cell .e-hyperlink-style{color:inherit;text-decoration:inherit}.e-spreadsheet .e-table tr .e-cell.e-alt-unwrap{white-space:nowrap}.e-spreadsheet .e-table tr .e-cell.e-ie-wrap{word-break:break-all}.e-spreadsheet .e-table tr .e-cell.e-wraptext{overflow-wrap:break-word;white-space:pre-wrap}.e-spreadsheet .e-table tr .e-cell.e-wraptext .e-wrap-content{bottom:0;left:0;line-height:initial;padding-left:2px;padding-right:2px;position:absolute;text-decoration:inherit;width:100%}.e-spreadsheet .e-table tr .e-cell.e-wraptext[style*="vertical-align: top;"] .e-wrap-content{top:0}.e-spreadsheet .e-table tr .e-cell.e-wraptext[style*="vertical-align: middle;"] .e-wrap-content{bottom:initial;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.e-spreadsheet .e-table tr .e-cell .e-cf-databar{position:relative;z-index:1}.e-spreadsheet .e-table tr .e-cell .e-cf-databar .e-databar{margin-top:1px;position:absolute;z-index:-1}.e-spreadsheet .e-table tr .e-cell .e-cf-databar .e-databar-value{display:inline-grid;height:100%}.e-spreadsheet .e-table tr .e-cell .e-iconsetspan{float:left;height:15px;position:relative;vertical-align:bottom;width:15px;z-index:2}.e-spreadsheet .e-table tr .e-header-cell{font-size:12px;font-weight:500;letter-spacing:0;position:relative;text-align:center;white-space:pre}.e-spreadsheet .e-table tr .e-header-cell .e-filter-btn{bottom:5px;margin-right:0;position:absolute;right:1px}.e-spreadsheet .e-select-all-cell{border-style:solid;border-width:0 1px 1px 0;padding:1px}.e-spreadsheet .e-select-all-cell .e-selectall{border-style:solid;border-width:13px;cursor:cell;float:right;height:26px;padding:0;width:26px}.e-spreadsheet.sf-spreadsheet .e-header-panel .e-selectall-container{height:30px;padding-top:1px}.e-spreadsheet.sf-spreadsheet .e-header-panel .e-header-row{height:30px}.e-spreadsheet.sf-spreadsheet .e-header-panel .e-header-row .e-header-cell{white-space:pre-line}.e-spreadsheet .e-row-header .e-table .e-header-cell{padding-bottom:2px;vertical-align:bottom}.e-spreadsheet .e-column-header .e-table .e-header-cell{padding:1px 0 0 1px;vertical-align:middle}.e-spreadsheet .e-row-header .e-table .e-zero .e-header-cell,.e-spreadsheet .e-row-header .e-table .e-zero-start .e-header-cell,.e-spreadsheet .e-row-header .e-table .e-zero-end .e-header-cell{border-bottom-width:0;padding-bottom:0;padding-top:0;vertical-align:bottom}.e-spreadsheet .e-row-header .e-table .e-reach-fntsize .e-header-cell{padding-bottom:0;padding-top:0;vertical-align:bottom}.e-spreadsheet .e-row-header .e-table .e-zero-last .e-header-cell{border-bottom-width:1px}.e-spreadsheet .e-sheet-content .e-table .e-zero .e-cell,.e-spreadsheet .e-sheet-content .e-table .e-zero-start .e-cell,.e-spreadsheet .e-sheet-content .e-table .e-zero-end .e-cell{border-bottom-width:0}.e-spreadsheet .e-sheet .e-ss-overlay{background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;position:absolute;top:0;z-index:3}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t{background-color:#e3165b;cursor:ns-resize;position:absolute;right:50%;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-r{background-color:#e3165b;cursor:ew-resize;position:absolute;right:-8px;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b{background-color:#e3165b;cursor:ns-resize;position:absolute;right:50%;top:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch:before{content:"";height:20px;position:absolute;right:-6px;top:-6px;width:20px}.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay{border:1px solid #e0e0e0}.e-spreadsheet .e-sheet .e-ss-overlay.e-ss-overlay-active{border:1px solid #e3165b;cursor:move}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-l{background-color:#e3165b;cursor:ew-resize;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.e-spreadsheet .e-sheet-panel.e-rtl .e-ss-overlay-active .e-ss-overlay-l{left:0}.e-spreadsheet .e-header-panel .e-table tr .e-header-cell.e-colresize{cursor:col-resize}.e-spreadsheet .e-row-header .e-table tr .e-header-cell.e-rowresize,.e-spreadsheet .e-selectall-container .e-table .e-row .e-header-cell.e-rowresize{cursor:row-resize}.e-spreadsheet .e-sheet{border:1px solid #e0e0e0}.e-spreadsheet .e-sheet.e-hide-headers:not(.e-frozen-rows) .e-main-panel{height:100%}.e-spreadsheet .e-sheet.e-hide-headers.e-frozen-rows:not(.e-frozen-columns) .e-selectall-container,.e-spreadsheet .e-sheet.e-hide-headers.e-frozen-rows:not(.e-frozen-columns) .e-row-header{display:none}.e-spreadsheet .e-sheet.e-hide-headers.e-frozen-columns:not(.e-frozen-rows) .e-selectall-container,.e-spreadsheet .e-sheet.e-hide-headers.e-frozen-columns:not(.e-frozen-rows) .e-column-header{display:none}.e-spreadsheet .e-sheet.e-hide-headers:not(.e-frozen-rows):not(.e-frozen-columns) .e-selectall-container,.e-spreadsheet .e-sheet.e-hide-headers:not(.e-frozen-rows):not(.e-frozen-columns) .e-column-header,.e-spreadsheet .e-sheet.e-hide-headers:not(.e-frozen-rows):not(.e-frozen-columns) .e-row-header{display:none}.e-spreadsheet .e-sheet.e-hide-headers .e-select-all-cell,.e-spreadsheet .e-sheet.e-hide-headers .e-header-cell,.e-spreadsheet .e-sheet.e-hide-headers .e-header-row,.e-spreadsheet .e-sheet.e-hide-headers .e-row-header colgroup col:first-child,.e-spreadsheet .e-sheet.e-hide-headers .e-selectall-container colgroup col:first-child{display:none}.e-spreadsheet .e-sheet.e-hide-headers .e-sheet-content{width:100%}.e-spreadsheet .e-sheet.e-mac-safari .e-main-panel::-webkit-scrollbar{width:7px}.e-spreadsheet .e-sheet.e-mac-safari .e-scroller::-webkit-scrollbar{height:7px}.e-spreadsheet .e-sheet.e-mac-safari .e-main-panel::-webkit-scrollbar-thumb,.e-spreadsheet .e-sheet.e-mac-safari .e-scroller::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:4px}.e-spreadsheet .e-header-panel{position:relative}.e-spreadsheet .e-sheet-content{overflow:hidden;position:absolute;top:0}.e-spreadsheet .e-row-header{position:relative}.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell:after,.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell:before{content:"";left:0;position:absolute;width:100%}.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell{border-bottom-color:transparent;position:relative}.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell:after{border-top:1px solid #e0e0e0;bottom:.5px}.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell{position:relative}.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell:before{border-bottom:1px solid #e0e0e0;top:.5px}.e-spreadsheet .e-column-header{border-style:solid;border-width:0;overflow:hidden;position:absolute;top:0}.e-spreadsheet .e-column-header .e-table th.e-header-cell.e-hide-start:after,.e-spreadsheet .e-column-header .e-table th.e-header-cell.e-hide-end:before{bottom:0;content:"";height:inherit;position:absolute;top:0}.e-spreadsheet .e-column-header .e-table th.e-header-cell.e-hide-start{border-right-color:transparent;height:inherit;position:relative}.e-spreadsheet .e-column-header .e-table th.e-header-cell.e-hide-start:after{border-right:1px solid #e0e0e0;right:.5px}.e-spreadsheet .e-column-header .e-table th.e-hide-end.e-header-cell{height:inherit;position:relative}.e-spreadsheet .e-column-header .e-table th.e-hide-end.e-header-cell:before{border-left:1px solid #e0e0e0;left:.5px}.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart{height:100%;position:initial!important;width:100%}.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart{height:100%;overflow:hidden;padding:4px;position:initial!important;width:100%}.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-r,.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-t,.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-b{position:absolute}.e-spreadsheet .e-header-panel .e-header-row,.e-spreadsheet .e-header-panel .e-select-all-cell{height:30px}.e-spreadsheet .e-header-panel .e-virtualtrack{height:1px}.e-spreadsheet .e-frozen-row,.e-spreadsheet .e-frozen-column{pointer-events:none;position:absolute;z-index:3}.e-spreadsheet .e-frozen-row{height:1px;width:100%}.e-spreadsheet .e-frozen-column{height:100%;top:0;width:1px}.e-spreadsheet .e-sheet-tab-panel{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e0e0e0;border-top-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 8px}.e-spreadsheet .e-sheet-tab{display:inline-block;line-height:0}.e-spreadsheet .e-sheet-tab>div{display:inline-block}.e-spreadsheet .e-sheet-tab.e-tab{border:0}.e-spreadsheet .e-sheet-tab.e-tab .e-hscroll .e-scroll-nav.e-scroll-left-nav{left:auto;right:40px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header{height:35px;min-height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:35px;min-height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap{height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap{height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items,.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-scroll-nav{height:35px;min-height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator{display:block;-webkit-transition:none;transition:none}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item{border-right:1px solid #e0e0e0}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item{margin:0}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename{background:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;min-width:20px;padding:0}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 12px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item.e-active{border-left-width:0;border-top-width:0}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename{margin-bottom:0}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator{z-index:1}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items{border-left:1px solid #e0e0e0}.e-spreadsheet .e-sheet-tab.e-tab .e-content{display:none}.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item .e-tab-text{text-transform:none}.e-spreadsheet .e-tab.e-sheet-tab .e-tab-header .e-tab-text{white-space:pre}.e-spreadsheet .e-sheets-list{margin-right:8px}.e-spreadsheet .e-hide{display:none!important}.e-spreadsheet .e-selection{border-style:solid;cursor:cell;pointer-events:none;position:absolute;z-index:1;border-width:1px}.e-spreadsheet .e-active-cell,.e-spreadsheet .e-copy-indicator,.e-spreadsheet .e-range-indicator,.e-spreadsheet .e-formularef-indicator{cursor:cell;pointer-events:none;position:absolute;z-index:1}.e-spreadsheet .e-autofill{background-clip:content-box;background-color:#e3165b;border:1px solid #fff;cursor:crosshair;height:8px;position:absolute;width:8px;z-index:3}.e-spreadsheet .e-filloption{position:absolute;z-index:3;background-color:#e0e0e0}.e-spreadsheet .e-active-cell{border:2px solid #e3165b;pointer-events:none}.e-spreadsheet .e-active-cell[style*="height: 1px;"],.e-spreadsheet .e-active-cell[style*="width: 1px;"],.e-spreadsheet .e-active-cell[style*="height: 0px;"],.e-spreadsheet .e-active-cell[style*="width: 0px;"]{border-width:1px}.e-spreadsheet .e-copy-indicator div,.e-spreadsheet .e-range-indicator div,.e-spreadsheet .e-formularef-indicator div{position:absolute}.e-spreadsheet .e-copy-indicator div.e-top,.e-spreadsheet .e-copy-indicator div.e-bottom,.e-spreadsheet .e-range-indicator div.e-top,.e-spreadsheet .e-range-indicator div.e-bottom,.e-spreadsheet .e-formularef-indicator div.e-top,.e-spreadsheet .e-formularef-indicator div.e-bottom{height:2px;width:100%}.e-spreadsheet .e-copy-indicator div.e-left,.e-spreadsheet .e-copy-indicator div.e-right,.e-spreadsheet .e-range-indicator div.e-left,.e-spreadsheet .e-range-indicator div.e-right,.e-spreadsheet .e-formularef-indicator div.e-left,.e-spreadsheet .e-formularef-indicator div.e-right{height:100%;width:2px}.e-spreadsheet .e-copy-indicator div.e-top,.e-spreadsheet .e-range-indicator div.e-top,.e-spreadsheet .e-formularef-indicator div.e-top{top:0}.e-spreadsheet .e-copy-indicator div.e-bottom,.e-spreadsheet .e-range-indicator div.e-bottom,.e-spreadsheet .e-formularef-indicator div.e-bottom{bottom:0}.e-spreadsheet .e-copy-indicator div.e-left,.e-spreadsheet .e-range-indicator div.e-left,.e-spreadsheet .e-formularef-indicator div.e-left{left:0}.e-spreadsheet .e-copy-indicator div.e-right,.e-spreadsheet .e-range-indicator div.e-right,.e-spreadsheet .e-formularef-indicator div.e-right{right:0}.e-spreadsheet .e-clipboard{height:1px;opacity:0;overflow:hidden;position:absolute;width:1px}.e-spreadsheet .e-ribbon .e-dropdown-btn .e-tbar-btn-text{float:left;overflow:hidden;padding:0;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:80px}.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;width:55px}.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb .e-caret{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn){font-weight:400;padding-bottom:0;padding-top:0}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-dropdown-btn{text-overflow:initial}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker){line-height:23px}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn){padding-left:1.5px;padding-right:1.5px}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) .e-btn-icon{min-width:22px}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) .e-btn-icon{margin-top:0}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon{line-height:23px;min-height:23px;vertical-align:bottom}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret){font-size:16px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret){font-size:16px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon,.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon{font-size:32px!important;padding:0 5px;width:30px;margin-right:5px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon{font-size:18px!important;margin-right:5px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon{font-size:18px!important;margin-right:-5px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker{line-height:22px;padding-bottom:1px;padding-left:0;padding-right:0;width:24px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-font-color{font-size:13px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-fill-color{font-size:14px}.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color{background:none;border-bottom-style:solid;border-bottom-width:3px;border-radius:0;height:auto;padding-bottom:1px;width:auto}.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color .e-split-preview{display:none}.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-dropdown-btn{margin-left:0}.e-spreadsheet .e-ribbon.e-rtl .e-dropdown-btn .e-tbar-btn-text{float:right;text-align:right}.e-spreadsheet .e-ribbon.e-rtl .e-dropdown-btn.e-font-size-ddb .e-caret{text-align:left}.e-spreadsheet .e-ribbon.e-rtl .e-toolbar .e-toolbar-item .e-btn .e-chart-icon,.e-spreadsheet .e-ribbon.e-rtl .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon{padding:0 0 0 5px;margin-right:-11px;margin-left:5px}.e-spreadsheet .e-ribbon.e-rtl .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon{margin-right:0;margin-left:5px}.e-spreadsheet .e-ribbon.e-rtl .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon{margin-right:-11px;margin-left:-5px}.e-spreadsheet.e-mobile-view .e-header-toolbar{border:1px solid #e0e0e0;border-bottom-width:0}.e-spreadsheet.e-mobile-view .e-header-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:last-child{min-width:auto;padding:0}.e-spreadsheet.e-mobile-view .e-add-sheet-tab,.e-spreadsheet.e-mobile-view .e-sheets-list{height:46px;width:40px}.e-spreadsheet.e-mobile-view .e-formula-bar-panel{border-top-width:0}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function,.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit{height:41px;line-height:40px;padding-left:9px;padding-right:9px}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon,.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon{font-size:18px;line-height:42px}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar{height:41px;line-height:41px;white-space:nowrap;width:calc(100% - 36px)}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::-webkit-input-placeholder{font-style:italic}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::-moz-placeholder{font-style:italic}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar:-ms-input-placeholder{font-style:italic}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::-ms-input-placeholder{font-style:italic}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::placeholder{font-style:italic}.e-spreadsheet.e-mobile-view .e-formula-bar-panel.e-focused .e-formula-bar{border-right:1px solid #e0e0e0;width:calc(100% - 72px)}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu{height:100%}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul{height:100%;padding:0}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon{height:100%;line-height:1;padding:0 6px}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-menu-icon.e-file-menu-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:100%;line-height:1;margin:0;width:auto}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-caret{display:none}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu.e-rtl{direction:ltr}.e-spreadsheet.e-mobile-view .e-toolbar-panel{border-top-width:0;display:none}.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-dropdown-btn.e-btn{border-bottom-width:0;border-right-width:0;border-top-width:0}.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-toolbar-items.e-hscroll.e-scroll-device{padding:0;width:100%}.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-scroll-nav{display:none}.e-spreadsheet.e-mobile-view .e-sheet-tab{max-width:calc(100% - 104px)}.e-spreadsheet.e-mobile-view.e-mobile-focused .e-toolbar-panel{display:-webkit-box;display:-ms-flexbox;display:flex}.e-spreadsheet.e-mobile-view.e-mobile-focused .e-sheet-tab-panel{display:none}.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-active-cell,.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-focused-tick,.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-formula-bar-panel{display:none}.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-header-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell{border-width:0 0 1px 1px}.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row{right:0}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start{border-left-color:transparent}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start:after{border-left:1px solid #e0e0e0;border-right:none;left:.5px}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell:before{border-left:none;border-right:1px solid #e0e0e0;right:.5px}.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container,.e-spreadsheet .e-sheet-panel .e-frozen-rows .e-selectall-container{position:relative}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-frozen-row{left:0}.e-spreadsheet .e-sheet-panel.e-protected .e-selection,.e-spreadsheet .e-sheet-panel.e-protected .e-active-cell{display:none}.e-spreadsheet .e-colresize-handler{border-right:1px solid;cursor:col-resize;pointer-events:none;position:absolute;z-index:1}.e-spreadsheet .e-rowresize-handler{border-top:1px solid;cursor:row-resize;pointer-events:none;position:absolute;z-index:1}.e-spreadsheet .e-validation-list{float:right;font-size:11pt;height:inherit;max-height:18px;overflow:hidden;padding:0;position:relative;right:0;text-align:initial;width:20px;z-index:2}.e-spreadsheet .e-validation-list.e-rtl{float:left}.e-spreadsheet .e-validation-list .e-input-group{border:0;-webkit-box-shadow:none!important;box-shadow:none!important;margin:0}.e-spreadsheet .e-validation-list .e-ddl-icon{bottom:5px}.e-spreadsheet .e-rtl .e-spreadsheet-edit{direction:ltr;text-align:left}.e-spreadsheet .e-customsort-dlg.e-dialog{height:360px!important}.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content{padding-bottom:0;padding-left:0;padding-right:0}.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content .e-sort-listsection{padding-top:18px}.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content .e-sort-listsection .e-input-group{min-width:220px;max-width:220px}.e-spreadsheet .e-customsort-dlg.e-dialog .e-footer-content .e-sort-addbtn{float:left;margin-left:0}.e-spreadsheet .e-conditionalformatting-dlg .e-input,.e-spreadsheet .e-conditionalformatting-dlg .e-input-group{height:34px}.e-spreadsheet .e-conditionalformatting-dlg .e-cfmain{margin-bottom:22px}.e-spreadsheet .e-conditionalformatting-dlg .e-cfmain .e-header,.e-spreadsheet .e-conditionalformatting-dlg .e-cfsub .e-header{font-size:14px}.e-spreadsheet .e-conditionalformatting-dlg .e-header{display:block;margin-bottom:6px}.e-spreadsheet .e-conditionalformatting-dlg .e-header-2{margin-top:10px}.e-spreadsheet .e-conditionalformatting-dlg .e-top-header{font-weight:500}.e-spreadsheet .e-title-dlg .e-title-dlg-content .e-top-header{font-size:16px}.e-spreadsheet .e-title-dlg .e-title-dlg-content .e-input{font-size:14px;line-height:30px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg{margin-top:14px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-cellrange{margin-bottom:24px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-cellrange .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-cellrange .e-input{height:32px;margin-top:5px;font-size:14px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata{margin-bottom:24px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-allow{display:inline-block;padding-right:12px;width:50%}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-allow .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-allow .e-valid-input{height:34px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-data{display:inline-block;padding-left:12px;width:50%}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-data .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-data .e-valid-input{height:34px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values{margin-bottom:24px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-minimum{display:inline-block;padding-right:12px;width:50%}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-minimum .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-minimum .e-input{font-size:14px;height:32px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-maximum{display:inline-block;padding-left:12px;width:50%}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-maximum .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-maximum .e-input{font-size:14px;height:32px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-dlg-error{font-size:12px;padding-top:10px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-input{font-size:14px;height:32px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-ignoreblank{margin-bottom:5px}.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn{float:left}.e-spreadsheet .e-datavalidation-dlg.e-rtl .e-validation-dlg .e-allowdata .e-allow{padding-right:0;padding-left:12px}.e-spreadsheet .e-datavalidation-dlg.e-rtl .e-validation-dlg .e-allowdata .e-data{padding-right:12px;padding-left:0}.e-spreadsheet .e-datavalidation-dlg.e-rtl .e-validation-dlg .e-values .e-minimum{padding-right:0;padding-left:12px}.e-spreadsheet .e-datavalidation-dlg.e-rtl .e-validation-dlg .e-values .e-maximum{padding-right:12px;padding-left:0}.e-spreadsheet .e-datavalidation-dlg.e-rtl .e-footer-content .e-clearall-btn{float:right}.e-spreadsheet .e-validation-error-dlg .e-dlg-content{font-size:14px;line-height:28px;overflow:hidden}.e-spreadsheet .e-hyperlink-dlg.e-dialog,.e-spreadsheet .e-edithyperlink-dlg.e-dialog{max-height:640px!important}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content{padding-bottom:0;padding-left:0;padding-right:0}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header{padding:0 24px 0 25px}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items{height:100%}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item{text-align:center;width:136px}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content{padding-top:24px}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont{margin:0 0 15.5px 24px}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-header,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text{font-size:14px;height:32px;line-height:16px;width:275px;margin-top:8px}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled{border-bottom-width:2px}.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont,.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont{border:1px solid #c8c8c8;height:165px;margin:8px 24px 0 0;overflow:auto;width:273px}.e-spreadsheet .e-hyperlink-dlg.e-dialog.e-rtl .e-dlg-content .e-link-dialog .e-content .e-cont,.e-spreadsheet .e-edithyperlink-dlg.e-dialog.e-rtl .e-dlg-content .e-link-dialog .e-content .e-cont{margin:0 24px 15.5px 0}.e-spreadsheet .e-hyperlink-dlg.e-dialog.e-rtl .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont,.e-spreadsheet .e-edithyperlink-dlg.e-dialog.e-rtl .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont{margin:8px 0 0 24px}.e-spreadsheet .e-open-dlg.e-dialog{width:340px}.e-spreadsheet .e-open-dlg.e-dialog .e-dlg-content .e-file-alert-span{color:#dd2c2c;font-size:12px;padding-top:7px}.e-spreadsheet .e-find-dlg.e-dialog{height:auto;width:468px}.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span,.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span{color:#dd2c2c;font-size:12px;padding-top:7px}.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox{padding-right:12px}.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox{padding:12px 0}.e-spreadsheet .e-find-dlg.e-dialog p.e-header{margin:0;padding-top:12px;padding-bottom:8px}.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content{text-align:left}.e-spreadsheet .e-find-dlg.e-dialog.e-rtl .e-dlg-content .e-findnreplace-casecheckbox{padding-right:0;padding-left:12px}.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span{color:#dd2c2c;font-size:12px;padding-top:12px}.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content{padding-top:12px}.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header{font-size:12px;line-height:24px;margin-bottom:4px}.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-alert-span{color:#dd2c2c;font-size:12px;padding-top:7px}.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input{margin-top:10px}.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-alert-span{color:#dd2c2c;font-size:12px;padding-top:7px}.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-content .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-content .e-input{margin-top:10px}.e-spreadsheet .e-filter-icon{margin-bottom:0}.e-spreadsheet .e-filter-icon:before{font-size:20px;margin-left:-3px}.e-spreadsheet .e-btn.e-icon-btn.e-filter-btn{bottom:0;float:right;height:18px;margin-right:-1px;padding:0;position:relative;right:0;width:20px;z-index:2}.e-spreadsheet .e-btn.e-icon-btn.e-filter-btn.e-rtl{float:left;margin-right:0;margin-left:-1px}.e-spreadsheet.sf-spreadsheet .e-contextmenu-container ul .e-menu-item .e-caret{margin-right:24px}.e-spreadsheet.sf-spreadsheet .e-delete-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-delete-warning{font-size:16px}.e-spreadsheet.sf-spreadsheet .e-col-header-row.e-header-cell.e-highlight,.e-spreadsheet.sf-spreadsheet .e-rowhdr-table .e-header-cell.e-highlight{border-right-color:#ccc}.e-spreadsheet.sf-spreadsheet .e-resize-cursor{cursor:col-resize;height:100%;position:absolute;top:0;right:0;width:4px}.e-spreadsheet.sf-spreadsheet .e-resize-cursor.e-device{width:12px}.e-spreadsheet.sf-spreadsheet .e-sheet-panel .back_content .axis{position:absolute;background-color:#e7e0e2;z-index:0}.e-spreadsheet.sf-spreadsheet .e-sheet-panel .back_content .vaxis{width:0;border-right:#e0e0e0;border-style:solid;border-width:0 1px 1px 0}.e-spreadsheet.sf-spreadsheet .e-sheet-panel .back_content .haxis{height:.5px}.e-spreadsheet.sf-spreadsheet .e-sheet-panel .e-resize-helper{position:absolute;border-left:2px solid;z-index:2}.e-spreadsheet.sf-spreadsheet .e-resizer-handle{width:8px;height:8px;border-radius:4px}.e-spreadsheet.sf-spreadsheet .e-sheet-tab-panel .e-tab{position:unset}.e-spreadsheet.sf-spreadsheet .e-ribbon-tab-item .e-ribbon-group:last-child:after{border-right:none!important}.e-spreadsheet.sf-spreadsheet .e-table tr .e-cell.e-center-align{text-align:center}.e-spreadsheet.sf-spreadsheet .e-excelfilter .e-contextmenu-container.e-sfcontextmenu{display:inline-block;position:relative;width:100%}.e-spreadsheet.sf-spreadsheet .e-excelfilter .e-searchcontainer{padding-top:4px;padding-left:6px;padding-right:24px}.e-spreadsheet.sf-spreadsheet .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul{position:absolute;max-height:360px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.e-spreadsheet.sf-spreadsheet .e-excelfilter.e-dialog .e-dlg-content{padding-right:0}.e-spreadsheet.sf-spreadsheet .e-excelfilter .e-dlg-content{overflow:visible;padding:0}.e-spreadsheet.sf-spreadsheet .e-invisible{display:none}.e-spreadsheet.e-rtl:not(.e-mobile-view) .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input{padding:0 8px 0 0}.e-spreadsheet.e-rtl:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function{border-left:0;border-right:1px solid #e0e0e0}.e-spreadsheet.e-rtl:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon{float:right;margin-right:0;margin-left:4px}.e-spreadsheet.e-rtl .e-sheet-tab-panel .e-sheets-list.e-rtl{margin-left:8px;margin-right:0}.e-spreadsheet.e-rtl .e-sheet-tab-panel .e-sheet-tab.e-tab.e-rtl .e-scroll-nav.e-scroll-left-nav{left:40px;right:auto}.e-spreadsheet.e-rtl .e-sheet-tab-panel .e-sheet-tab.e-tab.e-rtl .e-hscroll-bar{margin-right:-40px;margin-left:40px}.e-spreadsheet.e-rtl .e-sheet-tab-panel .e-sheet-tab.e-tab.e-rtl .e-hscroll-bar .e-hscroll-content{display:block}.e-spreadsheet.e-rtl .e-sheet-tab-panel .e-sheet-tab.e-tab.e-rtl .e-tab-header .e-toolbar-items{border-left-width:0;border-right:1px solid #e0e0e0}.e-spreadsheet.e-rtl .e-sheet-tab-panel .e-sheet-tab.e-tab.e-rtl .e-tab-header .e-toolbar-items .e-toolbar-item{border-right-width:0;border-left:1px solid #e0e0e0}.e-spreadsheet.e-rtl .e-sheet-tab-panel:not(.e-mobile-view) .e-aggregate-list{margin-left:0;margin-right:auto}.e-file-input{position:fixed;left:-100em;height:1px;width:1px}.e-spreadsheet-palette-item{height:auto!important;padding:0!important}.e-ribbon-overflow-target .e-ribbonoverflow .e-bold-icon:before{content:""}.e-ribbon-overflow-target .e-ribbonoverflow .e-italic-icon:before{content:""}.e-ribbon-overflow-target .e-ribbonoverflow .e-underline-icon:before{content:""}.e-ribbon-overflow-target .e-ribbonoverflow .e-line-through-icon:before{content:""}.e-ribbon-overflow-target .e-ribbonoverflow .e-font-color:before{content:""}.e-ribbon-overflow-target .e-ribbonoverflow .e-fill-color:before{content:""}.e-ribbon-overflow-target .e-ribbonoverflow .e-wrap-icon:before{content:""}.e-ribbon-overflow-target .e-ribbonoverflow .e-btn{font-weight:400}.e-ribbon-overflow-target .e-ribbonoverflow .e-colorpicker-text{padding-left:2px}.e-ribbon-overflow-target .e-ribbonoverflow .e-selected-color{background:none;border-bottom-style:solid;border-bottom-width:3px;border-radius:0;height:auto;padding-bottom:1px;width:auto}.e-ribbon-overflow-target .e-ribbonoverflow .e-split-btn-wrapper .e-split-btn.e-color-picker{padding-left:8px;padding-right:32px;width:100%;font-weight:400}.e-ribbon-overflow-target .e-ribbonoverflow .e-split-btn-wrapper .e-split-btn.e-color-picker{padding-left:8px;padding-right:7px}.e-ribbon-overflow-target .e-ribbonoverflow .e-split-btn-wrapper .e-split-btn,.e-ribbon-overflow-target .e-ribbonoverflow .e-split-btn-wrapper .e-dropdown-btn.e-color-picker{border-color:#0000;-webkit-box-shadow:none;box-shadow:none}.e-ribbon-overflow-target .e-ribbonoverflow .e-dropdown-btn .e-caret{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target #horizontalAlignmentGroup_header,.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target #verticalAlignmentGroup_header{display:block}.e-sheets-list .e-dropdown-menu,.e-font-list .e-dropdown-menu{max-height:300px;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin}.sf-spreadsheet.formula-suggestions-container .formula-item .e-formula-description{display:none;font-size:10px;white-space:normal;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.sf-spreadsheet.formula-suggestions-container .formula-item:hover .e-formula-description{display:inline-block;max-width:100%;text-indent:0;line-height:12px;padding-left:8px}.sf-spreadsheet.formula-suggestions-container .e-list-item:not(:hover) .e-formula-description{display:none!important}.sf-spreadsheet.formula-suggestions-container .formula-item{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;line-height:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.e-dialog .e-xlfl-table .e-xlfl-col{width:50%}.e-dropdown-popup.e-ribbon-dropdown-group-button #horizontalAlignmentGroup_grpbtn.e-btn-group .e-btn.e-ribbon-group-button,.e-dropdown-popup.e-ribbon-dropdown-group-button #verticalAlignmentGroup_grpbtn.e-btn-group .e-btn.e-ribbon-group-button{border:none;border-radius:4px}.e-dropdown-popup.e-ribbon-dropdown-group-button #horizontalAlignmentGroup_header,.e-dropdown-popup.e-ribbon-dropdown-group-button #verticalAlignmentGroup_header,.e-colorpicker-wrapper.e-border-colorpicker{display:none}.e-colorpicker-wrapper.e-border-colorpicker .e-container{-webkit-box-shadow:none;box-shadow:none;width:270px!important}.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value{display:-webkit-box;display:-ms-flexbox;display:flex}.e-spreadsheet.e-col-resizing{cursor:col-resize}.e-spreadsheet.e-row-resizing{cursor:row-resize}.e-dropdown-popup.e-numformat-ddb ul{max-width:initial}.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text{font-size:12px;max-width:200px;overflow:hidden;text-align:right;text-overflow:ellipsis}.e-dropdown-popup.e-font-size-ddb ul{min-width:60px}.e-dropdown-popup.e-align-ddb ul{min-width:auto;padding:8px}.e-dropdown-popup.e-align-ddb ul .e-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:28px;line-height:28px;margin:0;padding:0 7px}.e-dropdown-popup.e-align-ddb ul .e-item .e-menu-icon{line-height:28px;margin-right:0}.e-dropdown-popup.e-spreadsheet-color-popup .e-container .e-custom-palette .e-palette{padding:0}.e-dropdown-popup.e-spreadsheet-color-popup .e-container .e-switch-ctrl-btn{padding-top:16px}.e-dropdown-popup.e-font-family ul .e-item:nth-child(1){font-family:Arial}.e-dropdown-popup.e-font-family ul .e-item:nth-child(2){font-family:Arial Black}.e-dropdown-popup.e-font-family ul .e-item:nth-child(3){font-family:Axettac Demo}.e-dropdown-popup.e-font-family ul .e-item:nth-child(4){font-family:Batang}.e-dropdown-popup.e-font-family ul .e-item:nth-child(5){font-family:Book Antiqua}.e-dropdown-popup.e-font-family ul .e-item:nth-child(6){font-family:Calibri}.e-dropdown-popup.e-font-family ul .e-item:nth-child(7){font-family:Comic Sans MS}.e-dropdown-popup.e-font-family ul .e-item:nth-child(8){font-family:Courier}.e-dropdown-popup.e-font-family ul .e-item:nth-child(9){font-family:Courier New}.e-dropdown-popup.e-font-family ul .e-item:nth-child(10){font-family:Din Condensed}.e-dropdown-popup.e-font-family ul .e-item:nth-child(11){font-family:Georgia}.e-dropdown-popup.e-font-family ul .e-item:nth-child(12){font-family:Helvetica}.e-dropdown-popup.e-font-family ul .e-item:nth-child(13){font-family:Helvetica New}.e-dropdown-popup.e-font-family ul .e-item:nth-child(14){font-family:Roboto}.e-dropdown-popup.e-font-family ul .e-item:nth-child(15){font-family:Tahoma}.e-dropdown-popup.e-font-family ul .e-item:nth-child(16){font-family:Times New Roman}.e-dropdown-popup.e-font-family ul .e-item:nth-child(17){font-family:Verdana}.e-dropdown-popup.e-aggregate-list{font-size:14px;margin-left:auto}.e-dropdown-popup.e-borders-ddb .e-menu-wrapper{border:0}.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-dropdown-popup.e-popup.e-aggregate-list ul{font-size:14px}.e-menu-wrapper.e-file-menu ul .e-menu-item div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension{font-size:14px;margin-left:auto;opacity:.7;padding-left:10px}.e-menu-wrapper.e-file-menu.e-rtl ul .e-menu-item div .e-extension{margin-left:0;margin-right:auto;padding-left:0;padding-right:10px}.e-menu-wrapper .e-border-style .e-menu-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.e-menu-wrapper .e-border-style .e-menu-item:after{content:"";width:135px}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(1):after{border-bottom-style:solid;border-bottom-width:thin}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(2):after{border-bottom-style:solid;border-bottom-width:medium}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(3):after{border-bottom-style:solid;border-bottom-width:thick}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(4):after{border-bottom-style:dashed;border-bottom-width:thin}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(5):after{border-bottom-style:dotted;border-bottom-width:thin}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(6):after{border-bottom-style:double;border-bottom-width:medium}.e-menu-wrapper.e-databars .e-ul,.e-menu-wrapper.e-colorscales .e-ul{overflow:visible;padding:0}.e-menu-wrapper.e-databars .e-ul .e-menu-item,.e-menu-wrapper.e-colorscales .e-ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-databars .e-ul .e-menu-item .e-cf-icon,.e-menu-wrapper.e-colorscales .e-ul .e-menu-item .e-cf-icon{display:inline-block;height:40px;width:40px}.e-menu-wrapper.e-databars .e-ul{min-width:110px}.e-menu-wrapper.e-colorscales .e-ul{min-width:150px}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul{min-width:250px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is{height:550px;width:auto}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is1,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is3,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is5,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is7{height:6%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-iconsetspan{display:inline-block;height:100%;width:20%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2{height:25.3%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-3arrows,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-3arrowsgray,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-3triangles,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-4arrowsgray,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-4arrows,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-5arrowsgray,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-5arrows{float:left;height:25%;width:50%;padding:2px 12px}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4{height:19%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-3trafficlights,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-3rafficlights2,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-3signs,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-4trafficlights,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-4redtoblack{float:left;height:33%;width:50%;padding:2px 12px}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is6{height:12.6%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is6 .e-3symbols,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is6 .e-3symbols2,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is6 .e-3flags{float:left;height:50%;width:50%;padding:2px 12px}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8{height:19%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-3stars,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-4rating,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-5quarters,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-5rating,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-5boxes{float:left;height:33%;width:50%}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul{min-width:270px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item.e-ripple,.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item.e-ripple-style{overflow:visible}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item.e-ripple .e-ripple-element,.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item.e-ripple-style .e-ripple-element{display:none}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container{display:block}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main{height:90px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-text{height:40%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont{height:60%}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar1003d{display:inline-block;font-size:40px;height:100%;margin:0;padding:10px;width:55px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul{min-width:110px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main{height:96px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-text{height:40%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont{height:60%}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-radar-markers{display:inline-block;font-size:40px;height:60px;margin:0;padding:10px;width:55px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul{min-width:165px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main{height:auto}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-text{height:40%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont{height:60%}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-line-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline100-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-line-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline100-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-line-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline100-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-line-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline100-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-line-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline100-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-line-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline100-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-line-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline100-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-line-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline-marker,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline100-marker{display:inline-block;font-size:40px;height:60px;margin:0;padding:10px;width:55px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul{min-width:60px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-scatter-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-scatter-main{height:90px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-scatter-main .e-scatter-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-scatter-main .e-scatter-text{height:40%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-scatter-main .e-scatter-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-scatter-main .e-scatter-cont{height:60%}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-scatter-main .e-scatter-cont .e-scatter,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-scatter-main .e-scatter-cont .e-scatter{display:inline-block;font-size:60px;height:60px;margin:0;padding:10px;width:100%}.e-spreadsheet-function-dlg.e-dialog{min-height:480px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-spreadsheet-function-dlg.e-dialog .e-dlg-content{overflow:hidden;padding-left:18px;padding-right:18px}.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-category-content{font-size:12px;font-weight:500;margin-bottom:0}.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-formula-description{margin-left:-4px;margin-top:5px;padding:4px}.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-description-content{font-size:14px;padding-top:10px;font-weight:500}.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-formula-list{cursor:default;border:1px solid #e0e0e0;margin-top:6px;overflow-y:auto}.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv{width:auto}.e-name-box .e-dropdownbase .e-list-item{line-height:25px;min-height:25px;text-indent:10px}.e-name-box .e-ddl-footer .e-name-manager-footer{border-top:1px solid #e0e0e0}.e-name-box .e-ddl-footer .e-name-manager-footer .e-name-manager-button{border:none;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;text-overflow:ellipsis;width:130px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel{border-bottom-width:0}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function{border-left:1px solid #e0e0e0;height:23px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon{line-height:24px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar{height:23px;line-height:23px;width:calc(100% - 146px)}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar,.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function{height:71px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function{line-height:71px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-drop-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator{height:60px}.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab{max-width:60%}.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab .e-hscroll-bar{margin-left:-40px;margin-right:40px}.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn{height:32px;padding:0;width:32px}.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon,.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn .e-btn-icon{line-height:33px;margin-top:0}.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list{font-size:14px;margin-left:auto}.e-spreadsheet:not(.e-mobile-view) .e-ribbon{border-bottom-width:0}.e-spreadsheet.e-device .e-sheet-tab .e-hscroll-bar{margin-left:0}.e-spreadsheet.e-device .e-aggregate-list.e-flat{overflow:hidden;text-overflow:ellipsis}.e-sort-dialog{height:100%;position:relative}.e-sort-dialog .e-sort-listsection{height:calc(100% - 28px);margin:0 auto;overflow:auto;width:100%}.e-sort-dialog .e-sort-listwrapper{padding-left:2px}.e-sort-dialog .e-sort-listwrapper .text{font-size:12px;padding:10px 0 5px}.e-sort-dialog .e-list-sort{height:100%}.e-sort-dialog .e-sort-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 0 10px}.e-sort-dialog .e-sort-error,.e-sort-dialog .e-sort-header,.e-sort-dialog .e-sort-casecheckbox,.e-sort-dialog .e-sort-listsection{padding-left:18px;padding-right:18px;padding-bottom:0}.e-sort-dialog .e-sort-error{bottom:0;display:none;font-size:12px;height:20px;line-height:20px;position:absolute;width:100%}.e-sort-dialog .e-sort-template{border:0}.e-sort-dialog .e-sort-template .e-list-item{height:auto;line-height:unset}.e-sort-dialog .e-sort-template .e-list-item:not(:first-child){padding:5px 0 0}.e-sort-dialog .e-sort-template .e-list-item:first-child{padding:0}.e-sort-dialog .e-sort-template .e-content{height:100%;overflow:auto}.e-sort-dialog .e-sort-field{width:auto}.e-sort-dialog .e-radio-wrapper{margin-left:16px}.e-sort-dialog li:first-of-type .e-sort-delete{display:none}.e-sort-dialog .e-sort-delete{border-left-style:solid;border-left-width:1px;line-height:32px;margin-left:auto;margin-right:5px;padding-left:22px;vertical-align:middle}.e-sort-dialog .e-sort-delete:before{cursor:pointer}.e-spreadsheet .e-findtool-dlg{border-color:#fafafa #e0e0e0 #e0e0e0;-webkit-box-shadow:none;box-shadow:none}.e-spreadsheet .e-find-dlg .e-header{font-weight:500}.e-spreadsheet .e-scrollbar{background-color:inherit}.e-spreadsheet .e-ftrchk.e-chkfocus{background-color:#eee}.e-spreadsheet .e-sheet-tab-panel,.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item{background:#fafafa}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text{color:#0000008a}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover{background:#e6e6e6}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active{background:#fff}.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn{border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:gray}.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn .e-btn-icon{color:#0000008a}.e-spreadsheet .e-sheet-tab-panel .e-aggregate-list-countonly{pointer-events:none}.e-spreadsheet .e-sheets-list,.e-spreadsheet .e-add-sheet-tab.e-flat{background-color:transparent}.e-spreadsheet .e-dragfill-ddb{-webkit-box-shadow:none;box-shadow:none}.e-spreadsheet .e-dragfill-ddb:focus{background:#eee}.e-spreadsheet .e-aggregate-list.e-flat{-webkit-box-shadow:none;box-shadow:none;color:gray}.e-spreadsheet .e-aggregate-list.e-flat:not(:focus-visible){background-color:transparent;border-color:transparent}.e-spreadsheet .e-aggregate-list.e-flat .e-btn-icon{color:#0000008a}.e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active){background:#0000001f;border-color:transparent}.e-spreadsheet .e-aggregate-list.e-flat.e-active{background:#0000001f;border-color:transparent}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn){border-color:transparent;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;color:#000000de}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn):hover:not(.e-active){background:#0000001f;border-color:transparent}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn).e-active{background:#0000001f;border-color:transparent}.e-spreadsheet .e-formula-bar-panel{background-color:#fff}.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat:not(:focus-visible),.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat,.e-spreadsheet .e-formula-bar-panel .e-formula-bar{background-color:transparent}.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat:not(:focus-visible) .e-btn-icon,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat .e-btn-icon,.e-spreadsheet .e-formula-bar-panel .e-drop-icon{color:#5f6368}.e-spreadsheet .e-formula-bar-panel .e-separator{border-left-color:#e0e0e0}.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-name-box,.e-spreadsheet .e-formula-bar-panel .e-formula-bar{color:#515151}.e-spreadsheet .e-sheet,.e-spreadsheet .e-row-header .e-header-cell,.e-spreadsheet .e-column-header .e-header-cell,.e-spreadsheet .e-selectall-container .e-header-cell{background-color:#f5f5f5}.e-spreadsheet .e-sheet .e-spreadsheet-edit{background-color:#fff;color:#000}.e-spreadsheet .e-main-panel,.e-spreadsheet .e-header-panel{background-color:#fff}.e-spreadsheet .e-column-header{border-color:#e0e0e0}.e-spreadsheet .e-header-cell{color:#757575}.e-spreadsheet .e-cell{background-color:#fff;border-bottom-color:#e0e0e0;color:#000}.e-spreadsheet .e-header-panel thead .e-header-cell,.e-spreadsheet .e-select-all-cell,.e-spreadsheet .e-row-header .e-header-cell,.e-spreadsheet .e-selectall-container tbody .e-header-cell{border-bottom-color:#e0e0e0}.e-spreadsheet .e-hide-gridlines .e-cell,.e-spreadsheet.e-hide-row-gridlines .e-cell{border-bottom-color:transparent}.e-spreadsheet .e-selectall{background-color:transparent;border-color:#e0e0e0;border-top-color:transparent}.e-spreadsheet .e-selectall.e-highlight{border-bottom-color:#e3165b}.e-spreadsheet .e-select-all-cell:hover .e-selectall:not(.e-highlight){border-bottom-color:#bdbdbd}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell{border-right-color:#e0e0e0}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-header-panel thead .e-header-cell{border-right-color:#e0e0e0}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-row-header .e-header-cell,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall-container tbody .e-header-cell{border-right-color:#e0e0e0}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-hide-gridlines .e-cell{border-right-color:transparent}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall{border-left-color:transparent}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall.e-highlight{border-right-color:#e3165b}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell:hover .e-selectall:not(.e-highlight){border-right-color:#bdbdbd}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell.e-prev-highlight-right{border-right-color:#ccc}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-start.e-prev-highlight,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-start.e-highlight{border-right-color:transparent}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-start.e-prev-highlight:after,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-start.e-highlight:after{border-right-color:#ccc}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-end.e-highlight:before,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight+th.e-header-cell.e-hide-end:before{border-left-color:#ccc}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-row-header .e-header-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall-container .e-header-cell{border-left-color:#e0e0e0}.e-spreadsheet .e-sheet-panel.e-rtl .e-hide-gridlines .e-cell{border-left-color:transparent}.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall{border-right-color:transparent}.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall:hover{border-left-color:#bdbdbd}.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight{border-left-color:#e3165b}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight,.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight,.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right{border-left-color:#ccc}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight,.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight{border-left-color:transparent}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight:after,.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight:after{border-left-color:#ccc}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight:before,.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight+th.e-header-cell.e-hide-end:before{border-right-color:#ccc}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-vborderright,.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-vcborderright{border-left:1px dashed #673ab8}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-pborderright{border-left:1px dashed #9c27b0}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-cborderright{border-left:1px dashed #029688}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-gborderright{border-left:1px dashed #4caf51}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-oborderright{border-left:1px dashed #fe9800}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-bborderright,.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-bcborderright{border-left:1px dashed #3f52b5}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell.e-rcborderright{border-left:1px dashed #dd2c2c}.e-spreadsheet .e-sheet-panel .e-cell.e-vborderbottom,.e-spreadsheet .e-sheet-panel .e-cell.e-vcborderbottom{border-bottom:1px dashed #673ab8}.e-spreadsheet .e-sheet-panel .e-cell.e-pborderbottom{border-bottom:1px dashed #9c27b0}.e-spreadsheet .e-sheet-panel .e-cell.e-cborderbottom{border-bottom:1px dashed #029688}.e-spreadsheet .e-sheet-panel .e-cell.e-gborderbottom{border-bottom:1px dashed #4caf51}.e-spreadsheet .e-sheet-panel .e-cell.e-oborderbottom{border-bottom:1px dashed #fe9800}.e-spreadsheet .e-sheet-panel .e-cell.e-bborderbottom,.e-spreadsheet .e-sheet-panel .e-cell.e-bcborderbottom{border-bottom:1px dashed #3f52b5}.e-spreadsheet .e-sheet-panel .e-cell.e-rcborderbottom{border-bottom:1px dashed #dd2c2c}.e-spreadsheet .e-copy-indicator div.e-top,.e-spreadsheet .e-range-indicator div.e-top,.e-spreadsheet .e-formularef-indicator div.e-top{background:url(data:image/gif;base64,R0lGODlhBgAEAJECAP///+MWW////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkxQUZDQkFFRDA5RDExRTk4MkNCQTM1MkJFMzIzQUNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkxQUZDQkFGRDA5RDExRTk4MkNCQTM1MkJFMzIzQUNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTFBRkNCQUNEMDlEMTFFOTgyQ0JBMzUyQkUzMjNBQ0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTFBRkNCQUREMDlEMTFFOTgyQ0JBMzUyQkUzMjNBQ0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABgAEAAACB4wDcJh6uQoAIfkEBQMAAgAsAAAAAAYABAAAAgiMAXYZqM1CAQAh+QQFAwACACwBAAAABAAEAAACBhQUhnksBQAh+QQFAwACACwBAAAABAAEAAACBoQihpcMBQAh+QQFAwACACwAAAAABgAEAAACBwSCYcl6aQoAIfkEBQMAAgAsAAAAAAYABAAAAghEHmComHtAAQA7) repeat-x left top}.e-spreadsheet .e-copy-indicator div.e-bottom,.e-spreadsheet .e-range-indicator div.e-bottom,.e-spreadsheet .e-formularef-indicator div.e-bottom{background:url(data:image/gif;base64,R0lGODlhBgAEAJECAP///+MWW////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkxQUZDQkFFRDA5RDExRTk4MkNCQTM1MkJFMzIzQUNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkxQUZDQkFGRDA5RDExRTk4MkNCQTM1MkJFMzIzQUNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTFBRkNCQUNEMDlEMTFFOTgyQ0JBMzUyQkUzMjNBQ0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTFBRkNCQUREMDlEMTFFOTgyQ0JBMzUyQkUzMjNBQ0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABgAEAAACB4wDcJh6uQoAIfkEBQMAAgAsAAAAAAYABAAAAgiMAXYZqM1CAQAh+QQFAwACACwBAAAABAAEAAACBhQUhnksBQAh+QQFAwACACwBAAAABAAEAAACBoQihpcMBQAh+QQFAwACACwAAAAABgAEAAACBwSCYcl6aQoAIfkEBQMAAgAsAAAAAAYABAAAAghEHmComHtAAQA7) repeat-x left bottom}.e-spreadsheet .e-copy-indicator div.e-left,.e-spreadsheet .e-range-indicator div.e-left,.e-spreadsheet .e-formularef-indicator div.e-left{background:url(data:image/gif;base64,R0lGODlhBAAGAJECAP///+MWW////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5NjE5RUMyQ0VERDExRTk4M0E3RjQ4OEYzQTRFOUVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5NjE5RUMzQ0VERDExRTk4M0E3RjQ4OEYzQTRFOUVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Njk2MTlFQzBDRUREMTFFOTgzQTdGNDg4RjNBNEU5RUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Njk2MTlFQzFDRUREMTFFOTgzQTdGNDg4RjNBNEU5RUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABAAGAAACBwQShsurCQoAIfkEBQMAAgAsAAAAAAQABgAAAgeMA2B5qN4KACH5BAUDAAIALAAAAQAEAAQAAAIFjAOpeVEAIfkEBQMAAgAsAAABAAQABAAAAgZMAIaoGQUAIfkEBQMAAgAsAAAAAAQABgAAAghMAIbGvJdCAQAh+QQFAwACACwAAAAABAAGAAACB4QRqctxUAAAOw==) repeat-y left top}.e-spreadsheet .e-copy-indicator div.e-right,.e-spreadsheet .e-range-indicator div.e-right,.e-spreadsheet .e-formularef-indicator div.e-right{background:url(data:image/gif;base64,R0lGODlhBAAGAJECAP///+MWW////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5NjE5RUMyQ0VERDExRTk4M0E3RjQ4OEYzQTRFOUVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5NjE5RUMzQ0VERDExRTk4M0E3RjQ4OEYzQTRFOUVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Njk2MTlFQzBDRUREMTFFOTgzQTdGNDg4RjNBNEU5RUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Njk2MTlFQzFDRUREMTFFOTgzQTdGNDg4RjNBNEU5RUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABAAGAAACBwQShsurCQoAIfkEBQMAAgAsAAAAAAQABgAAAgeMA2B5qN4KACH5BAUDAAIALAAAAQAEAAQAAAIFjAOpeVEAIfkEBQMAAgAsAAABAAQABAAAAgZMAIaoGQUAIfkEBQMAAgAsAAAAAAQABgAAAghMAIbGvJdCAQAh+QQFAwACACwAAAAABAAGAAACB4QRqctxUAAAOw==) repeat-y right top}.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel:not(.e-rtl) .e-cell{border-right-color:transparent}.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel.e-rtl .e-cell{border-left-color:transparent}.e-spreadsheet .e-selection{background-color:#e3165b1f;border-color:#e3165b}.e-spreadsheet .e-selection.e-merged{background-color:transparent;border-color:transparent}.e-spreadsheet .e-row-header .e-header-cell:hover,.e-spreadsheet .e-column-header .e-header-cell:hover,.e-spreadsheet .e-selectall-container .e-header-cell:hover{background-color:#eee}.e-spreadsheet .e-row-header .e-header-cell.e-highlight,.e-spreadsheet .e-column-header .e-header-cell.e-highlight,.e-spreadsheet .e-selectall-container .e-header-cell.e-highlight{background-color:#e6e6e6;color:#424242}.e-spreadsheet .e-row-header .e-prev-highlight .e-header-cell,.e-spreadsheet .e-row-header .e-header-cell.e-highlight,.e-spreadsheet .e-select-all-cell.e-prev-highlight-bottom,.e-spreadsheet .e-row-header .e-table tr.e-hide-end.e-prev-highlight .e-header-cell:before,.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell.e-highlight:before{border-bottom-color:#ccc}.e-spreadsheet .e-row-header .e-table tr.e-hide-start.e-prev-highlight .e-header-cell:after,.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell.e-highlight:after{border-top-color:#ccc}.e-spreadsheet .e-toolbar-panel .e-dropdown-btn.e-btn{border-color:#e0e0e0}.e-spreadsheet .e-menu-wrapper.e-mobile.e-file-menu{background-color:inherit;border-color:transparent}.e-spreadsheet .e-menu-wrapper .e-border-style .e-menu-item:after{border-bottom-color:#000000de}.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover,.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-active{background-color:transparent}.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover{border-color:transparent}.e-spreadsheet .e-customsort-dlg .e-sort-delete{border-left-color:#e0e0e0}.e-spreadsheet .e-colresize-handler,.e-spreadsheet .e-rowresize-handler{border-color:#e3165b}.e-spreadsheet .e-frozen-column{background-color:#9e9e9e}.e-spreadsheet .e-frozen-row{border-bottom:1px solid #9e9e9e}.e-spreadsheet .e-validation-list{background:#fff}.e-spreadsheet.sf-spreadsheet .e-table tr .e-cell .e-hyperlink-style{text-decoration:underline}.e-spreadsheet.sf-spreadsheet .e-table tr .e-cell .e-hyperlink-style:visited{color:#954f72}.e-spreadsheet.sf-spreadsheet .e-row-header .e-row.e-row-hidetext .e-header-cell{color:#f5f5f5}.e-spreadsheet.sf-spreadsheet .e-sheet-content .e-table .e-row.e-row-hidetext .e-cell,.e-spreadsheet.sf-spreadsheet .e-sheet-content .e-table .e-row.e-row-hidetext .e-cell .e-hyperlink-style{color:#fff}.e-spreadsheet.sf-spreadsheet .e-resize-helper,.e-spreadsheet.sf-spreadsheet .e-sheet-panel .e-resize-helper{border-color:#e3165b}.e-spreadsheet .e-datavalidation-dlg .e-dlg-error{color:#dd2c2c}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-vborderright,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-vcborderright{border-right:1px dashed #673ab8}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-pborderright{border-right:1px dashed #9c27b0}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-cborderright{border-right:1px dashed #029688}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-gborderright{border-right:1px dashed #4caf51}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-oborderright{border-right:1px dashed #fe9800}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-bborderright,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-bcborderright{border-right:1px dashed #3f52b5}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-rcborderright{border-right:1px dashed #dd2c2c}.e-menu-wrapper.e-databars .e-ul .e-menu-item.e-focused,.e-menu-wrapper.e-colorscales .e-ul .e-menu-item.e-focused{background-color:transparent}.e-menu-wrapper.e-databars .e-ul .e-cf-icon:hover,.e-menu-wrapper.e-databars .e-ul .e-cf-icon:focus,.e-menu-wrapper.e-colorscales .e-ul .e-cf-icon:hover,.e-menu-wrapper.e-colorscales .e-ul .e-cf-icon:focus{background-color:#eee}.e-databars .e-ul .e-blue{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM0ZDgyYjg7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDc8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIiIHdpZHRoPSI1IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTIiIHdpZHRoPSIzIiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSI4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIxMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTgiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-databars .e-ul .e-green{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM2M2MzODQ7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDg8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIiIHdpZHRoPSI1IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTIiIHdpZHRoPSIzIiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSI4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIxMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTgiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-databars .e-ul .e-red{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmZjU1NWE7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDk8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIiIHdpZHRoPSI1IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTIiIHdpZHRoPSIzIiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSI4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIxMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTgiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-databars .e-ul .e-orange{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmZmI2Mjg7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEwPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-databars .e-ul .e-lightblue{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICMwMDhhZWY7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDExPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-databars .e-ul .e-purple{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-colorscales .e-ul .e-gyr{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNjY2UzYWI7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZmZlYjg0OwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmYmFhNzc7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy05IHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+Q29sb3Igc2NhbGUgMTwvdGl0bGU+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB5PSIxIiB3aWR0aD0iMjgiIGhlaWdodD0iMjYiLz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxnPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSI2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjIxIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iNyIgeT0iMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy03IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSI3IiB5PSIyMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy05IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjE0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-colorscales .e-ul .e-ryg{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmYmFhNzc7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZWRjODdlOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNiMWQ1ODA7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy05IHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+Q29sb3Igc2NhbGUgMjwvdGl0bGU+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB5PSIxIiB3aWR0aD0iMjgiIGhlaWdodD0iMjYiLz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxnPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSI2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjIxIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iNyIgeT0iMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy03IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSI3IiB5PSIyMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy05IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjE0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-colorscales .e-ul .e-gwr{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNiMGRkYmQ7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZmFiMmI1OwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmODY5NmI7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDM8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8Zz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSI5LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjUgMzUuNSkgcm90YXRlKC05MCkiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNyIgeT0iMTIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-colorscales .e-ul .e-rwg{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmYWIyYjU7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYjBkZGJkOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICM2M2JlN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDQ8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8Zz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSI5LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjUgMzUuNSkgcm90YXRlKC05MCkiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNyIgeT0iMTIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-colorscales .e-ul .e-bwr{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNhYmMzZTM7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzVhOGFjNjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZmFiMmI1OwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmODY5NmI7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDU8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjciIHk9IjEyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-colorscales .e-ul .e-rwb{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmYWIyYjU7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYWJjM2UzOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICM1YThhYzY7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDY8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjciIHk9IjEyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-colorscales .e-ul .e-wr{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmYmQ4ZGE7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2ZhYjNiNTsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZjk4ZTkwOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmODY5NmI7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDEwPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI3IiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTciIHg9IjciIHk9IjIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-colorscales .e-ul .e-rw{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmOThlOTA7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZmFiM2I1OwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmYmQ4ZGE7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDExPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSI3IiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-colorscales .e-ul .e-gw{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM4YWNlOWM7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYjBkZGJkOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNkNmVkZGU7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSI3IiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-colorscales .e-ul .e-wg{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNmVkZGU7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2IwZGRiZDsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjOGFjZTljOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICM2M2JlN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDEzPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI3IiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTciIHg9IjciIHk9IjIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-colorscales .e-ul .e-gy{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM4YWNiODQ7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYjFkNzhjOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNkOGUzOTQ7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogI2ZmZWY5YzsKICAgICAgfQoKICAgICAgLmNscy05IHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+Q29sb3Igc2NhbGUgMTQ8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjciIHk9IjEyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy03IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy05IiB4PSIxNCIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-colorscales .e-ul .e-yg{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkOGUzOTQ7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2ZmZWY5YzsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYjFkNzhjOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICM4YWNiODQ7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy05IHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+Q29sb3Igc2NhbGUgMTU8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjciIHk9IjEyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy03IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy05IiB4PSIxNCIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-popup.e-menu-popup.e-iconsets ul .e-is1,.e-popup.e-menu-popup.e-iconsets ul .e-is3,.e-popup.e-menu-popup.e-iconsets ul .e-is5,.e-popup.e-menu-popup.e-iconsets ul .e-is7{background-color:#eee}.e-popup.e-menu-popup.e-iconsets ul .e-is2,.e-popup.e-menu-popup.e-iconsets ul .e-is4,.e-popup.e-menu-popup.e-iconsets ul .e-is6,.e-popup.e-menu-popup.e-iconsets ul .e-is8{background-color:#fff}.e-popup.e-menu-popup.e-iconsets ul .e-is-wrapper:hover,.e-popup.e-menu-popup.e-iconsets ul .e-is-wrapper:focus{background-color:#eee}.e-spreadsheet .e-cf-databar .e-cf-currency{height:100%;display:inline-grid}.e-spreadsheet .e-iconsetspan.e-cf-icon-top{background-position:50% 0%!important;top:1px}.e-spreadsheet .e-iconsetspan.e-cf-icon-middle{background-position:50% 50%!important}.e-spreadsheet .e-iconsetspan.e-cf-icon-end{background-position:50% 99%!important;bottom:1px}.e-menu-wrapper .e-3arrows-1,.e-spreadsheet .e-3arrows-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3arrows-2,.e-spreadsheet .e-3arrows-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMy41IDcuNyAxMy41IDYuMyA4LjkxIDEuNSA1LjA5IDEuNSA4LjkxIDUuNSAwLjUgNS41IDAuNSA4LjUgOC45MSA4LjUgNS4wOSAxMi41IDguOTEgMTIuNSAxMy41IDcuNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOS4xMywxM0gzLjkyTDcuNzQsOUgwVjVINy43NEwzLjkyLDFIOS4xM0wxNCw2LjFWNy45Wk02LjI2LDEySDguN0wxMyw3LjV2LTFMOC43LDJINi4yNmwzLjgyLDRIMVY4aDkuMDhaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3arrows-3,.e-spreadsheet .e-3arrows-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3arrowsgray-1,.e-spreadsheet .e-3arrowsgray-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3arrowsgray-2,.e-spreadsheet .e-3arrowsgray-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA1PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMy41IDcuNyAxMy41IDYuMyA4LjkxIDEuNSA1LjA5IDEuNSA4LjkxIDUuNSAwLjUgNS41IDAuNSA4LjUgOC45MSA4LjUgNS4wOSAxMi41IDguOTEgMTIuNSAxMy41IDcuNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOS4xMywxM0gzLjkyTDcuNzQsOUgwVjVINy43NEwzLjkyLDFIOS4xM0wxNCw2LjFWNy45Wk02LjI2LDEySDguN0wxMyw3LjV2LTFMOC43LDJINi4yNmwzLjgyLDRIMVY4aDkuMDhaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3arrowsgray-3,.e-spreadsheet .e-3arrowsgray-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA2PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3triangles-1,.e-spreadsheet .e-3triangles-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA3PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjI5IDMuNSA2LjYyIDMuNSAwLjUgOS41IDAuNSAxMC41IDEzLjUgMTAuNSAxMy41IDkuNSA3LjI5IDMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTQsMTFIMFY5LjI5TDYuNDEsM0g3LjQ5TDE0LDkuMjlaTTEsMTBIMTNWOS43MUw3LjA4LDRINi44MkwxLDkuNzFaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3triangles-2,.e-spreadsheet .e-3triangles-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA4PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI0IiB3aWR0aD0iMTMiIGhlaWdodD0iNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTQsOS41SDB2LTZIMTRaTTEsOC41SDEzdi00SDFaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3triangles-3,.e-spreadsheet .e-3triangles-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA5PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjcxIDEwLjUgNy4zOCAxMC41IDEzLjUgNC41IDEzLjUgMy41IDAuNSAzLjUgMC41IDQuNSA2LjcxIDEwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcuNTksMTFINi41MUwwLDQuNzFWM0gxNFY0LjcxWm0tLjY3LTFoLjI2TDEzLDQuMjlWNEgxdi4yOVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4arrowsgray-1,.e-spreadsheet .e-4arrowsgray-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-4arrowsgray-2,.e-spreadsheet .e-4arrowsgray-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMjwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMDkgMi45IDExLjEgMS45MSA0LjQ2IDEuNzYgMS43NiA0LjQ2IDcuMjkgNC41OSAxLjM0IDEwLjU0IDMuNDYgMTIuNjYgOS40MSA2LjcxIDkuNTQgMTIuMjQgMTIuMjQgOS41NCAxMi4wOSAyLjkiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuMDYsMTMuNDIsOC45NCw3Ljg5LDMuNDYsMTMuMzYuNjQsMTAuNTQsNi4xMSw1LjA2LjU4LDQuOTQsNC4yNiwxLjI1bDcuMDUuMTYsMS4yOCwxLjI4LjE2LDcuMDVabS03LTIuODhMMy40NiwxMiw5Ljg5LDUuNTMsMTAsMTEuMDZsMS43My0xLjczTDExLjYsMy4xMWwtLjcxLS43MUw0LjY3LDIuMjYsMi45NCw0bDUuNTMuMTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-4arrowsgray-3,.e-spreadsheet .e-4arrowsgray-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMzwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuMSAxMi4wOSAxMi4wOSAxMS4xIDEyLjI0IDQuNDYgOS41NCAxLjc2IDkuNDEgNy4yOSAzLjQ2IDEuMzQgMS4zNCAzLjQ2IDcuMjkgOS40MSAxLjc2IDkuNTQgNC40NiAxMi4yNCAxMS4xIDEyLjA5Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjI2LDEyLjc1LjU4LDkuMDZsNS41My0uMTJMLjY0LDMuNDYsMy40Ni42NCw4Ljk0LDYuMTEsOS4wNi41OGwzLjY5LDMuNjgtLjE2LDcuMDUtMS4yOCwxLjI4Wk0yLjk0LDEwbDEuNzMsMS43Myw2LjIyLS4xNC43MS0uNzEuMTQtNi4yMkwxMCwyLjk0LDkuODksOC40NywzLjQ2LDIuMDUsMi4wNSwzLjQ2LDguNDcsOS44OVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4arrowsgray-4,.e-spreadsheet .e-4arrowsgray-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA2PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4arrows-1,.e-spreadsheet .e-4arrows-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-4arrows-2,.e-spreadsheet .e-4arrows-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMDwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMDkgMi45IDExLjEgMS45MSA0LjQ2IDEuNzYgMS43NiA0LjQ2IDcuMjkgNC41OSAxLjM0IDEwLjU0IDMuNDYgMTIuNjYgOS40MSA2LjcxIDkuNTQgMTIuMjQgMTIuMjQgOS41NCAxMi4wOSAyLjkiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuMDYsMTMuNDIsOC45NCw3Ljg5LDMuNDYsMTMuMzYuNjQsMTAuNTQsNi4xMSw1LjA2LjU4LDQuOTQsNC4yNiwxLjI1bDcuMDUuMTYsMS4yOCwxLjI4LjE2LDcuMDVabS03LTIuODhMMy40NiwxMiw5Ljg5LDUuNTMsMTAsMTEuMDZsMS43My0xLjczTDExLjYsMy4xMWwtLjcxLS43MUw0LjY3LDIuMjYsMi45NCw0bDUuNTMuMTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-4arrows-3,.e-spreadsheet .e-4arrows-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMTwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuMSAxMi4wOSAxMi4wOSAxMS4xIDEyLjI0IDQuNDYgOS41NCAxLjc2IDkuNDEgNy4yOSAzLjQ2IDEuMzQgMS4zNCAzLjQ2IDcuMjkgOS40MSAxLjc2IDkuNTQgNC40NiAxMi4yNCAxMS4xIDEyLjA5Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjI2LDEyLjc1LjU4LDkuMDZsNS41My0uMTJMLjY0LDMuNDYsMy40Ni42NCw4Ljk0LDYuMTEsOS4wNi41OGwzLjY5LDMuNjgtLjE2LDcuMDUtMS4yOCwxLjI4Wk0yLjk0LDEwbDEuNzMsMS43Myw2LjIyLS4xNC43MS0uNzEuMTQtNi4yMkwxMCwyLjk0LDkuODksOC40NywzLjQ2LDIuMDUsMi4wNSwzLjQ2LDguNDcsOS44OVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4arrows-4,.e-spreadsheet .e-4arrows-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-1,.e-spreadsheet .e-5arrowsgray-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-2,.e-spreadsheet .e-5arrowsgray-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMjwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMDkgMi45IDExLjEgMS45MSA0LjQ2IDEuNzYgMS43NiA0LjQ2IDcuMjkgNC41OSAxLjM0IDEwLjU0IDMuNDYgMTIuNjYgOS40MSA2LjcxIDkuNTQgMTIuMjQgMTIuMjQgOS41NCAxMi4wOSAyLjkiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuMDYsMTMuNDIsOC45NCw3Ljg5LDMuNDYsMTMuMzYuNjQsMTAuNTQsNi4xMSw1LjA2LjU4LDQuOTQsNC4yNiwxLjI1bDcuMDUuMTYsMS4yOCwxLjI4LjE2LDcuMDVabS03LTIuODhMMy40NiwxMiw5Ljg5LDUuNTMsMTAsMTEuMDZsMS43My0xLjczTDExLjYsMy4xMWwtLjcxLS43MUw0LjY3LDIuMjYsMi45NCw0bDUuNTMuMTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-3,.e-spreadsheet .e-5arrowsgray-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA1PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMy41IDcuNyAxMy41IDYuMyA4LjkxIDEuNSA1LjA5IDEuNSA4LjkxIDUuNSAwLjUgNS41IDAuNSA4LjUgOC45MSA4LjUgNS4wOSAxMi41IDguOTEgMTIuNSAxMy41IDcuNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOS4xMywxM0gzLjkyTDcuNzQsOUgwVjVINy43NEwzLjkyLDFIOS4xM0wxNCw2LjFWNy45Wk02LjI2LDEySDguN0wxMyw3LjV2LTFMOC43LDJINi4yNmwzLjgyLDRIMVY4aDkuMDhaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-4,.e-spreadsheet .e-5arrowsgray-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMzwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuMSAxMi4wOSAxMi4wOSAxMS4xIDEyLjI0IDQuNDYgOS41NCAxLjc2IDkuNDEgNy4yOSAzLjQ2IDEuMzQgMS4zNCAzLjQ2IDcuMjkgOS40MSAxLjc2IDkuNTQgNC40NiAxMi4yNCAxMS4xIDEyLjA5Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjI2LDEyLjc1LjU4LDkuMDZsNS41My0uMTJMLjY0LDMuNDYsMy40Ni42NCw4Ljk0LDYuMTEsOS4wNi41OGwzLjY5LDMuNjgtLjE2LDcuMDUtMS4yOCwxLjI4Wk0yLjk0LDEwbDEuNzMsMS43Myw2LjIyLS4xNC43MS0uNzEuMTQtNi4yMkwxMCwyLjk0LDkuODksOC40NywzLjQ2LDIuMDUsMi4wNSwzLjQ2LDguNDcsOS44OVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-5,.e-spreadsheet .e-5arrowsgray-5{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA2PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-1,.e-spreadsheet .e-5arrows-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-2,.e-spreadsheet .e-5arrows-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMDwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMDkgMi45IDExLjEgMS45MSA0LjQ2IDEuNzYgMS43NiA0LjQ2IDcuMjkgNC41OSAxLjM0IDEwLjU0IDMuNDYgMTIuNjYgOS40MSA2LjcxIDkuNTQgMTIuMjQgMTIuMjQgOS41NCAxMi4wOSAyLjkiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuMDYsMTMuNDIsOC45NCw3Ljg5LDMuNDYsMTMuMzYuNjQsMTAuNTQsNi4xMSw1LjA2LjU4LDQuOTQsNC4yNiwxLjI1bDcuMDUuMTYsMS4yOCwxLjI4LjE2LDcuMDVabS03LTIuODhMMy40NiwxMiw5Ljg5LDUuNTMsMTAsMTEuMDZsMS43My0xLjczTDExLjYsMy4xMWwtLjcxLS43MUw0LjY3LDIuMjYsMi45NCw0bDUuNTMuMTJaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-3,.e-spreadsheet .e-5arrows-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMy41IDcuNyAxMy41IDYuMyA4LjkxIDEuNSA1LjA5IDEuNSA4LjkxIDUuNSAwLjUgNS41IDAuNSA4LjUgOC45MSA4LjUgNS4wOSAxMi41IDguOTEgMTIuNSAxMy41IDcuNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOS4xMywxM0gzLjkyTDcuNzQsOUgwVjVINy43NEwzLjkyLDFIOS4xM0wxNCw2LjFWNy45Wk02LjI2LDEySDguN0wxMyw3LjV2LTFMOC43LDJINi4yNmwzLjgyLDRIMVY4aDkuMDhaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-4,.e-spreadsheet .e-5arrows-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMTwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuMSAxMi4wOSAxMi4wOSAxMS4xIDEyLjI0IDQuNDYgOS41NCAxLjc2IDkuNDEgNy4yOSAzLjQ2IDEuMzQgMS4zNCAzLjQ2IDcuMjkgOS40MSAxLjc2IDkuNTQgNC40NiAxMi4yNCAxMS4xIDEyLjA5Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjI2LDEyLjc1LjU4LDkuMDZsNS41My0uMTJMLjY0LDMuNDYsMy40Ni42NCw4Ljk0LDYuMTEsOS4wNi41OGwzLjY5LDMuNjgtLjE2LDcuMDUtMS4yOCwxLjI4Wk0yLjk0LDEwbDEuNzMsMS43Myw2LjIyLS4xNC43MS0uNzEuMTQtNi4yMkwxMCwyLjk0LDkuODksOC40NywzLjQ2LDIuMDUsMi4wNSwzLjQ2LDguNDcsOS44OVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-5,.e-spreadsheet .e-5arrows-5{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3trafficlights-1,.e-spreadsheet .e-3trafficlights-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxNzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3trafficlights-2,.e-spreadsheet .e-3trafficlights-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxODwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3trafficlights-3,.e-spreadsheet .e-3trafficlights-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxOTwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3rafficlights2-1,.e-spreadsheet .e-3rafficlights2-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzY4YTQ5MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDE0PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjEiIHJ5PSIxIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMi41LDE0SDEuNUExLjUsMS41LDAsMCwxLDAsMTIuNVYxLjVBMS41LDEuNSwwLDAsMSwxLjUsMGgxMUExLjUsMS41LDAsMCwxLDE0LDEuNXYxMUExLjUsMS41LDAsMCwxLDEyLjUsMTRaTTEuNSwxYS41LjUsMCwwLDAtLjUuNXYxMWEuNS41LDAsMCwwLC41LjVoMTFhLjUuNSwwLDAsMCwuNS0uNVYxLjVhLjUuNSwwLDAsMC0uNS0uNVoiLz4KICA8L2c+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI3IiBjeT0iNyIgcj0iNCIvPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3rafficlights2-2,.e-spreadsheet .e-3rafficlights2-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2VhYzI4MjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDE1PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjEiIHJ5PSIxIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMi41LDE0SDEuNUExLjUsMS41LDAsMCwxLDAsMTIuNVYxLjVBMS41LDEuNSwwLDAsMSwxLjUsMGgxMUExLjUsMS41LDAsMCwxLDE0LDEuNXYxMUExLjUsMS41LDAsMCwxLDEyLjUsMTRaTTEuNSwxYS41LjUsMCwwLDAtLjUuNXYxMWEuNS41LDAsMCwwLC41LjVoMTFhLjUuNSwwLDAsMCwuNS0uNVYxLjVhLjUuNSwwLDAsMC0uNS0uNVoiLz4KICA8L2c+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI3IiBjeT0iNyIgcj0iNCIvPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3rafficlights2-3,.e-spreadsheet .e-3rafficlights2-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2Q2NTUzMjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDE2PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjEiIHJ5PSIxIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMi41LDE0SDEuNUExLjUsMS41LDAsMCwxLDAsMTIuNVYxLjVBMS41LDEuNSwwLDAsMSwxLjUsMGgxMUExLjUsMS41LDAsMCwxLDE0LDEuNXYxMUExLjUsMS41LDAsMCwxLDEyLjUsMTRaTTEuNSwxYS41LjUsMCwwLDAtLjUuNXYxMWEuNS41LDAsMCwwLC41LjVoMTFhLjUuNSwwLDAsMCwuNS0uNVYxLjVhLjUuNSwwLDAsMC0uNS0uNVoiLz4KICA8L2c+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI3IiBjeT0iNyIgcj0iNCIvPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3signs-1,.e-spreadsheet .e-3signs-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxNzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3signs-2,.e-spreadsheet .e-3signs-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyMDwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNy4yOSAxLjUgNi42MiAxLjUgMC41IDExLjUgMC41IDEyLjUgMTMuNSAxMi41IDEzLjUgMTEuNSA3LjI5IDEuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTQsMTNIMFYxMS4zNkw2LjM0LDFINy41NkwxNCwxMS4zNlpNMSwxMkgxM3YtLjM2TDcsMkg2LjlMMSwxMS42NFoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3signs-3,.e-spreadsheet .e-3signs-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyMTwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTMuMjkgNyA3IDEzLjMxIDAuNzEgNyA3IDAuNjkgMTMuMjkgNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNCwwLDcsNywwbDcsN1pNMS40MSw3LDcsMTIuNiwxMi41OSw3LDcsMS40WiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-4trafficlights-1,.e-spreadsheet .e-4trafficlights-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxNzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4trafficlights-2,.e-spreadsheet .e-4trafficlights-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxODwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4trafficlights-3,.e-spreadsheet .e-4trafficlights-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxOTwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4trafficlights-4,.e-spreadsheet .e-4trafficlights-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyNDwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4redtoblack-1,.e-spreadsheet .e-4redtoblack-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxOTwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4redtoblack-2,.e-spreadsheet .e-4redtoblack-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWRiMmEzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhYjgwNzQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyMjwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4redtoblack-3,.e-spreadsheet .e-4redtoblack-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjFiMWIxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MTcxNzE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyMzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-4redtoblack-4,.e-spreadsheet .e-4redtoblack-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyNDwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3symbols-1,.e-spreadsheet .e-3symbols-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI4PC90aXRsZT4KICA8Zz4KICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNyIgY3k9IjciIHI9IjYuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDwvZz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNi4xIDEwLjY3IDMuMDIgNy44NSA0LjM3IDYuMzcgNS44OCA3Ljc1IDkuNDIgMy4zMyAxMC45OCA0LjU4IDYuMSAxMC42NyIvPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3symbols-2,.e-spreadsheet .e-3symbols-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI5PC90aXRsZT4KICA8Zz4KICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNyIgY3k9IjciIHI9IjYuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDwvZz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iOCA5IDYgOSA1LjYyIDMgOC4zNSAzIDggOSIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNiIgeT0iMTAiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHJ4PSIxIiByeT0iMSIvPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3symbols-3,.e-spreadsheet .e-3symbols-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDMwPC90aXRsZT4KICA8Zz4KICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNyIgY3k9IjciIHI9IjYuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNiIgeT0iMy4wNSIgd2lkdGg9IjIiIGhlaWdodD0iNy45IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi45IDcuMDIpIHJvdGF0ZSgtNDUuMDkpIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjMuMDUiIHk9IjYiIHdpZHRoPSI3LjkiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuOSA2Ljk5KSByb3RhdGUoLTQ0LjkyKSIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-3symbols2-1,.e-spreadsheet .e-3symbols2-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzMTwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNS40NyAxMi40NyAwLjY4IDcuNzcgMi43OCA1LjMxIDUuMTIgNy42MSAxMC44OSAwLjU2IDEzLjMxIDIuNjUgNS40NyAxMi40NyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNS41MSwxMy4yMSwwLDcuOCwyLjc0LDQuNTgsNS4wOCw2Ljg3bDUuNzUtN0wxNCwyLjU4Wk0xLjM2LDcuNzRsNC4wNiw0LDcuMi05TDExLDEuMjcsNS4xNiw4LjM1LDIuODEsNloiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3symbols2-2,.e-spreadsheet .e-3symbols2-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzMjwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNy41IDEwLjUgNS41IDEwLjUgNC42MSAwLjUgOC4zOSAwLjUgNy41IDEwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTgsMTFINWwtMS0xMUg4Ljk0Wk02LDEwSDdsLjgtOUg1LjE2WiIvPgogIDwvZz4KICA8Zz4KICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNi41IiBjeT0iMTEuNSIgcj0iMiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNi41LDE0QTIuNSwyLjUsMCwxLDEsOSwxMS41LDIuNSwyLjUsMCwwLDEsNi41LDE0Wm0wLTRBMS41LDEuNSwwLDEsMCw4LDExLjUsMS41LDEuNSwwLDAsMCw2LjUsMTBaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-3symbols2-3,.e-spreadsheet .e-3symbols2-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzMzwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTMuMjkgMi45MyAxMS4wNyAwLjcxIDcgNC43OCAyLjkzIDAuNzEgMC43MSAyLjkzIDQuNzggNyAwLjcxIDExLjA3IDIuOTMgMTMuMjkgNyA5LjIyIDExLjA3IDEzLjI5IDEzLjI5IDExLjA3IDkuMjIgNyAxMy4yOSAyLjkzIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMS4wNywxNCw3LDkuOTMsMi45MywxNCwwLDExLjA3LDQuMDcsNywwLDIuOTMsMi45MywwLDcsNC4wNywxMS4wNywwLDE0LDIuOTMsOS45Myw3LDE0LDExLjA3Wk03LDguNTFsNC4wNyw0LjA4LDEuNTItMS41Mkw4LjUxLDdsNC4wOC00LjA3TDExLjA3LDEuNDIsNyw1LjQ5LDIuOTMsMS40MSwxLjQxLDIuOTMsNS40OSw3LDEuNDEsMTEuMDdsMS41MiwxLjUxWiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-3flags-1,.e-spreadsheet .e-3flags-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNzI3MjcyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2OGE0OTA7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzMyNmY1YjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI1PC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjIiIHdpZHRoPSIyIiBoZWlnaHQ9IjE0Ii8+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNS41IDcuNSA1LjUgMSAxMC41IDQuNSA1LjUgNy41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik01LDguMzhWMGw2LjQyLDQuNDlaTTYsMlY2LjYyTDkuNTgsNC40N1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3flags-2,.e-spreadsheet .e-3flags-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNzI3MjcyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNlYWMyODI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2E0ODAyYjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI2PC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjIiIHdpZHRoPSIyIiBoZWlnaHQ9IjE0Ii8+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNS41IDcuNSA1LjUgMSAxMC41IDQuNSA1LjUgNy41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik01LDguMzhWMGw2LjQyLDQuNDlaTTYsMlY2LjYyTDkuNTgsNC40N1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3flags-3,.e-spreadsheet .e-3flags-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNzI3MjcyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNkNjU1MzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzllMzgxYzsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI3PC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjIiIHdpZHRoPSIyIiBoZWlnaHQ9IjE0Ii8+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNS41IDcuNSA1LjUgMSAxMC41IDQuNSA1LjUgNy41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik01LDguMzhWMGw2LjQyLDQuNDlaTTYsMlY2LjYyTDkuNTgsNC40N1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-3stars-1,.e-spreadsheet .e-3stars-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzNjwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuNSAxMi40MSAxMSAxMi44NyA3IDEwLjE4IDMgMTIuODcgMi41IDEyLjQxIDQuNjEgOC4xOSAwLjUgNS4yIDAuNSA0LjUgNS4xNyA0LjUgNi43NSAwLjUgNy4yNSAwLjUgOC44NCA0LjUgMTMuNSA0LjUgMTMuNSA1LjIgOS4zOSA4LjE5IDExLjUgMTIuNDEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLDEzLjUsNywxMC43OCwzLDEzLjVsLTEuMDgtMUw0LDguMzUsMCw1LjQ1VjRINC44M0w2LjQxLDBINy41OUw5LjE4LDRIMTRWNS40NWwtNCwyLjksMi4wOSw0LjE4Wk03LDkuNTdsMy44LDIuNTZMOC43NSw4bDQuMTctM0g4LjVMNywxLjIzLDUuNTEsNUgxLjA4TDUuMjUsOGwtMiw0LjA5WiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-3stars-2,.e-spreadsheet .e-3stars-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzcyNzI3MjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDM2IGNvcHk8L3RpdGxlPgogIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3IDEwLjE4IDMgMTIuODcgMi41IDEyLjQxIDQuNjEgOC4xOSAwLjUgNS4yIDAuNSA0LjUgNS4xNyA0LjUgNi43NSAwLjUgNyAwLjU3IDcgMTAuMTgiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMSwxMy41LDcsMTAuNzgsMywxMy41bC0xLjA4LTFMNCw4LjM1LDAsNS40NVY0SDQuODNMNi40MSwwSDcuNTlMOS4xOCw0SDE0VjUuNDVsLTQsMi45LDIuMDksNC4xOFpNNyw5LjU3bDMuOCwyLjU2TDguNzUsOGw0LjE3LTNIOC41TDcsMS4yMyw1LjUxLDVIMS4wOEw1LjI1LDhsLTIsNC4wOVoiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMSwxMy41LDcsMTAuNzgsMywxMy41bC0xLjA4LTFMNCw4LjM1LDAsNS40NVY0SDQuODNMNi40MSwwSDcuNTlMOS4xOCw0SDE0VjUuNDVsLTQsMi45LDIuMDksNC4xOFpNNyw5LjU3bDMuOCwyLjU2TDguNzUsOGw0LjE3LTNIOC41TDcsMS4yMyw1LjUxLDVIMS4wOEw1LjI1LDhsLTIsNC4wOVoiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LDguMzUsMCw1LjQ1VjRINC44M0w2LjQxLDBINy41OUw5LjE4LDRIMTRWNS40NWwtNCwyLjksMi4wOSw0LjE4TDExLDEzLjUsNywxMC43OCwzLDEzLjVNNyw5LjU3bDMuOCwyLjU2TDguNzUsOGw0LjE3LTNIOC41TDcsMS4yMyw1LjUxLDVIMS4wOEw1LjI1LDhsLTIsNC4wOVoiLz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTQgNCA5LjE4IDQgNy41OSAwIDcgMCA3IDEuMjMgNyAxLjIzIDguNTEgNSAxMi45MiA1IDguNzUgOC4wNCAxMC44IDEyLjEzIDcgOS41NyA3IDEwLjc4IDExLjA0IDEzLjUgMTIuMTIgMTIuNTMgMTAuMDMgOC4zNSAxNCA1LjQ1IDE0IDQiLz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-3stars-3,.e-spreadsheet .e-3stars-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNzI3MjcyOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgMzQ8L3RpdGxlPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLDEzLjUsNywxMC43OCwzLDEzLjVsLTEuMDctMUw0LDguMDYsMCw1LjQ3VjRINC44M0w2LjQxLDBINy41OUw5LjE4LDRIMTRWNS40N0wxMCw4LjA2bDIuMDgsNC40OFpNNyw5LjU3bDMuODIsMi41N0w4Ljc1LDcuNjksMTIuODgsNUg4LjVMNywxLjIzLDUuNTEsNUgxLjEyTDUuMjUsNy42OSwzLjE4LDEyLjE0WiIvPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-4rating-1,.e-spreadsheet .e-4rating-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDM8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjUiIHk9IjUuNSIgd2lkdGg9IjMiIGhlaWdodD0iOCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNEgzVjVIN1pNNCwxM0g2VjZINFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMi41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTAsMTRINlYyaDRaTTcsMTNIOVYzSDdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5LjUiIHk9IjAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTMiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzLDE0SDlWMGg0Wm0tMy0xaDJWMUgxMFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iOC41IiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik00LDE0SDBWOEg0Wk0xLDEzSDNWOUgxWiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-4rating-2,.e-spreadsheet .e-4rating-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDQ8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjIuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLDE0SDZWMmg0Wk03LDEzSDlWM0g3WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOS41IiB5PSIwLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEzIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMywxNEg5VjBoNFptLTMtMWgyVjFIMTBaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjguNSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy00IiBkPSJNNCwxNEgwVjhINFpNMSwxM0gzVjlIMVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjMuNSIgeT0iNS41IiB3aWR0aD0iMyIgaGVpZ2h0PSI4Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik03LDE0SDNWNUg3Wk00LDEzSDZWNkg0WiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-4rating-3,.e-spreadsheet .e-4rating-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDU8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5LjUiIHk9IjAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTMiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzLDE0SDlWMGg0Wm0tMy0xaDJWMUgxMFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iOC41IiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik00LDE0SDBWOEg0Wk0xLDEzSDNWOUgxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMy41IiB5PSI1LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjgiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTcsMTRIM1Y1SDdaTTQsMTNINlY2SDRaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2LjUiIHk9IjIuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEwLDE0SDZWMmg0Wk03LDEzSDlWM0g3WiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-4rating-4,.e-spreadsheet .e-4rating-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNGE3ZGIxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMzVmOGM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0NjwvdGl0bGU+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjkuNSIgeT0iMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTMsMTRIOVYwaDRabS0zLTFoMlYxSDEwWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI4LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQsMTRIMFY4SDRaTTEsMTNIM1Y5SDFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjUiIHk9IjUuNSIgd2lkdGg9IjMiIGhlaWdodD0iOCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNEgzVjVIN1pNNCwxM0g2VjZINFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMi41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTAsMTRINlYyaDRaTTcsMTNIOVYzSDdaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-1,.e-spreadsheet .e-5quarters-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzNzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-2,.e-spreadsheet .e-5quarters-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzEzMTMxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM1MDUwNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzODwvdGl0bGU+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMUE2LDYsMCwxLDEsMSw3SDdaIi8+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-3,.e-spreadsheet .e-5quarters-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzEzMTMxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM1MDUwNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzOTwvdGl0bGU+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTNBNiw2LDAsMCwxLDcsMVYxM1oiLz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-4,.e-spreadsheet .e-5quarters-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzEzMTMxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM1MDUwNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0MDwvdGl0bGU+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsN1YxYTYsNiwwLDAsMSw2LDZaIi8+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-5,.e-spreadsheet .e-5quarters-5{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzEzMTMxOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDE8L3RpdGxlPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-5rating-1,.e-spreadsheet .e-5rating-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0MjwvdGl0bGU+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjMuNSIgeT0iNS41IiB3aWR0aD0iMyIgaGVpZ2h0PSI4Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03LDE0SDNWNUg3Wk00LDEzSDZWNkg0WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNi41IiB5PSIyLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjExIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMCwxNEg2VjJoNFpNNywxM0g5VjNIN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjkuNSIgeT0iMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTMsMTRIOVYwaDRabS0zLTFoMlYxSDEwWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI4LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQsMTRIMFY4SDRaTTEsMTNIM1Y5SDFaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5rating-2,.e-spreadsheet .e-5rating-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDM8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjUiIHk9IjUuNSIgd2lkdGg9IjMiIGhlaWdodD0iOCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNEgzVjVIN1pNNCwxM0g2VjZINFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMi41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTAsMTRINlYyaDRaTTcsMTNIOVYzSDdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5LjUiIHk9IjAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTMiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzLDE0SDlWMGg0Wm0tMy0xaDJWMUgxMFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iOC41IiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik00LDE0SDBWOEg0Wk0xLDEzSDNWOUgxWiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-5rating-3,.e-spreadsheet .e-5rating-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDQ8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjIuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLDE0SDZWMmg0Wk03LDEzSDlWM0g3WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOS41IiB5PSIwLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEzIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMywxNEg5VjBoNFptLTMtMWgyVjFIMTBaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjguNSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy00IiBkPSJNNCwxNEgwVjhINFpNMSwxM0gzVjlIMVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjMuNSIgeT0iNS41IiB3aWR0aD0iMyIgaGVpZ2h0PSI4Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik03LDE0SDNWNUg3Wk00LDEzSDZWNkg0WiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-5rating-4,.e-spreadsheet .e-5rating-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDU8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5LjUiIHk9IjAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTMiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzLDE0SDlWMGg0Wm0tMy0xaDJWMUgxMFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iOC41IiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik00LDE0SDBWOEg0Wk0xLDEzSDNWOUgxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMy41IiB5PSI1LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjgiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTcsMTRIM1Y1SDdaTTQsMTNINlY2SDRaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2LjUiIHk9IjIuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEwLDE0SDZWMmg0Wk03LDEzSDlWM0g3WiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-5rating-5,.e-spreadsheet .e-5rating-5{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNGE3ZGIxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMzVmOGM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0NjwvdGl0bGU+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjkuNSIgeT0iMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTMsMTRIOVYwaDRabS0zLTFoMlYxSDEwWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI4LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQsMTRIMFY4SDRaTTEsMTNIM1Y5SDFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjUiIHk9IjUuNSIgd2lkdGg9IjMiIGhlaWdodD0iOCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNEgzVjVIN1pNNCwxM0g2VjZINFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMi41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTAsMTRINlYyaDRaTTcsMTNIOVYzSDdaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-1,.e-spreadsheet .e-5boxes-1{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNGE3ZGIxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMzVmOGM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0NzwvdGl0bGU+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMC41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMiw3SDdBMSwxLDAsMCwxLDYsNlYxQTEsMSwwLDAsMSw3LDBoNWExLDEsMCwwLDEsMSwxVjZBMSwxLDAsMCwxLDEyLDdabTAtMVY2Wk03LDFWNmg1VjFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjYuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsMTNIN2ExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDcsNmg1YTEsMSwwLDAsMSwxLDF2NUExLDEsMCwwLDEsMTIsMTNabTAtMXYwWk03LDd2NWg1VjdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjYuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNiwxM0gxYTEsMSwwLDAsMS0xLTFWN0ExLDEsMCwwLDEsMSw2SDZBMSwxLDAsMCwxLDcsN3Y1QTEsMSwwLDAsMSw2LDEzWm0wLTF2MFpNMSw3djVINlY3WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYsN0gxQTEsMSwwLDAsMSwwLDZWMUExLDEsMCwwLDEsMSwwSDZBMSwxLDAsMCwxLDcsMVY2QTEsMSwwLDAsMSw2LDdaTTYsNlY2Wk0xLDFWNkg2VjFaIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-2,.e-spreadsheet .e-5boxes-2{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDg8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsN0g3QTEsMSwwLDAsMSw2LDZWMUExLDEsMCwwLDEsNywwaDVhMSwxLDAsMCwxLDEsMVY2QTEsMSwwLDAsMSwxMiw3Wm0wLTFWNlpNNywxVjZoNVYxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNi41IiB5PSI2LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEyLDEzSDdhMSwxLDAsMCwxLTEtMVY3QTEsMSwwLDAsMSw3LDZoNWExLDEsMCwwLDEsMSwxdjVBMSwxLDAsMCwxLDEyLDEzWm0wLTF2MFpNNyw3djVoNVY3WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMC41IiB5PSI2LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTYsMTNIMWExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDEsNkg2QTEsMSwwLDAsMSw3LDd2NUExLDEsMCwwLDEsNiwxM1ptMC0xdjBaTTEsN3Y1SDZWN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik02LDdIMUExLDEsMCwwLDEsMCw2VjFBMSwxLDAsMCwxLDEsMEg2QTEsMSwwLDAsMSw3LDFWNkExLDEsMCwwLDEsNiw3Wk02LDZWNlpNMSwxVjZINlYxWiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-3,.e-spreadsheet .e-5boxes-3{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDk8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNiw3SDFBMSwxLDAsMCwxLDAsNlYxQTEsMSwwLDAsMSwxLDBINkExLDEsMCwwLDEsNywxVjZBMSwxLDAsMCwxLDYsN1pNNiw2VjZaTTEsMVY2SDZWMVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMC41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMiw3SDdBMSwxLDAsMCwxLDYsNlYxQTEsMSwwLDAsMSw3LDBoNWExLDEsMCwwLDEsMSwxVjZBMSwxLDAsMCwxLDEyLDdabTAtMVY2Wk03LDFWNmg1VjFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2LjUiIHk9IjYuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTIsMTNIN2ExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDcsNmg1YTEsMSwwLDAsMSwxLDF2NUExLDEsMCwwLDEsMTIsMTNabTAtMXYwWk03LDd2NWg1VjdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjYuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy00IiBkPSJNNiwxM0gxYTEsMSwwLDAsMS0xLTFWN0ExLDEsMCwwLDEsMSw2SDZBMSwxLDAsMCwxLDcsN3Y1QTEsMSwwLDAsMSw2LDEzWm0wLTF2MFpNMSw3djVINlY3WiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-4,.e-spreadsheet .e-5boxes-4{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNTA8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNiw3SDFBMSwxLDAsMCwxLDAsNlYxQTEsMSwwLDAsMSwxLDBINkExLDEsMCwwLDEsNywxVjZBMSwxLDAsMCwxLDYsN1pNNiw2VjZaTTEsMVY2SDZWMVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iNi41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMiwxM0g3YTEsMSwwLDAsMS0xLTFWN0ExLDEsMCwwLDEsNyw2aDVhMSwxLDAsMCwxLDEsMXY1QTEsMSwwLDAsMSwxMiwxM1ptMC0xdjBaTTcsN3Y1aDVWN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iNi41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik02LDEzSDFhMSwxLDAsMCwxLTEtMVY3QTEsMSwwLDAsMSwxLDZINkExLDEsMCwwLDEsNyw3djVBMSwxLDAsMCwxLDYsMTNabTAtMXYwWk0xLDd2NUg2VjdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsN0g3QTEsMSwwLDAsMSw2LDZWMUExLDEsMCwwLDEsNywwaDVhMSwxLDAsMCwxLDEsMVY2QTEsMSwwLDAsMSwxMiw3Wm0wLTFWNlpNNywxVjZoNVYxWiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-5,.e-spreadsheet .e-5boxes-5{background:transparent url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA1MCBjb3B5PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYsN0gxQTEsMSwwLDAsMSwwLDZWMUExLDEsMCwwLDEsMSwwSDZBMSwxLDAsMCwxLDcsMVY2QTEsMSwwLDAsMSw2LDdaTTYsNlY2Wk0xLDFWNkg2VjFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsN0g3QTEsMSwwLDAsMSw2LDZWMUExLDEsMCwwLDEsNywwaDVhMSwxLDAsMCwxLDEsMVY2QTEsMSwwLDAsMSwxMiw3Wm0wLTFWNlpNNywxVjZoNVYxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI2LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYsMTNIMWExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDEsNkg2QTEsMSwwLDAsMSw3LDd2NUExLDEsMCwwLDEsNiwxM1ptMC0xdjBaTTEsN3Y1SDZWN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iNi41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMiwxM0g3YTEsMSwwLDAsMS0xLTFWN0ExLDEsMCwwLDEsNyw2aDVhMSwxLDAsMCwxLDEsMXY1QTEsMSwwLDAsMSwxMiwxM1ptMC0xdjBaTTcsN3Y1aDVWN1oiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 50% 50%}.e-popup.e-menu-popup.e-chart-menu ul .e-column1-text,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-text,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-text,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-text,.e-popup.e-menu-popup.e-chart-menu ul .e-line-text,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-text,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-text,.e-popup.e-menu-popup.e-chart-menu ul .e-area-text,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-text{background-color:#eee}.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont{background-color:#fff}.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-menu-icon:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-line-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedline-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedline100-marker:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-menu-icon:focus{background-color:#eee}.e-popup.e-menu-popup.e-chart-menu ul .e-is-wrapper:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-is-wrapper:focus,.e-popup.e-menu-popup.e-chart-type-menu ul .e-is-wrapper:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-is-wrapper:focus{background-color:#eee}.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons{color:#0000008a}.e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon{color:#000000de}.e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon{color:#0000008a}.e-numformat-ddb.e-dropdown-popup ul .e-item .e-numformat-preview-text{opacity:.5}.e-sort-dialog .e-sort-listwrapper{border-bottom:1px dashed #e0e0e0}.e-sort-dialog .e-sort-error{background-color:#fce7e9;color:#333}.e-dropdown-popup.e-sheets-list .e-item.e-hide{opacity:.45}.e-bigger .e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item,.e-bigger .e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item{height:auto}.e-bigger .e-spreadsheet .e-findtool-dlg.e-device .e-toolbar-items,.e-bigger.e-spreadsheet .e-findtool-dlg.e-device .e-toolbar-items{width:100%}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker),.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker){line-height:34px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker,.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker{line-height:32px;padding-bottom:2px;width:31px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn),.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn){padding-left:6px;padding-right:6px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon,.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon{line-height:34px;min-height:34px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret),.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret){font-size:18px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret){font-size:18px}.e-bigger .e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb,.e-bigger.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb{width:70px}.e-bigger .e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color{height:auto;width:auto}.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar{height:auto;overflow:hidden}.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon{font-size:20px;margin:0}.e-bigger .e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn,.e-bigger.e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn{padding-left:7px;padding-right:7px}.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css,.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn,.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css,.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn{height:39px;width:39px}.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon,.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon,.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon,.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon{line-height:39px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header{height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap{height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap{height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items,.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav{height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap,.e-bigger.e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 16px}.e-bigger .e-spreadsheet .e-drop-icon,.e-bigger.e-spreadsheet .e-drop-icon{font-size:12px;margin-right:5px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function{height:29px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon{font-size:18px;line-height:30px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input{height:29px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon{line-height:29px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator{height:18px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar{font-size:14px;height:29px;line-height:29px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar{height:89px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function{height:89px;line-height:89px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator{height:78px}.e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,.e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input{float:left;margin-right:2.8%;width:77%}.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog{width:590px!important}.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item{height:auto;line-height:1}.e-bigger .e-spreadsheet .e-filter-icon,.e-bigger.e-spreadsheet .e-filter-icon{margin-bottom:12px}.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn{font-size:12px;margin-top:6px}.e-bigger .e-spreadsheet .e-findtool-dlg,.e-bigger.e-spreadsheet .e-findtool-dlg{height:59px;width:403px}.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog{height:auto}.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn{font-size:12px}.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span{color:#dd2c2c;font-size:14px;padding-top:16px}.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content,.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content{padding-top:16px;margin-bottom:8px}.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header,.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header{font-size:14px;line-height:28px;margin-bottom:4px}.e-bigger .e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk,.e-bigger.e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk{padding-left:27px}.e-bigger .e-spreadsheet .e-excelfilter.e-rtl .e-spreadsheet-ftrchk,.e-bigger.e-spreadsheet .e-excelfilter.e-rtl .e-spreadsheet-ftrchk{padding-left:0;padding-right:27px}.e-bigger .e-spreadsheet .e-checkboxtree ul,.e-bigger.e-spreadsheet .e-checkboxtree ul{padding-left:0}.e-bigger .e-spreadsheet .e-checkboxtree.e-rtl ul,.e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul{padding-right:0}.e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,.e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon{bottom:9px}.e-bigger .e-spreadsheet .e-findtool-dlg.e-device .e-dlg-header-content .e-input-group,.e-bigger.e-spreadsheet .e-findtool-dlg.e-device .e-dlg-header-content .e-input-group{width:150px}.e-bigger.e-dropdown-popup.e-font-size-ddb ul,.e-bigger .e-dropdown-popup.e-font-size-ddb ul{min-width:70px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn){padding-left:6px;padding-right:6px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-ribbon-simplified-mode .e-content .e-split-btn-wrapper .e-split-btn.e-color-picker{width:40px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-name-manager-dialog .e-dlg-header-content{padding-bottom:0}.e-bigger .e-spreadsheet.sf-spreadsheet .e-namedRangesList.e-listview{height:140px!important}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-name-manager-form-group{padding-top:12px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-name-dlg-header{font-size:24px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-dlg-header-content{padding-bottom:16px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-protection-toggle-container{padding-top:12px;padding-bottom:14px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-protection-password-field{padding-bottom:15px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-range-field{padding-top:14px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-range-actions{padding-top:12px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-unlock-range-container .e-unlock-text{padding-top:16px;padding-bottom:4px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-protection-dialog .e-protection-tab-content .e-sheet-options-container .e-sheet-options-header{font-family:Segoe UI;font-size:16px;font-weight:400;line-height:20px;color:#242424;padding-top:13px;padding-bottom:4px}.e-bigger .e-spreadsheet.sf-spreadsheet .e-spreadsheet-unprotect-dialog .e-unprotect-password-field label{font-family:Segoe UI;font-weight:400;font-size:16px;line-height:20px;color:#242424;padding-bottom:0}.e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbonoverflow.e-ribbon-item .e-dropdown-btn .e-caret{font-size:20px}.e-spreadsheet .e-ribbon .e-drop-icon:before{content:""}.e-spreadsheet .e-ribbon .e-menu-wrapper.e-file-menu ul .e-menu-item .e-caret:before{content:""}.e-spreadsheet.sf-spreadsheet .e-spreadsheet-ribbon .e-btn.e-split-btn .e-clear-icon:before{content:""}.e-spreadsheet .e-ribbon{border:1px solid #e0e0e0;position:relative}.e-spreadsheet .e-ribbon .e-tab .e-content .e-toolbar{border:0}.e-spreadsheet .e-ribbon .e-tab .e-tab-header{height:35px;min-height:35px}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:35px;min-height:35px}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap{height:35px}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap{height:35px}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items,.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav{height:35px;min-height:35px}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-hscroll{display:inline-block!important;width:calc(100% - 28px)}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap{padding:0}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-text-wrap{vertical-align:top}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-indicator{z-index:1}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 12px}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-hide{display:none}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-text{text-transform:none}.e-spreadsheet .e-ribbon .e-tab.e-sheet-tab .e-tab-header .e-tab-text{white-space:pre}.e-spreadsheet .e-ribbon:not(.sf-spreadsheet .e-ribbon) .e-drop-icon{cursor:pointer;font-family:e-icons;margin:12.5px 4px;position:absolute;right:0;text-align:center;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:18px;font-size:10px}.e-spreadsheet .e-ribbon:not(.sf-spreadsheet .e-ribbon) .e-drop-icon.e-disabled{cursor:default;pointer-events:none}.e-spreadsheet .e-ribbon:not(.sf-spreadsheet .e-ribbon) .e-drop-icon:focus{font-weight:700}.e-spreadsheet .e-ribbon.e-collapsed .e-content,.e-spreadsheet .e-ribbon.e-collapsed .e-indicator,.e-spreadsheet .e-ribbon.e-collapsed .e-tab-header .e-toolbar-item.e-active .e-text-wrap:before{display:none}.e-spreadsheet .e-ribbon.e-collapsed .e-drop-icon{-webkit-transform:rotate(0deg);transform:rotate(0)}.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items{display:inline-block}.e-spreadsheet .e-ribbon .e-content .e-toolbar.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay{opacity:1}.e-spreadsheet .e-ribbon .e-menu-wrapper{border-width:0}.e-spreadsheet .e-ribbon .e-menu-wrapper ul.e-menu{padding:0}.e-spreadsheet .e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon{height:35px;line-height:35px}.e-spreadsheet .e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon .e-caret{line-height:35px}.e-spreadsheet .e-ribbon.e-rtl:not(.sf-spreadsheet .e-ribbon) .e-drop-icon{right:auto;left:0}.e-spreadsheet-ribbon-fill-color .e-container,.e-spreadsheet-ribbon-font-color .e-container{-webkit-box-shadow:none;box-shadow:none}.e-popup-temp-close{visibility:hidden}.e-spreadsheet .e-ribbon{background-color:#fafafa}.e-spreadsheet .e-ribbon .e-tab .e-tab-header{background-color:inherit}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-tab-wrap:focus{background:#e3165b1f}.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-tab-wrap:focus .e-tab-icon,.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-tab-wrap:focus .e-tab-text{color:#e3165b}.e-spreadsheet .e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator{border-color:#dcdcdc}.e-spreadsheet .e-ribbon .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active{border:0}.e-spreadsheet .e-ribbon .e-drop-icon{color:#5f6368}.e-spreadsheet .e-ribbon .e-tab .e-content .e-toolbar{border-bottom-color:transparent;border-top-color:transparent}.e-spreadsheet .e-ribbon .e-menu-wrapper{background-color:transparent}.e-bigger .e-spreadsheet .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu,.e-bigger.e-spreadsheet .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu{padding:0}.e-bigger .e-spreadsheet .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger.e-spreadsheet .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon{height:41px;line-height:41px}.e-bigger .e-spreadsheet .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret,.e-bigger.e-spreadsheet .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret{line-height:41px}.e-bigger .e-spreadsheet .e-ribbon .e-drop-icon,.e-bigger.e-spreadsheet .e-ribbon .e-drop-icon{font-size:12px;margin:14.5px 5px}.e-bigger .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,.e-bigger.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 16px}.e-bigger .e-spreadsheet .e-ribbon .e-tab .e-tab-header,.e-bigger.e-spreadsheet .e-ribbon .e-tab .e-tab-header{height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),.e-bigger.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap,.e-bigger.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap{height:41px}.e-bigger .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap,.e-bigger.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap{height:41px}.e-bigger .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items,.e-bigger.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items,.e-bigger .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav,.e-bigger.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav{height:41px;min-height:41px}.profile-section{position:absolute;display:block;background:#f7f8fa;border:solid 1px #b2dfdb;box-shadow:3px 3px #0098871a;min-width:225px;padding:12px;border-radius:7px;top:55px;right:10px}.generating-loader{display:inline-block;font-size:18px;font-weight:700;color:#cd7f00}.dot1,.dot2,.dot3{animation:blink 1.5s infinite;color:#cd7f00}.dot2{animation-delay:.5s}.dot3{animation-delay:1s}@keyframes blink{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}.rpv-core__textbox input [type=textarea]{margin-bottom:0!important}.fee-schedule-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.margin-top-40px{margin-top:40px}.remark-label{line-height:20px;display:flex;align-items:center;font-weight:700;left:0}#enter-remark-label{font-size:16px!important}.currency-input-expense{background:unset;margin:unset;float:right;border:unset;margin:0;background-image:unset!important}.currency-input-net-payable{font-size:1rem;display:inline-block;padding:.75rem 2rem;font-weight:normals}.currency-input-net-payable-inline{font-size:1rem;font-weight:400;white-space:nowrap;display:inline;padding:0;vertical-align:middle}.grade-marks-section{display:flex;justify-content:center;align-items:center}.expand-collapse-header{display:flex;justify-content:space-between;align-items:center}.expand-collapse-conatiner{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;margin:16px 0;padding:16px}.expand-collapse-icon{width:23.5px;height:23.5px;border-radius:4px;padding:9px 7px;display:flex;justify-content:center;align-items:center}.Dropdowninputbox{display:flex;align-items:center}.expand-collapse-icon.open{border:1px solid #f47e16}.expand-collapse-icon.close-header{border:1px solid #f47e16;background:#f47e16}.weightage-section{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:16px;display:flex;gap:10px;flex-wrap:wrap}.e-sheet-panel{height:calc(100vh - 250px)!important}.student-pass-fail-text{font-weight:400!important;font-size:14px!important;line-height:20px!important;letter-spacing:.01em!important;color:#000008cc!important}.upload-file-btn,.upload-file-btn:hover{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.9762%2011.4384L12.9503%2019.4644C11.967%2020.4476%2010.6335%2021%209.24295%2021C7.85243%2021%206.51887%2020.4476%205.53562%2019.4644C4.55238%2018.4811%204%2017.1476%204%2015.7571C4%2014.3665%204.55238%2013.033%205.53562%2012.0497L13.5616%204.02375C14.2171%203.36825%2015.1061%203%2016.0332%203C16.9602%203%2017.8492%203.36825%2018.5047%204.02375C19.1602%204.67924%2019.5284%205.56829%2019.5284%206.4953C19.5284%207.42231%2019.1602%208.31135%2018.5047%208.96685L10.47%2016.9928C10.1422%2017.3206%209.69772%2017.5047%209.23421%2017.5047C8.77071%2017.5047%208.32619%2017.3206%207.99844%2016.9928C7.67069%2016.6651%207.48656%2016.2206%207.48656%2015.7571C7.48656%2015.2935%207.67069%2014.849%207.99844%2014.5213L15.4131%207.11537'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")!important;background-repeat:no-repeat;background-position-x:10px;background-position-y:50%;background-color:#fff;color:#000008cc;border:1.28369px solid rgba(0,0,0,.12);border-radius:10.2695px;box-shadow:unset;margin-left:10px;margin-bottom:unset}.fileblock{cursor:pointer}.fileblock:hover{text-decoration:underline}.checkbox-section .checkbox-group .control label.installment-checkbox:before{top:calc(50% + 6px)!important}.checkbox-section .checkbox-group .control label.installment-checkbox:after{top:calc(50% + .4rem)!important}.Dropdowninputbox,.Dropdowninputbox input{background-image:unset!important}.Dropdowninputbox input.duedate{height:38px!important}.Dropdowninputbox label.plholder{visibility:unset!important}div.struture p{color:#000!important;font-weight:unset!important}div.struture{padding-left:unset!important}.foursonescreentwo .createNewClass{padding:24px 25px 0}#d-picker-custom{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='20'%20viewBox='0%200%2016%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%200H2C0.9%200%200%200.9%200%202V18C0%2019.1%200.9%2020%202%2020H14C15.1%2020%2016%2019.1%2016%2018V2C16%200.9%2015.1%200%2014%200ZM2%202H7V10L4.5%208.5L2%2010V2Z'%20fill='black'/%3e%3c/svg%3e")}.academic-year-label{text-align:left;font-size:12px;line-height:16px;margin-bottom:5px}.transfer-btn{background:#f70;box-shadow:0 0 10px #00000014;border-radius:8px;padding:12px 16px}.Periodsection2{padding:unset!important}.Periodsection2 img{top:2px!important}input[type=date]:required:invalid::-webkit-datetime-edit{color:transparent}input[type=date]:focus::-webkit-datetime-edit{color:#000!important}.sidebarscreen412.sidebarscreen413 .import-select-file{background-color:#ff770026;border:none;cursor:pointer;padding:10px 200px 10px 30px;border-radius:15px;text-align:center;color:#f70;position:relative}.download-dropdown{display:flex;flex-direction:column;box-shadow:0 8px 24px #11111a0f,0 12px 32px #11111a0f;width:247px;border:1px solid rgba(0,0,0,.12);border-radius:8px;position:absolute;background:#fff;z-index:2;text-align:left;top:50px;cursor:pointer}.search-box-general-remarks{justify-content:space-between;margin:20px 0}.subject-items{margin:10px;flex:0 0 99%;justify-content:space-around}.drag-icon{flex:0 0 1%;visibility:hidden}.padding-left-20px{padding-left:20px!important}.margin-bottom-12px{margin-bottom:12px}.margin-right-16px{margin-right:16px}.margin-top-bottom-16px{margin:16px 0}.width-100{width:100%}.margin-top-32px{margin-top:32px}.margin-bottom-8px{margin-bottom:8px}.margin-left-right-10px{margin:0 10px}.btn-width-60{min-width:unset;margin-right:10px}.leave-type-radiobtn{padding:unset;margin-left:unset;margin-top:unset;max-width:unset}.leave-type-radiobtn label{padding-left:55px}.e-content-message{text-align:center;height:100vh;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.leave-type-radiobtn label:before,.leave-type-radiobtn label:after{top:unset;left:44px}.notice-fileblock{position:relative;margin:10px;justify-content:space-between;border:1px solid rgba(0,0,8,.3);border-radius:15px;height:40px;align-items:center;padding:10px}.margin-top-12px{margin-top:12px}.expense-dropdown{left:164px}.fee-config-save-btn-row{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;margin-left:-38px!important;width:100%;padding-right:40px;justify-content:flex-end}.fee-config-save-btn-row-inside{position:sticky;right:14px}.flexEnd{display:flex;justify-content:flex-end;margin-right:65px}.selectWidth{width:220px}.report-card-download-dropdown{left:-247px;top:22px}.new-notice-checkbox-label{padding-left:10px!important}.margin-left-50px{margin-left:50px}.green-border-right{border-right:1px solid #b2dfdb}.subject-items-container:hover .drag-icon{visibility:visible}span.option-item:last-child{padding:18px 11px 15px}.option-item:hover{background-color:#f1f3f6}.option-item{padding:18px 11px 0;font-size:16px;line-height:24px;color:#000008cc}.sidebarscreen413 .row .input-div{margin-left:20px!important}.clean-radio{background:unset;border-radius:unset;margin-left:unset;padding:12px;margin-top:unset;max-width:unset!important;margin-bottom:unset}.unset-background-color{background-color:unset}.no-data-header{font-weight:700;font-size:20px;line-height:120%;color:#000008cc;margin-top:16px}.sub-heading-no-data{font-weight:400;font-size:16px;line-height:120%;margin-top:8px;width:200px}#by-section img{left:36px}#by-section label{top:-36px!important}.add-category-btn,.add-template-btn{border-radius:15px}.left-32px{left:32px!important}#template-editor-container{height:auto;max-height:unset;width:90vw!important}.report-card-actions{display:flex;align-items:center;gap:10px}#start-date input,#end-date input{margin-bottom:unset!important;width:190px}.schedule-name-header{font-weight:700;margin-bottom:unset}.flex-15{flex:0 0 15%}#start-date,#end-date{margin-right:unset}#totalWorkingDays,#totalPresentDays{width:95px}.fee-table-spacing{overflow:auto;height:calc(100vh - 450px)}#delete-student-route-mapping{height:calc(100vh - 210px)!important;width:800px!important}#search-vehicles input{margin-top:unset}.contain{padding:16px 32px}.PrecentageSection{display:flex;gap:15px;align-items:center}.grade-label{font-weight:400!important;font-size:13px!important;line-height:24px!important;color:#00000880!important}.PrecentageSection span{position:absolute;right:20px;top:10px}.radio-label{padding-left:15px!important}.radio-label:before,.radio-label:after{top:14px!important}.create-grade-scale{border-radius:15px}.green-header{background:#005358!important}.sidebarscreen412.sidebarscreen413 .attachedFile .fileblock .flie{background-color:#eff8f8;padding:1rem 1.5rem 0 3.5rem;border-radius:15px;display:block;min-height:60px;margin-right:-80px}.sidebarscreen412.sidebarscreen413 .attachedFile .fileblock{position:relative;margin-bottom:1.5rem}.sidebarscreen412.sidebarscreen413 .attachedFile{padding-top:1rem}.sidebarscreen412.sidebarscreen413 .attachedFile .fileblock .removefile{position:absolute;right:1.5rem;top:.5rem;width:24px;cursor:pointer;height:24px;margin-right:-80px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206L18%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}select.fee-comp-selector{background-color:#fff;float:left}.quickEditSection{position:absolute;left:130px;top:40px;width:50%!important;z-index:1;overflow:hidden;background:#fff;box-shadow:0 0 20px #0098871a;border-radius:15px}.quickEditSection li{float:unset!important;width:100%!important}.quickEditSection li:hover{background:#b2dfdb;color:#fff}.fivefivetwoscreen .dateline .Start_Date1{width:40%!important}.custom-font{font-size:inherit!important}.custom-placement{position:absolute;left:900px}.status-message-container{display:flex;justify-content:center;align-items:center;flex-direction:column}input#search-student{font-size:1rem!important}.screen553 .Fee-Structure .contant-body .row .input-div.select select[name=academicyear]{width:315px}.screen553 .Fee-Structure .contant-body .full-width .fields-value:before{width:81%!important}.custom-error-placement{margin-top:2%;margin-left:8%}.screen505 .middelsection{margin-top:unset!important}span.pendingtwice{color:#eac004!important}.radiobutton-1{max-width:80%!important;margin:0 auto;background:#f7fbfb;border-radius:10px;padding:20px}.transform-one-eighty{transform:rotate(180deg)}p#file-download-header{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#00352d;text-align:left;padding-top:10px}.detail-fee-student{top:-66px!important;left:0!important;position:absolute!important;width:180px!important;text-align:left!important}.previous-year-btn,.previous-year-btn:hover{border:1px solid #b82741;border-radius:25px;background:unset;color:#b82741;margin:15px}.transport-basics-percentage{width:20%;margin:0 10px;background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkLEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAARCAAPAA4DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMI/8QAJBAAAQQBAwQDAQAAAAAAAAAAAQIDBAURBhIiABMhMRQVMkL/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EACARAQABAwMFAAAAAAAAAAAAAAECAxEhAAQxEiJBUWH/2gAMAwEAAhEDEQA/AN1pvZ1PaN2ltY3DMuNYzFXDb3eMFuuAd7RQkjt58R9hRzUpRBz5AY6STbyxJvb111qTOUC3XFzjBYH4bUkHHdOSpSveTt9JHUrGmtNRaiSbNr49PUlL0RG5Kvly8ZDqgD4Q3/KVe1ciOKeiumdHX0Z6vYj1f0cyBAcjWdihxtf2T6ltkL4K3rztcXlwJKd+APJwh6ZHp1AplfbVjtZRu25M4FefrlBzLyW//9k=) 92% center no-repeat;background-color:#fff}.rpv-search-popover-input{background:unset!important}img.download-icn{position:relative;top:8px}#createClassPopup-deleteStudent{width:640px!important}#createClassPopup-deleteReceipt{width:647px!important}.change-academic-year-subject{font-size:12px;line-height:16px}.orange-color{color:#f47e16}.alter-control{position:unset!important;display:unset!important;grid-template-columns:unset!important;align-items:unset!important}input#selecttime{background-image:none!important;width:100%;display:inline-block;font-family:Lato;font-size:1rem!important;color:#333;border:.063rem solid #000!important;border-radius:.9375rem!important;background:#fff;padding:.6rem 1rem!important;overflow:hidden;height:46px}input#selecttimecustom{background-image:none!important;width:100%;display:inline-block;font-family:Lato;font-size:1rem!important;color:#333;border:.063rem solid #000;border-radius:.9375rem;background:#fff;padding:.75rem 2rem;overflow:hidden;height:46px!important}li.sibling-item{cursor:pointer}li.sibling-item:hover{text-decoration:underline}.JP_International{margin:0 10px 0 0;height:40px}.screen1018 .contain .save{margin-left:20px;margin-top:50px}.studentCourseAlloc table,.studentCourseAlloc th,.studentCourseAlloc td{border:1px solid black;border-collapse:collapse}.studentCourseAlloc th,.studentCourseAlloc td{padding:5px;text-align:left}img.edit-btn-css{position:relative;top:5px;left:10px}span.school-name{position:relative;bottom:13px;color:#1e293b;font-size:1.25rem}input.rc-time-picker-input{border:.001rem solid #a5e0da;border-radius:10px!important;background:#fff!important;overflow:hidden;height:31px!important;position:unset!important}.screen1005 .contain .studentInfoDetails .body .studentInfoData .input span.rc-time-picker{color:#4db6ac;right:20px;position:relative;top:unset}.screen1005 .contain .studentInfoDetails .body .studentInfoData .input .grid-datepicker{position:unset}.grid-datepicker{width:100%}div.input>div.react-datepicker-wrapper{width:30px}div.upcoming-btn-section{display:flex;flex-direction:row-reverse;margin-right:5%}.upcoming-header-label{flex:none!important}div.grade-scale-form-header{display:grid;grid-template-columns:80% 20%}div.grade-scale-form-header label{font-weight:700}.list-transition-enter,.list-transition-appear{max-height:0px;color:transparent}.list-transition-enter-active,.list-transition-appear-active{max-height:250px;transition:max-height .4s cubic-bezier(0,1,0,1)}.list-transition-exit{max-height:250px}.list-transition-exit-active{max-height:0px;color:transparent;visibility:hidden;transition:max-height .2s ease-in-out}.custom-route-name-container{display:flex}.btn-name-save{margin:4% 0 4% 2%!important;padding:0!important}.All_Classes.row.content-center{justify-content:center}div.reverse-right-flow{display:flex;justify-content:space-between;align-items:center;margin:24px 24px 24px 0}.preview-report-card-btn{padding:10px 16px;border-radius:15px}.BorderwithIcon-preview,.screen1016 .SAve .BorderwithIcon{margin-right:20px}div.date-filter-container{display:flex;margin-right:20px}.date-filter-container>div,.date-filter-container>button{margin:0 10px}.date-filter-container>button,.download-timetable{height:45px}.collection-report-actions{display:flex;justify-content:center;align-items:center;gap:12px}.acad-year-row{display:flex;padding:30px;gap:20px;align-items:center;justify-content:space-between}.schedule-step2-container{padding:40px 20px 20px;display:flex;gap:20px;width:100%}.left-padding-40px{padding-left:40px!important}.margin-top-20px{margin-top:20px}.part-bold{font-weight:700}.row-reverse{flex-direction:row-reverse}label.datepicker-label{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem}input#search-placeholder{font-size:1rem!important}.admissionDropdown{border:none;color:#000;font-weight:600}.Student_sectionone{max-height:200px;overflow-y:scroll}img.remove-book-icon{position:relative;top:4px;left:20px}p.remove-books-header{font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#00352d;margin-top:5%}div.remove-input-container{display:flex;justify-content:center;align-items:center}.remove-input-container>input.fixed-width{width:20%;position:relative;top:3px}.focused{font-size:75%!important;transform:translate(.8rem,-100%)!important;opacity:1!important;padding:0 .3rem!important;color:#4db6ac!important}.applicable-text{font-size:14px;line-height:16px;color:#4db6ac;position:relative;left:15px}.unset-background{background:unset;position:relative;left:-125px}label.radio-comp-label:before,label.radio-comp-label:after{top:unset!important}div.start-end-time>span.rc-time-picker>input.rc-time-picker-input{width:100%!important;background:unset!important;border:unset}span.rc-time-picker{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23F47E16'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position-x:right;background-position-y:.3em}.attachedFile{padding-top:1rem}.attachedFile .flie{background-color:#eff8f8;padding:1rem 1.5rem 0 3.5rem;border-radius:15px;display:block;min-height:60px}.attachedFile .fileblock{position:relative;margin-bottom:1.5rem}.attachedFile .fileblock .removefile{position:absolute;right:1.5rem;top:.5rem;width:24px;cursor:pointer;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206L18%2018'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.Option_sectionthree{margin-bottom:2%}li.row.li-edit{width:100%!important;display:block!important}.control12 label:before{top:unset}i.file-link:hover{text-decoration:underline}i.file-link{margin-left:1%}div.file-container{padding:2%;display:flex}input#startTime,input#endTime{background-image:unset}img.JP_International_mein_logo{width:150px}.astrick{color:red}span.assign-students{color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.assign-screen .dateline .Start_Date1{width:100%!important}.screen417 .row .input-div.radio-div .radio-group-btn{grid-template-columns:120px 160px 0px}.screen2002 .createNewClass .container .ClassiesSection .validDate{width:215px;margin-top:34px}select#school>option{color:#000}.db-pcntg-row{margin-left:unset;margin-right:unset;gap:2px;flex-wrap:nowrap}.screen1701 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:76vh;overflow-x:hidden}.screen1701 .createNewClass{max-height:650px}.fileblock .flie{word-break:break-all}.add-more-classes{margin:-10px 0 20px 10px}input.fee-components{width:auto!important}.accordion_heading{background:#eff8f8;color:#444;cursor:pointer;padding:18px;width:100%;text-align:left;border:none;font-family:Lato;font-style:normal;font-weight:700;font-size:20px;line-height:30px;display:flex;align-items:center;letter-spacing:.5px}.accordion_heading:after{display:inline-block;content:"";height:10px;width:12px;margin-right:12px;border-bottom:2px solid #4db6ac;border-right:2px solid #4db6ac;transform:rotate(45deg);position:absolute;right:20px}.accordion_heading[aria-expanded=true]:after{transform:rotate(225deg)}.accordion__item{margin-top:1%}.accordion,.accordion__item+.accordion__item{border:unset}.accordion_heading_question{background:#f47e1617;border-radius:10px;font-family:Lato;font-style:normal;font-weight:700;font-size:18px;line-height:30px;display:flex;align-items:center;letter-spacing:.5px;color:#f47e16;padding:4%;margin:2%;cursor:pointer}.accordion_heading_question:after{display:inline-block;content:"";height:10px;width:12px;margin-right:12px;border-bottom:2px solid #f47e16;border-right:2px solid #f47e16;transform:rotate(45deg);position:absolute;right:20px}.accordion_heading_question[aria-expanded=true]:after{transform:rotate(225deg)}p.warning-text{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#004d40}label.query-label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;margin-bottom:2%}div.submit-container{display:flex;justify-content:center}div.video-container{max-height:85vh;width:70vw!important}div.center-form{margin:0 auto;width:20vw}div.copy-text{font-style:italic;cursor:pointer}#selecttimegallery{height:48px!important;border:.063rem solid #000;width:246px}input.caption{background-image:unset;border:unset;border-bottom:1px solid #b2dfdb;border-radius:unset;width:200px}.gallery-item-class{width:unset!important}.gallery-right-arrow{right:2px;background-color:#fff}.gallery-left-arrow{left:2px;background-color:#fff}.float-left{float:left;clear:both}#description-income{margin-left:20px;height:5rem}#delete-remark-category-popup{width:470px!important;height:212px}#remark-category-popup{width:628px!important}.search-box-income-exp{justify-content:flex-end;margin:20px 0}.exam-action-buttons{margin:0 5px}.upload-marks-message{margin-top:10px;text-align:left;font-style:italic;color:green}.filter-icon-container{position:relative}.arrow-icon-income{position:absolute;left:195px!important;top:10px!important}.admin-stats{padding:10px 20px;font-size:1em;font-weight:900;color:#000;-webkit-font-smoothing:antialiased;text-shadow:rgb(0 0 0 / 0%) 1px 1px 1px}.screen422.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers{grid-template-columns:15% 14% 25% 46%}.screen422 .contant-body .value-full-width .padding-section .values{grid-template-columns:15% 14% 25% 46%;word-break:break-all}.error-text{color:#eb4747}.warning-text{color:#eac004}.success-text{color:#27ae60}.screen422 div.dropdwon_mein{float:left}.screen422 ul.menu{position:absolute;z-index:4;background-color:#fff}.screen422 .secondary-teacher{height:40px;margin-top:10px}.screen422 div.warning-text{margin-top:.5%}.screen422 .selectboxsection{width:245px;height:44px}.ril__navButtonPrev:hover{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat center}.ril__navButtonNext:hover{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) no-repeat center}.ril__zoomInButton:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat center}.ril__builtinButtonDisabled:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat center}.ril__closeButton:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat center}.Independence_section p:hover{text-decoration:underline;cursor:pointer}img.top-menu-icons{position:relative;top:10px;margin-right:20px;cursor:pointer}div.pro-lite-banner{display:flex;justify-content:space-between;padding:45px;background-color:#f9e635}div.pro-lite-banner div p.header{font-family:Lato;font-style:normal;font-weight:700;font-size:36px;line-height:45px;border-bottom:unset}div.pro-lite-banner div p.sub-text{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:28px;text-align:center;letter-spacing:.5px;color:#00352d;opacity:.6}div.pro-lite-banner-prox{display:flex;justify-content:space-between;padding:45px;background:linear-gradient(to right,#276a62,#f9cd35)}div.pro-lite-banner-prox div p.header{font-family:Lato;font-style:normal;font-weight:700;font-size:36px;line-height:45px;border-bottom:unset}div.pro-lite-banner-prox div p.sub-text{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:28px;text-align:center;letter-spacing:.5px;color:#edeeee;opacity:.75}input.leave-input:focus+label{visibility:hidden}label#leave-form{top:12px;left:20px;visibility:visible!important}div.leave-detail-container{display:flex;border-bottom:1px solid #b2dfdb}div.leave-detail-container>div.section{flex:0 0 49.5%;background:#eff8f8;height:300px;overflow-y:scroll}div.leave-detail-container>div.spacer{flex:0 0 1%}div.leave-detail-container>div.section>p{padding:25px;font-family:Lato;font-style:normal;font-weight:600;font-size:18px;line-height:28px;color:#0d352d;border-bottom:1px solid #000}div.section>div.inner-container>div{width:50%;float:left;padding-left:20px}div.section>div.inner-container>div>p{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#00796b}div.section>div.inner-container>div>p>span{border-bottom:1px solid #e0f2f1;padding:10px;display:inline-block;width:220px}div.section>div.inner-container>div>div{display:flex}div.section>div.inner-container>div>div>div{flex:0 0 40%}p.inner-title{font-family:Lato;font-style:normal;font-weight:400;font-size:10px;line-height:15px;color:#000}p.inner-value{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:18px;color:#00352d}div.history-div-li{display:grid;grid-template-columns:33% 33% 33%;border-bottom:.5px solid #b2dfdb}div.history-div-li p{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00352d;border-bottom:.5px solid #b2dfdb}p.warning{color:#f8a724!important;border-bottom:unset!important}div.history p{font-family:Lato;font-style:normal;font-weight:600;font-size:14px;line-height:22px;letter-spacing:.5px;color:#00352d}p.green-text{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00352d;border-bottom:unset!important}div.history>div{padding:0 20px}.download-errors{cursor:pointer;color:#f47e16}#from-analytics,#to-analytics,#end-due-date,#start-due-date,#till-date,#from-date{margin:unset;margin-bottom:1.75rem;background-image:unset}select.drop-image{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:right;margin-bottom:unset;border:unset;border-radius:unset}.sidebarscreen412 .personaldetils_section{display:grid;grid-template-columns:55% 45%}.personaldetils p{color:#000;font-weight:700;margin-left:20px}.sidebarscreen412 .personaldetils p.prefix-icon{margin:0}.sidebarscreen412 .personaldetils p img{box-shadow:0 30px 84px #130a2e14,0 8px 32px #130a2e12,0 3px 14px #130a2e08,0 1px 3px #130a2e21}.hours-completed{font-family:Lato;font-style:normal;font-weight:700;font-size:14px;line-height:24px;text-align:center;color:#828f8e;opacity:1;margin-top:20px!important}.screendashboards4001 .Classes_Taken li.ClassesTaken{display:flex!important;align-items:center;justify-content:center}.semicircle-percent-value{color:#5d35b0;font-weight:900;font-size:24px;line-height:32px}.CircularProgressbar .CircularProgressbar-text{font-size:15px}p.circle-header{font-family:Lato;font-style:normal;font-weight:700;font-size:14px;line-height:24px;text-align:center;color:#000;margin-bottom:.5rem}p.circle-body{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:18px;text-align:center;color:#000;margin-bottom:unset}#from-student-analytics,#to-student-analytics{border:0px;border-bottom:.063rem solid #a5e0da;border-radius:0;width:110px;padding:0 0 4px;margin-right:30px;font-size:14px;font-weight:700;background-image:unset}.meter-label-container{display:flex;justify-content:space-between;padding:2%;min-width:339px}.meter-label-container p:first-child{flex:0 0 72%}.meter-label-container p:last-child{flex:0 0 45%;margin-left:30%}.meter-one-label{flex:0 0 65%!important;margin-left:unset!important}.unset-padding-bottom{padding-bottom:unset!important}.custom-teacher-list-btn{margin:unset;max-width:unset;width:unset;min-width:235px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:unset;border-top-right-radius:unset}.teacher-search{margin-bottom:unset;border:unset;border-radius:unset;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFiSURBVHgBlVJRTsJAEJ3ZFvjRhCNwA+AG8KdQEBLwFziBcALkBOIJxC8TFcHQ4qccQU5gj9CEL0vccaahFSoaecnuzm7y3pudGYQtnLzcZUydbAFSjq9pIL0EjVO70lxADBgGFXvcBUVXsA8Eo5W/6i3qHS98UrJVnXFfSAjoElJxVmqgLMM08gRwy/Lto9TxZMdR0ktQ4l1I6kPlp/W6Fze0nMchIlxoTT3Hag4DR1MnuhJo1J19JIHpG5cs7KHCsyhVVspKYJ/+LEAIEdRAz1yQws4f/wMkSm/fFREsJSg597m/mZiVOnw7appKYKDq/8Zh0TYfGTZZRMRNc2XVLGlLDFX7qcWiQasMXw2iBGSrTSZpnfp85Z5Jui6fb0jo8ccK4iQVVaSKPqxz8/L5KCKGqDjjNo9JFzaVFgKP3bXyzaGfXNfY+UamaFZudBAOgDV/GLFYi4gGBxEDskwRkfsFxXiJe7Ik5o0AAAAASUVORK5CYII=)!important;padding:.5rem 0rem .5rem 2rem}.center-items{display:flex;flex-direction:column;height:inherit;justify-content:center;align-items:center}div.hr{border-top:1px solid #e0f2f1;width:100%;margin-bottom:1.75rem}.message-label{font-size:75%!important;opacity:1;padding:.4rem .3rem;color:#4db6ac}.pie-container{height:165px;width:275px}.staffpic{border-radius:15px}@media screen and (max-width:1680px){.pie-container{height:115px;width:220px}}.input-label-headers{font-family:Lato;font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#000}div.drop-down{width:170px;background:#fff;border:1px solid #b2dfdb;box-shadow:0 0 1px #00000014,0 4px 12px -4px #00000014;border-radius:8px;padding:20px;position:absolute;left:10px;z-index:10}div.flex-row{display:flex;flex-direction:row}div.img{flex:0 0 10%}div.title{flex:0 0 90%}.installment-carousel{width:130px!important}.inst-arrow{top:10px}.per-day{display:flex;place-items:center}.per-day input,.per-day select{background:unset;border:unset;width:20px;border-bottom:.063rem solid #a5e0da;border-radius:unset;height:40px;background-image:unset!important}.per-day span{flex:0 0 10%}.per-day input,.per-day select{flex:0 0 40%}input[type=number]{-moz-appearance:textfield;width:220px;height:45px}input.currency-input{background:unset;margin:unset;float:right;width:30%;margin-bottom:5%;padding-left:40px}.classwise-amount-input{width:100%!important}.mark-paid-number img{position:absolute;top:14px;margin-left:10px}label.unassigned-student-select-all:after{top:3px!important}span.or-name{position:relative;top:18px;left:0}.domainLogo{height:40px}.multi-logo{height:auto;object-fit:contain;width:120px!important}.dateline_section span.twoIcons{position:absolute;left:10px;top:32px!important}.no-credits-sms-message{font-weight:700;font-size:20px;line-height:27px;color:#eb5757}.description-text-notice-template{width:100%;font-family:Lato;font-size:1rem;margin-bottom:1.75rem;color:#333;border:.063rem solid #000;border-radius:.9375rem;background:#fff;padding:.75rem 2rem;word-wrap:break-word;text-align:left}.calender-slot-btn .eduTinker-select{left:-32px}.dialog-footer{height:85px;align-items:center;display:flex;justify-content:flex-end}.upload-marks-instruction{text-align:left;font-size:15px}.upload-marks-instruction-header{margin-bottom:unset;color:green;font-weight:700}.upload-marks-instruction li{list-style:disc;padding-bottom:unset}.placeholder-sms-template-input{width:150px;display:inline;background:#f7f7f7;border:1px solid #eaeaea;border-radius:4px;background-image:none!important;margin-bottom:5px;height:10px}li.Start_Date1 span.rc-time-picker{padding-left:unset}input#selecttime{height:auto!important;padding:.75rem 3rem}#paytm-app .ptm-pb-input,#paytm-app .ptm-enter-otp{background-image:unset!important}.width-125px{width:125px}.discount-row{display:flex;gap:10px}.add-discount-link{margin-bottom:unset;cursor:pointer}.add-discount-link:hover{text-decoration:underline}#refund-fee-listing{margin:-6px 20px 20px}.refund-fee-link:hover{text-decoration:underline}.refund-fee-closing-border{border-bottom:1px solid #000}.refund-comp{justify-content:center;margin-top:20px}.totalRefundedAmount{margin:0 60px;background-color:unset!important}.refund-fee-inter-border{border-bottom:1px solid #00000035}.refund-fee-link{cursor:pointer;color:#f47e16;font-weight:700}.time_table_32 .screen_colunm471 .contant-body .full-width{flex-direction:column-reverse}.time_table_32 .Science{width:130px;margin:8px}.subjects-list{display:flex;flex-wrap:wrap}.flex-wrap{flex-wrap:wrap}.width-80{width:80vw}.timetable-classdetails{text-align:center;margin:10px;font-weight:700;font-size:24px}.subject-box{align-content:unset!important;justify-content:unset!important;background:unset!important}.subsectionsPeriod .Period .switch label:before{left:unset}div.sibling-header{text-align:left;color:#4db6ac}span.groupedimages img{top:25px!important;left:200px!important}.selected-inst{order:1px solid #b2dfdb;background-color:#fff}li.sibling-item:hover{cursor:pointer;text-decoration:underline}input.search-input{margin-bottom:0}div.Student_sectionone{border-bottom:1px solid #b2dfdb;border-left:1px solid #b2dfdb;border-right:1px solid #b2dfdb;border-bottom-right-radius:10px;border-bottom-left-radius:10px}div.Student_sectionone ul{display:flex;padding:10px}div.Student_sectionone ul:hover{background-color:#b2dfdb;color:#fff}div.Student_sectionone ul li:first-child{flex:0 0 10%}div.Student_sectionone ul li:nth-child(2){flex:0 0 20%}.High_Tea_section.September_section .rbc-active{color:#000}.search-slot input[type=text]{margin-bottom:unset;background-color:#fff;font-size:16px;line-height:24px;border:1px solid rgba(0,0,0,.12);margin-left:0%;margin-right:4%;width:96%}.search-slot .search-iron{right:50px;top:18px}ul.suggestive-search{position:absolute;background-color:#fff;z-index:2;border-top:unset;border-radius:10px;border:1px solid rgba(0,0,0,.12);left:-6px;width:95%;margin-left:23px;max-height:200px;overflow-y:scroll}ul.suggestive-search1{position:absolute;background-color:#fff;z-index:2;border-top:unset;width:100%;border-radius:10px;border:1px solid rgba(0,0,0,.12);left:-6px;margin-left:23px;max-height:200px;overflow-y:scroll}ul.suggestive-search li:first-child{margin-top:15px}ul.suggestive-search li{display:flex;padding:15px}ul.suggestive-search li img{flex:0 0 1%;padding:4px;margin-right:20px}ul.suggestive-search li:hover{background-color:#f7f8fa;cursor:pointer}#calendar-body .rbc-today{background-color:unset}.right-content{padding:30px}.fee-dashboard-header{display:flex;align-items:center;justify-content:space-between}.space-between-flex{display:flex;justify-content:space-between;margin-top:2%}.progress-meta{font-size:14px;line-height:17px;color:#555}.flex-90{flex:0 0 90%}.fee-receivable-detail{background-color:#fff}li.collection-item{margin:10px 10px 10px 35px;border-bottom:1px solid #00000017;padding-bottom:10px;width:65%}li.collection-item:last-child{border-bottom:unset}li.collection-item p{font-size:18px;line-height:22px;margin-bottom:unset;margin-left:17%}.center-flex{display:flex;justify-content:center;align-items:center}.other-components{font-style:italic;padding-bottom:unset;margin-bottom:unset;padding-left:20px;color:#000}.margin-left-10{margin-left:10px}.progress-container{padding:20px 25px;height:80px}.discount-search-type:before,.discount-search-type:after{top:unset!important;left:25px!important}.discount-search-manually:before,.discount-search-manually:after{top:unset!important;left:25px!important}.fivefiveeen-custom{display:grid;grid-template-columns:160px 160px;gap:20px}.attachment-item-lesson{padding:5px}.lesson-planning-right-side{padding-top:3.9rem!important;background-color:#f7f8fa!important}.teacher-side-chapter-section{justify-content:right;align-items:center;flex-wrap:wrap;float:right}.border-radius-8px{border-radius:8px}li.status-dpdown{background:unset;border:unset;box-shadow:unset;padding:unset;margin-bottom:unset;border-radius:unset;float:left}.non-scrollable-parent{overflow-y:hidden}li.status-dpdown:hover{font-weight:bolder}.chapters-open-close:hover{text-decoration:underline}.pro-banner{background-image:url(/assets/pro-banner-B_k-WkE4.png);background-repeat:no-repeat;background-position-x:center;height:412px;display:flex;justify-content:center;align-items:flex-end}.report-card-subjects{font-weight:600;font-size:16px;line-height:24px;color:#000008cc!important;margin:16px 0}input[type=checkbox]:disabled+label:before{background-color:#99999961!important}#arrow-income-category{left:200px!important}#search-student-activity{position:absolute;left:216px!important}.fee-months-container{height:calc(100vh - 418px)!important;overflow:auto}.create-report-card-section{padding:16px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px}.managemnt:hover{text-decoration:underline;cursor:pointer}iframe div.dashviewoptionsinsight{display:none!important}.schedule-header{margin:0 10px 20px 0;justify-content:space-between;align-items:center}.schedule-header .brand-Logo span,span.time-table{margin-left:20px;font-weight:700}span.school-name-new,span.time-table{font-size:30px}.padding-left-20{padding-left:20%!important}table.roles-table tr td:nth-child(1),table.roles-table tr td:nth-child(2){width:25%!important}.fee-component-warning{float:left;padding:10px;color:#000!important;font-size:15px!important}.unset-margin-bottom{margin-bottom:unset!important}.Physics-section{font-weight:400;font-size:16px;line-height:20px;color:#000008cc}.height-24px{height:24px}.flex-40{flex:0 0 40%}.flex-20{flex:0 0 20%}#formula{font-size:26px;padding:8px;border-radius:8px;border:1px solid #000;height:140px}#question{font-size:22px;padding:8px;border-radius:8px;border:1px solid #000;background-color:#fff;height:100px}.event-start-end-date{background-image:unset!important;background:#f7f8fa;padding-left:40px}.unset-image{background-image:unset!important}.gray_input{padding-right:8rem}.transfer-students-sub-heading{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#00000880}.acad-xtra-table-header{padding:10px;margin:0;background-color:#eff8f8;text-align:center;border-top-left-radius:10px;border-top-right-radius:10px;height:56px}.unset-margin-top{margin-top:unset!important}.unset-left-margin{margin-left:unset!important}.background-grey{background-color:#f7f8fa!important}.assignment-description-placeholder{top:-32px!important;left:-30px!important;font-size:75%!important;font-weight:400!important;opacity:1!important}.tox-tbtn{min-width:auto!important}.tox .tox-editor-header{z-index:0!important}.Attach{position:static!important;top:unset!important;left:unset!important}.Attachcustom{position:relative!important;top:5px!important;left:5px!important}.hide-overflow-x{overflow-x:hidden}#custom-date-picker .react-datepicker__header,.custom-calendar-portal .react-datepicker__header{background-color:#fff;border-bottom:unset}#custom-date-picker .react-datepicker__day-names,.custom-calendar-portal .react-datepicker__day-names{background:#0000001f;opacity:.6;padding:0 24px}#custom-date-picker .react-datepicker__day-name,.custom-calendar-portal .react-datepicker__day-name{font-family:Lato!important;font-weight:500}#custom-date-picker .react-datepicker__day,.custom-calendar-portal .react-datepicker__day{font-family:Lato!important}#custom-date-picker .react-datepicker__day--selected,#custom-date-picker .react-datepicker__day--keyboard-selected,.custom-calendar-portal .react-datepicker__day--keyboard-selected,.custom-calendar-portal .react-datepicker__day--selected{background:#f47e16;border-radius:50%}#custom-date-picker .react-datepicker__month,.custom-calendar-portal .react-datepicker__month{padding-bottom:15px}.custom-calendar-portal select,#custom-date-picker select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}.margin-left-1rem{margin-left:1rem}.margin-right-10px{margin-right:10px}.fee-collection-classwise{margin-bottom:unset!important;background:url(/static/media/select-icon.c9300a95.svg) 94% center no-repeat #f7f8fa!important;border:1px solid rgba(0,0,0,.12);width:160px;padding:.8rem 2rem;border-radius:8px}.align-items-center{align-items:center}.upload-download-section span:hover{text-decoration:underline}.vehicle-checkbox:before,.vehicle-checkbox:after{left:30px!important}.margin-bottom-20px{margin-bottom:20px}.download-error-report{font-size:20px;color:#f47e16;font-weight:700}.download-error-report:hover{text-decoration:underline;cursor:pointer}.upload-error-warning-message{color:red;font-style:italic;font-size:16px}.add-category-btn{height:88px;align-items:center;display:flex;justify-content:flex-end}.mandatory{color:red}.focused{color:#000!important}.margin-20px{margin:20px}.upload-marks-report-header{font-size:20px;font-weight:700;margin:10px 0}#upload-marks-dialog{width:60vw!important}.successful-uploads{color:green}.failed-uploads{color:red}.failed-uploads span{color:#ffbd00;font-weight:700;cursor:pointer}#collectionType{background:url(/static/media/select-icon.c9300a95.svg) 94% center no-repeat #f7f8fa!important;font-size:10px;padding:9px}.margin-top-bttom-12px{margin:12px 0}.failed-uploads span:hover{text-decoration:underline}.s-no{color:#0000084d;font-weight:400;font-size:12px;line-height:24px}#add-staff-dob .react-datepicker-popper,#add-student-dob .react-datepicker-popper{margin-left:10px!important}.react-datepicker-popper{z-index:999!important}.AcademicYear_section .react-datepicker img{position:static!important;top:unset!important;left:unset!important}.DataGridTable_footer{display:flex;justify-content:space-between;height:48px;align-items:center;border:1px solid grey;background-color:#003d4d;color:#fff;border-radius:0 0 4px 4px;padding:0 6px}.DataGridTable_footer_Total{background-color:#d8e9ed;position:sticky;bottom:0}.sidebar{width:8rem;display:flex;flex-direction:column;align-items:center;padding:10px 0}.sidebar-item{margin:20px 0;cursor:pointer}.sidebar-menu{background-color:#042c36;box-shadow:12px 14px 18px #0000001a;border-radius:4px;padding:10px;z-index:1000;overflow-y:auto;height:auto!important;width:300px}.sidebar-menu ul{list-style-type:none;padding:0!important;margin:0}.sidebar-menu ul li:hover{background-color:#164552;border-radius:4px}.sidebar-menu-item{display:flex;align-items:center;padding:10px;cursor:pointer}.sidebar-menu-item span{margin-left:10px}.sidebar-menu-item:hover{background-color:#f0f0f0}.search-popper{width:300px;height:300px;background-color:#042c36;box-shadow:0 4px 8px #0000001a;border-radius:4px;padding:10px;z-index:1000}@media screen and (max-width:950px){.sidebar-menu{max-height:340px;width:200px}}fieldset{margin-bottom:1.25rem;border:.063rem solid #ccc;border-radius:.3125rem;padding:1.25rem}.flex-center{display:flex;justify-content:center;align-items:center}fieldset *:last-child{margin-bottom:0!important}fieldset>p:after{content:"";display:table;clear:both}.overlap-any{overflow-wrap:anywhere}label{margin:0;display:block;font-size:1rem;font-weight:400;color:#006b5c}p{margin-bottom:1.15rem}label.radio{display:inline-block;height:3rem;line-height:3rem;margin:.625rem .063rem}label.checkbox{margin:0 .625rem 0 0;display:inline-block;height:3rem;line-height:3rem;margin:.625rem}.form-control-error{padding:.5rem 0 1rem;text-align:left;margin-top:-1.75rem;display:block;color:#c80039;font-size:.75rem}input,textarea{display:block;width:100%;font-family:Lato;font-size:1rem;margin-bottom:1.75rem;color:#333;border:.063rem solid #000;border-radius:.9375rem;background:#fff;padding:.75rem 2rem;overflow:hidden}input.chat,textarea.chat{background:#fff url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%2011.5C8.32843%2011.5%209%2010.8284%209%2010C9%209.17157%208.32843%208.5%207.5%208.5C6.67157%208.5%206%209.17157%206%2010C6%2010.8284%206.67157%2011.5%207.5%2011.5Z'%20fill='%23009688'/%3e%3cpath%20d='M16.5%2011.5C17.3284%2011.5%2018%2010.8284%2018%2010C18%209.17157%2017.3284%208.5%2016.5%208.5C15.6716%208.5%2015%209.17157%2015%2010C15%2010.8284%2015.6716%2011.5%2016.5%2011.5Z'%20fill='%23009688'/%3e%3cpath%20d='M12%2023C18.0751%2023%2023%2018.0751%2023%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023Z'%20stroke='%23009688'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%2014C18%2017.3%2015.3%2020%2012%2020C8.7%2020%206%2017.3%206%2014H18Z'%20stroke='%23009688'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") .5rem 70% no-repeat;padding-left:2.75rem;height:3.125rem}input:focus:not(:read-only):not([type=submit]):not([type=reset]):not([type=button]),textarea:focus:not(:read-only):not([type=submit]):not([type=reset]):not([type=button]){border-color:#f70}input.error,textarea.error{border-color:#d9534f}input:disabled,textarea:disabled{color:#b1bac3;background-color:#efefef}input[type=radio],input[type=checkbox],textarea[type=radio],textarea[type=checkbox]{padding:0;height:auto;display:none;margin:.625rem}input[type=submit],input[type=reset],textarea[type=submit],textarea[type=reset]{display:inline-block;width:auto}input[type=text],textarea[type=text]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2021V19C20%2017.9391%2019.5786%2016.9217%2018.8284%2016.1716C18.0783%2015.4214%2017.0609%2015%2016%2015H8C6.93913%2015%205.92172%2015.4214%205.17157%2016.1716C4.42143%2016.9217%204%2017.9391%204%2019V21'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2011C14.2091%2011%2016%209.20914%2016%207C16%204.79086%2014.2091%203%2012%203C9.79086%203%208%204.79086%208%207C8%209.20914%209.79086%2011%2012%2011Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}input[type=text].school,textarea[type=text].school{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2021V19C20%2017.9391%2019.5786%2016.9217%2018.8284%2016.1716C18.0783%2015.4214%2017.0609%2015%2016%2015H8C6.93913%2015%205.92172%2015.4214%205.17157%2016.1716C4.42143%2016.9217%204%2017.9391%204%2019V21'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2011C14.2091%2011%2016%209.20914%2016%207C16%204.79086%2014.2091%203%2012%203C9.79086%203%208%204.79086%208%207C8%209.20914%209.79086%2011%2012%2011Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=tel].otp,textarea[type=tel].otp{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5333%2011.1001H5.9333C4.93919%2011.1001%204.1333%2011.906%204.1333%2012.9001V19.2001C4.1333%2020.1942%204.93919%2021.0001%205.9333%2021.0001H18.5333C19.5274%2021.0001%2020.3333%2020.1942%2020.3333%2019.2001V12.9001C20.3333%2011.906%2019.5274%2011.1001%2018.5333%2011.1001Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.73328%2011.1V7.5C7.73328%206.30653%208.20738%205.16193%209.0513%204.31802C9.89521%203.47411%2011.0398%203%2012.2333%203C13.4268%203%2014.5713%203.47411%2015.4153%204.31802C16.2592%205.16193%2016.7333%206.30653%2016.7333%207.5V11.1'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=emailid],textarea[type=emailid]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.625%203H5V21H16.625C17.45%2021%2018.125%2020.325%2018.125%2019.5V4.5C18.125%203.675%2017.45%203%2016.625%203ZM7.25%2015C7.2875%2012.6375%208.3375%2012.675%209.4625%2012.3C10.175%2012.075%2010.55%2011.8875%2010.55%2011.4C10.55%2010.6875%209.725%2010.4625%209.725%209.1875C9.725%208.1375%2010.4%207.5%2011.375%207.5C12.35%207.5%2013.025%208.1375%2013.025%209.1875C13.025%2010.425%2012.2%2010.65%2012.2%2011.4C12.2%2011.8875%2012.575%2012.075%2013.2875%2012.3C14.4125%2012.675%2015.4625%2012.6375%2015.5%2015H7.25Z'%20stroke='%23000000'%20stroke-miterlimit='10'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}input[type=tel],textarea[type=tel]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='6.25'%20y='2.25'%20width='11.5'%20height='19.5'%20rx='2.75'%20stroke='%234DB6AC'%20stroke-width='1.5'/%3e%3cline%20x1='6'%20y1='16.5'%20x2='18'%20y2='16.5'%20stroke='%234DB6AC'/%3e%3ccircle%20cx='12'%20cy='19'%20r='1'%20stroke='%234DB6AC'%20stroke-width='0.5'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}input[type=text].school,textarea[type=text].school{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%204H8.4C9.35478%204%2010.2705%204.37928%2010.9456%205.05442C11.6207%205.72955%2012%206.64522%2012%207.6V20.2C12%2019.4839%2011.7155%2018.7972%2011.2092%2018.2908C10.7028%2017.7845%2010.0161%2017.5%209.3%2017.5H3V4Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%204H15.6C14.6452%204%2013.7295%204.37928%2013.0544%205.05442C12.3793%205.72955%2012%206.64522%2012%207.6V20.2C12%2019.4839%2012.2845%2018.7972%2012.7908%2018.2908C13.2972%2017.7845%2013.9839%2017.5%2014.7%2017.5H21V4Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].pad,textarea[type=text].pad{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.8%204.79999H17.6C18.0774%204.79999%2018.5352%204.98963%2018.8728%205.3272C19.2104%205.66476%2019.4%206.1226%2019.4%206.59999V19.2C19.4%2019.6774%2019.2104%2020.1352%2018.8728%2020.4728C18.5352%2020.8103%2018.0774%2021%2017.6%2021H6.8C6.32261%2021%205.86477%2020.8103%205.52721%2020.4728C5.18964%2020.1352%205%2019.6774%205%2019.2V6.59999C5%206.1226%205.18964%205.66476%205.52721%205.3272C5.86477%204.98963%206.32261%204.79999%206.8%204.79999H8.6'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.8996%203H9.49961C9.00255%203%208.59961%203.40294%208.59961%203.9V5.7C8.59961%206.19706%209.00255%206.6%209.49961%206.6H14.8996C15.3967%206.6%2015.7996%206.19706%2015.7996%205.7V3.9C15.7996%203.40294%2015.3967%203%2014.8996%203Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].tag,textarea[type=text].tag{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2021L12%2016L5%2021V5C5%204.46957%205.21071%203.96086%205.58579%203.58579C5.96086%203.21071%206.46957%203%207%203H17C17.5304%203%2018.0391%203.21071%2018.4142%203.58579C18.7893%203.96086%2019%204.46957%2019%205V21Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].duedate,textarea[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4%204.79999H5.8C4.80589%204.79999%204%205.60588%204%206.59999V19.2C4%2020.1941%204.80589%2021%205.8%2021H18.4C19.3941%2021%2020.2%2020.1941%2020.2%2019.2V6.59999C20.2%205.60588%2019.3941%204.79999%2018.4%204.79999Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.6992%203V6.6'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.5%203V6.6'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%2010.2H20.2'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=password],textarea[type=password]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5333%2011.1001H5.9333C4.93919%2011.1001%204.1333%2011.906%204.1333%2012.9001V19.2001C4.1333%2020.1942%204.93919%2021.0001%205.9333%2021.0001H18.5333C19.5274%2021.0001%2020.3333%2020.1942%2020.3333%2019.2001V12.9001C20.3333%2011.906%2019.5274%2011.1001%2018.5333%2011.1001Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.73328%2011.1V7.5C7.73328%206.30653%208.20738%205.16193%209.0513%204.31802C9.89521%203.47411%2011.0398%203%2012.2333%203C13.4268%203%2014.5713%203.47411%2015.4153%204.31802C16.2592%205.16193%2016.7333%206.30653%2016.7333%207.5V11.1'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}input[type=text].datepicker,textarea[type=text].datepicker{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9229%206.048H12.5469V8.424H14.9229V6.048Z'%20fill='%23000000'/%3e%3cpath%20d='M11.626%206.048H9.25V8.424H11.626V6.048Z'%20fill='%23000000'/%3e%3cpath%20d='M8.32131%206.04799H5.94531V8.42399H8.32131V6.04799Z'%20fill='%23000000'/%3e%3cpath%20d='M5.02444%206.048H2.64844V8.424H5.02444V6.048Z'%20fill='%23000000'/%3e%3cpath%20d='M14.9229%209.44551H12.5469V11.8215H14.9229V9.44551Z'%20fill='%23000000'/%3e%3cpath%20d='M11.626%209.44551H9.25V11.8215H11.626V9.44551Z'%20fill='%23000000'/%3e%3cpath%20d='M8.32131%209.44551H5.94531V11.8215H8.32131V9.44551Z'%20fill='%23000000'/%3e%3cpath%20d='M5.02444%209.44551H2.64844V11.8215H5.02444V9.44551Z'%20fill='%23000000'/%3e%3cpath%20d='M11.626%2012.87H9.25V15.246H11.626V12.87Z'%20fill='%23000000'/%3e%3cpath%20d='M8.32131%2012.87H5.94531V15.246H8.32131V12.87Z'%20fill='%23000000'/%3e%3cpath%20d='M5.02444%2012.87H2.64844V15.246H5.02444V12.87Z'%20fill='%23000000'/%3e%3cpath%20d='M16.7175%202.0475H15.1875H15.111V2.403C15.111%203.0375%2014.5935%203.5595%2013.9545%203.5595H13.428C12.7935%203.5595%2012.2715%203.042%2012.2715%202.403V2.0475H5.562V2.403C5.562%203.0375%205.0445%203.5595%204.4055%203.5595H3.879C3.2445%203.5595%202.7225%203.042%202.7225%202.403V2.0475H2.646H1.116C0.504%202.0475%200%202.547%200%203.1635V4.6935V15.354V16.884C0%2017.496%200.504%2018%201.1205%2018H2.6505H15.192H16.722C17.3385%2018%2017.8425%2017.496%2017.8425%2016.8795V15.3495V4.6935V3.1635C17.8335%202.547%2017.334%202.0475%2016.7175%202.0475ZM16.0605%2016.3575H1.557V4.8555L16.0875%204.887L16.0605%2016.3575Z'%20fill='%23000000'/%3e%3cpath%20d='M3.87837%203.1095H4.40488C4.79638%203.1095%205.11137%202.79%205.11137%202.403V0.7065C5.11137%200.315%204.79188%200%204.40488%200H3.87837C3.48687%200%203.17188%200.3195%203.17188%200.7065V2.3985C3.17188%202.79%203.48687%203.1095%203.87837%203.1095Z'%20fill='%23000000'/%3e%3cpath%20d='M13.4292%203.1095H13.9557C14.3472%203.1095%2014.6622%202.79%2014.6622%202.403V0.7065C14.6622%200.315%2014.3427%200%2013.9557%200H13.4292C13.0377%200%2012.7227%200.3195%2012.7227%200.7065V2.3985C12.7227%202.79%2013.0377%203.1095%2013.4292%203.1095Z'%20fill='%23000000'/%3e%3c/svg%3e")}input[type=text].time,textarea[type=text].time{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021C16.9706%2021%2021%2016.9706%2021%2012C21%207.02944%2016.9706%203%2012%203C7.02944%203%203%207.02944%203%2012C3%2016.9706%207.02944%2021%2012%2021Z'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%206.59998V12L15.6%2013.8'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].Duration,textarea[type=text].Duration{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2019C14.9706%2019%2019%2014.9706%2019%2010C19%205.02944%2014.9706%201%2010%201C5.02944%201%201%205.02944%201%2010C1%2014.9706%205.02944%2019%2010%2019Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%204.59998V9.99997L13.6%2011.8'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=text].linkpaste,textarea[type=text].linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input.file,textarea.file{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%202H6C5.46957%202%204.96086%202.21071%204.58579%202.58579C4.21071%202.96086%204%203.46957%204%204V20C4%2020.5304%204.21071%2021.0391%204.58579%2021.4142C4.96086%2021.7893%205.46957%2022%206%2022H18C18.5304%2022%2019.0391%2021.7893%2019.4142%2021.4142C19.7893%2021.0391%2020%2020.5304%2020%2020V8L14%202Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14%202V8H20'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16%2013H8'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16%2017H8'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%209H9H8'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem 10px;background-repeat:no-repeat}input[type=checkbox]+label:before{border:.063rem solid #b2dfdb;border-radius:.063rem}input[type=radio]:checked+label{font-weight:700!important}input[type=radio]:checked+label:before{background-size:.5rem;border:0}input[type=radio]:checked+label:after{background-size:100%;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20id='Oval'%20cx='9'%20cy='9'%20r='8'%20fill='%23ED6B00'%20fill-opacity='0.1'%20stroke='url(%23paint0_linear)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear'%20x1='9'%20y1='-7'%20x2='-7'%20y2='9'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F69B00'/%3e%3cstop%20offset='1'%20stop-color='%23ED6A00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center no-repeat;opacity:1}input[type=checkbox]:checked+label:after{background-size:100%;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d)'%3e%3cpath%20d='M18%202H4C2.89%202%202%202.9%202%204V18C2%2019.1%202.89%2020%204%2020H18C19.11%2020%2020%2019.1%2020%2018V4C20%202.9%2019.11%202%2018%202Z'%20fill='%23FF7700'/%3e%3c/g%3e%3cpath%20d='M7%2011.5432L9.9212%2014.3372L16.1652%208'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='22'%20height='22'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.423529%200%200%200%200%200.0509804%200%200%200%200.3%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;opacity:1}input[type=checkbox]:disabled:checked+label:after{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d)'%3e%3cpath%20d='M18%202H4C2.89%202%202%202.9%202%204V18C2%2019.1%202.89%2020%204%2020H18C19.11%2020%2020%2019.1%2020%2018V4C20%202.9%2019.11%202%2018%202Z'%20fill='%2399999961'/%3e%3c/g%3e%3cpath%20d='M7%2011.5432L9.9212%2014.3372L16.1652%208'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='22'%20height='22'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.423529%200%200%200%200%200.0509804%200%200%200%200.3%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat}input[type=checkbox]:disabled:checked+label:before{border:unset!important;background-color:unset!important}.checkBox{margin:auto}.checkBox input[type=checkbox]{height:0;width:0;visibility:hidden}.checkBox label{cursor:pointer;width:36px;height:12px;background:red;display:block;border-radius:30px;position:relative;margin:auto}.checkBox label span{position:absolute;top:-1px;color:#fff;font-size:10px}.checkBox label .check-absent{right:4px}.checkBox label .check-present{opacity:0;top:-2px;left:4px}.checkBox label:after{content:"";position:absolute;top:-2px;left:-4px;width:16px;height:16px;box-shadow:0 2px 16px #00000026;border:4px solid #fff;border-radius:50%;transition:.1s}.checkBox input:checked+label{background:#2bc480}.checkBox input:checked+label .check-absent{opacity:0}.checkBox input:checked+label .check-present{opacity:1}.checkBox input:checked+label:after{left:calc(100% + 2px);transform:translate(-100%)}.checkBox label:active:after{width:36px}select{background:url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%200H0L8.5%208.5L17%200Z'%20fill='%23999'/%3e%3c/svg%3e") 92% center no-repeat;appearance:none;font-size:.875rem;display:block;width:100%;color:#000;font-family:Lato;font-size:1rem;margin-bottom:1.75rem;border:1px solid #000000;border-radius:.9375rem;padding:.75rem 1rem}*{margin:0;padding:0;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}html,body{font-family:Lato!important;font-size:1rem;line-height:1.428571429;color:#000;min-height:100%}h1{font-size:2.25rem;font-weight:900}h2{font-size:2rem}h3{font-size:1.5rem;font-weight:400}h3.h3{font-weight:700}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.75rem}.text-green{color:#014e3f}.img-fluid{max-width:100%}.top-gap{padding-top:1.25rem}.bottom-gap{padding-bottom:1.25rem}ul,ol,li{list-style:none}.close{position:absolute;right:1rem;top:1rem;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L25.7071%2024.2929C26.0976%2024.6834%2026.0976%2025.3166%2025.7071%2025.7071C25.3166%2026.0976%2024.6834%2026.0976%2024.2929%2025.7071L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill='%23000000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.7071%200.292893C26.0976%200.683417%2026.0976%201.31658%2025.7071%201.70711L1.70711%2025.7071C1.31658%2026.0976%200.683417%2026.0976%200.292893%2025.7071C-0.0976311%2025.3166%20-0.0976311%2024.6834%200.292893%2024.2929L24.2929%200.292893C24.6834%20-0.0976311%2025.3166%20-0.0976311%2025.7071%200.292893Z'%20fill='%23000000'/%3e%3c/svg%3e") center no-repeat;text-indent:-62499.9375rem;background-size:100%;cursor:pointer;height:1.9rem;width:1.9rem;z-index:99}.white-close{position:absolute;right:1rem;top:2.5rem;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%201.41L12.59%200L7%205.59L1.41%200L0%201.41L5.59%207L0%2012.59L1.41%2014L7%208.41L12.59%2014L14%2012.59L8.41%207L14%201.41Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;text-indent:-62499.9375rem;background-size:100%;cursor:pointer;height:1.2rem;width:1.2rem;z-index:99}.chatDetails:hover{background:#dcdcdc87}a,a:link,a:visited,a:hover,a:active{text-decoration:none;color:#f70}a:hover{text-decoration:underline;color:#b35300}:focus{outline:none}.clear:after{content:"";display:table;clear:both}.center{margin:0 auto;position:relative;width:100%;max-width:85.375rem}.center:after{content:"";display:table;clear:both}.container{max-width:85.375rem;background:#f7f8fa}.form-control-placeholder,.form-control-custom-placeholder{position:absolute;top:0;padding:.75rem 0 0 2.5rem;transition:all .2s}.form-control:focus+.form-control-placeholder,.form-control:valid+.form-control-placeholder,.form-control-custom:focus+.form-control-custom-placeholder,.form-control-custom:valid+.form-control-custom-placeholder,.form-control-custom:disabled+.form-control-custom-placeholder{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac}.createClassPopup-section{background-color:#000;z-index:999;padding:3.25rem 0;height:100vh;position:fixed;left:0;top:0;width:100%}.createquestion input.form-control.Topic{max-width:60%;border-radius:244px}.Others select{padding-left:40px;color:#000}.createquestion{margin-left:35px;position:relative}#Mention_Board{background-image:none;font-size:12px;padding:15px 0 15px 30px;width:auto;font-size:14px;letter-spacing:.5px}.Others span.prefix-icon{position:absolute;top:13px;left:10px}.Others1 select{padding-left:40px;color:#000}.Others1 span.prefix-icon{position:absolute;top:13px;left:15px}.Start_Date1 select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}.createClassPopup-section.uploadtest .createNewClass{width:60.25rem}.createClassPopup-section h2{padding-bottom:2rem}.createClassPopup-section .createNewClass{background-color:#fff;padding:2.25rem;width:43.25rem;position:relative;border-radius:.9375rem;overflow:auto;max-height:100%}.createClassPopup-section .createNewClass h3{font-weight:700;margin-bottom:2.25rem;letter-spacing:.03125rem}.createClassPopup-section .createNewClass h4{font-size:1.125rem}.createClassPopup-section .control label{font-weight:500}.createClassPopup-section .form-data{position:relative}.createClassPopup-section .visually-hidden{position:absolute!important;height:.063rem;width:.063rem;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.createClassPopup-section label.small{padding-bottom:.5rem;font-style:normal;font-weight:500;font-size:.75rem;line-height:1rem}.createClassPopup-section .uploadBlock{background-color:#e0f2f1;padding:1.25rem;border-radius:.9375rem;margin-bottom:1.25rem}.createClassPopup-section .uploadBlock textarea{padding:1rem;height:3rem;font-size:.75rem;color:#007c6b;margin-bottom:0}.createClassPopup-section .editFiles li{background:url("data:image/svg+xml,%3csvg%20width='19'%20height='24'%20viewBox='0%200%2019%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.9277%205.05664V23.1397C18.9277%2023.6227%2018.5057%2024%2017.9933%2024H0.934327C0.648001%2024%200.391814%2023.8793%200.226047%2023.6982C0.0904187%2023.5472%200%2023.351%200%2023.1397V0.875514C0%200.392495%200.421954%200.0151367%200.934327%200.0151367H13.5176C13.6834%200.0151367%2013.8341%200.0604196%2013.9848%200.120797L15.9288%201.87174L18.6263%204.39249C18.8071%204.57363%2018.9277%204.81514%2018.9277%205.05664Z'%20fill='%2366CCC3'/%3e%3cpath%20d='M18.9296%205.0566H13.5195V0C13.6853%200%2013.836%200.0452828%2013.9867%200.10566C14.062%200.150943%2014.1525%200.196226%2014.2127%200.256603L15.9307%201.8717L18.6282%204.39245C18.809%204.57358%2018.9296%204.81509%2018.9296%205.0566Z'%20fill='%232B9F91'/%3e%3cpath%20opacity='0.4'%20d='M0.934327%200C0.421954%200%200%200.377358%200%200.830188V16.0604H7.80615C9.13229%2016.0604%2010.2022%2014.9887%2010.2022%2013.6604V0H0.934327Z'%20fill='%232B9F91'/%3e%3cpath%20d='M15.0103%2011.6226H3.51203C3.43668%2011.6226%203.36133%2011.5472%203.36133%2011.4717V10.6264C3.36133%2010.5358%203.42161%2010.4755%203.51203%2010.4755H14.9952C15.0706%2010.4755%2015.1459%2010.5509%2015.1459%2010.6264V11.4717C15.1459%2011.5472%2015.0856%2011.6226%2015.0103%2011.6226Z'%20fill='white'/%3e%3cpath%20d='M11.2113%207.72835H3.55584C3.45035%207.72835%203.375%207.65288%203.375%207.5774V6.73212C3.375%206.64155%203.45035%206.58118%203.55584%206.58118H11.2264C11.3318%206.58118%2011.4072%206.65665%2011.4072%206.73212V7.5774C11.3921%207.65288%2011.3168%207.72835%2011.2113%207.72835Z'%20fill='white'/%3e%3cpath%20d='M9.49389%2015.4265H3.57146C3.46597%2015.4265%203.39062%2015.351%203.39062%2015.2755V14.4302C3.39062%2014.3397%203.46597%2014.2793%203.57146%2014.2793H9.49389C9.59938%2014.2793%209.67473%2014.3548%209.67473%2014.4302V15.2755C9.67473%2015.351%209.58431%2015.4265%209.49389%2015.4265Z'%20fill='white'/%3e%3cpath%20d='M16.2767%2015.4265H10.8215C10.716%2015.4265%2010.6406%2015.351%2010.6406%2015.2755V14.4302C10.6406%2014.3397%2010.716%2014.2793%2010.8215%2014.2793H16.2767C16.3822%2014.2793%2016.4576%2014.3548%2016.4576%2014.4302V15.2755C16.4726%2015.351%2016.3822%2015.4265%2016.2767%2015.4265Z'%20fill='white'/%3e%3cpath%20d='M16.8628%2019.2152H13.7433C13.6378%2019.2152%2013.5625%2019.1397%2013.5625%2019.0642V18.2189C13.5625%2018.1284%2013.6378%2018.068%2013.7433%2018.068H16.8628C16.9683%2018.068%2017.0436%2018.1435%2017.0436%2018.2189V19.0642C17.0436%2019.1397%2016.9532%2019.2152%2016.8628%2019.2152Z'%20fill='white'/%3e%3cpath%20d='M12.5542%2019.2152H3.57257C3.49722%2019.2152%203.42188%2019.1397%203.42188%2019.0642V18.2189C3.42188%2018.1284%203.48215%2018.068%203.57257%2018.068H12.5542C12.6295%2018.068%2012.7049%2018.1435%2012.7049%2018.2189V19.0642C12.7049%2019.1397%2012.6295%2019.2152%2012.5542%2019.2152Z'%20fill='white'/%3e%3c/svg%3e") left center no-repeat;padding:0 0 0 2rem;margin-bottom:1.4rem}.createClassPopup-section .editFiles li a{margin-left:.5rem;display:inline-block}.createClassPopup-section h4{padding-bottom:1rem}.createClassPopup-section .filelist{padding-bottom:1.25rem}.createClassPopup-section .filelist li{padding-bottom:1rem;color:#009688;font-size:.875rem}.createClassPopup-section .filelist li a{color:#009688;padding:1rem 2.75rem;padding-left:0;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.05882%2010.8824C7.82353%2010.6471%207.82353%2010.2941%208.05882%2010.0588C8.29412%209.82353%208.64706%209.82353%208.88235%2010.0588L11.3529%2012.5294V3.58824C11.3529%203.23529%2011.7059%203%2011.9412%203C12.2941%203%2012.5294%203.23529%2012.5294%203.58824V12.5294L15%2010.0588C15.2353%209.82353%2015.5882%209.82353%2015.8235%2010.0588C16.0588%2010.2941%2016.0588%2010.6471%2015.8235%2010.8824L12.2941%2014.4118C12.1765%2014.4118%2012.0588%2014.5294%2011.9412%2014.5294C11.8235%2014.5294%2011.7059%2014.5294%2011.5882%2014.4118L8.05882%2010.8824ZM19.8235%2014.2941C19.8235%2013.9412%2020.0588%2013.7059%2020.4118%2013.7059C20.7647%2013.7059%2021%2013.9412%2021%2014.2941V17.5882C21%2018.2941%2020.6471%2019%2020.1765%2019.4706C19.7059%2019.9412%2019%2020.2941%2018.2941%2020.2941H5.70588C5%2020.2941%204.29412%2019.9412%203.82353%2019.4706C3.35294%2019%203%2018.2941%203%2017.5882V14.2941C3%2013.9412%203.23529%2013.7059%203.58824%2013.7059C3.94118%2013.7059%204.17647%2013.9412%204.17647%2014.2941V17.5882C4.17647%2018.0588%204.41176%2018.4118%204.64706%2018.6471C4.88235%2018.8824%205.35294%2019.1176%205.70588%2019.1176H18.1765C18.6471%2019.1176%2019%2018.8824%2019.2353%2018.6471C19.4706%2018.4118%2019.7059%2017.9412%2019.7059%2017.5882V14.2941H19.8235Z'%20fill='%23FF7700'%20stroke='%23FF7700'/%3e%3c/svg%3e") right center no-repeat}.createClassPopup-section .filelist li .remove{color:#f47e16;font-size:.75rem;padding-right:1rem;display:inline-block}.createClassPopup-section .uploadnote{font-size:.75rem;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.89054%2012.1703V7.58594H7.71893C7.62175%207.58594%207.54298%207.63741%207.54298%207.70091V8.52573C7.54298%208.58923%207.62175%208.64073%207.71893%208.64073H8.09046V12.1703H7.64567C7.54849%2012.1703%207.46973%2012.2218%207.46973%2012.2853V13.0289C7.46973%2013.0924%207.54849%2013.1439%207.64567%2013.1439H10.3353C10.4325%2013.1439%2010.5113%2013.0924%2010.5113%2013.0289V12.2853C10.5113%2012.2218%2010.4325%2012.1703%2010.3353%2012.1703H9.89054Z'%20fill='%23FF7700'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.92146%205.95169C9.92146%206.54629%209.45133%207.02834%208.87137%207.02834C8.29142%207.02834%207.82129%206.54629%207.82129%205.95169C7.82129%205.35705%208.29142%204.875%208.87137%204.875C9.45133%204.875%209.92146%205.35705%209.92146%205.95169Z'%20fill='%23FF7700'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.98743%2015.199C5.57427%2015.199%202.79746%2012.4221%202.79746%209.009C2.79746%205.59584%205.57427%202.81903%208.98743%202.81903C12.4006%202.81903%2015.1774%205.59584%2015.1774%209.009C15.1774%2012.4221%2012.4006%2015.199%208.98743%2015.199ZM8.98847%201.82422C5.02043%201.82422%201.80371%205.04093%201.80371%209.00898C1.80371%2012.977%205.02043%2016.1937%208.98847%2016.1937C12.9565%2016.1937%2016.1732%2012.977%2016.1732%209.00898C16.1732%205.04093%2012.9565%201.82422%208.98847%201.82422Z'%20fill='%23FF7700'/%3e%3c/svg%3e") left center no-repeat;padding-left:1.5rem;margin-left:1rem;width:7rem;display:inline-block;vertical-align:middle}.createClassPopup-section .date{font-size:1rem;margin-bottom:2rem;text-align:center}.createClassPopup-section .date .dueDate{color:#009688;font-weight:400;font-size:.75rem;display:block;padding-bottom:.5rem}.createClassPopup-section .date .leftdate{font-size:.75rem;font-weight:400;padding-top:.5rem;color:#eb4747;display:block;text-align:center}.createClassPopup-section .datepassed{width:20rem;display:block;font-size:.75rem;color:red;margin:2rem auto 0;padding-left:2rem;background:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.4891%2015.9594V10.2168H10.6938C10.5687%2010.2168%2010.4673%2010.2813%2010.4673%2010.3608V11.394C10.4673%2011.4736%2010.5687%2011.5381%2010.6938%2011.5381H11.172V15.9594H10.5995C10.4744%2015.9594%2010.373%2016.0239%2010.373%2016.1034V17.0349C10.373%2017.1145%2010.4744%2017.179%2010.5995%2017.179H14.0616C14.1867%2017.179%2014.288%2017.1145%2014.288%2017.0349V16.1034C14.288%2016.0239%2014.1867%2015.9594%2014.0616%2015.9594H13.4891Z'%20fill='%23FF0000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.5295%208.16902C13.5295%208.91386%2012.9243%209.5177%2012.1778%209.5177C11.4313%209.5177%2010.8262%208.91386%2010.8262%208.16902C10.8262%207.42415%2011.4313%206.82031%2012.1778%206.82031C12.9243%206.82031%2013.5295%207.42415%2013.5295%208.16902Z'%20fill='%23FF0000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.3276%2019.7543C7.9343%2019.7543%204.36007%2016.2759%204.36007%2012.0004C4.36007%207.72495%207.9343%204.24658%2012.3276%204.24658C16.7209%204.24658%2020.2952%207.72495%2020.2952%2012.0004C20.2952%2016.2759%2016.7209%2019.7543%2012.3276%2019.7543ZM12.331%203C7.22347%203%203.08301%207.02942%203.08301%2012C3.08301%2016.9705%207.22347%2021%2012.331%2021C17.4386%2021%2021.5791%2016.9705%2021.5791%2012C21.5791%207.02942%2017.4386%203%2012.331%203Z'%20fill='%23FF0000'/%3e%3c/svg%3e") left center no-repeat}.createClassPopup-section .fileLimit{display:block;font-size:.75rem;color:red;margin:0 auto 1rem;line-height:1.2rem}.createClassPopup-section .fileLimit:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='23'%20height='20'%20viewBox='0%200%2023%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.8223%201.55386C10.0062%20-0.517954%2012.8749%20-0.517954%2014.0588%201.55386L14.0648%201.56432L22.5647%2016.8644C22.5717%2016.877%2022.5785%2016.8898%2022.585%2016.9028C22.9224%2017.5777%2022.7833%2018.3026%2022.4592%2018.8119C22.1331%2019.3244%2021.5388%2019.75%2020.7905%2019.75H1.99054C0.584876%2019.75%20-0.416215%2018.3272%200.171395%2016.9561C0.185473%2016.9232%200.201302%2016.8912%200.218813%2016.86L8.8223%201.55386ZM10.5603%202.54349C10.5598%202.54437%2010.5593%202.54525%2010.5588%202.54614L2.01285%2017.75H20.7629C20.7641%2017.7487%2020.7653%2017.7473%2020.7665%2017.7458L12.3197%202.54167C11.9029%201.81884%2010.9763%201.81944%2010.5603%202.54349Z'%20fill='%23EB4747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.502%205.55005C12.0542%205.55005%2012.502%205.99776%2012.502%206.55005L12.502%2012.55C12.502%2013.1023%2012.0542%2013.55%2011.502%2013.55C10.9497%2013.55%2010.502%2013.1023%2010.502%2012.55L10.502%206.55005C10.502%205.99776%2010.9497%205.55005%2011.502%205.55005Z'%20fill='%23EB4747'/%3e%3cpath%20d='M11.502%2016.55C12.0542%2016.55%2012.502%2016.1023%2012.502%2015.55C12.502%2014.9978%2012.0542%2014.55%2011.502%2014.55C10.9497%2014.55%2010.502%2014.9978%2010.502%2015.55C10.502%2016.1023%2010.9497%2016.55%2011.502%2016.55Z'%20fill='%23EB4747'/%3e%3c/svg%3e") left center no-repeat;width:23px;height:20px;display:inline-block;vertical-align:middle;padding-left:2rem}.createClassPopup-section .grade{font-size:1.5rem;color:#2bc480;font-weight:700}.createClassPopup-section.joinClass .createNewClass{width:24.25rem}.createClassPopup-section.test-popup{justify-content:flex-end;display:flex;padding:0;z-index:89}.createClassPopup-section.test-popup .test-list{width:calc(100vw + -0rem);min-height:100%;position:relative;background-color:#fff}.createClassPopup-section.test-popup .test-list li{position:relative}.createClassPopup-section.test-popup .test-list li .questions:after{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2019C14.9706%2019%2019%2014.9706%2019%2010C19%205.02944%2014.9706%201%2010%201C5.02944%201%201%205.02944%201%2010C1%2014.9706%205.02944%2019%2010%2019Z'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%206.40039V13.6004'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.39999%2010H13.6'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;content:"";position:absolute;left:12px;top:50%;margin-top:-12px;display:block;height:24px;width:24px}.questions{margin-right:12px;padding-left:40px!important}.createClassPopup-section.test-popup .test-list form{max-width:650px;padding:3.25rem 3.25rem 8rem}.createClassPopup-section.test-popup .test-list header{position:absolute;left:0;top:0;border-bottom:1px solid #b2dfdb;height:94px;width:100%}.createClassPopup-section.test-popup .test-list header h2{margin:0;padding:1.5rem 0 1.5rem 5rem}.createClassPopup-section.test-popup .test-list .test-block{min-height:100%;overflow:auto;padding-top:94px}.createClassPopup-section.test-popup .test-list .test-block .form-control-placeholder{opacity:0;display:none!important}.createClassPopup-section.test-popup .test-list .test-block .form-control:focus+.form-control-placeholder,.createClassPopup-section.test-popup .test-list .test-block .form-control:valid+.form-control-placeholder{opacity:1;display:block!important}.createClassPopup-section.test-popup .test-list .line{border-left:1px solid #b2dfdb}.createClassPopup-section.test-popup .test-list .close{position:absolute;left:1rem;top:2rem;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%201L1%2013'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%201L13%2013'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat;z-index:99}.createClassPopup-section.test-popup .test-list .note{font-style:italic;font-weight:400;font-size:12px;line-height:15px;text-align:right;color:#eb5757;display:block}.createClassPopup-section.test-popup .test-list .fileuploads201{display:inline-block;vertical-align:top;background:#fff;border:1px solid #b2dfdb;box-shadow:0 0 20px #0098871a;border-radius:5px;margin:0 1rem}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Marksbottom ul li:last-child{width:222px}.CREATE1.SaveCREATE{text-align:center}.createClassPopup-section.test-popup .test-list .fileuploads201 li{margin:0;padding:.3rem 1.8rem;background-position:5px center;background-repeat:no-repeat}.createClassPopup-section.test-popup .test-list .fileuploads201 li.upload{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%201.5H4.5C4.10218%201.5%203.72064%201.65804%203.43934%201.93934C3.15804%202.22064%203%202.60218%203%203V15C3%2015.3978%203.15804%2015.7794%203.43934%2016.0607C3.72064%2016.342%204.10218%2016.5%204.5%2016.5H13.5C13.8978%2016.5%2014.2794%2016.342%2014.5607%2016.0607C14.842%2015.7794%2015%2015.3978%2015%2015V6L10.5%201.5Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.5%201.5V6H15'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%209.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2012.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%206.75H6.75H6'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .test-list .fileuploads201 li.linkpaste{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64258%209.67205C7.9341%2010.0618%208.30604%2010.3843%208.73316%2010.6176C9.16027%2010.851%209.63258%2010.9897%2010.118%2011.0245C10.6035%2011.0593%2011.0908%2010.9892%2011.5468%2010.8191C12.0028%2010.649%2012.4169%2010.3828%2012.761%2010.0386L14.7975%208.00212C15.4157%207.36198%2015.7579%206.5046%2015.7501%205.61467C15.7424%204.72473%2015.3854%203.87343%2014.7561%203.24413C14.1268%202.61482%2013.2755%202.25786%2012.3856%202.25013C11.4956%202.24239%2010.6383%202.58451%209.99812%203.20278L8.83053%204.36358'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.3577%208.31438C10.0661%207.92464%209.69421%207.60216%209.26709%207.36881C8.83998%207.13545%208.36767%206.99669%207.88221%206.96192C7.39674%206.92715%206.90948%206.9972%206.45347%207.1673C5.99746%207.33741%205.58337%207.60359%205.23928%207.94781L3.20278%209.98431C2.58451%2010.6245%202.24239%2011.4818%202.25013%2012.3718C2.25786%2013.2617%202.61482%2014.113%203.24413%2014.7423C3.87343%2015.3716%204.72473%2015.7286%205.61467%2015.7363C6.5046%2015.744%207.36198%2015.4019%208.00212%2014.7836L9.16293%2013.6228'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .test-list .fileuploads201 li.voicenote{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.79599%202.25C8.30775%202.25%207.83951%202.44395%207.49427%202.78919C7.14903%203.13443%206.95508%203.60267%206.95508%204.09091V9C6.95508%209.48824%207.14903%209.95648%207.49427%2010.3017C7.83951%2010.647%208.30775%2010.8409%208.79599%2010.8409C9.28423%2010.8409%209.75247%2010.647%2010.0977%2010.3017C10.4429%209.95648%2010.6369%209.48824%2010.6369%209V4.09091C10.6369%203.60267%2010.4429%203.13443%2010.0977%202.78919C9.75247%202.44395%209.28423%202.25%208.79599%202.25V2.25Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.0909%207.77271V8.99998C13.0909%2010.1392%2012.6384%2011.2318%2011.8328%2012.0373C11.0272%2012.8429%209.93468%2013.2954%208.79545%2013.2954C7.65623%2013.2954%206.56366%2012.8429%205.75811%2012.0373C4.95256%2011.2318%204.5%2010.1392%204.5%208.99998V7.77271'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.79492%2013.2954V15.75'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.3418%2015.75H11.2509'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .test-list .fileuploads201 li.googlelink{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.68212%2010.5633C2.5432%2010.3246%202.23712%2010.2438%201.99847%2010.3827C1.75981%2010.5216%201.67896%2010.8277%201.81788%2011.0664L2.68212%2010.5633ZM4.50482%2014.6885L4.07269%2014.94L4.50482%2015.1885V14.6885ZM13.5337%2014.6885V15.1885L13.9677%2014.9368L13.5337%2014.6885ZM15.75%2010.8148L16.184%2011.0631L15.75%2010.3148V10.8148ZM6.75%2010.3148C6.47386%2010.3148%206.25%2010.5387%206.25%2010.8148C6.25%2011.091%206.47386%2011.3148%206.75%2011.3148V10.3148ZM1.81788%2011.0664L4.07269%2014.94L4.93694%2014.4369L2.68212%2010.5633L1.81788%2011.0664ZM4.50482%2015.1885H13.5337V14.1885H4.50482V15.1885ZM13.9677%2014.9368L16.184%2011.0631L15.316%2010.5665L13.0997%2014.4402L13.9677%2014.9368ZM15.75%2010.3148H6.75V11.3148H15.75V10.3148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M11.2404%203H6.75964L2.25%2010.8148L4.47591%2014.7077L8.92817%207.00188'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75977%203L11.2694%2010.8148H15.7501L11.2405%203H6.75977Z'%20stroke='%234DB6AC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.createClassPopup-section.test-popup .test-list .fileuploads201 li:hover{background-color:#eff8f8}.createClassPopup-section.test-popup .test-list .attachedFile{padding-top:1rem}.createClassPopup-section.test-popup .test-list .attachedFile .fileblock{position:relative;margin-bottom:1.5rem}.createClassPopup-section.test-popup .shareAssignmemt{position:absolute;left:0;text-align:center;padding:1rem;bottom:0;width:100%}.createClassPopup-section.test-popup .shareAssignmemt .error{padding:1rem 2rem;color:#eb4747;background:url("data:image/svg+xml,%3csvg%20width='23'%20height='20'%20viewBox='0%200%2023%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.8223%201.55386C10.0062%20-0.517954%2012.8749%20-0.517954%2014.0588%201.55386L14.0648%201.56432L22.5647%2016.8644C22.5717%2016.877%2022.5785%2016.8898%2022.585%2016.9028C22.9224%2017.5777%2022.7833%2018.3026%2022.4592%2018.8119C22.1331%2019.3244%2021.5388%2019.75%2020.7905%2019.75H1.99054C0.584876%2019.75%20-0.416215%2018.3272%200.171395%2016.9561C0.185473%2016.9232%200.201302%2016.8912%200.218813%2016.86L8.8223%201.55386ZM10.5603%202.54349C10.5598%202.54437%2010.5593%202.54525%2010.5588%202.54614L2.01285%2017.75H20.7629C20.7641%2017.7487%2020.7653%2017.7473%2020.7665%2017.7458L12.3197%202.54167C11.9029%201.81884%2010.9763%201.81944%2010.5603%202.54349Z'%20fill='%23EB4747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.502%205.55005C12.0542%205.55005%2012.502%205.99776%2012.502%206.55005L12.502%2012.55C12.502%2013.1023%2012.0542%2013.55%2011.502%2013.55C10.9497%2013.55%2010.502%2013.1023%2010.502%2012.55L10.502%206.55005C10.502%205.99776%2010.9497%205.55005%2011.502%205.55005Z'%20fill='%23EB4747'/%3e%3cpath%20d='M11.502%2016.55C12.0542%2016.55%2012.502%2016.1023%2012.502%2015.55C12.502%2014.9978%2012.0542%2014.55%2011.502%2014.55C10.9497%2014.55%2010.502%2014.9978%2010.502%2015.55C10.502%2016.1023%2010.9497%2016.55%2011.502%2016.55Z'%20fill='%23EB4747'/%3e%3c/svg%3e") left center no-repeat}.createClassPopup-section .addLink{text-transform:uppercase;font-weight:700;color:#f70}.createClassPopup-section .timer{font-weight:700;font-size:24px;line-height:32px;display:block;text-align:center;letter-spacing:.5px;margin-bottom:3rem;color:#009688}.createClassPopup-section .playpush{text-align:center;padding-bottom:2rem}.createClassPopup-section .playpush span{width:24px;height:24px;text-indent:-999999px;margin:0 5px;display:inline-block}.createClassPopup-section .playpush span.replay{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.72266%203L4.75475%207.9857L9.87917%209.90033'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%2015.6511C4.5932%2017.2893%205.71754%2018.6955%207.2036%2019.6579C8.68967%2020.6203%2010.457%2021.0867%2012.2392%2020.9869C14.0214%2020.8871%2015.722%2020.2265%2017.0848%2019.1045C18.4475%2017.9826%2019.3986%2016.4602%2019.7947%2014.7667C20.1908%2013.0731%2020.0105%2011.3002%2019.2809%209.71502C18.5513%208.12985%2017.312%206.81831%2015.7497%205.97802C14.1873%205.13772%2012.3866%204.81419%2010.6189%205.05617C8.85112%205.29815%207.21207%206.09253%205.9487%207.31963'%20stroke='%23F47E16'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat}.createClassPopup-section .playpush span.play{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%203L19%2012L5%2021V3Z'%20fill='%23F47E16'/%3e%3c/svg%3e") right center no-repeat}.Topic,.Title{background-image:none!important;width:90%;display:inline-block}.file{margin-right:12px}.file1{position:absolute;top:5px}.file2{margin-left:30px}textarea#testdescription{margin-left:35px}.CREATE{background:#f47e16!important;color:#fff!important;border:0px!important;margin-top:10px}span.CREATE1{width:25%;display:inline-block}.dateline .Start_Date,.dateline .Start_Date1{width:45%;display:inline-block;margin-right:16px}#maximumMarks1{background-image:none;font-size:12px;padding:15px 0 15px 30px;width:auto}.createClasssecoundscreen{justify-content:flex-end;display:flex;padding:0}.createClasssecoundscreen .test-list{width:calc(100vw + -0rem);min-height:100%;position:relative;background-color:#fff}.createClasssecoundscreen .test-list header h2{margin:0;padding:1.5rem 0 1.5rem 7rem}.createClasssecoundscreen .test-list header{position:absolute;left:0;top:0;border-bottom:1px solid #b2dfdb;height:94px;width:100%}.createClasssecoundscreen .test-list .Go_back{position:absolute;left:4rem;top:2rem;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.9999%2012L2.99988%2012'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.9999%2021L2.99988%2012L11.9999%203'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat;z-index:99;height:1.9rem;width:1.9rem;right:1rem}.createClasssecoundscreen .test-list .Lightest_teal{min-height:100%;overflow:auto;padding-top:94px}.feedbacktest{background:#fff;border:1px solid #eff8f8;box-sizing:border-box;box-shadow:0 0 10px #0096881a;border-radius:10px}.createClasssecoundscreen .test-list .Lightest_teal .form-control-placeholder{opacity:0}.createClasssecoundscreen .test-list .Lightest_teal .form-control:focus+.form-control-placeholder,.createClasssecoundscreen .test-list .Lightest_teal .form-control:valid+.form-control-placeholder{opacity:1}.Lightest_teal1{padding:30px 0 0!important;background:#eff8f8;border:1px solid #009688;border-radius:10px;max-width:89%!important;margin:40px auto 0}span.one{color:#000;font-size:24px;font-weight:700;margin-right:15px}.Marks{background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41421%200C0.523309%200%200.077142%201.07714%200.707107%201.70711L3.29289%204.29289C3.68342%204.68342%204.31658%204.68342%204.70711%204.29289L7.2929%201.70711C7.92286%201.07714%207.47669%200%206.58579%200H1.41421Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") 92% center no-repeat #fff;appearance:none;display:block;width:100%;color:#000008cc;font-family:Lato;font-size:1rem;margin-bottom:1.75rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:.95rem 1rem;padding-left:20px;font-weight:700;width:70%;float:right}.Attach{margin-left:10px}.Correct span{color:#009688;font-weight:500;font-size:12px;line-height:15px}.Correct{padding:10px 40px}.teal{padding:0!important}.Menu-item{padding:0!important;width:175px!important}.Title1{background-image:none!important;width:90%;display:inline-block;font-weight:700;margin:0}.control label:after{content:"";position:absolute;left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease}input[type=checkbox]+label:before{border:1px solid #999;border-radius:.063rem}#vehicle{background-image:none;border:none;background-color:transparent;border-bottom:1px solid #b2dfdb;border-radius:0;padding:10px;margin:0;display:inline-block;width:90%}#vehicle:focus{border-bottom:1px solid #000000}.add_option span{color:#f47e16;position:relative}.add_option span:after{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2018C13.9706%2018%2018%2013.9706%2018%209C18%204.02944%2013.9706%200%209%200C4.02944%200%200%204.02944%200%209C0%2013.9706%204.02944%2018%209%2018Z'%20fill='%23F47E16'/%3e%3cpath%20d='M9%205.40039V12.6004'%20stroke='%23FFFEF9'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.39999%209H12.6'%20stroke='%23FFFEF9'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;content:"";position:absolute;left:-38px;top:50%;margin-top:-12px;display:block;height:24px;width:24px}.add_option{padding-left:60px}.add_option1 span{color:#f47e16;position:relative;cursor:pointer}.add_option1 span:after{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2018C13.9706%2018%2018%2013.9706%2018%209C18%204.02944%2013.9706%200%209%200C4.02944%200%200%204.02944%200%209C0%2013.9706%204.02944%2018%209%2018Z'%20fill='%23F47E16'/%3e%3cpath%20d='M9%205.40039V12.6004'%20stroke='%23FFFEF9'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.39999%209H12.6'%20stroke='%23FFFEF9'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;content:"";position:absolute;left:-38px;top:50%;margin-top:-12px;display:block;height:24px;width:24px}.add_option1{padding-left:0;width:auto;display:inline-block;position:absolute;right:120px;bottom:-50px}.Add_feedback span{color:#f47e16;font-weight:700}.Add_feedback span:after{background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='16'%20viewBox='0%200%2015%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.7322%207.5788L7.71272%2013.5983C6.97529%2014.3357%205.97512%2014.75%204.93223%2014.75C3.88935%2014.75%202.88917%2014.3357%202.15174%2013.5983C1.41431%2012.8608%201.00002%2011.8607%201.00002%2010.8178C1.00002%209.7749%201.41431%208.77473%202.15174%208.0373L8.17123%202.01781C8.66285%201.52619%209.32963%201.25%2010.0249%201.25C10.7201%201.25%2011.3869%201.52619%2011.8785%202.01781C12.3702%202.50943%2012.6464%203.17621%2012.6464%203.87147C12.6464%204.56673%2012.3702%205.23351%2011.8785%205.72513L5.85251%2011.7446C5.6067%2011.9904%205.27331%2012.1285%204.92568%2012.1285C4.57805%2012.1285%204.24466%2011.9904%203.99885%2011.7446C3.75304%2011.4988%203.61495%2011.1654%203.61495%2010.8178C3.61495%2010.4702%203.75304%2010.1368%203.99885%209.89096L9.55983%204.33653'%20stroke='%23F47E16'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;content:"";position:absolute;left:-18px;top:9%;margin-top:-12px;display:block;height:24px;width:24px}.Add_feedback .feedbacktest:after{background-image:none}span.feedbacktest{color:#004d40;position:absolute;left:100px;background-color:#fff;padding:40px!important;top:0;border-radius:10px;box-shadow:0 0 20px #0096881a;border:1px solid #eff8f8;font-weight:400}.Lightest_teal1 form{padding:0 20px}.Marksbottom{border-top:1px solid #b2dfdb}.Mandatory{color:#f47e16;font-size:16px}.Marksbottom ul li{width:auto;display:inline-block;padding:10px 20px}.screen404 .Lightest_teal1{height:auto}.screen404 .control1 label:after{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease}.screen404 .control1 label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;background-color:#fff}.control1 label.vehicle{padding-left:10px;font-size:12px}.difficulty{font-size:12px;color:#000}.Lightest_teal1{position:relative}.Cross{position:absolute}.Correctsection1{position:absolute;display:inline-block;top:-20px;right:-30px}.Delete_top{position:relative;top:3px}.radiobutton{border-radius:10px;padding:20px;margin-left:40px;margin-top:0;max-width:90%!important;margin-bottom:25px}.clean-radiobutton{border-radius:unset;margin-left:unset;margin-top:unset;max-width:unset;margin-bottom:unset}.Sibling_section{margin-left:unset;display:flex;flex-direction:column;gap:20px;margin-top:30px}.fee-fine-chkbox-lbl:before{left:0!important}.fee-fine-chkbox-lbl:after{left:-2px!important}.fine-step-2-top-section{width:100%;display:flex;flex-direction:column;gap:20px;margin-top:30px}.iner-chk{padding-left:5px!important;overflow-wrap:break-word}.radiobutton span{font-size:16px;padding-right:10px}.createClassPopup-section.test-popup .test-list .Go_back{position:absolute;left:2rem;top:2rem;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.9999%2012L2.99988%2012'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.9999%2021L2.99988%2012L11.9999%203'%20stroke='%234DB6AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") right center no-repeat;z-index:99;height:1.9rem;width:1.9rem;right:1rem;cursor:pointer}.radiobutton label{padding-left:40px}.radiobutton label:after{content:"";position:absolute;top:calc(50% - 1.2rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.radiobutton p span.as-link{float:right}input[type=radio]+label:before{border:.063rem solid #b2dfdb}.radiobutton label:before{content:"";position:absolute;top:0;left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.testsection form{padding:0 20px!important}.markstab{margin-top:10px}.Question_bank{position:relative;padding-left:20px;padding-top:20px;border-radius:4px}.QuestionFilter{box-sizing:border-box;position:absolute;width:13vw;height:35vh;right:1vw;top:8vh;background:#fff;border:1px solid #eff8f8;box-shadow:0 0 20px #0096881a;border-radius:10px;padding-left:35px;padding-top:10px;z-index:300}.Question_bank .Filters{cursor:pointer;color:#f47e16;font-weight:700;font-size:14px;position:absolute;right:30px;top:20px}.Question_bank1 .MCQ{font-weight:700;font-size:10px;position:absolute;right:0}.Question_bank:hover{background:#e0f2f1!important;cursor:pointer}.Question_bank .badge{background:#fcd734;opacity:.4;border-radius:4px;padding:5px;color:#003d4d;text-align:center}.Question_bank .badge.text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-o-user-select:none;color:#003d4d}.position-relative .Attach{position:absolute;top:10px}.radiobutton{max-width:90%}.long-answer-field-margin-left-0{margin-left:0}.Add-explanation{position:absolute;width:110px;top:15px;color:#f47e16;font-weight:700;font-size:14px;line-height:22px}.Add-explanationSection{padding:10px 40px}.delete-icon{position:absolute;right:-15px;top:-15px}.add-question-section img{position:absolute;right:100px}.add-question-section span{margin-left:20px;width:138px;color:#f47e16;font-size:16px;font-weight:500;cursor:pointer}input.Long-Answer::placeholder{color:#9ecac6}.scrollbar::-webkit-scrollbar{width:0px;background-color:#f5f5f5}.scrollbar{overflow-y:auto;height:calc(100vh - 99px)}.Describe{background-image:none!important;width:calc(90% - 25px);display:inline-block;font-weight:700;margin:0}.Mandatory{border-bottom:1px solid #000}.Marksbottom ul li:after{content:"|";margin-left:15px}.Marksbottom ul li:last-child:after{display:none}.Marksbottom ul li:last-child{padding-left:0}.set-display-unset label{display:unset}.downdown-down{position:absolute;right:-15px}.right-side-icon{position:fixed;right:40.2%;top:100px;z-index:1}.padding-0{padding:0}.screen404 .filter-popup{background:#fff;border:1px solid #eff8f8;box-shadow:0 0 20px #0096881a;border-radius:10px;height:195px;width:170px;position:absolute;right:0;top:25px;z-index:1;padding:10px 0 0 40px}.screen404 .scrollbar{padding-top:25px}.screen404 .filter-popup .control.position-relative{margin:10px 0}.control{margin:0}.Questions h2{padding:0;text-align:center}.control12{padding:0!important}.Questions p{text-align:center}.markstab{margin-top:10px;padding:0 5px 0 0;text-align:center}.markstab p{margin:0}.marks16{color:#009688;font-size:10px;padding-left:30px}.markstab span{color:#00695c;font-size:12px}.markesfirst{background:#e0f2f1;border-radius:5px;margin-bottom:10px}.markessecound{background:#e0f2f1;border-radius:5px}.linechange{display:flex}.Question_bank{position:relative;padding-left:20px;padding-top:20px}.Question_bank .Question{color:#000;font-weight:700;font-size:20px}.Question_bank .Filters{color:#f47e16;font-weight:700;font-size:14px;position:absolute;right:30px;top:20px}.Question_bank1 .Question1{color:#000;font-weight:400;font-size:14px;border-bottom:1px solid #e0f2f1;padding-bottom:10px}.Question_bank1 .MCQ{font-weight:700;font-size:10px;position:absolute;right:0;color:#00695c;width:50px;padding:3px;text-align:center}.color-MCQ{background-color:#fcd83666}.color-Short-Ans{background-color:#eff8f8}.color-TF{background-color:#f47e164d}.color-Long-Ans{background-color:#b2dfdb}.Question_bank1{position:relative;padding-left:20px}.meinsection{width:41%;position:absolute;right:0}.Group_255{position:absolute;left:-35px;bottom:-7px}.arrowicon_top123{position:absolute;right:-13px;top:-10px}.control label{cursor:pointer}.control.position-relative label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:-28px;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.control.position-relative label:after{content:"";position:absolute;top:calc(50% - 8px);left:-27px;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease}p.correct{color:#009688;font-weight:500;font-size:12px;line-height:15px;margin-left:15px;margin-bottom:55px}.margin-top-35{margin-top:-35px}.Add-explanationSection .radiobutton{margin:-22px 0 0 27px}.Add-explanationSection .radiobutton label{padding-left:15px}.Add-explanationSection .radiobutton label:before,.Add-explanationSection .radiobutton label:after{top:calc(50% - .7rem)}.screen205 .meinradiobutton,.screen250 .meinradiobutton{margin-top:25px}.screen205 .scrollbar .Lightest_teal1 form{max-width:1500px}.screen205 .Lightest_teal1{margin-top:30px;margin-left:11px}.screen250 .buttonsave{text-align:center;position:absolute;inset:auto 0 40px}.screen205 .Lightest_teal1.testsection .radiobutton{background:#eff8f8}.screen205 .Marksbottom label:before{background:#fff}.screen205 .Marksbottom input[type=checkbox]+label:before{border:.063rem solid #b2dfdb;border-radius:.063rem}.screen205 .Marksbottom label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.screen205 .Marksbottom label:after{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease}.screen205 .Marksbottom input[type=checkbox]:checked+label:after{background-size:100%;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d)'%3e%3cpath%20d='M18%202H4C2.89%202%202%202.9%202%204V18C2%2019.1%202.89%2020%204%2020H18C19.11%2020%2020%2019.1%2020%2018V4C20%202.9%2019.11%202%2018%202Z'%20fill='%23FF7700'/%3e%3c/g%3e%3cpath%20d='M7%2011.5432L9.9212%2014.3372L16.1652%208'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='22'%20height='22'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.423529%200%200%200%200%200.0509804%200%200%200%200.3%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;opacity:1}.screen205 .control label:after,.screen205 .control label:before{content:"";position:absolute;top:calc(50% + .7em);left:0;width:1.125rem;height:1.125rem;transition:background-size .2s ease}.Save{text-align:right;letter-spacing:.5px;text-transform:uppercase;color:#f47e16;font-size:24px;width:40%;display:inline-block;padding-right:30px}.createClassPopup-section.test-popup .test-list .fileuploads206{display:inline-block;vertical-align:top;background:#fff;border:1px solid #b2dfdb;box-shadow:0 0 20px #0098871a;border-radius:5px;margin:0;width:230px}.createClassPopup-section.test-popup .test-list .fileuploads206 li{margin:0;padding:.9rem .8rem;background-position:5px center;background-repeat:no-repeat}.Groups p{font-size:14px;margin:0;padding-left:10px;padding-bottom:5px}.Groups p span{color:#f47e16;font-size:14px;padding-left:40px;cursor:pointer}.questionsmarks{width:auto;display:inline-block}.d-flex{display:flex!important}.createClassPopup-section207screen{background-color:#0009;z-index:999;padding:3.25rem 0;height:100vh;position:fixed;left:0;top:0;width:100%}.createClassPopup-section207screen .createNewClass{background-color:#fff;padding:24px 25px 0;width:402px;position:relative;border-radius:.9375rem;overflow:auto;overflow-y:auto;height:calc(100vh - 296px);text-align:center}.createClassPopup-section207screen .CREATE{margin-bottom:0}.createClassPopup-section207screen .close{position:absolute;right:1rem;top:1rem;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L25.7071%2024.2929C26.0976%2024.6834%2026.0976%2025.3166%2025.7071%2025.7071C25.3166%2026.0976%2024.6834%2026.0976%2024.2929%2025.7071L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill='%23014E3F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.7071%200.292893C26.0976%200.683417%2026.0976%201.31658%2025.7071%201.70711L1.70711%2025.7071C1.31658%2026.0976%200.683417%2026.0976%200.292893%2025.7071C-0.0976311%2025.3166%20-0.0976311%2024.6834%200.292893%2024.2929L24.2929%200.292893C24.6834%20-0.0976311%2025.3166%20-0.0976311%2025.7071%200.292893Z'%20fill='%23014E3F'/%3e%3c/svg%3e") center no-repeat;text-indent:-62499.9375rem;background-size:100%;cursor:pointer;height:1.5rem;width:1.5rem;z-index:99;color:#014e3f}.createClassPopup-section207screen h2{padding-bottom:2rem;font-size:20px}.createClassPopup-section207screen .Test_Title,.createClassPopup-section207screen .Test_Topic{color:#000;mix-blend-mode:normal;margin:0;font-size:12px;text-align:left;font-weight:600}.createClassPopup-section207screen .Test_Title1,.createClassPopup-section207screen .Test_Topic1{color:#000;font-size:16px;margin:0;text-align:left}.createClassPopup-section207screen .minutes207{display:flex;padding-top:30px}.createClassPopup-section207screen .minutes207 p,.createClassPopup-section207screen .datetime207 p{letter-spacing:.5px;color:#000;font-size:18px}.createClassPopup-section207screen .minutes2071{padding-left:30px}.createClassPopup-section207screen .Clock1{position:relative;top:6px;right:20px}.createClassPopup-section207screen .badge1{position:relative;top:6px;right:15px}.createClassPopup-section207screen .minutes2072{padding-left:35px}.Randomize{padding-top:20px;position:relative}.Randomize .switch label:after{top:-6px;left:auto;right:-80px}.Randomize .switch label:before{top:-6px;left:auto;border:none!important;right:-70px}.Randomize p{text-align:left;padding-left:13px;font-size:14px;color:#000;position:relative}img.Group_9{position:absolute;right:-90px;top:-10px}.lasttest p{color:#828f8e;font-size:12px;margin-bottom:10px}.lasttest{margin:0 auto}::-webkit-scrollbar{width:10px;background:#fff}.stopsignalones .createNewClass{overflow-y:auto;height:auto;min-height:420px;max-height:800px}.stopsignal{width:57%;display:inline-block;margin:0 auto}.stopsignal p{text-align:right;color:#eb4747;font-size:14px;padding-left:0!important;padding-right:24px;font-weight:700}.stopsignal .Clock1{position:relative;top:6px;right:20px}.classDashboard-sectionscreen209 .rightSide .userProfile li.login a{background:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='24'%20cy='24'%20r='18'%20fill='%2326A69A'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24%2028.4703C20.3862%2028.4703%2017.454%2025.538%2017.454%2021.9243C17.454%2018.3105%2020.3862%2015.3783%2024%2015.3783C27.6138%2015.3783%2030.546%2018.3105%2030.546%2021.9243C30.546%2025.538%2027.6138%2028.4703%2024%2028.4703ZM24%2042C33.941%2042%2042%2033.941%2042%2024C42%2014.059%2033.941%206%2024%206C14.059%206%206%2014.059%206%2024C6%2033.941%2014.059%2042%2024%2042ZM13.5651%2036.5419C15.2407%2032.4279%2019.2796%2029.5269%2024%2029.5269C28.7204%2029.5269%2032.7593%2032.4279%2034.4349%2036.5419C38.0299%2033.5471%2040.3182%2029.0392%2040.3182%2024C40.3182%2014.9906%2033.0156%207.68183%2024%207.68183C14.9844%207.68183%207.68183%2014.9844%207.68183%2024C7.68183%2029.0392%209.97013%2033.5533%2013.5651%2036.5419Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;height:3.6rem;width:3rem;display:block;font-size:0px}.classDashboard-sectionscreen209{width:100%;min-height:100%}.classDashboard-sectionscreen209 .leftSide{box-shadow:0 0 30px inset #0098871a;position:fixed;width:18rem;left:0;padding-bottom:7rem;top:0;height:100%;background:#e0f2f180;border-right:.063rem solid #009688;z-index:1}.classDashboard-sectionscreen209 .leftSide .topLinks{width:calc(100% + .063rem);padding-top:.3rem}.classDashboard-sectionscreen209 .leftSide .topLinks li:before{content:"";position:absolute;left:0;top:0;width:188px;height:57px}.classDashboard-sectionscreen209 .leftSide .topLinks li span{color:#000;display:block;line-height:57px;cursor:pointer;padding:0;position:relative;text-align:center}.classDashboard-sectionscreen209 .leftSide .topLinks li{font-size:1.5rem;padding-bottom:0;margin:0 -2rem;margin-bottom:-1px;min-width:11.75rem;position:relative}.classDashboard-sectionscreen209 .leftSide .topLinks li.active:before{background:url("data:image/svg+xml,%3csvg%20width='188'%20height='57'%20viewBox='0%200%20188%2057'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20%2021C20%209.95431%2028.9543%201%2040%201H148C159.046%201%20168%209.95431%20168%2021V37C168%2048.0457%20176.954%2057%20188%2057H168H20H0C11.0457%2057%2020%2048.0457%2020%2037L20%2021Z'%20fill='%23EFF8F8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.5%2021C19.5%209.67816%2028.6782%200.5%2040%200.5H148C159.322%200.5%20168.5%209.67816%20168.5%2021V36.5C168.5%2047.2696%20177.23%2056%20188%2056V57C176.845%2057%20167.771%2048.0908%20167.506%2037H167.5V36.5V21C167.5%2010.2304%20158.77%201.5%20148%201.5H40C29.2304%201.5%2020.5%2010.2304%2020.5%2021V36.5V37H20.494C20.2285%2048.0908%2011.1547%2057%200%2057V56C10.7696%2056%2019.5%2047.2696%2019.5%2036.5V21Z'%20fill='%23009688'/%3e%3c/svg%3e") center bottom no-repeat}.classDashboard-sectionscreen209 .leftSide .topLinks li.active span{position:relative;z-index:1;font-weight:700;text-decoration:none}.classDashboard-sectionscreen209 .leftSide h1{padding:2rem 0;position:relative}.classDashboard-sectionscreen209 .leftSide h1:before{box-shadow:0 15px 20px #00988733;position:absolute;left:0;bottom:0;width:100%;content:"";height:10px}.classDashboard-sectionscreen209 .leftSide .classList{position:relative;z-index:1;height:calc(100vh - 290px);overflow:auto;margin-right:-.076rem}.classDashboard-sectionscreen209 .leftSide .classList li.active{background:url(/assets/class-hover-BwAYBJfd.png) right center no-repeat;background-size:contain}.classDashboard-sectionscreen209 .leftSide .classList li{display:block;width:100%;font-size:1.5rem;display:flex;align-items:center;height:11.625rem;margin-bottom:-5rem;padding:0}.classDashboard-sectionscreen209 .leftSide .classList li .block{width:100%;position:relative}.classDashboard-sectionscreen209 .leftSide .classList li.active .a{opacity:1}.classDashboard-sectionscreen209 .leftSide .classList li .a{padding:1rem 1rem 1rem 4rem;width:100%;transition:.2s ease all;color:#000;display:block;opacity:.5;font-weight:700;position:relative}.classDashboard-sectionscreen209 .leftSide .classList li .subject{font-size:1.125rem;display:block;color:#00695c;font-weight:400}.classDashboard-sectionscreen209 .leftSide footer{height:calc(100vh - 99%);display:flex;justify-content:center;align-items:center;position:relative;width:100%}.classDashboard-sectionscreen209 .leftSide footer:before{box-shadow:0 -15px 20px #00988733;position:absolute;left:0;top:0;width:100%;content:"";height:10px}.classDashboard-sectionscreen209 .rightSide{margin-left:18rem;width:calc(100vw - 18rem);box-shadow:0 0 30px #0098871a;overflow-x:hidden}.classDashboard-sectionscreen209 .rightSide header{padding:0;background-color:#eff8f8;height:0rem;position:fixed;top:0;right:0!important}.classDashboard-sectionscreen209 .rightSide .noSpace{padding:0;margin:0;transition:.2s ease all}.classDashboard-sectionscreen209 .rightSide .detailLink{background-color:#fff;top:62px;width:calc(100vw - 20rem);z-index:1;position:fixed;left:20rem;box-shadow:0 10px 10px #0098870d}.classDashboard-sectionscreen209 .rightSide .detailLink li{font-size:1.125rem;padding:0}.classDashboard-sectionscreen209 .rightSide .detailLink li.summary span.active,.classDashboard-sectionscreen209 .rightSide .detailLink li.summary span:hover{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.3052%2020.2951C19.3052%2020.6795%2018.9208%2020.9997%2018.4084%2020.9997H5.59699C5.08454%2020.9997%204.7002%2020.6795%204.7002%2020.2951V5.24174C4.7002%204.85739%205.08454%204.53711%205.59699%204.53711H18.4084C18.9208%204.53711%2019.3052%204.85739%2019.3052%205.24174V20.2951Z'%20fill='%23009688'/%3e%3cpath%20d='M17.6404%205.69043H6.23828V19.3346H17.6404V5.69043Z'%20fill='white'/%3e%3cpath%20d='M15.7825%207.8042H8.0957V7.93231H15.7825V7.8042Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%209.02148H8.0957V9.1496H15.7825V9.02148Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2010.2383H8.0957V10.3664H15.7825V10.2383Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2011.3916H8.0957V11.5197H15.7825V11.3916Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2012.6084H8.0957V12.7365H15.7825V12.6084Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2013.7612H8.0957V13.8893H15.7825V13.7612Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2014.9785H8.0957V15.1066H15.7825V14.9785Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.7825%2016.1958H8.0957V16.3239H15.7825V16.1958Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.8466%205.43415C15.8466%205.94661%2015.4623%206.33095%2014.9498%206.33095H8.9925C8.48004%206.33095%208.0957%205.94661%208.0957%205.43415V4.9217C8.0957%204.40924%208.48004%204.0249%208.9925%204.0249H14.9498C15.4623%204.0249%2015.8466%204.40924%2015.8466%204.9217V5.43415Z'%20fill='%23FCD734'/%3e%3cpath%20d='M11.1058%204.08897C11.2339%203.76868%2011.5542%203.57651%2012.0026%203.57651C12.451%203.57651%2012.7713%203.76868%2012.8994%204.08897H13.4759C13.4119%203.4484%2012.7713%203%2012.0026%203C11.2339%203%2010.6574%203.4484%2010.5293%204.08897H11.1058Z'%20fill='%23FCD734'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li span.active{font-weight:700;color:#000}.classDashboard-sectionscreen209 .rightSide .detailLink li span{color:#26a69a;padding:1rem 1rem 1rem 2rem;display:block;position:relative;cursor:pointer}.classDashboard-sectionscreen209 .rightSide .detailLink li.classroom span.active,.classDashboard-sectionscreen209 .rightSide .detailLink li.classroom span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2011.8049C3%2010.9268%203.73171%2010.2683%204.53659%2010.2683H16.7561C17.6341%2010.2683%2018.2927%2011%2018.2927%2011.8049V11.9512V19.1951C18.2927%2020.0732%2017.561%2020.7317%2016.7561%2020.7317H10.2439H9.5122L7.68293%2022.6342L6.14634%2020.7317H4.60976C3.73171%2020.7317%203.07317%2020%203.07317%2019.1951V11.8049H3Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M27.0006%2016.8537C27.0006%2017.7317%2026.2689%2018.3902%2025.464%2018.3902H23.8543L22.2445%2020.3659L20.4153%2018.4634H19.6835H13.1714C12.2933%2018.4634%2011.6348%2017.7317%2011.6348%2016.9268V9.68293V9.53659C11.6348%208.65854%2012.3665%208%2013.1714%208H25.3909C26.2689%208%2026.9275%208.73171%2026.9275%209.53659V16.8537H27.0006Z'%20fill='%23FCD734'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li span:hover:after,.classDashboard-sectionscreen209 .rightSide .detailLink li span.active:after{content:"";background-color:#009688;height:.25rem;width:100%;position:absolute;left:0;bottom:0}.classDashboard-sectionscreen209 .rightSide .detailLink li.assignments span{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.38867%203.08265L6%206.47132L6.08265%2026.5554L23.2739%2026.4727L23.1086%203L9.38867%203.08265Z'%20fill='%23EEF0F0'/%3e%3cpath%20d='M9.38867%206.4714V3.08273L6%206.4714H9.38867Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M23.9359%2022.5883C24.8451%2023.4975%2024.8451%2024.8199%2024.0186%2025.6464L23.2747%2026.3902C22.4482%2027.2167%2021.0431%2027.2167%2020.2166%2026.3076L18.8942%2024.9852C17.9851%2024.076%2017.9851%2022.7536%2018.8116%2021.9271L19.5554%2021.1833C20.3819%2020.3568%2021.787%2020.3568%2022.6135%2021.2659L23.9359%2022.5883Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M22.3648%2020.5222C22.8607%2021.0181%2022.8607%2021.8446%2022.3648%2022.3405L19.8027%2024.9027C19.3068%2025.3986%2018.4803%2025.3986%2017.9844%2024.9027C17.4885%2024.4067%2017.4885%2023.5802%2017.9844%2023.0843L20.5465%2020.5222C21.0424%2019.9436%2021.8689%2019.9436%2022.3648%2020.5222Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M22.2831%2020.2741C22.779%2020.77%2022.779%2021.5965%2022.2831%2022.1751L19.6382%2024.8199C19.1423%2025.3158%2018.3158%2025.3158%2017.7373%2024.8199C17.2414%2024.324%2017.2414%2023.4975%2017.7373%2022.919L20.3821%2020.2741C20.9607%2019.7782%2021.7872%2019.7782%2022.2831%2020.2741Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M17.9846%2022.7535L18.6458%2022.0923L19.1418%2021.5964L19.3071%2021.4311L19.555%2021.1831L20.4642%2020.274C20.3815%2020.1913%2020.2989%2020.026%2020.1336%2019.9434L17.7367%2022.4229C17.7367%2022.5055%2017.902%2022.6708%2017.9846%2022.7535Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M19.554%2016.6375L12.2808%2014.3233L12.1981%2014.4059L15.1736%2017.2987L16.248%2018.3731C16.496%2018.2078%2016.9092%2018.2078%2017.1572%2018.4558C17.4051%2018.7038%2017.4878%2019.1997%2017.1572%2019.5303C16.9092%2019.8609%2016.4133%2019.8609%2016.0827%2019.5303C15.8348%2019.2823%2015.8348%2018.8691%2016.0001%2018.6211L15.0083%2017.5466L12.0328%2014.6539L11.9502%2014.7365L14.3471%2022.0098C14.3471%2022.0098%2015.9174%2021.1833%2017.6531%2022.423L20.0499%2019.9435C18.7275%2018.2905%2019.554%2016.6375%2019.554%2016.6375Z'%20fill='%23C6CFCE'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li.tests span{background:url(/assets/test-p0PugwrH.svg) left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li.studyMaterial span{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27%2022.4615H3V23.923H27V22.4615Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M9.77013%206H6.30859V22.4615H9.77013V6Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M9.77013%207.53846H6.30859V8.23077H9.77013V7.53846Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M9.77013%2020.1538H6.30859V20.8461H9.77013V20.1538Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M23.5377%207.84608H20.0762V22.4615H23.5377V7.84608Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M23.5377%209.23092H20.0762V9.8463H23.5377V9.23092Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M23.5377%2020.4614H20.0762V21.0768H23.5377V20.4614Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M17.667%207.45143L15.375%207.71912L17.0972%2022.4643L19.3892%2022.1966L17.667%207.45143Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M17.7998%208.79141L15.5078%209.06002L15.5794%209.67122L17.8714%209.40261L17.7998%208.79141Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M17.9999%2010.3075L15.6922%2010.6152L15.6152%209.92293L17.9229%209.69216L17.9999%2010.3075Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M19.1534%2020.7692L16.9226%2021.0768L16.8457%2020.3845L19.0765%2020.1538L19.1534%2020.7692Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M15.4606%209.46154H10.6914V22.4615H15.4606V9.46154Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M15.4606%2010.6924H10.6914V12.6924H15.4606V10.6924Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M15.4606%2019.2309H10.6914V21.2309H15.4606V19.2309Z'%20fill='%23DDE2E2'/%3e%3cpath%20d='M23.0768%2010.6154H20.6152V17.9231H23.0768V10.6154Z'%20fill='%23DDE2E2'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li.attendance span{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M26.9155%2024.5915C26.9155%2024.7606%2026.662%2024.8451%2026.4084%2024.8451H3.50704C3.25352%2024.8451%203%2024.7606%203%2024.5915V24C3%2023.831%203.25352%2023.7465%203.50704%2023.7465H26.493C26.7465%2023.7465%2027%2023.831%2027%2024V24.5915H26.9155Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M25.9026%209.38028H3.76172V23.662H25.9026V9.38028Z'%20fill='%23EEF0F0'/%3e%3cpath%20d='M26.493%207.01408H16.6901V6.67606C16.6901%206.25352%2016.4366%206%2016.1831%206H13.6479C13.3944%206%2013.1408%206.33803%2013.1408%206.67606V7.01408H3.50704C3.25352%207.01408%203%207.26761%203%207.60563V8.87324C3%209.21127%203.25352%209.46479%203.50704%209.46479H26.493C26.7465%209.46479%2027%209.21127%2027%208.87324V7.60563C26.9155%207.26761%2026.7465%207.01408%2026.493%207.01408Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M8.91437%2015.2118H6.9707V21.0428H8.91437V15.2118Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M12.3792%2016.5636H10.4355V21.0424H12.3792V16.5636Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M15.8441%2017.5778H13.9004V21.0426H15.8441V17.5778Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M19.3089%2012.0849H17.3652V21.0426H19.3089V12.0849Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M22.7737%2014.7047H20.8301V21.0427H22.7737V14.7047Z'%20fill='%23C6CFCE'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .loadImage{min-height:87.7vh}.info-block{max-width:24rem}.classDashboard-sectionscreen209 .loadImage p{padding-left:1.25rem;padding-right:1.25rem;text-align:center}.info-block p{padding-top:1rem}.classDashboard-sectionscreen209 .rightSide .detailLink li.classroom span.active,.classDashboard-sectionscreen209 .rightSide .detailLink li.classroom span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2011.8049C3%2010.9268%203.73171%2010.2683%204.53659%2010.2683H16.7561C17.6341%2010.2683%2018.2927%2011%2018.2927%2011.8049V11.9512V19.1951C18.2927%2020.0732%2017.561%2020.7317%2016.7561%2020.7317H10.2439H9.5122L7.68293%2022.6342L6.14634%2020.7317H4.60976C3.73171%2020.7317%203.07317%2020%203.07317%2019.1951V11.8049H3Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M27.0006%2016.8537C27.0006%2017.7317%2026.2689%2018.3902%2025.464%2018.3902H23.8543L22.2445%2020.3659L20.4153%2018.4634H19.6835H13.1714C12.2933%2018.4634%2011.6348%2017.7317%2011.6348%2016.9268V9.68293V9.53659C11.6348%208.65854%2012.3665%208%2013.1714%208H25.3909C26.2689%208%2026.9275%208.73171%2026.9275%209.53659V16.8537H27.0006Z'%20fill='%23FCD734'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li.classroom span{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2011.8049C3%2010.9269%203.73171%2010.2684%204.53659%2010.2684H16.7561C17.6341%2010.2684%2018.2927%2011.0001%2018.2927%2011.8049V11.9513V19.1952C18.2927%2020.0732%2017.561%2020.7318%2016.7561%2020.7318H10.2439H9.5122L7.68293%2022.6342L6.14634%2020.7318H4.60976C3.73171%2020.7318%203.07317%2020.0001%203.07317%2019.1952V11.8049H3Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M27.0006%2016.8537C27.0006%2017.7317%2026.2689%2018.3902%2025.464%2018.3902H23.8543L22.2445%2020.3659L20.4153%2018.4634H19.6835H13.1714C12.2933%2018.4634%2011.6348%2017.7317%2011.6348%2016.9268V9.68293V9.53659C11.6348%208.65854%2012.3665%208%2013.1714%208H25.3909C26.2689%208%2026.9275%208.73171%2026.9275%209.53659V16.8537H27.0006Z'%20fill='%23DDE2E2'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li.assignments span.active,.classDashboard-sectionscreen209 .rightSide .detailLink li.assignments span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.38867%203.08265L6%206.47132L6.08265%2026.5554L23.2739%2026.4727L23.1086%203L9.38867%203.08265Z'%20fill='%23EFF8F8'/%3e%3cpath%20d='M9.38867%206.4714V3.08273L6%206.4714H9.38867Z'%20fill='%23FCD734'/%3e%3cpath%20d='M23.9354%2022.5883C24.8446%2023.4975%2024.8446%2024.8199%2024.0181%2025.6464L23.2742%2026.3902C22.4477%2027.2168%2021.0426%2027.2167%2020.2161%2026.3076L18.8937%2024.9852C17.9846%2024.076%2017.9846%2022.7536%2018.8111%2021.9271L19.5549%2021.1833C20.3814%2020.3568%2021.7865%2020.3568%2022.613%2021.2659L23.9354%2022.5883Z'%20fill='%23009688'/%3e%3cpath%20d='M22.3637%2020.5222C22.8596%2021.0181%2022.8596%2021.8446%2022.3637%2022.3405L19.8016%2024.9026C19.3057%2025.3986%2018.4792%2025.3986%2017.9833%2024.9026C17.4874%2024.4067%2017.4874%2023.5802%2017.9833%2023.0843L20.5454%2020.5222C21.0413%2019.9436%2021.8678%2019.9436%2022.3637%2020.5222Z'%20fill='%2300796B'/%3e%3cpath%20d='M22.2829%2020.2741C22.7788%2020.77%2022.7788%2021.5965%2022.2829%2022.1751L19.6381%2024.8199C19.1422%2025.3158%2018.3157%2025.3158%2017.7372%2024.8199C17.2413%2024.324%2017.2413%2023.4975%2017.7372%2022.919L20.382%2020.2741C20.9605%2019.7782%2021.787%2019.7782%2022.2829%2020.2741Z'%20fill='%23FCD734'/%3e%3cpath%20d='M17.9843%2022.7535L18.6455%2022.0923L19.1414%2021.5964L19.3067%2021.4311L19.5546%2021.1831L20.4638%2020.274C20.3811%2020.1913%2020.2985%2020.026%2020.1332%2019.9434L17.7363%2022.4229C17.7363%2022.5055%2017.9016%2022.6708%2017.9843%2022.7535Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M19.5531%2016.6375L12.2798%2014.3233L12.1972%2014.4059L15.1726%2017.2987L16.247%2018.3731C16.495%2018.2078%2016.9082%2018.2078%2017.1562%2018.4558C17.4042%2018.7038%2017.4868%2019.1997%2017.1562%2019.5303C16.9082%2019.8609%2016.4123%2019.8609%2016.0817%2019.5303C15.8338%2019.2823%2015.8338%2018.8691%2015.9991%2018.6211L15.0073%2017.5466L12.0319%2014.6539L11.9492%2014.7365L14.3461%2022.0098C14.3461%2022.0098%2015.9164%2021.1833%2017.6521%2022.423L20.049%2019.9435C18.7266%2018.2905%2019.5531%2016.6375%2019.5531%2016.6375Z'%20fill='%23B2DFDB'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li.tests span.active,.classDashboard-sectionscreen209 .rightSide .detailLink li.tests span:hover{background:url(/assets/test-hover-BRRECmIq.svg) left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li.studyMaterial span.active,.classDashboard-sectionscreen209 .rightSide .detailLink li.studyMaterial span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27%2022.4615H3V23.923H27V22.4615Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M9.76989%206H6.30835V22.4615H9.76989V6Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M9.76989%207.53845H6.30835V8.23076H9.76989V7.53845Z'%20fill='white'/%3e%3cpath%20d='M9.76989%2020.1538H6.30835V20.8461H9.76989V20.1538Z'%20fill='white'/%3e%3cpath%20d='M23.5378%207.84607H20.0763V22.4615H23.5378V7.84607Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M23.5378%209.23093H20.0763V9.84631H23.5378V9.23093Z'%20fill='%2326A69A'/%3e%3cpath%20d='M23.5378%2020.4614H20.0763V21.0768H23.5378V20.4614Z'%20fill='%2326A69A'/%3e%3cpath%20d='M17.6672%207.45142L15.3752%207.71912L17.0974%2022.4643L19.3894%2022.1966L17.6672%207.45142Z'%20fill='%23FABF2C'/%3e%3cpath%20d='M17.7996%208.79141L15.5076%209.06003L15.5792%209.67123L17.8712%209.40261L17.7996%208.79141Z'%20fill='white'/%3e%3cpath%20d='M18.0003%2010.3076L15.6926%2010.6152L15.6157%209.92294L17.9234%209.69217L18.0003%2010.3076Z'%20fill='white'/%3e%3cpath%20d='M19.1539%2020.7692L16.9231%2021.0769L16.8462%2020.3845L19.077%2020.1538L19.1539%2020.7692Z'%20fill='white'/%3e%3cpath%20d='M15.4615%209.46155H10.6923V22.4615H15.4615V9.46155Z'%20fill='%2326A69A'/%3e%3cpath%20d='M15.4615%2010.6924H10.6923V12.6924H15.4615V10.6924Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M15.4615%2019.2309H10.6923V21.2309H15.4615V19.2309Z'%20fill='%23B2DFDB'/%3e%3cpath%20d='M23.0773%2010.6154H20.6157V17.9231H23.0773V10.6154Z'%20fill='%2326A69A'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .rightSide .detailLink li.attendance span.active,.classDashboard-sectionscreen209 .rightSide .detailLink li.attendance span:hover{background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M26.9155%2024.5915C26.9155%2024.7605%2026.662%2024.8451%2026.4084%2024.8451H3.50704C3.25352%2024.8451%203%2024.7605%203%2024.5915V24C3%2023.831%203.25352%2023.7465%203.50704%2023.7465H26.493C26.7465%2023.7465%2027%2023.831%2027%2024V24.5915H26.9155Z'%20fill='%2300796B'/%3e%3cpath%20d='M25.9017%209.38031H3.76086V23.662H25.9017V9.38031Z'%20fill='%23EFF8F8'/%3e%3cpath%20d='M26.493%207.01408H16.6901V6.67606C16.6901%206.25352%2016.4366%206%2016.1831%206H13.6479C13.3944%206%2013.1408%206.33803%2013.1408%206.67606V7.01408H3.50704C3.25352%207.01408%203%207.26761%203%207.60563V8.87324C3%209.21127%203.25352%209.46479%203.50704%209.46479H26.493C26.7465%209.46479%2027%209.21127%2027%208.87324V7.60563C26.9155%207.26761%2026.7465%207.01408%2026.493%207.01408Z'%20fill='%2300796B'/%3e%3cpath%20d='M8.91534%2015.2119H6.97168V21.0428H8.91534V15.2119Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M12.3798%2016.5636H10.4362V21.0425H12.3798V16.5636Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M15.8443%2017.5779H13.9006V21.0427H15.8443V17.5779Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M19.3104%2012.0849H17.3667V21.0426H19.3104V12.0849Z'%20fill='%234DB6AC'/%3e%3cpath%20d='M22.7748%2014.7047H20.8312V21.0427H22.7748V14.7047Z'%20fill='%234DB6AC'/%3e%3c/svg%3e") left center no-repeat}.classDashboard-sectionscreen209 .dashboradMid{padding:3.25rem 1.25rem 1.25rem;position:relative;background-color:#fff;overflow-y:auto;height:calc(100vh - 99px)}.classDashboard-sectionscreen209 .createAssigmentBlock{background-color:#fff;padding:1.25rem;border:1px solid #000000;box-shadow:0 10px 10px #0098870d;border-radius:20px}.classDashboard-sectionscreen209 .createAssigmentBlock h4{font-size:1.125rem;font-weight:500;padding-bottom:1.25rem}.classDashboard-sectionscreen209 .sharedAssignmentsBlock{padding:2.25rem 0}.classDashboard-sectionscreen209 .sharedAssignmentsBlock h3{padding-bottom:1.25rem;font-weight:700}.classDashboard-sectionscreen209 .text-center{text-align:left!important}.classDashboard-sectionscreen209 .headingtitles{width:100%;padding:30px 20px 0}.classDashboard-sectionscreen209 .headingtitles1{width:auto;display:flex;position:relative}.classDashboard-sectionscreen209 .headingtitles .Completed{color:#000;letter-spacing:.5px;font-size:24px;line-height:32px;font-weight:400;padding-left:30px;cursor:pointer}.classDashboard-sectionscreen209 .headingtitles .active{color:#f47e16;font-size:24px;font-weight:700;line-height:32px;letter-spacing:.5px;cursor:pointer}.classDashboard-sectionscreen209 .headingtitles h2{padding-bottom:15px;border-bottom:4px solid rgb(0 0 0 / 13%);border-radius:2px;font-size:24px;cursor:pointer}.classDashboard-sectionscreen209 .headingtitles h2.Upcoming.active:after{content:"";width:280px;height:4px;background:#f47e16;border-radius:2px;display:inline-block;position:absolute;bottom:0;left:-9px}.classDashboard-sectionscreen209 h2.Completed.active:after{content:"";width:285px;height:4px;background:#f47e16;border-radius:2px;display:inline-block;position:absolute;bottom:0;left:280px}.classDashboard-sectionscreen209 .Force_Work h6{color:#009688;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px}.classDashboard-sectionscreen209 .Force_Work h4{color:#000;letter-spacing:.5px;font-weight:600;font-size:18px;line-height:28px;padding-top:10px}.classDashboard-sectionscreen209 .datesstartstime p{color:#000;letter-spacing:.5px;font-weight:500;font-size:14px;line-height:18px;margin-bottom:0}.classDashboard-sectionscreen209 .timesminites{display:flex;padding-top:15px}.classDashboard-sectionscreen209 .timesminites p{color:#000;letter-spacing:.5px;font-size:12px;line-height:18px}.classDashboard-sectionscreen209 .timemdinites{display:flex;padding-top:15px}.classDashboard-sectionscreen209 .minites120{padding-left:20px}.classDashboard-sectionscreen209 .Edit_TEst{color:#f70;text-align:center;letter-spacing:.5px;text-transform:uppercase;font-weight:700;font-size:16px;line-height:24px;background:#fff;border:1px solid #ff7700;border-radius:15px;padding:15px 60px;cursor:pointer;margin-bottom:10px;margin-top:12px}.classDashboard-sectionscreen209 .createAssigmentBlock1{background-color:#fff;padding:20px;border:1px solid #000000;box-shadow:0 10px 10px #0098870d;border-radius:20px;margin:20px 0;position:relative}.classDashboard-sectionscreen209 .Testupcoming_scrollbar::-webkit-scrollbar{width:0px;background-color:#f5f5f5}.classDashboard-sectionscreen209 .Edit_TEst123{min-width:240px}.classDashboard-sectionscreen209 .Clockimages .Clock1{position:relative;top:5px;left:-15px}.classDashboard-sectionscreen209 .Clockimages .minutes2071{color:#fff;margin:0;font-size:12px}.classDashboard-sectionscreen209 .Clockimages{background:#00695c;padding:3px 20px 10px 30px;position:absolute;right:0;top:0;border-radius:30px 30px 0}.classDashboard-sectionscreen209 .Clockimages1 .minutes2071{color:#000;margin:0;font-size:12px}.classDashboard-sectionscreen209 .Clockimages1{background:#fcd734;padding:3px 20px 10px 42px;position:absolute;right:0;top:0;border-radius:30px 30px 0}.classDashboard-sectionscreen209 .Clockimages1 .Clock1{position:relative;top:6px;left:-25px}.classDashboard-sectionscreen209 .Group_10image{position:relative;left:15px;top:4px}.classDashboard-sectionscreen209 .createAssigmentBlock2{background-color:#fff;padding:20px;border:1px solid #000000;box-shadow:0 10px 10px #0098870d;border-radius:20px;margin:20px 0;position:relative}.createAssigmentBlock2 .Edit_TEst123{min-width:315px}.createAssigmentBlock2 .text-center{text-align:center!important}.classDashboard-sectionscreen209 .headingtitlescomplate{width:auto;display:flex;position:relative}.classDashboard-sectionscreen209 .headingtitlescomplate .Completed{color:#f47e16;letter-spacing:.5px;line-height:32px;font-weight:400;padding-left:30px}.classDashboard-sectionscreen209 .headingtitlescomplate h2{padding-bottom:15px;border-bottom:4px solid #e0f2f1;border-radius:2px;font-size:24px}.classDashboard-sectionscreen209 .headingtitlescomplate h2.active:after{content:"";width:150px;height:4px;background:#f47e16;border-radius:2px;display:inline-block;position:absolute;bottom:0;left:270px}.classDashboard-section .rightSide .joinHomeText{padding:1.25rem;max-width:70%;margin:auto}.classDashboard-section .rightSide .joinHomeText h4{padding-bottom:1.25rem}.classDashboard-section .loadImage p{padding-left:1.25rem;padding-right:1.25rem;text-align:center}.sreen213 .textBlock.text-center{text-align:center!important}.sreen213 h4{color:#000;padding:50px 0}.account-section214{padding:5rem;background:#eff8f8;overflow-y:auto;height:calc(110vh - 99px)}.account-section214 .image-block{padding:3rem 0}.account-section214 .image-block .logo{margin:0 auto 3rem}.logo{text-indent:-62499.9375rem;background:url(/assets/Logo_New_60-CEpDt9p1.svg) no-repeat;width:20.75rem;height:5.25rem;display:block}.account-section214 .account--form{box-shadow:0 0 30px #0098871a;border-radius:1.25rem;height:100%;padding:80px;position:relative;background-color:#fff}.account-section214 .account--form h3{margin:0 0 1.5rem;text-align:center;color:#000;font-weight:900;font-size:36px;line-height:48px}.account-section214 .image-space{padding:3.25rem 0}.account-section214 .container{margin:0 auto}.welcome214{text-align:center;color:#000;font-weight:400;font-size:24px;line-height:48px}.meantime{color:#000;text-align:center;font-weight:400;font-size:16px;line-height:24px;margin-top:100px;margin-bottom:0}.rightbutton1{overflow-y:auto;height:calc(82vh - 53px);text-align:center}.rightbutton1{letter-spacing:.5px;text-transform:uppercase;color:#000;font-weight:700;font-size:16px;line-height:24px;padding-top:250px}.screen300 .leftSide .topLinks{border-bottom:.063rem solid #009688;background-color:#eff8f8;width:calc(100% + .063rem);padding-top:.3rem}.screen300 header{text-align:center;padding:11px 0 10px}.screen300 .leftSide{border-right:0px}.screenedutinker ul{padding:20px 40px}.screenedutinker h4{padding:15px;font-weight:900;font-size:1rem;line-height:28px;color:#000;-webkit-font-smoothing:antialiased;text-shadow:rgb(0 0 0 / 0%) 1px 1px 1px;display:flex}.screenedutinker h4.TopMenu{justify-content:space-between;cursor:pointer;align-items:center}.screenedutinker h4.TopMenu .roate180-uparrow{transform:rotate(180deg)}.screenedutinker h4.TopMenu span{display:flex}.screenedutinker h4.TopMenu span img{margin-right:10px;width:25px;align-self:center;height:25px}.screenedutinker h4 img.Calendar_417{padding-right:15px}.screenedutinker ul li{font-weight:500;font-size:1rem;line-height:24px;cursor:pointer;color:#000}.screenedutinker .active{color:#f47e16}.screensidebar300 header{background-color:#fff!important}.sidebarscreen300{padding-left:30px}.sidebarscreen300 p{color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.sidebarscreen300 .Modify_Class{color:#000;font-weight:500}.All_Classes{background-color:#f1f3f6;padding:20px 40px 20px 20px;margin-left:0!important;border-top:1px solid rgb(233,233,233)}.All_Classes h3{color:#000;font-weight:700;font-size:20px;line-height:30px;align-items:center}.All_Classes h4{color:#000;font-weight:700;font-size:16px;line-height:24px;padding-top:25px}.firstui li{padding:6px 0}.rightbutton .Sections{color:#000;font-weight:700;font-size:16px;line-height:24px;padding-top:30px;padding-left:10px;margin:0}.Classsreen{background:#fff;padding:10px 40px 10px 10px}.Classsreen .firstui{display:grid;grid-template-columns:52% 48%;border-bottom:1px solid rgb(233,233,233);align-items:center}.Classsreen ul li p{margin:0}.secoundsubmenu li{width:auto;display:inline-block;padding-left:5px;position:relative}.secoundsubmenu li.Edit_2{cursor:pointer;float:right}.Classsreen1{padding-left:70px!important;position:relative}.Classsreen1 span{position:absolute;left:150px}.new_class_add{color:#000;text-align:center;letter-spacing:.5px;font-weight:700;font-size:24px;line-height:36px}.file3{margin-left:0}.Title2{background-image:none!important;width:100%;display:inline-block;font-weight:700;margin:0}.teal301 .form-control-placeholder{position:absolute;top:0;padding:.75rem 0 0 33px;transition:all .2s;opacity:0}.teal301{padding:0;position:relative;margin:15px 0}.Sections h4{color:#000;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;text-align:left;padding:20px 10px 10px}.screen301 .createNewClass{background-color:#fff;padding:14px 70px 20px;width:396px;position:relative;border-radius:.9375rem;overflow:auto;text-align:center;overflow-y:auto;min-height:590px;max-width:900px}.screen301 .add-question-section1{bottom:auto}.teal301 span{position:absolute;top:13px;left:auto;right:-13px}.screen301 img{cursor:pointer}.add-question-section1{position:absolute;right:auto;bottom:10px}.add-question-section1 img{position:absolute;right:100px!important;top:3px}.screen426 .add-question-section1 img{position:absolute;right:130px!important;top:3px}.add-question-section1 span{margin-left:20px;width:138px;color:#f47e16;font-size:16px;font-weight:500;cursor:pointer}.screen301 .buttonCreate{text-align:center;position:relative;top:50px;margin-bottom:0}.sidebarscreen300 .form-control:focus+.form-control-placeholder{visibility:visible!important}.sidebarscreen300 label.form-control-placeholder{visibility:hidden!important}.sidebarscreen300 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H6.4C7.35478%201%208.27045%201.37928%208.94558%202.05442C9.62072%202.72955%2010%203.64522%2010%204.6V17.2C10%2016.4839%209.71554%2015.7972%209.20919%2015.2908C8.70284%2014.7845%208.01608%2014.5%207.3%2014.5H1V1Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19%201H13.6C12.6452%201%2011.7295%201.37928%2011.0544%202.05442C10.3793%202.72955%2010%203.64522%2010%204.6V17.2C10%2016.4839%2010.2845%2015.7972%2010.7908%2015.2908C11.2972%2014.7845%2011.9839%2014.5%2012.7%2014.5H19V1Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.screens303 input{position:relative}.screens303 img{top:11px;left:200px;position:absolute}.screen216 header{background:#eff8f8}.screen216 header h2{padding-left:17rem!important}.screen216 .close{position:absolute!important;left:auto!important;top:2rem!important;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L25.7071%2024.2929C26.0976%2024.6834%2026.0976%2025.3166%2025.7071%2025.7071C25.3166%2026.0976%2024.6834%2026.0976%2024.2929%2025.7071L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill='%23F47E16'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.7071%200.292893C26.0976%200.683417%2026.0976%201.31658%2025.7071%201.70711L1.70711%2025.7071C1.31658%2026.0976%200.683417%2026.0976%200.292893%2025.7071C-0.0976311%2025.3166%20-0.0976311%2024.6834%200.292893%2024.2929L24.2929%200.292893C24.6834%20-0.0976311%2025.3166%20-0.0976311%2025.7071%200.292893Z'%20fill='%23F47E16'/%3e%3c/svg%3e") right center no-repeat!important;z-index:99!important;right:30px!important}.screen216 header{height:114px!important}.screen216 .Profile_icons{width:auto;float:left;position:absolute;left:180px;top:22px}.screen216 h2{padding-top:31px!important;color:#009688;font-weight:700;font-size:36px;line-height:48px}.screen216 .Electric_Current{color:#009688;font-weight:700;font-size:20px;line-height:30px;padding-left:50px}.screen216 .align-items-stretch.d-flex.test-block{padding-top:114px!important}.screen216 .leftside{border-right:1px solid #80cbc4}.screen216 .leftside h4{color:#000;font-weight:700;font-size:20px;line-height:30px;padding-top:30px}.screen216 .pdfimages{background:#eff8f8;border-radius:15px;padding:25px 25px 25px 20px;position:relative}.screen216 .pdfimages img.pdf_1{position:absolute;top:15px}.screen216 .pdfimages .File_Name{padding-left:60px}.screen216 .pdfimages1{background:#eff8f8;border-radius:15px;padding:25px 25px 25px 20px;position:relative;margin-top:20px}.screen216 .pdfimages1 img{position:absolute;top:15px}.screen216 .pdfimages1 .File_Name1{padding-left:60px;color:#f47e16}.screen216 .rightside{border-left:1px solid #80cbc4}.screen216 .rightside form{padding:30px 0 0!important}.screen216 .textareafiled input{padding-bottom:90px;margin:0}.screen216 .Share_voice_feedback{display:flex;flex:1}.screen216 .spackericon2 h5{color:#000;font-size:14px;line-height:22px;letter-spacing:.5px}.screen216 .spackericon2 p{color:#4db6ac;font-weight:400;font-size:12px;line-height:18px}.screen216 .Checked_Mark{padding-top:60px;text-align:center}.screen216 .Checked_Mark P{color:#f47e16;text-transform:uppercase;font-weight:500;font-size:16px;line-height:24px}.screen216 .spackericon2{padding-top:15px}.popup-content img{width:10px}.popup-content{background:#fff;padding:15px;border:1px solid #80cbc4;box-sizing:border-box;box-shadow:0 0 10px #00988726;border-radius:15px}.popup-content .font-size-10{font-size:10px}.popup-content .font-size-12{font-size:12px}.popup-content .date-content{display:grid;grid-template-columns:89px 100px;grid-column-gap:15px;margin-left:10px;position:relative}.popup-content .date-content .text-align-right,.text-align-right{text-align:right}.popup-content .date-content span{color:#26a69a;font-size:10px;padding-top:5px}.height-100vh{height:100vh}.date-indicetor-1:before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='6'%20viewBox='0%200%206%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='3'%20cy='3'%20r='2.5'%20fill='%23009688'%20stroke='%23009688'/%3e%3c/svg%3e");width:7px;height:7px;background-repeat:no-repeat;left:84px;top:-22px}.date-indicetor-1:after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='2'%20height='23'%20viewBox='0%200%202%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L0.999999%2022'%20stroke='%23009688'%20stroke-linecap='round'/%3e%3c/svg%3e");width:7px;height:20px;background-repeat:no-repeat;left:86px;top:-18px}.date-indicetor-2:before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='6'%20viewBox='0%200%206%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='3'%20cy='3'%20r='2.5'%20fill='%23009688'%20stroke='%23009688'/%3e%3c/svg%3e");width:7px;height:7px;background-repeat:no-repeat;left:110px;top:-22px}.date-indicetor-2:after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='2'%20height='23'%20viewBox='0%200%202%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L0.999999%2022'%20stroke='%23009688'%20stroke-linecap='round'/%3e%3c/svg%3e");width:7px;height:20px;background-repeat:no-repeat;left:112px;top:-18px}.screen218{background:#eff8f8;border-radius:24px;width:500px;height:300px;text-align:center}.screen218 img.logosvg{max-width:250px;padding-top:25px;margin-bottom:10px}.screen218 p.logosvg{margin-bottom:5px}.screen218 h3.eduTinker{letter-spacing:.5px;color:#000;font-weight:700;font-size:24px;line-height:32px;padding-bottom:15px}.screen218 p.startlive{color:#004d40;letter-spacing:.5px;font-weight:700;font-size:18px;line-height:30px}.screen218 span.Step_1{color:#00796b;text-align:center;letter-spacing:.5px;font-weight:700;font-size:15px;padding-right:10px}.Stepone strong,.Steptwo strong{color:#f47e16}.student_manager .header{z-index:1}.student_manager img.Dropdown,.screenadmin1010 img.Dropdown{top:26px;left:200px;position:absolute}.student_manager .All_Classes{padding:20px 40px 20px 30px}.student_manager .Subject_name{width:100%;display:flex}.student_manager .Subject_name{width:100%;display:grid;grid-template-columns:20% 15% 30% 12% 20%}.student_manager .Classsreen ul{display:grid;border-bottom:1px solid rgb(233,233,233);padding:15px 0;grid-template-columns:20% 15% 30% 12% 20%}.student_manager .All_Classes h4{padding-top:20px}.student_manager .Classsreen1 span{position:absolute;left:180px;cursor:pointer}.student_manager span.delete_icons{position:absolute;left:214px}.foursonescreen .close{height:1rem;width:1rem}.foursonescreen h2{padding-bottom:2rem;font-size:24px}.foursonescreen h2{font-size:24px}.foursonescreen .add-question-section1{position:absolute;right:auto;bottom:auto;left:46px}.foursonescreen .lasttest p{margin-bottom:20px;color:#000;font-size:16px;text-align:left;padding-left:15px}.foursonescreen .createNewClass{padding:20px 25px 30px;width:560px;height:calc(100vh - 676px);text-align:center;min-height:265px;max-height:900px}.foursonescreentwo .add-question-section1{position:absolute;right:auto;bottom:auto;left:46px}.foursonescreentwo form{margin:30px 0 0}.foursonescreentwo input{margin:0}.foursonescreentwo .form-control:focus+.form-control-placeholder{opacity:1}.foursonescreentwo label.form-control-placeholder{opacity:0}.foursonescreentwo .CREATE{margin-top:50px}.foursonescreentwo .createNewClass{padding:14px 25px 0;width:560px;height:calc(100vh - 566px);text-align:center;min-height:340px!important;max-height:900px}.foursonescreentwo label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.foursonescreentwo h2{font-size:24px;padding-bottom:20px}.foursonescreentwo .lasttest p{color:#000;font-size:16px;margin-bottom:0;text-align:left;padding-left:15px}.foursonescreentwo select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;padding-left:40px;color:#000;margin:0}.foursonescreentwo span.twoIcons{position:absolute;left:10px;top:38px}.foursonescreentwo input{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%204H8.4C9.35478%204%2010.2705%204.37928%2010.9456%205.05442C11.6207%205.72955%2012%206.64522%2012%207.6V20.2C12%2019.4839%2011.7155%2018.7972%2011.2092%2018.2908C10.7028%2017.7845%2010.0161%2017.5%209.3%2017.5H3V4Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%204H15.6C14.6452%204%2013.7295%204.37928%2013.0544%205.05442C12.3793%205.72955%2012%206.64522%2012%207.6V20.2C12%2019.4839%2012.2845%2018.7972%2012.7908%2018.2908C13.2972%2017.7845%2013.9839%2017.5%2014.7%2017.5H21V4Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")!important}.createClassPopup-section408screen{background-color:#000000b8;z-index:999;padding:3.25rem 0;height:100vh;position:fixed;left:0;top:0;width:100%}.createClassPopup-section408screen .createNewClass{background-color:#fff;padding:14px 55px 40px;width:600px;position:relative;border-radius:.9375rem;overflow:auto;max-height:590px;text-align:center}.createClassPopup-section408screen .close{position:absolute;right:1rem;top:1rem;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L25.7071%2024.2929C26.0976%2024.6834%2026.0976%2025.3166%2025.7071%2025.7071C25.3166%2026.0976%2024.6834%2026.0976%2024.2929%2025.7071L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill='%23014E3F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.7071%200.292893C26.0976%200.683417%2026.0976%201.31658%2025.7071%201.70711L1.70711%2025.7071C1.31658%2026.0976%200.683417%2026.0976%200.292893%2025.7071C-0.0976311%2025.3166%20-0.0976311%2024.6834%200.292893%2024.2929L24.2929%200.292893C24.6834%20-0.0976311%2025.3166%20-0.0976311%2025.7071%200.292893Z'%20fill='%23014E3F'/%3e%3c/svg%3e") center no-repeat;text-indent:-62499.9375rem;background-size:100%;cursor:pointer;height:1.5rem;width:1.5rem;z-index:99;color:#014e3f}.margin-left--10px{margin-left:10px}.without-icon-fullbox1{background-image:none!important;width:100%!important;display:inline-block;padding:.75rem 1rem!important;text-align:left}.createClassPopup-section408screen .margin-left--15px label.type{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac;text-align:left}.createClassPopup-section408screen .margin-left--15px .radio-group .radiobutton{background:#fff!important;border-radius:10px;padding:20px;margin-left:0;margin-top:0;max-width:100%!important;position:relative;text-align:left}.createClassPopup-section408screen .margin-left--15px .radio-group{display:grid;grid-template-columns:120px 160px;margin-left:15px;margin-top:-15px}.createClassPopup-section408screen .margin-left--15px .radio-group .radiobutton label{padding-left:0;color:#333;margin-left:10px}.createClassPopup-section408screen .margin-left--15px .radio-group .radiobutton label:before{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.createClassPopup-section408screen .margin-left--15px .radio-group .radiobutton label:after{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.createClassPopup-section408screen .margin-left--15px .radio-group .radiobutton input[type=radio]:checked+label{font-weight:400!important}.Delete-Mathematics411 .text-align-center{text-align:center;font-size:24px;line-height:36px}.Delete-Mathematics411 .delete-yes,.Delete-Mathematics411 .delete-yes:hover{color:#eb4747!important;border:2px solid #eb4747;margin-top:10px;box-shadow:0 0 .625rem #ed6c0d4d;background:#fff}.Delete-Mathematics411 .delete-no{color:#fff!important;margin-top:10px;background:#eb4747;box-shadow:0 0 10px #ed6c0d4d;border-radius:15px;border:none}.DeleteClass404 h2{font-size:24px}.DeleteClass404 .createNewClass{overflow-y:auto;height:auto;max-height:900px}.DeleteClass404 .margin-top-20px{margin-top:20px}.DeleteClass404 img.margin-top-30px{margin-top:30px}.DeleteClass404 .text-align-center{text-align:center;font-size:24px;line-height:36px;font-weight:700}.DeleteClass404 .text-align-center.small{text-align:center;font-size:16px;line-height:24px;margin:0 auto;font-weight:400}.DeleteClass404 .delete-yes,.DeleteClass404 .delete-yes:hover{color:#eb4747!important;border:2px solid #eb4747;margin-top:10px;box-shadow:0 0 .625rem #ed6c0d4d;background:#fff}.DeleteClass404 .delete-no{color:#fff!important;margin-top:10px;background:#eb4747;box-shadow:0 0 10px #ed6c0d4d;border-radius:15px;border:none}li.bell_active{display:inline-flex;cursor:pointer}li.x3112{display:inline-flex;position:relative;right:20px;cursor:pointer}.bell_active1 li.login a{padding-left:80px}.meinscreenfivehund{width:auto;position:absolute;right:40px;background:#fff;box-shadow:0 0 20px #00352d33;border-radius:15px;top:62px;z-index:99;padding-top:15px;height:calc(100vh - 176px);overflow-y:auto}.meinscreenfivehund .approved ul:hover{background:#d8efed}.meinscreenfivehund ul{display:grid;grid-template-columns:50px 230px 120px;border-bottom:.5px solid #b2dfdb;padding:10px 30px}.meinscreenfivehund ul.last{border:0px}.meinscreenfivehund ul li{font-size:14px;line-height:22px;color:#000;font-weight:500;padding-bottom:10px}.meinscreenfivehund ul li.time{font-size:10px!important;line-height:15px;text-align:center;color:#4db6ac!important}li.redcolor{color:#eb5757!important}li.redcolor1{color:#004d40!important}.fiftyone{padding:20px;right:65px;min-width:300px!important;height:465px;z-index:99}.fiftyone .approved img{cursor:pointer}.fiftyone h2{font-size:16px;line-height:24px;text-align:center;color:#000}.fiftyone .approved{display:grid;grid-template-columns:auto 30px;padding-bottom:15px}.fiftyone .approved123 ul{display:grid!important;grid-template-columns:auto auto;border-bottom:0px!important;padding:0!important}.fiftyone .approved123 .col-sm-1.control{margin-top:0;margin-bottom:0}.approved123 li.suggestion,.approved123 li.suggestion p{margin:0}.approved123{padding-top:10px}.approved123 .file2{margin-left:0;opacity:0;display:none!important}.approved123 .form-control:focus+.form-control-placeholder{opacity:1;display:block!important}.approved123 form{margin-top:30px}.approved123 .textareafiled input{width:100%;padding-bottom:120px}.fivefivezeroscreen p{font-weight:500;font-size:18px;line-height:28px;color:#000;margin:0 auto;padding-top:15px}.fivefiveonescreen .dateline{text-align:left}.fivefiveonescreen form{margin:0!important}.fivefiveeen{display:flex;grid-gap:20px}.fivefiveeen .Start_Date1{width:100%!important}.fivefiveonescreen .createNewClass{width:750px}.fivefiveeenmeinsection{display:flex;flex-wrap:wrap;justify-content:space-between}.Fee_Structure{color:#000!important;font-weight:700!important}.ACADAMIC_YEAR{height:calc(100vh + 58px)!important}.Academic_years ul{display:flex;flex-wrap:wrap;max-width:830px}.Academic_years ul li label{font-size:12px;line-height:16px;color:#4db6ac;padding-left:15px;padding-bottom:5px}.Academic_yearsbutton{padding:0;overflow-y:auto;height:calc(78vh - 53px);text-align:center;letter-spacing:.5px;text-transform:uppercase;color:#000;font-weight:700;font-size:16px;line-height:24px}.fivefivetwoscreen .add-question-section1{top:30px;left:10px}.fivefivetwoscreen .add-question-section1 img{position:absolute;right:auto;top:3px;left:-5px}.fivefivetwoscreen .SAve{display:flex;flex-wrap:wrap}.fivefivetwoscreen .SAve p{margin:0}.fivefivetwoscreen .dateline .Start_Date1{padding:0;width:33%}.fivefivetwoscreen .SAve p:nth-of-type(1){flex:1}.fivefivetwoscreen .SAve p:nth-of-type(2){flex:1.4}.Mein_Fee_Components{padding-left:30px;display:flex;flex-wrap:wrap;max-width:880px}.Fee_Components h4,.Fee_Components1 h4{font-size:18px;line-height:28px;color:#000;padding-bottom:20px}ul.quickEditSection li{padding:5px!important;cursor:pointer}.Period{display:flex;flex-wrap:wrap}.fivefivetwoscreen .Period123 ul{width:100%}.fivefivetwoscreen .Period123 ul li input{width:90%;background-image:unset;padding:10px 0 14px 10px;display:inline-block}.academic-datepicker-popper{padding-top:35px!important}.datepicker-no-margin{margin:unset!important;margin-bottom:1.75rem!important}.fivefivetwoscreen .Dropdowninputbox .form-control-placeholder{padding:12px 18px}.fivefivetwoscreen .form-control:focus+.form-control-placeholder,.fivefivetwoscreen .form-control:valid+.form-control-placeholder{font-size:14px!important;transform:unset;padding:12px 18px;color:#000;opacity:0}.fivefivetwoscreen .Period123 img.Dropdown{top:13px;left:96px;position:absolute}.fivefivetwoscreen .form-control-placeholder{padding:0 15px}.fivefivetwoscreen .inputesvalue input{padding-top:6px!important;padding-bottom:12px!important}.fivefivetwoscreen ul li span{font-weight:400}.Period123 ul li{font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;font-weight:500;padding:0;width:50%;float:left}.Periodsection h6{font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;flex:1}.Periodsection1{padding:20px 0;position:relative;margin:30px 0}.Periodsection1 span{font-size:16px;line-height:24px;color:#f47e16;padding-left:20px;cursor:pointer;float:left;font-weight:700}.Periodsection1 img{position:absolute;right:auto;top:25px;left:-5px}.fivefivetwoscreen .struture{padding-left:30px;padding-top:20px}.fivefivetwoscreen .premeinsection input.form-control.duedate,.fivefivetwoscreen .premeinsection select.fee-comp-selector{width:90%}.fivefivetwoscreen .Dropdowninputbox label{display:none}.fivefivetwoscreen .struture p{font-size:12px;padding-top:10px;padding-bottom:10px}.fivefivetwoscreen .Fee_Components123 .form-control-placeholder{padding:16px 18px}.fivefivetwoscreen .perday img.Dropdown{position:unset;padding-left:7px}.fivefivetwoscreen .perday{color:#f47e16}.subsectionsPeriod li{margin-top:15px}.subsectionsPeriod li span{font-weight:400!important;padding-left:0!important;position:relative;width:130px}.Periods span{color:#f47e16;position:relative;font-weight:700;padding-left:25px;top:10px;cursor:pointer}.Periods span img{position:absolute;top:2px;left:0}.subsectionsPeriod .Period span img{position:absolute;top:auto;left:auto;right:0;cursor:pointer}.Period123 .Period select{width:30%;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;background:#fff!important}.fourdonefivescrenn h2{font-size:24px}.fourdonefivescrenn .createNewClass{width:400px;padding:14px 50px;min-height:300px;height:380px;max-height:900px}.fourdonefivescrenn .Test_Title{font-size:16px;font-weight:700;text-align:center;letter-spacing:.5px}.fourdonefivescrenn .Test_Topic{font-size:16px;font-weight:700;text-align:center;color:#eb5757;letter-spacing:.5px}.fourdonefivescrenn .stopsignal{width:auto;margin:10px 0 0}.fourdonefivescrenn .Clock1{top:4px;right:8px}.Bi_Weekly_Test132{width:100%;display:grid;grid-template-columns:auto auto;padding:0 10px}.fourdonefivescrenn .Bi_Weekly_Test,.fourdonefivescrenn .Bi_Weekly_Topic{padding:0!important}.fourdonefivescrenn .thress{width:100%;text-align:left}.fourdonefivescrenn .thress p{margin-bottom:15px}.sidebarscreen606{padding:0!important;height:calc(100vh + 4rem)}.sidebarscreen606 .indicatorsectionmein,.sidebarscreen606 .row{padding-left:30px}.sidebarscreen606 .checkbox-section.threecheckobes{width:600px}.sidebarscreen606 .Infosectopn{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;display:grid;grid-template-columns:auto auto}.sidebarscreen606 .Infosectopnones{width:880px}.sidebarscreen606 .Infosectopnones .input-div{width:230px}.sidebarscreen606 .react-datepicker-popper{width:400px;max-width:600px;min-width:200px}.sidebarscreen606 .lastcheckbox .threecheckobesonesection{margin-left:60px!important}.sidebarscreen606 .Option_section{margin-left:22px}.sidebarscreen606 .Option_sectionthree{margin-bottom:2%;background:#eaeff5;box-shadow:#00000014 0 0 1px,#00000073 0 4px 12px -4px;box-sizing:border-box;border-radius:10px;padding:20px;margin-left:30px}.sidebarscreen606 .Option_section ul li.row{padding:0;margin-bottom:0!important}.sidebarscreen606 .Add_questionsection .add_option1{position:unset!important;padding-left:70px i!important}.sidebarscreen606 .Add_606 img.Info{margin-right:15px}.sidebarscreen606 .Add_606{border-top:1px solid #b2dfdb;padding-top:15px}.sidebarscreen606 .indicatorsectionmein .Communicationone{flex:1;text-align:right;margin-right:70px}.sidebarscreen606 .indicatorsectionmein .Communication{flex:1}.sidebarscreen606 .indicatorsectionmein{display:flex;flex-wrap:wrap}.sidebarscreen606{padding-left:30px;height:calc(100vh + -0rem)}.sidebarscreen608{padding:0!important}.sidebarscreen608 .indicatorsectionmein,.sidebarscreen608 .row{padding-left:30px}.sidebarscreen608 .checkbox-section.threecheckobes{width:600px}.sidebarscreen608 .Infosectopn{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;display:grid;grid-template-columns:auto auto}.sidebarscreen608 .Infosectopnones{width:880px}.sidebarscreen608 .Infosectopnones .input-div{width:230px}.sidebarscreen608 .add_option1 span:after{left:-30px;top:57%}.sidebarscreen608 .Add_606 img.Info{margin-right:15px}.sidebarscreen608 .Add_606{border-top:1px solid #b2dfdb;padding-top:15px}.sidebarscreen608 .indicatorsectionmein .Communicationone{flex:1;text-align:right;margin-right:70px}.sidebarscreen608 .indicatorsectionmein .Communication{flex:1}.sidebarscreen608 .indicatorsectionmein{display:flex;flex-wrap:wrap}.sidebarscreen608{padding-left:30px;height:calc(100vh + -0rem)}.sidebarscreen608 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.sidebarscreen608 .threecheckobesone{border-bottom:1px solid #b2dfdb}.sidebarscreen608 .Question_section{height:auto;position:relative;padding:30px 0 0!important;background:#eff8f8;border:1px solid #009688;border-radius:10px;max-width:100%!important;margin:40px 40px 0}.sidebarscreen608 .add_option span:after{left:-27px;top:60%}.sidebarscreen608 .Question_section form{padding:0 20px!important}.sidebarscreen608 .Question_section ul li{position:relative}.sidebarscreen608 .Question_section .teal{padding:0}.sidebarscreen608 .Question_section .teal .form-control-placeholder{opacity:0;display:none!important}.sidebarscreen608 .Question_section .teal .form-control:focus+.form-control-placeholder{opacity:1;display:block!important}.sidebarscreen608 .Option_section .control label:before{display:none}.sidebarscreen608 .Option_section .control label:after{display:none}.sidebarscreen608 .Option_section #vehicle{border-bottom:1px solid #000}.sidebarscreen608 .Option_section{padding-left:50px;border-bottom:1px solid #b2dfdb}.sidebarscreen608 .Option_section li.row{padding-bottom:0}.sidebarscreen608 .lastcheckbox label{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00695c}.sidebarscreen608 .lastcheckbox .threecheckobesonesection{margin:0}.sidebarscreen608 .add_option span{color:#f47e16;position:relative;cursor:pointer}.sidebarscreen608 .lastcheckbox{padding-left:50px;padding-top:3px}.sidebarscreen608 .lastcheckbox .checkbox-group{height:40px!important}.sidebarscreen608 .Add_questionsection .add_option1{position:unset}.sidebarscreen608 .Add_questionsection{position:relative;padding-left:70px;padding-top:30px}.sidebarscreen608 .Option_section ul li:nth-child(2) #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen609{padding:0!important}.sidebarscreen609 .indicatorsectionmein,.sidebarscreen609 .row{padding-left:30px}.sidebarscreen609 .checkbox-section.threecheckobes{width:600px}.sidebarscreen609 .Infosectopn{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;display:grid;grid-template-columns:auto auto}.sidebarscreen609 .Infosectopnones{width:880px}.sidebarscreen609 .Infosectopnones .input-div{width:230px}.sidebarscreen609 .add_option1 span:after{left:-30px;top:57%}.sidebarscreen609 .Add_606 img.Info{margin-right:15px}.sidebarscreen609 .Add_606{border-top:1px solid #b2dfdb;padding-top:15px}.sidebarscreen609 .indicatorsectionmein .Communicationone{flex:1;text-align:right;margin-right:70px}.sidebarscreen609 .indicatorsectionmein .Communication{flex:1}.sidebarscreen609 .indicatorsectionmein{display:flex;flex-wrap:wrap}.sidebarscreen609{padding-left:30px;height:calc(100vh - 6rem)}.sidebarscreen609 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.sidebarscreen609 .threecheckobesone{border-bottom:1px solid #b2dfdb}.sidebarscreen609 .Question_section{height:auto;position:relative;padding:30px 0 0!important;background:#eff8f8;border:1px solid #009688;border-radius:10px;max-width:100%!important;margin:40px 40px 0}.sidebarscreen609 .add_option span:after{left:-27px;top:60%}.sidebarscreen609 .Question_section form{padding:0 20px!important}.sidebarscreen609 .Question_section ul li{position:relative}.sidebarscreen609 .Question_section .teal{padding:0}.sidebarscreen609 .Question_section .teal .form-control-placeholder{opacity:0;display:none!important}.sidebarscreen609 .Question_section .teal .form-control:focus+.form-control-placeholder{opacity:1;display:block!important}.sidebarscreen609 .Option_section .control label:before{display:none}.sidebarscreen609 .Option_section .control label:after{display:none}.sidebarscreen609 .Option_section #vehicle{border-bottom:1px solid #000}.sidebarscreen609 .Option_section{padding-left:50px;border-bottom:1px solid #b2dfdb}.sidebarscreen609 .Option_section li.row{padding-bottom:0}.sidebarscreen609 .lastcheckbox label{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00695c}.sidebarscreen609 .lastcheckbox .threecheckobesonesection{margin:0}.sidebarscreen609 .add_option span{color:#f47e16;position:relative;cursor:pointer}.sidebarscreen609 .lastcheckbox{padding-left:50px;padding-top:3px}.sidebarscreen609 .radiobutton label{padding-left:40px;font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#009688}.sidebarscreen609 .lastcheckbox .checkbox-group{height:40px!important}.sidebarscreen609 .Add_questionsection .add_option1{position:unset}.sidebarscreen609 .Add_questionsection{position:relative;padding-left:70px;padding-top:30px}.sidebarscreen609 .Option_section ul li:nth-child(2) #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen609 .mein_radiobutton_section .radiobutton{width:95%!important;min-width:95%}.sidebarscreen610{padding:0!important}.sidebarscreen610 .indicatorsectionmein,.sidebarscreen610 .row{padding-left:30px}.sidebarscreen610 .checkbox-section.threecheckobes{width:600px}.sidebarscreen610 .Infosectopn{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;display:grid;grid-template-columns:auto auto}.sidebarscreen610 .Infosectopnones{width:880px}.sidebarscreen610 .Infosectopnones .input-div{width:230px}.sidebarscreen610 .add_option1 span:after{left:-30px;top:57%}.sidebarscreen610 .Add_606 img.Info{margin-right:15px}.sidebarscreen610 .Add_606{border-top:1px solid #b2dfdb;padding-top:15px}.sidebarscreen610 .indicatorsectionmein .Communicationone{flex:1;text-align:right;margin-right:70px}.sidebarscreen610 .indicatorsectionmein .Communication{flex:1}.sidebarscreen610 .indicatorsectionmein{display:flex;flex-wrap:wrap}.sidebarscreen610{padding-left:30px;height:calc(100vh - 6rem)}.sidebarscreen610 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.sidebarscreen610 .threecheckobesone{border-bottom:1px solid #b2dfdb}.sidebarscreen610 .Question_section{height:auto;position:relative;padding:30px 0 0!important;background:#eff8f8;border:1px solid #009688;border-radius:10px;max-width:100%!important;margin:40px 40px 0}.sidebarscreen610 .add_option span:after{left:-27px;top:60%}.sidebarscreen610 .Question_section form{padding:0 20px!important}.sidebarscreen610 .Question_section ul li{position:relative}.sidebarscreen610 .Question_section .teal{padding:0}.sidebarscreen610 .Question_section .teal .form-control-placeholder{opacity:0;display:none!important}.sidebarscreen610 .Question_section .teal .form-control:focus+.form-control-placeholder{opacity:1;display:block!important}.sidebarscreen610 .Option_section .control label:before{display:none}.sidebarscreen610 .Option_section .control label:after{display:none}.sidebarscreen610 .Option_section #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen610 .Option_section{padding-left:50px;border-bottom:1px solid #b2dfdb}.sidebarscreen610 .control12{padding:0!important;width:64%}.sidebarscreen610 .radiobutton label{padding-left:40px;font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#009688}.sidebarscreen610 .Option_section li.row{padding-bottom:0}.sidebarscreen610 .lastcheckbox label{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00695c}.sidebarscreen610 .lastcheckbox .threecheckobesonesection{margin:0}.sidebarscreen610 .Modify_Class{color:#009688!important;font-weight:700}.sidebarscreen610 .add_option span{color:#f47e16;position:relative;cursor:pointer}.sidebarscreen610 .lastcheckbox{padding-left:50px;padding-top:3px}.sidebarscreen610 .lastcheckbox .checkbox-group{height:40px!important}.sidebarscreen610 .Add_questionsection .add_option1{position:unset}.sidebarscreen610 .Add_questionsection{position:relative;padding-left:70px;padding-top:30px}.sidebarscreen610 .Option_section ul li:nth-child(2) #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen610 .mein_radiobutton_section .radiobutton{width:95%!important;min-width:95%}.sidebarscreen611{padding:0!important}.sidebarscreen611 .indicatorsectionmein,.sidebarscreen611 .row{padding-left:30px}.sidebarscreen611 .checkbox-section.threecheckobes{width:600px}.sidebarscreen611 .Infosectopn{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;display:grid;grid-template-columns:auto auto}.sidebarscreen611 .Infosectopnones{width:880px}.sidebarscreen611 .Infosectopnones .input-div{width:230px}.sidebarscreen611 .add_option1 span:after{left:-30px;top:57%}.sidebarscreen611 .Add_606 img.Info{margin-right:15px}.sidebarscreen611 .Add_606{border-top:1px solid #b2dfdb;padding-top:15px}.sidebarscreen611 .indicatorsectionmein .Communicationone{flex:1;text-align:right;margin-right:70px}.sidebarscreen611 .indicatorsectionmein .Communication{flex:1}.sidebarscreen611 .indicatorsectionmein{display:flex;flex-wrap:wrap}.sidebarscreen611{padding-left:30px;height:calc(100vh - 6rem)}.sidebarscreen611 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.sidebarscreen611 .threecheckobesone{border-bottom:1px solid #b2dfdb}.sidebarscreen611 .Question_section{height:auto;position:relative;padding:30px 0 0!important;background:#eff8f8;border:1px solid #009688;border-radius:10px;max-width:100%!important;margin:40px 40px 0}.sidebarscreen611 .add_option span:after{left:-27px;top:60%}.sidebarscreen611 .Question_section form{padding:0 20px!important}.sidebarscreen611 .Question_section ul li{position:relative}.sidebarscreen611 .Question_section .teal{padding:0}.sidebarscreen611 .Question_section .teal .form-control-placeholder{opacity:0;display:none!important}.sidebarscreen611 .Question_section .teal .form-control:focus+.form-control-placeholder{opacity:1;display:block!important}.sidebarscreen611 .Option_section .control label:before{display:none}.sidebarscreen611 .Option_section .control label:after{display:none}.sidebarscreen611 .Option_section #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen611 .Option_section{padding-left:50px;border-bottom:1px solid #b2dfdb}.sidebarscreen611 .control12{padding:0!important;width:100%}.sidebarscreen611 .radiobutton label{padding-left:40px;font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#009688}.sidebarscreen611 .Option_section li.row{padding-bottom:0}.sidebarscreen611 .lastcheckbox label{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00695c}.sidebarscreen611 .lastcheckbox .threecheckobesonesection{margin:0}.sidebarscreen611 .Modify_Class{color:#009688!important;font-weight:700}.sidebarscreen611 .add_option span{color:#f47e16;position:relative;cursor:pointer}.sidebarscreen611 .lastcheckbox{padding-left:50px;padding-top:3px;border-top:1px solid #b2dfdb}.sidebarscreen611 .lastcheckbox .checkbox-group{height:40px!important}.sidebarscreen611 .Add_questionsection .add_option1{position:unset}.sidebarscreen611 .Add_questionsection{position:relative;padding-left:70px;padding-top:30px}.sidebarscreen611 .Option_section ul li:nth-child(2) #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen611 .mein_radiobutton_section .radiobutton{width:95%!important;min-width:95%}.sidebarscreen611 .radiobutton_section ul li{width:auto;display:inline-block;margin:0 0 0 10px}.sidebarscreen611 .radiobutton_section .radiobutton{background:transparent;border-radius:10px;padding:10px 0 0;margin-left:40px;margin-top:0;max-width:100%!important;margin-bottom:0}.sidebarscreen611 .radiobutton_section .radiobutton{background:transparent;border-radius:10px;padding:10px 0 0;margin-left:60px;margin-top:0;max-width:100%!important;margin-bottom:0}.sidebarscreen612{padding:0!important}.sidebarscreen612 .indicatorsectionmein,.sidebarscreen612 .row{padding-left:30px}.sidebarscreen612 .checkbox-section.threecheckobes{width:600px}.sidebarscreen612 .Infosectopn{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;display:grid;grid-template-columns:auto auto}.sidebarscreen612 .Infosectopnones{width:880px}.sidebarscreen612 .Infosectopnones .input-div{width:230px}.sidebarscreen612 .add_option1 span:after{left:-30px;top:57%}.sidebarscreen612 .Add_606 img.Info{margin-right:15px}.sidebarscreen612 .Add_606{border-top:1px solid #b2dfdb;padding-top:15px}.sidebarscreen612 .indicatorsectionmein .Communicationone{flex:1;text-align:right;margin-right:70px}.sidebarscreen612 .indicatorsectionmein .Communication{flex:1}.sidebarscreen612 .indicatorsectionmein{display:flex;flex-wrap:wrap}.sidebarscreen612{padding-left:30px;height:calc(100vh - 6rem)}.sidebarscreen612 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.sidebarscreen612 .threecheckobesone{border-bottom:1px solid #b2dfdb}.sidebarscreen612 .Question_section{height:auto;position:relative;padding:30px 0 0!important;background:#eff8f8;border:1px solid #009688;border-radius:10px;max-width:100%!important;margin:40px 40px 0}.sidebarscreen612 .add_option span:after{left:-27px;top:60%}.sidebarscreen612 .Question_section form{padding:0 20px!important}.sidebarscreen612 .Question_section ul li{position:relative}.sidebarscreen612 .Question_section .teal{padding:0}.sidebarscreen612 .Question_section .teal .form-control-placeholder{opacity:0;display:none!important}.sidebarscreen612 .Question_section .teal .form-control:focus+.form-control-placeholder{opacity:1;display:block!important}.sidebarscreen612 .Option_section .control label:before{display:none}.sidebarscreen612 .radiobutton ul li{width:auto;display:inline-block;padding-left:15px;padding-right:15px}.sidebarscreen612 .radiobutton .agree_section{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;padding-bottom:15px}.sidebarscreen612 .Option_section .control label:after{display:none}.sidebarscreen612 .Option_section #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen612 .Option_section{padding-left:50px;border-bottom:1px solid #b2dfdb}.sidebarscreen612 .control12{padding:0!important;width:64%}.sidebarscreen612 .radiobutton label{padding-left:20px;font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#009688}.sidebarscreen612 .Option_section .radiobutton{background:transparent;margin:0;padding:10px 0}.sidebarscreen612 .Option_section li.row{padding-bottom:0}.sidebarscreen612 .lastcheckbox label{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00695c}.sidebarscreen612 .lastcheckbox .threecheckobesonesection{margin:0}.sidebarscreen612 .Modify_Class{color:#009688!important;font-weight:700}.sidebarscreen612 .add_option span{color:#f47e16;position:relative;cursor:pointer}.sidebarscreen612 .lastcheckbox{padding-left:50px;padding-top:3px}.sidebarscreen612 .lastcheckbox .checkbox-group{height:40px!important}.sidebarscreen612 .Add_questionsection .add_option1{position:unset}.sidebarscreen612 .Add_questionsection{position:relative;padding-left:70px;padding-top:30px}.sidebarscreen612 .Option_section ul li:nth-child(2) #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen612 .mein_radiobutton_section .radiobutton{width:95%!important;min-width:95%}.sidebarscreen613{padding:0!important}.sidebarscreen613 .indicatorsectionmein,.sidebarscreen613 .row{padding-left:30px}.sidebarscreen613 .checkbox-section.threecheckobes{width:600px}.sidebarscreen613 .Infosectopn{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;display:grid;grid-template-columns:auto auto}.sidebarscreen613 .radiobutton h3.experiencetest{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.sidebarscreen613 .Infosectopnones{width:880px}.sidebarscreen613 .Infosectopnones .input-div{width:230px}.sidebarscreen613 .add_option1 span:after{left:-30px;top:57%}.sidebarscreen613 .Add_606 img.Info{margin-right:15px}.sidebarscreen613 .Add_606{border-top:1px solid #b2dfdb;padding-top:15px}.sidebarscreen613 .indicatorsectionmein .Communicationone{flex:1;text-align:right;margin-right:70px}.sidebarscreen613 .indicatorsectionmein .Communication{flex:1}.sidebarscreen613 .indicatorsectionmein{display:flex;flex-wrap:wrap}.sidebarscreen613{padding-left:30px;height:calc(100vh - 6rem)}.sidebarscreen613 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.sidebarscreen613 .threecheckobesone{border-bottom:1px solid #b2dfdb}.sidebarscreen613 .Question_section{height:auto;position:relative;padding:30px 0 0!important;background:#eff8f8;border:1px solid #009688;border-radius:10px;max-width:100%!important;margin:40px 40px 0}.sidebarscreen613 .add_option span:after{left:-27px;top:60%}.sidebarscreen613 .Question_section form{padding:0 20px!important}.sidebarscreen613 .Question_section ul li{position:relative}.sidebarscreen613 .Question_section .teal{padding:0}.sidebarscreen613 .Question_section .teal .form-control-placeholder{opacity:0;display:none!important}.sidebarscreen613 .Question_section .teal .form-control:focus+.form-control-placeholder{opacity:1;display:block!important}.sidebarscreen613 .Option_section .control label:before{display:none}.sidebarscreen613 .Option_section .control label:after{display:none}.sidebarscreen613 .Option_section #vehicle{border-bottom:1px solid #000}.sidebarscreen613 .Option_section{padding-left:50px;border-bottom:1px solid #b2dfdb}.sidebarscreen613 .Option_section li.row{padding-bottom:0}.sidebarscreen613 .lastcheckbox label{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00695c}.sidebarscreen613 .lastcheckbox .threecheckobesonesection{margin:0}.sidebarscreen613 .add_option span{color:#f47e16;position:relative;cursor:pointer}.sidebarscreen613 .lastcheckbox{padding-left:50px;padding-top:3px}.sidebarscreen613 .radiobutton label{padding-left:15px;font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#000;padding-right:15px}.sidebarscreen613 .radiobutton ul li{width:auto;display:inline-block;padding-left:10px;padding-top:15px}.sidebarscreen613 .radiobutton label:before,.sidebarscreen613 .radiobutton label:after{top:calc(50% - .7rem)}.sidebarscreen613 .lastcheckbox .checkbox-group{height:40px!important}.sidebarscreen613 .Add_questionsection .add_option1{position:unset}.sidebarscreen613 .Add_questionsection{position:relative;padding-left:70px;padding-top:30px}.sidebarscreen613 .Option_section ul li:nth-child(2) #vehicle{border-bottom:1px solid #b2dfdb}.sidebarscreen613 .mein_radiobutton_section .radiobutton{width:95%!important;min-width:95%}.screen1500{height:calc(100vh - 90px)}.screen1500 ul li .add-question-section1 span{padding-left:0;font-weight:700}.screen1500 ul li .perday,.screen1500 ul li .perdayones{padding-left:15px;font-weight:500}.screen1500 .Period123 img.Dropdownones{top:6px;left:31px;position:absolute}.screen1500 .persantage{font-weight:700!important}.screen1500 .struture{padding-left:30px;padding-top:80px;padding-bottom:40px}.screen1500 .subsectionsPeriod li span{width:auto;display:flex}.screen1500 .subsectionsPeriod .Period span img{position:unset;padding-left:15px}.screen1500 .Period123 ul li{font-weight:700}.screen1500 .yearfirstsection form.Academic_years .dateline li select{background-color:#fff}.screen1500 .yearfirstsection{width:100%;display:inline-block;margin-top:20px}.screen1500 .yearfirstsection .add-question-section1 .add-question-section1 span{margin-left:10px;width:auto}.screen1500 .yearfirstsection .add-question-section1{position:unset;margin-top:10px}.screenedutinker{height:calc(100vh - 50px);overflow-y:auto}.sidebarscreen412{padding-left:30px}.sidebarscreen412 .indicator,.indicator{color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.sidebarscreen412 .Modify_Class{color:#000;font-weight:700}.sidebarscreen412 .Header{color:#000;font-weight:900;font-size:19px;line-height:28px;margin-bottom:30px}.sidebarscreen412 .row{display:flex;flex-wrap:wrap;margin:8px 0}.sidebarscreen412 .row .input-div.email{width:450px}.sidebarscreen412 .row .input-div.address{width:750px}.sidebarscreen412 .row .input-div.select{margin-top:-25px}.sidebarscreen412 .row .input-div.select label,.period-labels{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.sidebarscreen412 .row .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;padding-left:20px;color:#000;margin:0;width:215px}.sidebarscreen412 .row .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.sidebarscreen412 .row .input-div.select.prefix select{padding-left:40px;margin-bottom:15px}.sidebarscreen412 .row .input-div.radio-div{margin-top:-20px;width:230px}.sidebarscreen412 .row .input-div.radio-div .radio-group-btn,.transfer-data .radio-group-btn{display:grid;grid-template-columns:100px 100px;margin-left:25px;margin-top:-20px}.sidebarscreen412 .row .input-div.radio-div .radio-group-btn .radiobutton,.transfer-data .radio-group-btn .radiobutton{border-radius:10px;padding:20px;margin-left:0;margin-top:0;max-width:100%!important;position:relative;text-align:left}.sidebarscreen412 .row .input-div.radio-div .radio-group-btn .radiobutton label,.transfer-data .radio-group-btn .radiobutton label{padding-left:0;margin-left:10px}.sidebarscreen412 .row .input-div.radio-div .radio-group-btn .radiobutton label:before,.transfer-data .radio-group-btn .radiobutton label:before{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.sidebarscreen412 .row .input-div.radio-div .radio-group-btn .radiobutton label:after,.transfer-data .radio-group-btn .radiobutton label:after{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.sidebarscreen412 .row .input-div input{padding:.75rem 1rem}.sidebarscreen412 label.form-control-placeholder{visibility:visible!important}.sidebarscreen412 .row .radio-header{color:#000;line-height:16px;width:100%}.sidebarscreen412 .row .radio-btn-group{display:grid;grid-template-columns:auto auto auto;grid-gap:10px}.sidebarscreen412 .row .radio-btn-group .radio-btn{width:80px;padding:5px 10px;border:1px solid #000;border-radius:5px;cursor:pointer;text-align:center}.sidebarscreen412 .row .radio-btn-group .radio-btn.active{background:#ed6b001a;border-radius:5px;border:1px solid #ed6b00}.Header_section{display:flex;flex-wrap:wrap}.headeroe{flex:.8}.headertwo{flex:1}.screen1716 .leftSide,.screen1716 .screenedutinker h4{background:#000!important}.screen1716 .screenedutinker .active{color:transparent;background:#000!important}.screen1716 .topLinks{background:transparent!important;opacity:.95!important}.screen1716 .fivefivezeroscreen img.Cross_1716{padding-left:15px}.screen1716 .screenedutinker{padding:80px 60px 50px}.sidebarscreen413 .row ul{text-indent:-8px;margin:15px 0 0 20px;width:790px}.sidebarscreen413 .row ul li:before{content:"";background-color:#009688;display:inline-block;width:1em;margin-left:-1em;width:10px;height:10px;border-radius:50%;margin-right:15px}.sidebarscreen413 .row ul li .highlight,.sidebarscreen413 .row p .highlight{color:#f70;font-weight:700;font-size:18px;cursor:pointer}.sidebarscreen413 .row p.Download-Student-Template{margin-left:20px;position:relative;cursor:pointer}.sidebarscreen413 .row p.Download-Student-Template img{margin-left:20px;position:absolute}.sidebarscreen413 .row .input-div{margin-left:20px}.sidebarscreen413 .row .input-div .custom-file-input{background-color:#ff770026;border:none;cursor:pointer;color:transparent}.sidebarscreen413 .row .input-div .custom-file-input:before{content:"Choose File";color:#f70;display:inline-block;font-weight:900;font-size:16px;text-transform:uppercase;position:absolute;top:15px;margin-left:0}.sidebarscreen413 .row .input-div .custom-file-input:after{content:"No File chosen";color:#000;position:absolute;margin-left:-70px;top:15px}.sidebarscreen413 .row .upload{margin-top:0}.screen414 .createNewClass{width:1000px!important;max-height:calc(100vh - 50px);height:calc(100vh - 50px)}.screen414 .createNewClass h2{text-align:left;padding-bottom:20px;font-size:20px;padding-left:20px;border-bottom:1px solid #b2dfdb}.screen414 .createNewClass{padding:14px 25px 40px 0;border-radius:0}.screen414 .createNewClass table{width:100%;text-align:left}.screen414 .createNewClass table thead tr th{color:#004d40;font-weight:700;font-size:20px;border-bottom:1px solid #b2dfdb;padding:15px}.screen414 .createNewClass table tbody tr td{color:#000;padding:15px}.screen414 .createNewClass table tbody tr:nth-child(2n){background:#eff8f8}.scrennno416 ul li{font-weight:500}.screenno504 .Subject_name{width:100%;display:grid;grid-template-columns:15% 20% 15% 15% 15% 15%;padding-left:15px}.screenno504 .Classsreen ul{grid-template-columns:15% 21% 16% 15% 15% 10%;padding:0}.screenno504 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno504 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno504 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno504 .dateline .Start_Date{width:370px;display:inline-block;margin-right:16px;padding:0;min-width:180px}.screenno504 ul.dateline{display:flex;overflow-x:auto;align-items:center}.screenno504 ul.dateline::-webkit-scrollbar{height:10px;background:#fff}.screenno504 .Subject_name h4:nth-child(4),.screenno504 .Subject_name h4:nth-child(6),.screenno504 .Subject_name h4:nth-child(7){text-align:left}.screenno504 ul.dateline::-webkit-scrollbar-thumb{background-color:#c4c4c4;outline:1px solid #c4c4c4;border-radius:5px}.screenno504 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screenno504 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno504 .Modify_Class{color:#000;font-weight:700}.screenno504 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno504 input[type=text].duedate,.screenadmin1010 input[type=text].duedate,.screensidebar300 input[type=text].duedate,#search-input{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno504 .CREATE{float:right;margin:0}.screenno504 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px;display:block}.screenno504 input#duedate{margin-top:14px}.screenno504 .Classsreen span.Dropdown_section{display:flex}.screenno504 .Classsreen span.Dropdown_section img,.selectboxsection_media,.screenno504 .select_dropdwon_section{display:none}.screenno504 .Classsreen span.Dropdown_section{display:block}@media only screen and (max-width:991px){.screenno504 .CREATE{display:none}.selectboxsection_media,.screenno504 .select_dropdwon_section{display:block}.screenno504 .select_dropdwon_section{padding-bottom:1.25rem}.screenno504 .Classsreen span.Dropdown_section{display:none}.screen504_mobile_responsive .Classsreen ul li:first-child{position:relative;padding:0}.screen504_mobile_responsive .mobile_nav_menu .selectboxsection .dropdwon p{z-index:1}.screen504_mobile_responsive .deshtop_screen{display:none!important}.screen504_mobile_responsive .selectboxsection .dropdwon input:checked+.menu{visibility:visible;left:0}.screen504_mobile_responsive .Classsreen ul li{font-weight:400;font-size:12px;line-height:18px;color:#000}.screen504_mobile_responsive .Classsreen ul .view{color:#f47e16;font-weight:400;font-size:12px;line-height:18px;font-weight:700}.screen504_mobile_responsive .Classsreen{padding:10px}.screenno504 .Subject_name{padding-left:0}.screen504_mobile_responsive .student_manager .All_Classes{padding:20px 10px}.screen504_mobile_responsive .selectboxsection ul.menu{display:block;visibility:hidden;position:absolute;left:-300px;transition:all 1s ease-in-out;height:100vh;box-shadow:5px 0 15px #eff8f8;width:40%;z-index:1;background:#e0f2f1e6}.screenno504 .Classsreen span.Dropdown_section img{padding-left:10px;display:block}.screenno504 .mobile_responsive{width:100%!important;display:block!important}.screenno504 .mobile_responsive input#duedate{width:90%}.screen504_mobile_responsive .rightSide{width:100%;margin-left:0}.screen504_mobile_responsive .leftSide{display:none}.screen504_mobile_responsive header.fivefivezeroscreen{display:none;width:100%;margin:0;padding:0}.screenno504 .sidebarscreen300 p{display:none}.screen504_mobile_responsive .screensidebar300{padding-top:10px!important}.screen504_mobile_responsive{display:unset!important}.mobile_nav_menu .selectboxsection .dropdwon p{padding:15px 60px}.mobile_nav_menu .selectboxsection .dropdwon{background:#fff;box-shadow:0 0 20px #0098871a}.screenno504 .form-control:focus+.form-control-placeholder{display:none}.screenno504 .Subject_name h4:nth-child(3),.screenno504 .Classsreen ul li:nth-child(3),.screenno504 .Subject_name h4:nth-child(4),.screenno504 .Classsreen ul li:nth-child(4),.screenno504 .Subject_name h4:nth-child(5),.screenno504 .Classsreen ul li:nth-child(5){display:none}.screenno504 .Subject_name{grid-template-columns:33% 47% 20%}.screenno504 .Classsreen ul{grid-template-columns:33% 50% 17%}.screen504_mobile_responsive .mobile_nav_menu .selectboxsection input#Admission_check{z-index:2}.screenno504 .select_dropdwon_section .selectboxsection select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;appearance:none;font-size:16px;display:block;width:auto;color:#000;font-family:Lato;font-size:1rem;margin-bottom:1.75rem;border-radius:0;padding:.75rem 1rem;margin:50px auto 0;border:none;border-bottom:.5px solid #80cbc4}.screenno504 .select_dropdwon_section .selectboxsection ul.menu{display:none;visibility:hidden;position:relative;left:0!important;transition:all 1s ease-in-out;height:auto;box-shadow:5px 0 15px #eff8f8;z-index:1;background:#eff8f8;border:0px;width:100vw}.screenno504 .select_dropdwon_section .selectboxsection .dropdwon input:checked+.menu,.screenno504 .select_dropdwon_section .selectboxsection .dropdwon .menu .submenu input:checked+.submenu_option{display:block}.screenno504 .select_dropdwon_section .selectboxsection input#Admission_check,.screenno504 .select_dropdwon_section .selectboxsection .dropdwon .menu .submenu input{position:absolute;width:280px;top:0;left:0;opacity:0;display:block;height:35px;margin:0}.screenno504 .select_dropdwon_section .selectboxsection .dropdwon{position:relative;width:100%;text-align:center}.screenno504 .select_dropdwon_section .selectboxsection .Dropdownadminesion img{position:absolute;left:auto;right:15px}.screenno504 .select_dropdwon_section .selectboxsection .dropdwon p{font-weight:400;font-size:12px;line-height:18px;color:#000;padding:0;border:0px}.screenno504 .select_dropdwon_section .selectboxsection{display:flex;justify-content:center;background:transparent;box-shadow:unset;border-radius:10px;width:auto;margin:0 auto}.screenno504 .select_dropdwon_section .selectboxsection ul li{font-weight:700;font-size:16px;line-height:24px;color:#000;border-bottom:0px;padding:15px 0;display:inline-block;justify-content:left;position:relative;margin:0;width:32%}.screenno504 .select_dropdwon_section .selectboxsection ul li:last-child{border:0px}.screenno504 .select_dropdwon_section .selectboxsection .submenu img{height:24px;right:-10px!important}.screenno504 .select_dropdwon_section .selectboxsection ul.submenu_option{display:none;position:absolute;right:-160px;top:0;background:#eff8f8}.screenno504 .select_dropdwon_section .selectboxsection .submenu p.Dropdownadminesion{border:0px;width:100%;margin:0;padding:0}.screenno504 .select_dropdwon_section .selectboxsection ul li p.Total_Feetest{font-weight:400;font-size:12px;line-height:18px;color:#00796b}.screenno504 .select_dropdwon_section .selectboxsection ul li p{font-weight:700;font-size:14px;line-height:18px;color:#000}}.screenmein558 .createNewClass{padding:14px 50px 0 25px;width:560px;height:calc(100vh - 556px)}.screenmein558 .dateline .Start_Date1{width:33%;display:inline-block;margin-right:16px}.screenmein558 select{padding-left:20px}.screenmein558 form{margin:15px 0 0}.screen553 .Fee-Structure .contant-body .Btn-Save{display:flex;justify-content:center}.screen553{padding-left:0}.screen553 .SAve{padding-left:30px}.screen553 .Fee-Structure .contant-body{margin-top:42px}.screen553 .Fee-Structure .contant-body .row{margin-left:0;padding-left:30px}.screen553 .Fee-Structure .contant-body .row .input-div{position:relative;margin-right:30px}.screen553 .Fee-Structure .contant-body .row .input-div.select select[name=academicyear]{width:170px}.screen553 .Fee-Structure .contant-body .row .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screen553 .Fee-Structure .contant-body .row .input-div select,.screen553 .Fee-Structure .contant-body .full-width .fields-value .FieldValue .input-div.select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;padding-left:20px;color:#000;margin:0;width:230px}.screen553 .Fee-Structure .contant-body .row .input-div.select.prefix select{padding-left:40px}.screen553 .Fee-Structure .contant-body .row .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.screen553 .Fee-Structure .contant-body .full-width{background:#e0f2f1;width:100%;margin-top:22px}.screen553 .Fee-Structure .contant-body .full-width.value{background:#eff8f8;width:100%;margin-top:0}.screen553 .Fee-Structure .contant-body .full-width label{font-weight:700;font-size:20px;line-height:30px;color:#000;padding:16px 0 0 30px}.screen553 .Fee-Structure .contant-body .full-width .fields{display:grid;grid-template-columns:33% 33% 33%;margin-left:15px;padding-bottom:16px}.screen553 .Fee-Structure .contant-body .full-width .fields-value{display:grid;grid-template-columns:33% 33% 33%;margin-left:45px;padding-bottom:16px}.screen553 .Fee-Structure .contant-body .full-width .fields-value .FieldValue{padding-top:16px}.screen553 .Fee-Structure .contant-body .full-width .fields-value .FieldValue.MandatoryAction{display:inherit;position:relative}.screen553 .Fee-Structure .contant-body .full-width .fields-value .FieldValue.MandatoryAction .switch{position:absolute;left:0;cursor:pointer;top:5px}.screen553 .Fee-Structure .contant-body .full-width .fields-value .FieldValue.MandatoryAction .switch.on{margin-left:10px}.screen553 .Fee-Structure .contant-body .full-width .fields-value .FieldValue.MandatoryAction .text{position:absolute;left:70px;top:10px;font-weight:800}.screen553 .Fee-Structure .contant-body .full-width .fields-value .FieldValue.MandatoryAction .delete{position:absolute;left:130px;top:10px;cursor:pointer}.screen553 .switch label:after{top:0;left:auto;right:-30px}.screen553 .switch label:before{top:0;left:auto;right:-22px}.screen553 .Fee-Structure .contant-body .full-width .fields-value:before{content:"";border-bottom:.5px solid #80cbc4;position:absolute;width:59%;margin-top:54px}.screen553 .Fee-Structure .contant-body .full-width .fields-value .FieldValue .input-div input[type=text]{width:150px;padding-left:15px}.screen553 .Fee-Structure .contant-body .Periodsection1{margin-left:45px}.screen553 .FieldValue .input-div.select select#fee-type{background-color:#fff!important;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}.inputfiledsvalues:before{content:"";border-bottom:0px solid #80cbc4!important}.inputfiledsvalues .input-div.select{padding-left:0!important}.screen553{box-shadow:unset!important}.Studentdeliver{margin-top:30px;width:calc(100vw - 41rem)}.Studentdeliver p{text-align:right}.screen556 ul li .add-question-section1 span{padding-left:0;font-weight:700}.screen556 ul li .perday,.screen556 ul li .perdayones{padding-left:15px;font-weight:500}.screen556 .Period123 img.Dropdownones{top:6px;left:31px;position:absolute}.screen556 .persantage{font-weight:700!important}img.dollersinge{position:absolute;top:22px;left:4px}.screen556 .struture{padding-left:30px;padding-top:80px;padding-bottom:40px}.screen556 .Period123 ul li{font-weight:400}.screen1800 ul li .add-question-section1 span{padding-left:0;font-weight:700}.screen1800 .perday{font-weight:700!important;display:inline-flex}.screen1800 ul li .perday,.screen1800 ul li .perdayones{padding-left:15px;font-weight:500}.screen1800 .Period123 img.Dropdownones{top:6px;left:31px;position:absolute}.screen1800 .persantage{font-weight:700!important}.screen1800 img.dollersinge{position:absolute;top:15px;left:15px}.screen1800 .struture{padding-left:30px;padding-top:80px;padding-bottom:40px}.screen1800 .Period123 ul li{font-weight:400}.screen1800 .Fee_Components .Periodsection .Period123 ul li{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screen1800 .Fee_Components .Periodsection .Period123 ul li .switch input{display:none!important}.screen1800 .switch label:before{content:"";position:absolute;top:-7px;left:0;width:3.125rem;height:2.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='36'%20viewBox='0%200%2042%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='12'%20rx='6'%20transform='matrix(-1%200%200%201%2042%2012)'%20fill='%23C6CFCE'/%3e%3cg%20filter='url(%23filter0_d)'%3e%3ccircle%20r='8'%20transform='matrix(-1%200%200%201%2018%2018)'%20fill='white'/%3e%3c/g%3e%3ccircle%20r='4'%20transform='matrix(-1%200%200%201%2018%2018)'%20fill='%23C6CFCE'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='36'%20height='36'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.77526%200%200%200%200%200.8125%200%200%200%200%200.809024%200%200%200%201%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");border:none!important}.screen1800 .switch label:after{content:"";position:absolute;top:-7px;left:6px;width:3.125rem;height:2.125rem;opacity:0;transition:background-size .2s ease;border:0px}.screen1800 .add_option1 span:after{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2018C13.9706%2018%2018%2013.9706%2018%209C18%204.02944%2013.9706%200%209%200C4.02944%200%200%204.02944%200%209C0%2013.9706%204.02944%2018%209%2018Z'%20fill='%23F47E16'/%3e%3cpath%20d='M9%205.40039V12.6004'%20stroke='%23FFFEF9'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.39999%209H12.6'%20stroke='%23FFFEF9'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;content:"";position:absolute;left:-30px;top:60%}.screen1800 .add_option1{position:unset;padding-left:30px;padding-top:15px}.screen1800 .Fee_Components h4{padding-top:20px}.screen1800 .bookmerticalsection ul li{width:100%;padding:10px 0}.screen1800 .bookmerticalsection .Period123 p{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screen1800 .bookmerticalsection ul li span{padding:0}.screen1800 .bookmerticalsection .Periodsection,.Periodsection{background:#eff8f8;border-radius:10px;width:calc(98% + 1.063rem);padding:20px;display:inline-block}.screen507 .createNewClass{background-color:#fff;padding:14px 40px 20px;width:320px;position:relative;border-radius:.9375rem;overflow:auto;text-align:center;overflow-y:auto;height:calc(100vh - 610px)}.screen507 .control{margin:3px 30px 0}.screen507 .firstui{display:grid;grid-template-columns:auto auto}.screen507 .firstui li{margin-left:0;padding:6px 0}.screen507 ul li{padding:15px 0;margin-left:0}.screen507 .buttonCreate{margin-top:50px}.screen509{align-items:center!important}.screen509 .createNewClass{width:400px!important;max-height:calc(70vh + 30px);height:calc(70vh + 30px);border-radius:.9375rem!important}.screen509 .createNewClass h2{font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screen509 .createNewClass{padding:30px 0;border-radius:0}.screen509 .createNewClass table{width:100%;text-align:left;padding:0 0 0 70px}.screen509 .createNewClass table thead tr th{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screen509 .createNewClass table tbody tr td{color:#000;padding:0;position:relative}.screen509 .control{margin:12px 0}.screen509 .control label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:-35px;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.screen509 .control label:after{content:"";position:absolute;top:calc(50% - .5625rem);left:-35px;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease}.screen509 .CREATE{margin-top:30px}.screen472 .createNewClass{height:auto;min-height:280px}.Student-Course-Allocation .filter-form .input-div.select{margin-top:15px!important}.Student-Course-Allocation .filter-form .input-div.select.prefix select{padding-left:40px}.Student-Course-Allocation .filter-form .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:230px}.Student-Course-Allocation .contant-body .full-width .padding-section{padding:0 30px;position:relative}.Student-Course-Allocation .contant-body .full-width .top-title-btn{display:flex;position:relative}.Student-Course-Allocation .contant-body .value-full-width .padding-section{padding:0 40px 0 10px;position:relative}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data{padding:15px;position:relative;border-bottom:.5px solid #80cbc4;border-right:.5px solid #80cbc4;overflow:auto}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data .control label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:40.5%;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data .control label:after{content:"";position:absolute;top:calc(50% - .5rem);left:40.5%;width:1.125rem;height:1.125rem;transition:background-size .2s ease}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data .control input[type=checkbox]:checked+label:after{background-size:100%;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d)'%3e%3cpath%20d='M18%202H4C2.89%202%202%202.9%202%204V18C2%2019.1%202.89%2020%204%2020H18C19.11%2020%2020%2019.1%2020%2018V4C20%202.9%2019.11%202%2018%202Z'%20fill='%23FF7700'/%3e%3c/g%3e%3cpath%20d='M7%2011.5432L9.9212%2014.3372L16.1652%208'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='22'%20height='22'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.423529%200%200%200%200%200.0509804%200%200%200%200.3%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat}.screen506 form{margin-top:0}.screen506 .CREATE{margin-top:100px}.screen506 .teal301 label.form-control{padding:5px 0!important}.screen506 input{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='13'%20viewBox='0%200%208%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.824%2013L0.422%207.06V6.268H0.818C1.778%206.268%202.51%206.13%203.014%205.854C3.53%205.578%203.83%205.08%203.914%204.36H0.422V3.208H3.896C3.776%202.536%203.458%202.05%202.942%201.75C2.438%201.45%201.73%201.3%200.818%201.3H0.422V0.147999H7.874V1.3H4.472C5.048%201.768%205.39%202.404%205.498%203.208H7.874V4.36H5.534C5.45%205.236%205.114%205.92%204.526%206.412C3.95%206.892%203.182%207.198%202.222%207.33L5.66%2013H3.824Z'%20fill='%23000'/%3e%3c/svg%3e")!important;background-position:1rem center}.screen506 .add-question-section1 span{font-weight:700}.teal301 label.form-control{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac;position:absolute;top:0}.create-class{top:30px!important}.Student-Course-Allocation .filter-form{display:flex;margin-top:45px}.Student-Course-Allocation .filter-form .input-div{position:relative;margin-right:30px}.Student-Course-Allocation .filter-form .input-div.select{margin-top:-25px}.Student-Course-Allocation .filter-form .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#000;text-align:left;padding:5px 8px}.fee-collection-dp-download1{margin-bottom:unset!important;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41421%200C0.523309%200%200.077142%201.07714%200.707107%201.70711L3.29289%204.29289C3.68342%204.68342%204.31658%204.68342%204.70711%204.29289L7.2929%201.70711C7.92286%201.07714%207.47669%200%206.58579%200H1.41421Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") 94% center no-repeat #f7f8fa!important;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:10px;padding:.7rem .7rem .7rem 1.7rem;width:204px}.fee-collection-dp-download2{margin-bottom:unset!important;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41421%200C0.523309%200%200.077142%201.07714%200.707107%201.70711L3.29289%204.29289C3.68342%204.68342%204.31658%204.68342%204.70711%204.29289L7.2929%201.70711C7.92286%201.07714%207.47669%200%206.58579%200H1.41421Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") 94% center no-repeat #f7f8fa!important;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:10px;padding:.7rem .7rem .7rem 1.7rem;width:184px}.fee-collection-dp{margin-bottom:unset!important;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41421%200C0.523309%200%200.077142%201.07714%200.707107%201.70711L3.29289%204.29289C3.68342%204.68342%204.31658%204.68342%204.70711%204.29289L7.2929%201.70711C7.92286%201.07714%207.47669%200%206.58579%200H1.41421Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") 94% center no-repeat #f7f8fa!important;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:10px;padding:.7rem .7rem .7rem 1.7rem;width:194px}.width-auto{width:auto}.fontsize-unset{font-size:unset}.fee-collection-dp::placeholder{font-weight:700}.fee-collection-dp-download1::placeholder{font-weight:700;font-size:14px;padding-left:10px}.fee-collection-dp-download2::placeholder{font-weight:700;font-size:14px;padding-left:10px}.datepicker-orginal-padding{padding:.7rem .7rem .7rem 3rem}.stickey-navbar{position:fixed;top:15px;background:#fff;width:100%;padding:10px}.period-duration-input{padding:.75rem .75rem .75rem 3rem!important}.margin-l-r-10{margin:0 5px}.fee-collection-d-picker-icon{position:absolute;z-index:1;top:10px;left:10px}.Student-Course-Allocation .filter-form .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:230px}.Student-Course-Allocation .filter-form .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.Student-Course-Allocation .contant-body{margin-top:42px;margin-left:-30px;margin-bottom:30px}.Student-Course-Allocation .contant-body .full-width{background:#e0f2f1;width:100%;margin-top:22px}.Student-Course-Allocation .contant-body .full-width label{font-weight:700;font-size:20px;line-height:30px;color:#000;padding:16px 0 0}.Student-Course-Allocation .contant-body .full-width .padding-section .headers{display:grid;grid-template-columns:22% 48% 30%;width:100%;position:relative;text-align:center}.Student-Course-Allocation .contant-body .full-width .padding-section .headers .header{color:#000;font-weight:400;font-size:20px;line-height:24px;padding:13px 0;border:.5px solid #80cbc4}.Student-Course-Allocation .contant-body .full-width .padding-section .headers .header:last-child{border-left:none}.Student-Course-Allocation .contant-body .full-width .padding-section .sub-headers{display:grid;grid-template-columns:11% 11% 12% 12% 12% 11.9% 10% 10% 10.1%}.Student-Course-Allocation .contant-body .full-width .padding-section .sub-headers .sub-header.border{border-left:.5px solid #80cbc4;font-weight:400;font-size:14px;overflow:auto}.Student-Course-Allocation .contant-body .full-width .padding-section .sub-headers .sub-header.border .control{position:relative;padding:10px;margin:0 10px}.Student-Course-Allocation .contant-body .full-width .padding-section .sub-headers .sub-header.border .control label{font-weight:400;font-size:14px;margin-left:15px;margin-top:-15px;line-height:18px}.Student-Course-Allocation .contant-body .full-width .padding-section .sub-headers .sub-header.border:last-child{border-right:.5px solid #80cbc4}.Student-Course-Allocation .contant-body .full-width .padding-section .sub-headers .sub-header:nth-child(1),.Student-Course-Allocation .contant-body .full-width .padding-section .sub-headers .sub-header:nth-child(2){padding:15px}.Student-Course-Allocation .contant-body .value-full-width{background:#f7fbfb;width:100%}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers{display:grid;grid-template-columns:11% 11.1% 12% 12% 12% 11.9% 10% 10% 10%}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data{padding:15px;position:relative;border-bottom:.5px solid #80cbc4;border-right:.5px solid #80cbc4}.Student-Course-Allocation .contant-body .sub-headers .sub-header.border .control label:after{top:calc(50% - .5rem);left:1px}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data .control label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:40px;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data .control label:after{content:"";position:absolute;top:calc(50% - .5rem);left:41px;width:1.125rem;height:1.125rem;transition:background-size .2s ease}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data .control input[type=checkbox]:checked+label:after{background-size:100%;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d)'%3e%3cpath%20d='M18%202H4C2.89%202%202%202.9%202%204V18C2%2019.1%202.89%2020%204%2020H18C19.11%2020%2020%2019.1%2020%2018V4C20%202.9%2019.11%202%2018%202Z'%20fill='%23FF7700'/%3e%3c/g%3e%3cpath%20d='M7%2011.5432L9.9212%2014.3372L16.1652%208'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='22'%20height='22'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.423529%200%200%200%200%200.0509804%200%200%200%200.3%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat}.Student-Course-Allocation .contant-body .value-full-width .padding-section .sub-headers .value-data:nth-child(1){text-align:center}.Student-Course-Allocation .contant-body .loader-div{display:flex;justify-content:center;margin-top:35px}.Student-Course-Allocation .contant-body .loader-div .loader{width:24px;height:24px;border:2px dashed #009688;border-radius:50%;margin-right:15px}.Student-Course-Allocation .contant-body .loader-div .loader-text{color:#000;letter-spacing:.5px;font-weight:400;font-size:20px;line-height:24px}.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers{grid-template-columns:10% 40% 40%}.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers .header{border-right:none}.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers .header:last-child{border-right:.5px solid #80cbc4}.Student-Course-Allocation.empty-table .contant-body .empty-table-note{display:flex;justify-content:center;height:50vh;align-items:center;text-align:center}.Student-Course-Allocation.empty-table .contant-body .empty-table-note label{font-size:20px;line-height:30px;letter-spacing:.5px;color:#000}.screen417 .gender-margin-bottom{margin-bottom:60px}.screen417 .row.radio-margin-bottom{margin-bottom:30px}.screen417 .row .input-div.radio-div p{color:#000;font-weight:500;font-size:14px;line-height:22px}.screen417 .row .input-div.radio-div .radio-group-btn{grid-template-columns:120px 160px}.screen470.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers{grid-template-columns:13% 20% 20% 20% 20%}.screen470.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers .header{color:#000;font-weight:700;font-size:16px;line-height:24px;border:none;text-align:left}.screen470.Student-Course-Allocation.empty-table .contant-body .full-width .top-title-btn .radio-group-btn{display:flex}.screen470.Student-Course-Allocation.empty-table .contant-body .full-width .top-title-btn .radio-group-btn .radiobutton{background:transparent;position:relative;margin:unset}.screen470.Student-Course-Allocation.empty-table .contant-body .full-width .top-title-btn .radio-group-btn .radiobutton label{padding:16px 0 0 10px;font-weight:400}.screen470.Student-Course-Allocation.empty-table .contant-body .full-width .top-title-btn .radio-group-btn .radiobutton label:before{top:calc(50% + -0rem);background-color:#fff!important}.screen470.Student-Course-Allocation.empty-table .contant-body .full-width .top-title-btn .radio-group-btn .radiobutton label:after{top:calc(50% + -0rem)}.screen419 .contant-body .value-full-width .padding-section .values{display:grid;grid-template-columns:5% 10% 20% 20% 20% 20%;padding:15px 0;border-bottom:.5px solid #80cbc4}.screen419 .contant-body .value-full-width .padding-section .values .value-data{word-wrap:break-word;padding-right:20px}.screen419 .contant-body .value-full-width .padding-section .values .value-data .table-view{color:#f47e16;cursor:pointer;font-weight:700;font-size:16px;line-height:24px;text-align:left}.screen419 .contant-body .value-full-width .padding-section .values .value-data:last-child{text-align:right;display:flex;justify-content:flex-end}.screen421 .margin-bottom{margin-bottom:15px}.screen421 .input-div.select.prefix{position:relative}.screen421 .createNewClass{height:calc(100vh - 545px);min-height:390px}.screen421 .input-div.select.prefix label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screen421 .input-div.select.prefix select{padding-left:40px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0}.screen421 .input-div.select.prefix .prefix-icon{position:absolute;top:38px;right:220px}.screen420 .indicator{color:#000;font-weight:700;font-size:16px;padding-left:30px}.screen420 .indicator p{color:#f47e16}.screen420 .addstaff{color:#000;font-weight:700;font-size:16px}.screen420 .contant-body .full-width .padding-section{padding-left:30px}.screen420 .contant-body .full-width .padding-section .top-title-btn{margin:15px 0 20px;display:flex;padding-left:40px}.screen420 .contant-body .full-width .padding-section .top-title-btn img{margin-top:-15px}.screen420 .contant-body .full-width .padding-section .top-title-btn .circal{margin-left:25px;width:36px;height:36px;background:#26a69a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.screen420 .contant-body .full-width .padding-section .top-title-btn .name{color:#000;font-weight:700;font-size:18px;line-height:28px;margin-left:30px}.screen420 .contant-body .full-width .padding-section .top-title-btn .phone-number{margin-left:30px;font-weight:400;font-size:14px;color:#000}.screen420 .contant-body .full-width .padding-section .top-title-btn .view-edit-profile-link{cursor:pointer;font-weight:700;font-size:16px;line-height:24px;color:#f47e16;margin-left:20px}.screen420 .contant-body .full-width .hr-color{margin-bottom:20px;border:.5px solid #009688}.screen420 .contant-body .full-width .padding-section .tabs{color:#000;font-weight:700;font-size:16px}.screen420 .contant-body .full-width .padding-section .tabs span{position:relative;padding:40px;cursor:pointer}.screen420 .contant-body .full-width .padding-section .tabs span:after{content:"";width:110%;height:5px;background:#eaeaea;position:absolute;left:0;top:65px}.screen420 .contant-body .full-width .padding-section .tabs span.active:after{background:#f47e16}.screen420 .contant-body .full-width .table-header{display:grid;grid-template-columns:10% 20% 15% 30%;background:#e0f2f1;font-weight:700;font-size:16px;line-height:24px;color:#000;padding-left:30px;margin-top:30px}.screen420 .contant-body .full-width .table-header .fields{padding:15px 0}.screen420 .contant-body .full-width .table-header .fields:last-child{padding:0}.screen420 .contant-body .full-width .table-value{display:grid;grid-template-columns:10% 20% 15% 30%;font-weight:400;font-size:16px;line-height:24px;color:#000;padding-left:30px;background:#eff8f880}.screen420 .contant-body .full-width .table-value .value{padding:15px 0;border-bottom:.5px solid #80cbc4}.screen420 .contant-body .full-width .table-value .value:last-child{display:flex}.screen420 .contant-body .full-width .table-value .value:last-child img{cursor:pointer}.screen420 .contant-body .full-width .table-value .value:last-child img:last-child{margin-left:25px}.screen505 .indicator{color:#000;font-weight:700;font-size:16px;padding-left:30px;flex:2}.screen505 .indicator p{color:#f47e16}.screen505 .addstaff{color:#000;font-weight:700;font-size:16px}.screen505 .contant-body .full-width .padding-section{padding-left:30px}.screen505 .topmeinsection .padding-section .top-title-btn{margin:15px 0 20px;display:flex;padding-left:40px}.screen505 .topmeinsection .padding-section .top-title-btn img{margin-top:-15px}.screen505 .topmeinsection .padding-section .top-title-btn .circal{margin-left:25px;width:36px;height:36px;background:#26a69a;color:#fff;border-radius:50%;font-weight:700;font-size:18px;padding:7px 2px;text-align:center}.screen505 .topmeinsection .padding-section .top-title-btn .name,.receipt-details{color:#000;font-weight:700;font-size:18px;line-height:28px;margin-left:30px}.receipt-details{margin-left:unset}.screen505 .contant-body .full-width .padding-section .top-title-btn .phone-number{margin-left:30px;font-weight:400;font-size:14px;color:#000}.screen505 .middelsection .contant-body .full-width .table-value .value:last-child{cursor:inherit}.screen505 .topmeinsection .padding-section .top-title-btn .view-edit-profile-link{cursor:pointer;font-weight:700;font-size:18px;line-height:24px;color:#009688;margin-left:20px}.screen505 .topmeinsection{display:flex;flex-wrap:wrap;margin-left:-35px}.screen505 .topmeinsection .siblings_including12{background:#e0f2f1;border-radius:10px;padding:15px 0;margin-right:30px;flex:1}.screen505 .topmeinsection .siblings_including{border-bottom:1px solid #009688}.screen505 .topmeinsection .siblings_including .siblings_includingones{padding:15px}.screen505 .Sibling_1 ul li:nth-child(2n){text-align:right}.screen505 .Sibling_1 ul{padding:15px}.sibling-dues li{flex:0 0 50%}.screen505 .Sibling_1 ul li{font-weight:700}.screen505 .topmeinsection .siblings_including p{font-size:14px;line-height:22px;color:#000;text-align:right;margin-bottom:10px}.screen505 .middelsection .contant-body .full-width .table-header{border-radius:10px 10px 0 0;background:#b2dfdb}.screen505 .middelsection{width:28vw;margin-left:150px;margin-top:-230px;border-radius:15px}.screen505 .middelsection .contant-body .full-width .table-headerones{display:grid;grid-template-columns:33.33% 33.33% 33.33%}.screen505 .middelsection .contant-body .full-width .table-value{grid-template-columns:33.33% 33.33% 33.33%;background:#eff8f8}.screen505 .middelsection .contant-body .full-width .table-value:last-child .value{border-bottom:none}.screen505 .topmeinsection .siblings_including h6{font-weight:800;font-size:30px;line-height:40px;color:#000;text-align:right}.screen505 .contant-body .full-width .hr-color{margin-bottom:20px;border:.5px solid #009688}.screen505 .contant-body .full-width .padding-section .tabs{color:#000;font-weight:700;font-size:16px}.screen505 .contant-body .full-width .padding-section .tabs span{position:relative;padding:40px;cursor:pointer}.screen505 .contant-body .full-width .padding-section .tabs span:after{content:"";width:110%;height:5px;background:#eaeaea;position:absolute;left:0;top:65px}.screen505 .contant-body .full-width .padding-section .tabs span.active:after{background:#f47e16}.screen505 .contant-body .full-width .table-header{background:#e0f2f1;font-weight:700;font-size:16px;line-height:24px;color:#000;padding-left:30px;margin-top:30px;padding-top:20px}.screen505 .middelsection .freerecords h2{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:30px;color:#000;padding-bottom:0;flex:1}.screen505 .middelsection .freerecords{display:grid}.screen505 .middelsection .discountsection .table-header{padding:15px 0 0!important;border-radius:0!important;margin-top:0!important}.screen505 .middelsection .discountsection .freerecords h2{padding-left:30px}.screen505 .contant-body .full-width .table-header .fields{padding:15px 0}.screen505 .contant-body .full-width .table-value .value:last-child{cursor:pointer}.screen505 span.Pendingones{color:#eb5757;padding-left:5px}.screen505 span.Pendingones1{color:#009688;padding-left:5px}.screen505 span.Mark_Paid,p.Mark_Paid{padding-left:10px;color:#f47e16;font-weight:700;cursor:pointer}.screen505 span.Mark_Paid:hover,p.Mark_Paid:hover{text-decoration:underline}.padding-unset{padding-left:unset!important;padding-right:unset!important;padding-top:unset!important;padding-bottom:unset!important}.input-section-custom{margin:30px;position:relative}.vertically-center{display:flex;align-items:center}.screen505 .contant-body .full-width .table-value{display:grid;grid-template-columns:18% 18% 18% 18% 18%;font-weight:400;font-size:16px;line-height:24px;color:#000;padding-left:30px;background:#eff8f880}.screen505 .contant-body .full-width .table-value .value{padding:15px 0;border-bottom:.5px solid #80cbc4}.screen505 .middelsection .contant-body .full-width .table-value .value{padding:15px 0;border-bottom:none}.screen505 .middelsection .discountsection .table-value{border-bottom:none!important}.screen505 .middelsection .contant-body .full-width .table-value{border-bottom:.5px solid #80cbc4}.screen505 .contant-body .full-width .table-value .value:last-child img{cursor:pointer}.screen505 .contant-body .full-width .table-value .value:last-child img:last-child{margin-left:25px}.screen505 .topmeinsection .siblings_including p br{display:none}.value.discountadd,.screen505-1 .contant-body .full-width .table-value .Decembermonth .select_dropdwon_section_ones p img{display:none!important}.screen505 .topmeinsection img.Cross_mobile_responsive{display:none}.screen505-1 .contant-body .full-width .table-value .value.display-flex img,.screen505-1 .contant-body .full-width .table-value .Decembermonth .value{display:block}.screen505-1 .contant-body .full-width .table-value .Decembermonth .value.dropbox-div img{display:none}.screen505-1 .select_dropdwon_section .selectboxsection{width:auto}.screen505-1 .select_dropdwon_section_ones{display:none}.screen505-1 .Decembermonth.October{border-bottom:.5px solid #80cbc4}.screen505-1 .Decembermonth.October .value{border:0px!important}@media only screen and (max-width:991px){.screen505_nobileresponsive .leftSide,.screen505_nobileresponsive header.fivefivezeroscreen{display:none}.screen505-1 .Decembermonth.October{border-bottom:0px solid #80cbc4}.screen505-1 .contant-body .full-width .table-value.no-border-bottom .value .value.dropbox-div{display:none}.screen505-1 .contant-body .full-width .table-value .Decembermonth .select_dropdwon_section_ones p img,.screen505-1 .select_dropdwon_section_ones{display:block!important}.screen505-1 .contant-body .full-width .table-value .value.display-flex img{display:none}.value.discountadd{display:block!important}.screen505 .topmeinsection img.Cross_mobile_responsive{display:block}.screen505-1 .contant-body .full-width .table-headerones .fields:nth-child(2),.screen505-1 .contant-body .full-width .table-headerones .fields:nth-child(4),.screen505-1 .contant-body .full-width .table-headerones .fields:nth-child(5){display:none}.screen505-1 .middelsection .contant-body .full-width .table-header .table-headerones .fields:nth-child(2){display:block}.screen505-1 .contant-body .full-width .table-value .value:nth-child(3),.screen505-1 .contant-body .full-width .table-value .value:nth-child(4),.screen505-1 .contant-body .full-width .table-value .value:nth-child(5){display:none}.screen505-1 .contant-body .full-width .secound_row{display:none!important}.screen505 .contant-body .full-width .table-value .value{border-bottom:.5px solid #80cbc4!important;font-weight:400;font-size:12px;line-height:18px;color:#000}.screen505-1 .contant-body .full-width .table-value .Decembermonth .value.dropbox-div img{display:block;padding-left:40px}.screen505-1 .contant-body .full-width .table-value .Decembermonth .value.dropbox-div{border:0px!important}.screen505-1 .contant-body .full-width .table-value .value.display-flex .text.withinput,.screen505-1 .contant-body .full-width .table-value .value.display-flex .text,.screen505-1 .viewsiblingfee{display:none!important}.screen505-1 .contant-body .full-width .table-headerones,.screen505-1 .contant-body .full-width .table-value{grid-template-columns:33% 33% 33%!important}.screen505_nobileresponsive .rightSide{margin-left:0rem}.screen505_nobileresponsive .screensidebar300{padding-top:15px!important;width:100%!important}.screen505_nobileresponsive .screen505 .indicator p{color:#f47e16;display:none}.screen505 img.leftarrow,.screen505 .topmeinsection .padding-section .top-title-btn label.circal{display:none}.screen505 .topmeinsection{display:unset}.screen505 .topmeinsection .siblings_including p{text-align:left;float:left;padding-right:30px}.screen505 .middelsection .contant-body .full-width .Specific_Discount{display:none!important}.screen505 .topmeinsection .siblings_including h6{text-align:left}.screen505 .topmeinsection .siblings_including p br{display:block}.screen505 .topmeinsection .padding-section .top-title-btn{align-items:flex-end;padding:0}.screen505 .topmeinsection .padding-section .top-title-btn img{cursor:pointer}.screen505 .select_dropdwon_section{padding-bottom:1.25rem}.screen505 .select_dropdwon_section .selectboxsection{display:flex;justify-content:center;background:transparent;box-shadow:unset;border-radius:10px;width:auto;margin:0 auto}.screen505 .select_dropdwon_section .selectboxsection .dropdwon{position:relative;width:100%;text-align:center}.screen505 .select_dropdwon_section .selectboxsection .Dropdownadminesion img{position:absolute;left:auto;right:15px}.screen505 .select_dropdwon_section .selectboxsection input#Admission_check,.screen505 .select_dropdwon_section .selectboxsection .dropdwon .menu .submenu input{position:absolute;width:280px;top:0;left:0;opacity:0;display:block;height:35px;margin:0}.screen505 .select_dropdwon_section .selectboxsection ul.menu{display:none;position:relative;left:0!important;transition:all 1s ease-in-out;height:auto;box-shadow:5px 0 15px #eff8f8;z-index:1;border:0px;width:100vw;text-align:left}.screen505 .select_dropdwon_section .selectboxsection ul li{font-weight:700;font-size:16px;line-height:24px;color:#000;border-bottom:0px;padding:15px 0;display:inline-block;justify-content:left;position:relative;margin:0;width:34%}.screen505 .select_dropdwon_section .selectboxsection ul li p.Total_Feetest{font-weight:400;font-size:12px;line-height:18px;color:#00796b}.screen505 .select_dropdwon_section .selectboxsection .dropdwon p{font-weight:400;font-size:12px;line-height:18px;color:#000;padding:0;border:0px}.screen505-1 .contant-body .full-width .table-value .Decembermonth .value{display:none}.screen505 .select_dropdwon_section_ones{border-bottom:.5px solid #80cbc4!important;font-weight:400;font-size:12px;line-height:18px;color:#000;padding:15px 0}.screen505 .select_dropdwon_section_ones .selectboxsection .dropdwon ul li .Tuition p{font-weight:400;font-size:12px;line-height:24px;color:#00695c;width:87%;float:left}.screen505 .select_dropdwon_section_ones .selectboxsection .dropdwon ul li .Tuition p span{font-weight:400;font-size:14px;line-height:24px;color:#00695c}.screen505 .select_dropdwon_section_ones .selectboxsection .dropdwon ul li .Tuition span.Edit{font-weight:700;font-size:14px;line-height:22px;color:#f47e16;cursor:pointer}.screen505 .select_dropdwon_section_ones .selectboxsection .dropdwon ul li .Tuition{width:100%;display:inline-block;border-bottom:.5px solid #80cbc4}}.AddSpecificDiscountPercentage .createNewClass{width:400px}.AddSpecificDiscountPercentage .createNewClass .header-title{font-size:24px;text-align:center;letter-spacing:.5px}.AddSpecificDiscountPercentage .radio-group .radiobutton input[type=radio]:checked+label.DiscountType{font-weight:700!important}.AddSpecificDiscountPercentage .radio-group .radiobutton.DiscountType{padding:10px 20px}.AddSpecificDiscountPercentage .margin-left-0{margin-left:0}.AddSpecificDiscountPercentage .without-icon-fullbox{padding-left:15px}.AddSpecificDiscountPercentage .form-control-placeholder{left:0}.AddSpecificDiscountPercentage .suffix-img-div{position:relative}.AddSpecificDiscountPercentage .suffix-img-div.fix-width{max-width:115px;margin-top:20px}.AddSpecificDiscountPercentage .suffix-img{position:absolute;right:30px;top:15px}.screenm5_3 h2.header-title{font-size:18px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screenm5_3 .createNewClass label.type{font-size:14px}.screenm5_3 .suffix-img-div.fix-width{max-width:150px;margin-top:20px}.screenm5_2 h2.header-title{font-weight:700;font-size:18px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screenm5_2 .createNewClass{width:400px}.screenm5_2 .radio-group .radiobutton input[type=radio]:checked+label.DiscountType{font-weight:700!important}.screenm5_2 label.type{font-weight:500;font-size:14px;line-height:22px;color:#009688}.screenm5_2 .radio-group .radiobutton.DiscountType{padding:10px 20px}.screenm5_2 .margin-left-0{margin-left:0}.screenm5_2 .form-control-placeholder{left:0}.screenm5_2 .suffix-img-div .with-icon-fullbox{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='13'%20viewBox='0%200%208%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.824%2013L0.422%207.06V6.268H0.818C1.778%206.268%202.51%206.13%203.014%205.854C3.53%205.578%203.83%205.08%203.914%204.36H0.422V3.208H3.896C3.776%202.536%203.458%202.05%202.942%201.75C2.438%201.45%201.73%201.3%200.818%201.3H0.422V0.147999H7.874V1.3H4.472C5.048%201.768%205.39%202.404%205.498%203.208H7.874V4.36H5.534C5.45%205.236%205.114%205.92%204.526%206.412C3.95%206.892%203.182%207.198%202.222%207.33L5.66%2013H3.824Z'%20fill='%23000'/%3e%3c/svg%3e");background-position:1rem center}.with-icon-fullbox{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207L13%201'%20stroke='%234DB6AC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 90% center no-repeat!important;width:100%;display:inline-block;cursor:pointer}.screenm5 form{margin-top:0}.screenm5 .CREATE{margin-top:40px}.screenm5 .createNewClass{padding:14px 25px 0;width:350px;height:calc(100vh - 620px);text-align:center;min-height:340px!important;max-height:900px}.screenm5 .teal301 label.form-control{padding:5px 0!important}.screenm5 input{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='13'%20viewBox='0%200%208%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.824%2013L0.422%207.06V6.268H0.818C1.778%206.268%202.51%206.13%203.014%205.854C3.53%205.578%203.83%205.08%203.914%204.36H0.422V3.208H3.896C3.776%202.536%203.458%202.05%202.942%201.75C2.438%201.45%201.73%201.3%200.818%201.3H0.422V0.147999H7.874V1.3H4.472C5.048%201.768%205.39%202.404%205.498%203.208H7.874V4.36H5.534C5.45%205.236%205.114%205.92%204.526%206.412C3.95%206.892%203.182%207.198%202.222%207.33L5.66%2013H3.824Z'%20fill='%23000'/%3e%3c/svg%3e")!important;background-position:1rem center}.screenm5 .dateline .Start_Date1{width:100%;display:inline-block;margin-right:16px}.screenm5 .add-question-section1 span{font-weight:700}.screen1704 .createNewClass{width:650px;min-height:400px;padding-left:0;padding-right:0;padding-bottom:0}.screen1704 .meinsectionthreechecko{display:grid;grid-template-columns:530px auto}.screen1704 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screen1704 .type{font-weight:500;font-size:14px;line-height:22px;color:#009688}.screen1704 .Add_Course{text-align:left;padding-left:30px;margin-top:15px}.screen1704 .schools_section .radiobutton{background:transparent;margin:0 20px;padding:10px}.screen1704 .schools_section .radiobutton ul{display:grid;grid-template-columns:130px 200px}.screen1704 .schools_section .radiobutton label{padding-left:26px}.screen1704 .row{display:flex;flex-wrap:wrap;margin:0}.screen1704 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.screen1704 .row .checkbox-section .checkbox-group{position:relative;flex:1;min-width:170px;height:25px}.screen1704 .row .checkbox-section .checkbox-group .control label{font-weight:400;font-size:16px;line-height:24px;color:#000;padding-left:70px}.screen1704 .row .checkbox-section .checkbox-group .control label:before{top:calc(50% - 8px);left:30px;width:15px;height:15px}.screen1704 .row .checkbox-section .checkbox-group .control label:after{top:calc(50% - .5625rem);left:30px;width:20px;height:20px}.screen1704 .Bachelor_Technology{border-top:1px solid #b2dfdb;padding:20px 0}.screen1704 .Electronics_Communication ul{text-align:left;display:grid;grid-template-columns:auto auto auto;margin:0 40px 0 70px;border-bottom:.5px solid #80cbc4;padding-bottom:20px;padding-right:40px}.screen1704 .Electronics_Communication ul li{font-weight:400;font-size:14px;line-height:22px;color:#828f8e;padding-top:15px;padding-bottom:0}.screen1704 .addAssesment{display:flex;margin-top:25px;margin-left:50px;margin-bottom:30px}.screen1704 .addAssesment img{cursor:pointer}.screen1704 .addAssesment span{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer;padding-left:10px}.AddSpecificDiscountAbsolute .createNewClass{width:400px}.AddSpecificDiscountAbsolute .createNewClass .header-title{font-size:24px;text-align:center;letter-spacing:.5px}.AddSpecificDiscountAbsolute .radio-group .radiobutton input[type=radio]:checked+label.DiscountType{font-weight:700!important}.AddSpecificDiscountAbsolute .radio-group .radiobutton.DiscountType{padding:10px 20px}.AddSpecificDiscountAbsolute .margin-left-0{margin-left:0}.AddSpecificDiscountAbsolute .form-control-placeholder{left:0}.AddSpecificDiscountAbsolute .suffix-img-div .with-icon-fullbox{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='13'%20viewBox='0%200%208%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.824%2013L0.422%207.06V6.268H0.818C1.778%206.268%202.51%206.13%203.014%205.854C3.53%205.578%203.83%205.08%203.914%204.36H0.422V3.208H3.896C3.776%202.536%203.458%202.05%202.942%201.75C2.438%201.45%201.73%201.3%200.818%201.3H0.422V0.147999H7.874V1.3H4.472C5.048%201.768%205.39%202.404%205.498%203.208H7.874V4.36H5.534C5.45%205.236%205.114%205.92%204.526%206.412C3.95%206.892%203.182%207.198%202.222%207.33L5.66%2013H3.824Z'%20fill='%23000'/%3e%3c/svg%3e");background-position:1rem center}.screen422.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers{grid-template-columns:25% 15% 20% 40%;width:100%}.switch label:before{content:"";position:absolute;top:-26px;left:118px;width:3.125rem;height:2.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='36'%20viewBox='0%200%2042%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='12'%20rx='6'%20transform='matrix(-1%200%200%201%2042%2012)'%20fill='%23C6CFCE'/%3e%3cg%20filter='url(%23filter0_d)'%3e%3ccircle%20r='8'%20transform='matrix(-1%200%200%201%2018%2018)'%20fill='white'/%3e%3c/g%3e%3ccircle%20r='4'%20transform='matrix(-1%200%200%201%2018%2018)'%20fill='%23C6CFCE'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='36'%20height='36'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.77526%200%200%200%200%200.8125%200%200%200%200%200.809024%200%200%200%201%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");border:none!important}.switch input[type=checkbox]:checked+label:after{background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='36'%20viewBox='0%200%2042%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='12'%20rx='6'%20transform='matrix(-1%200%200%201%2024%2012)'%20fill='%23F47E16'/%3e%3cg%20filter='url(%23filter0_d)'%3e%3ccircle%20r='8'%20transform='matrix(-1%200%200%201%2024%2018)'%20fill='white'/%3e%3c/g%3e%3ccircle%20r='4'%20transform='matrix(-1%200%200%201%2024%2018)'%20fill='%23F47E16'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='6'%20y='0'%20width='36'%20height='36'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.419608%200%200%200%200%200%200%200%200%200.2%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}.switch input[type=checkbox]:checked+label:before{opacity:0}.switch label:after{content:"";position:absolute;top:-26px;left:126px;width:3.125rem;height:2.125rem;opacity:0;transition:background-size .2s ease;border:0px}.screen422.Student-Course-Allocation.empty-table .contant-body .full-width .top-title-btn{margin-bottom:0}.screen422.Student-Course-Allocation .contant-body .full-width .padding-section .headers{margin-top:10px}.screen422.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers .header{color:#000;font-weight:700;font-size:16px;line-height:24px;border:none;text-align:left}.screen422 .contant-body .value-full-width .padding-section .values{display:grid;grid-template-columns:25% 15% 20% 40%;width:100%;padding:15px 0;border-bottom:.5px solid #80cbc4}.screen422 .contant-body .value-full-width .padding-section .values .value-data .full-view{position:relative;padding-bottom:15px;display:inline-block}.screen422 .contant-body .value-full-width .padding-section .values .value-data .full-view{position:relative;flex:1;padding-bottom:10px}.screen422 .contant-body .value-full-width .padding-section .values .value-data .full-view img.switch-on{position:absolute;top:-8px;left:130px;cursor:pointer}.screen422 .contant-body .value-full-width .padding-section .values .value-data .full-view img.switch-off{position:absolute;top:-8px;left:120px;cursor:pointer}.screen422 .contant-body .value-full-width .padding-section .values .value-data .full-view img.teacher-error{top:0;left:0}.screen422 .contant-body .value-full-width .padding-section .values .value-data .full-view span{margin-left:15px;font-weight:700;font-size:14px;color:#eb4747}.screen505-1 .middelsection .contant-body .full-width .discountsection .add-discount{display:flex;padding-bottom:25px}.screen505-1 .middelsection .contant-body .full-width .discountsection .add-discount span{padding-left:10px;cursor:pointer;font-weight:400;font-size:12px;line-height:18px;color:#f47e16}.screen505-1 .middelsection .contant-body .full-width .discountsection .add-discount img{cursor:pointer}.screen505-1 .contant-body .full-width .table-headerones,.screen505-1 .contant-body .full-width .table-value{display:grid;grid-template-columns:14% 20% 15% 15% 18% 18%}.screen505-1 .contant-body .full-width .table-value .value:last-child{display:flex;align-items:flex-start}.screen505-1 .contant-body .full-width .table-value.no-border-bottom .value{border-bottom:none}.screen505-1 .contant-body .full-width .table-value .value.display-flex .dropbox-div{display:flex;position:relative}.screen505-1 .contant-body .full-width .table-value .value.display-flex img{padding-left:70px;position:absolute;cursor:pointer}.screen505-1 .contant-body .full-width .table-value .value.display-flex .text{font-weight:400;font-size:14px;line-height:24px;color:#00695c}.screen505-1 .contant-body .full-width .table-value .value.display-flex .text.withinput{display:flex}.screen505-1 .contant-body .full-width .table-value .value.display-flex .text.withinput .done{color:#f47e16;margin-left:8px;cursor:pointer;font-weight:700;font-size:16px}.screen505-1 .contant-body .full-width .table-value .value.display-flex .text.withinput .with-icon-fullbox{width:80px;height:26px;padding:0 0 0 20px;border-radius:6px;margin-bottom:0;background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='13'%20viewBox='0%200%208%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.824%2013L0.422%207.06V6.268H0.818C1.778%206.268%202.51%206.13%203.014%205.854C3.53%205.578%203.83%205.08%203.914%204.36H0.422V3.208H3.896C3.776%202.536%203.458%202.05%202.942%201.75C2.438%201.45%201.73%201.3%200.818%201.3H0.422V0.147999H7.874V1.3H4.472C5.048%201.768%205.39%202.404%205.498%203.208H7.874V4.36H5.534C5.45%205.236%205.114%205.92%204.526%206.412C3.95%206.892%203.182%207.198%202.222%207.33L5.66%2013H3.824Z'%20fill='%23000'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat}.screen505-1 .viewsiblingfee{display:flex;justify-content:center;padding:25px;position:relative}.screen505-1 .viewsiblingfee span{color:#f47e16;letter-spacing:.5px;font-weight:700;font-size:16px;cursor:pointer}.screen505-1 .viewsiblingfee img{padding-left:15px;cursor:pointer}.screen560 .icons p{padding-top:15px;font-size:16px;line-height:24px;letter-spacing:.5px;color:#26a69a;font-weight:700}.screen560 .createNewClass{height:calc(100vh - 600px)}.screen560 .close{height:1.5rem;width:1.5rem}.screen561 .icons p{font-weight:900;font-size:16px;line-height:24px;letter-spacing:.5px;color:#eb5757}.screen561 .createNewClass{height:calc(100vh - 440px);width:440px}.screen561 .close{height:1.5rem;width:1.5rem}.screen561 h2{font-size:24px;padding-bottom:0}.screen561 .icons .technical_support{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#000;text-align:justify;padding:0 50px}.screen561 .icons img{padding:15px 0}.screen563 .middelsection .contant-body .full-width .table-value .value:last-child{cursor:inherit}.screen563 .icons p{font-weight:900;font-size:16px;line-height:24px;letter-spacing:.5px;color:#eb5757}.screen563 .createNewClass{height:calc(100vh - 360px);width:440px;padding:0}.screen563 .contant-body .full-width .table-value{display:grid;font-weight:400;font-size:16px;line-height:24px;color:#000}.screen563 .close{height:1.5rem;width:1.5rem}.screen563 h2{font-size:24px;padding:20px 0}.screen563 .icons .technical_support{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#000;text-align:justify;padding:0 0 0 40px}.screen563 .icons img,.screen563 .PROCEED_PAY{padding:15px 0}.screen563 .middelsection .contant-body .full-width .table-header{border-radius:15px 15px 0 0;background:#b2dfdb;padding:0 0 0 40px;text-align:left}.screen563 .middelsection{width:440px;margin-left:0;margin-top:0;background:#eff8f8;border-radius:15px}.screen563 .middelsection .contant-body .full-width .table-headerones{display:grid;grid-template-columns:66% auto;padding:0 0 20px}.screen563 .middelsection .contant-body .full-width .table-value{grid-template-columns:66% auto;background:#eff8f8;padding:0 0 0 40px;text-align:left}.screen563 .middelsection .freerecords h2{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:30px;color:#000;flex:1}.screen563 .middelsection .freerecords{display:flex}.screen563 .middelsection .discountsection .table-header{padding:15px 0 0!important;border-radius:0!important;margin-top:0!important}.screen563 .middelsection .discountsection .freerecords h2{padding-left:30px}.screen563 .middelsection .contant-body .full-width .table-value .value{padding:10px 0;border-bottom:none}.screen563 .middelsection .contant-body .full-width .Total_payable{padding:15px 0 15px 40px;text-align:left}.screen563 .middelsection .discountsection .table-value{border-bottom:none!important}.screen563 .table-headerones .fields{font-weight:900}.screen563 .Discounts p{padding:15px 0 0 40px;text-align:left;font-weight:800;font-size:16px;line-height:18px;color:#000;margin-bottom:5px}.screen562 .indicator{padding-left:30px}.screen562 .contant-body .full-width .Fee-Structure .middelsection .contant-body .full-width p{padding:0 0 10px}.screen562 .indicator .backtohome{display:flex}.screen562 .indicator .backtohome img{height:15px;position:relative;top:3px;cursor:pointer}.screen562 .indicator .backtohome span{font-weight:700;font-size:16px;color:#f47e16;padding-left:15px;cursor:pointer}.screen562 .contant-body .full-width .table-header{background:#e0f2f1;font-weight:700;font-size:16px;line-height:24px;color:#000;padding-left:30px;margin-top:30px;padding-top:20px}.screen562 .contant-body .full-width .table-headerones{display:grid;grid-template-columns:15% 30% 30% 25%}.screen562 .contant-body .full-width .table-header .fields{padding:15px 0}.screen562 .contant-body .full-width .table-value{display:grid;grid-template-columns:15% 30% 30% 25%;font-weight:400;font-size:16px;line-height:24px;color:#000;padding-left:30px;background:#eff8f880}.screen562 .contant-body .full-width .table-value.no-border-bottom .value{border-bottom:none}.screen562 .contant-body .full-width .table-value .value{padding:15px 0;border-bottom:.5px solid #80cbc4}.screen562 img.Edit_2ones{position:absolute}.screen562 span.Pendingones{color:#eb5757;padding-left:35px}.screen562 .contant-body .full-width .table-value .value:last-child{display:flex;align-items:flex-start}.screen562 .contant-body .full-width .table-value .value:last-child,.screen562 .contant-body .full-width .table-value .value:last-child img{cursor:pointer}.screen562 .contant-body .full-width .table-value .value:last-child span.Mark_Paid{padding-left:10px;color:#f47e16;font-weight:700}.screen562 span.Pendingones1{color:#009688;padding-left:35px}.screen562 .contant-body .full-width .Upcoming-Fee-section .table-header,.screen562 .contant-body .full-width .Fee-Structure .table-header{padding-bottom:20px}.screen562 .contant-body .full-width .Upcoming-Fee-section .table-value{grid-template-columns:15% 60% 25%}.screen562 .contant-body .full-width .Upcoming-Fee-section .table-value .value:last-child{display:flex}.screen562 .contant-body .full-width .Upcoming-Fee-section .table-value .value:last-child img{padding-left:10px}.screen562 .contant-body .full-width .Fee-Structure .table-value{grid-template-columns:15% 85%;background:#fff}.screen562 .contant-body .full-width .Fee-Structure .table-value .value .title{margin-bottom:5px;font-weight:700;font-size:16px;letter-spacing:.5px;color:#000}.screen562 .contant-body .full-width .Fee-Structure .table-value .value .fee-structure-value{font-weight:400}.screen562 .contant-body .full-width .Fee-Structure .table-value .value:last-child{display:unset;cursor:inherit}.screen562 .contant-body .full-width .Fee-Structure .table-value .value:last-child .fee-structure-value.paid,.screen562 .contant-body .full-width .Fee-Structure .table-value .value:last-child .fee-structure-value.paid .view-fee-structure{display:flex}.screen562 .contant-body .full-width .Fee-Structure .table-value .value:last-child .fee-structure-value.paid .view-fee-structure{margin-left:25px}.screen562 .contant-body .full-width .Fee-Structure .table-value .value:last-child .fee-structure-value.paid .view-fee-structure span{font-weight:700;font-size:16px;letter-spacing:.5px;color:#f47e16;cursor:pointer}.screen562 .contant-body .full-width .Fee-Structure .table-value .value:last-child .fee-structure-value.paid .view-fee-structure img{padding-left:15px}.screen562 .contant-body .full-width .Fee-Structure .middelsection{width:28vw;margin-left:30px;background:#eff8f8;border-radius:15px}.screen562 .contant-body .full-width .Fee-Structure .middelsection .freerecords{display:flex}.screen562 .contant-body .full-width .Fee-Structure .middelsection .freerecords h2{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:30px;color:#000;padding-bottom:10px;flex:1}.screen562 .contant-body .full-width .Fee-Structure .middelsection .freerecords h2:nth-child(1){flex:2}.screen562 .contant-body .full-width .Fee-Structure .middelsection .contant-body .full-width .table-header{border-radius:15px 15px 0 0;background:#e0f2f1;font-weight:700;font-size:16px;line-height:24px;color:#000;padding:20px 30px 0;margin-top:30px}.screen562 .contant-body .full-width .Fee-Structure .middelsection .contant-body .full-width .table-headerones{display:grid;grid-template-columns:33.33% 33.33% 33.33%}.screen562 .contant-body .full-width .Fee-Structure .middelsection .contant-body .full-width .table-value{grid-template-columns:33.33% 33.33% 33.33%;background:#e0f2f1;padding-right:30px}.screen562 .contant-body .full-width .Fee-Structure .middelsection .discountsection .table-header{padding:15px 0 0!important;border-radius:0!important;margin-top:0!important}.screen562 .contant-body .full-width .Fee-Structure .middelsection .discountsection .freerecords h2{padding-left:30px}.screen562 .contant-body .full-width .Fee-Structure .middelsection .discountsection .table-value .padding-left-35{padding-left:35%}.screen423 .lasttest{padding:60px 40px 0}.screen423{width:440px!important;height:calc(100vh - 656px)!important}.screen423 .lasttest p{font-size:18px;letter-spacing:1.5px;padding:0;text-align:center}.screen423 .close{height:1.5rem;width:1.5rem;color:#014e3f;right:15px}.screen423 .nobutton{border:2px solid #ff7700!important;border-radius:15px;background-color:transparent!important;color:#f47e16!important;box-shadow:0 0 #ed6c0d4d}.screen424 .row .input-div.radio-div{width:400px;margin-top:0;margin-right:0}.screen424 .row .input-div.radio-div .radio-group-btn{grid-template-columns:auto auto;margin-left:0;margin-top:0;padding-left:30px}.screen424 .row.radio-margin-bottom p{margin:0;color:#009688}.screen424 .indicator{margin-bottom:44px}.screen424 .timetales{margin-bottom:30px!important}.screen424 .row{display:flex;flex-wrap:wrap;margin:15px 0}.screen424 .addmore span{color:#f47e16;padding-left:20px;cursor:pointer}.screen424 .weektable table tr{background:#eff8f8}.screen424 .weektable table .firts{background:#fff}.screen424 .weektable table{width:50%;padding-top:60px}.screen424 .weektable table thead tr{background:transparent!important}.screen424 .weektable table tr td:first-child{border-right:.5px solid #80cbc4;margin-right:15px}.screen424 .weektitle p{font-family:Lato;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#000}.screen424 .weektable table tr{background:#eff8f8;margin-bottom:10px;padding:0 15px}.screen424 .weektable table tr .breack{color:#fabf2c;font-weight:900;font-size:14px}.screen424 table tr td p{margin-bottom:0;text-align:center;padding-top:10px;color:#00695c}.screen424 table tr td .breacksecound{color:#f47e16;font-weight:400;font-size:14px;padding-top:10px}.screen424 table tr td .localtimes{color:#828f8e!important}.screen424 table tr td img{padding-top:5px}.screen424 table tr td{padding:5px 0;text-align:center}.screen424 table tr th{padding-bottom:10px}.screen424 .buttonlastbottom{margin:15px 0 10px!important}.screen471{padding-left:30px}.screen471 .SAve p{color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screen471 .filter-form{display:flex;margin-top:45px}.screen471 .filter-form .input-div.select{margin-top:-25px}.screen471 .filter-form .input-div{position:relative;margin-right:30px}.screen471 .filter-form .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screen471 .filter-form .input-div.select.prefix select{padding-left:40px}.screen471 .filter-form .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:230px}.screen471 .filter-form .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.screen471 .contant-body{margin-top:42px;margin-left:-30px;margin-bottom:30px}.screen471 .contant-body .full-width{background:#fff;width:100%;margin-top:22px}.screen471 .contant-body .full-width .padding-section{padding:0 15px;position:relative}.screen471 .contant-body .full-width .padding-section .popup-section{position:absolute;background:#fff;box-shadow:0 0 20px #00968833;border-radius:10px;width:316px;height:326px;left:43%;top:1.5%}.screen471 .contant-body .full-width .padding-section .popup-section .filter-form{display:flex;margin-top:0;flex-wrap:wrap;padding:0 25px}.screen471 .contant-body .full-width .padding-section .popup-section .filter-form .input-div{margin-right:0}.screen471 .contant-body .full-width .padding-section .popup-section .filter-form .input-div.select{margin-top:25px;width:100%}.screen471 .contant-body .full-width .padding-section .popup-section .filter-form .input-div.select.prefix select{width:100%}.screen471 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens{display:flex;width:100%;height:125px;align-items:flex-end}.screen471 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .nobutton{border:2px solid #ff7700!important;border-radius:15px;background-color:transparent!important;color:#f47e16!important;box-shadow:0 0 #ed6c0d4d}.screen471 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .CREATE{width:45%!important;max-width:45%!important;min-width:45%!important;height:50px}.screen471 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .CREATE:last-child{margin-left:10%}.screen471 .contant-body .full-width .padding-section .table .table-header,.screen471 .contant-body .full-width .padding-section .table .table-value{display:grid;grid-template-columns:15% 14.16% 14.16% 14.16% 14.16% 14.16% 14.16%}.screen471 .contant-body .full-width .padding-section .table .table-header .fields,.screen471 .contant-body .full-width .padding-section .table .table-value .value{border-left:.3px solid #4db6ac;border-top:.3px solid #4db6ac}.screen471 .contant-body .full-width .padding-section .table .table-header .fields:last-child,.screen471 .contant-body .full-width .padding-section .table .table-value .value:last-child{border-right:.3px solid #4db6ac}.screen471 .contant-body .full-width .padding-section .table .table-value:last-child .value{border-bottom:.3px solid #4db6ac}.screen471 .contant-body .full-width .padding-section .table .table-header .fields.label{text-align:center;background:#e0f2f1;font-weight:700;font-size:14px;color:#000;padding:5px}.screen471 .contant-body .full-width .padding-section .table .table-value .value{height:130px;justify-content:center;display:flex;align-items:center}.screen471 .contant-body .full-width .padding-section .table .table-value .value img{cursor:pointer}.screen471 .contant-body .full-width .padding-section .table .table-value .value ul{display:grid;grid-template-columns:80% 20%;width:100%;padding-left:10%;padding-right:10%}.screen471 .contant-body .full-width .padding-section .table .table-value .value ul li{padding-bottom:0}.screen471 .contant-body .full-width .padding-section .table .table-value .value ul li.bold-text{font-weight:700;font-size:14px;color:#004d40}.screen_colunm471{padding:0 30px}.right-1px{right:1px}.screen_colunm471 .SAve p{color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screen_colunm471 .filter-form{display:flex;margin-top:45px}.screen_colunm471 .filter-form .input-div.select{margin-top:-25px}.screen_colunm471 .filter-form .input-div{position:relative;margin-right:30px}.screen_colunm471 .filter-form .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screen_colunm471 .filter-form .input-div.select.prefix select{padding-left:40px}.screen_colunm471 .filter-form .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:230px}.screen_colunm471 .filter-form .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.screen_colunm471 .contant-body{margin-top:22px;margin-left:-30px;margin-bottom:30px}.screen_colunm471 .contant-body .full-width{background:#fff;width:100%;margin-top:22px}.screen_colunm471 .contant-body .full-width .padding-section{padding:0 15px;position:relative}.screen_colunm471 .contant-body .full-width .padding-section .popup-section{position:absolute;background:#fff;box-shadow:0 0 20px #00968833;border-radius:10px;width:316px;height:326px;left:43%;top:1.5%}.screen_colunm471 .contant-body .full-width .padding-section .popup-section .filter-form{display:flex;margin-top:0;flex-wrap:wrap;padding:0 25px}.screen_colunm471 .contant-body .full-width .padding-section .popup-section .filter-form .input-div{margin-right:0}.screen_colunm471 .contant-body .full-width .padding-section .popup-section .filter-form .input-div.select{margin-top:25px;width:100%}.screen_colunm471 .contant-body .full-width .padding-section .popup-section .filter-form .input-div.select.prefix select{width:100%}.screen_colunm471 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens{display:flex;width:100%;height:125px;align-items:flex-end}.screen_colunm471 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .nobutton{border:2px solid #ff7700!important;border-radius:15px;background-color:transparent!important;color:#f47e16!important;box-shadow:0 0 #ed6c0d4d}.screen_colunm471 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .CREATE{width:45%!important;max-width:45%!important;min-width:45%!important;height:50px}.screen_colunm471 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .CREATE:last-child{margin-left:10%}.screen_colunm471 .contant-body .full-width .padding-section .table .table-header,.screen_colunm471 .contant-body .full-width .padding-section .table .table-value{display:grid;grid-template-columns:15% 14.16% 14.16% 14.16% 14.16% 14.16% 14.16%}.screen_colunm471 .contant-body .full-width .padding-section .table .table-header .fields,.screen_colunm471 .contant-body .full-width .padding-section .table .value{border-left:.3px solid #4db6ac;border-top:.3px solid #4db6ac}.screen_colunm471 .contant-body .full-width .padding-section .table .table-value:last-child .value{border-bottom:.3px solid #4db6ac}.screen_colunm471 .contant-body .full-width .padding-section .table .table-header .fields.label{text-align:center;background:#e0f2f1;font-weight:700;font-size:14px;color:#000;padding:5px}.screen_colunm471 .contant-body .full-width .padding-section .table .value{height:130px;justify-content:center;display:flex}.screen_colunm471 .contant-body .full-width .padding-section .table .value img{cursor:pointer}.screen_colunm471 .contant-body .full-width .padding-section .table .value ul{display:grid;grid-template-columns:80% 20%;width:100%;padding-left:10%;padding-right:10%}.screen_colunm471 .contant-body .full-width .padding-section .table .value ul li{padding-bottom:0}.screen_colunm471 .contant-body .full-width .padding-section .table .value ul li.bold-text{font-weight:700;font-size:14px;color:#004d40}.screen_colunm471 .meinheader_section{max-width:140px;display:inline-block;padding:0}.screen_colunm471 .header{text-align:center;background:#e0f2f1;font-weight:700;font-size:14px;color:#000;padding:5px;min-height:32px;border-left:.3px solid rgb(77,182,172);border-top:.3px solid rgb(77,182,172)}.screen_colunm471 .table .meinheader_section:first-child .header{background:transparent}.screen_colunm471 .table .meinheader_section:last-child .header,.screen_colunm471 .table .meinheader_section:last-child .body .value{border-right:.3px solid rgb(77,182,172)}.screen_colunm471 .table .meinheader_section .body .value:last-child{border-bottom:.3px solid rgb(77,182,172)}.screen800{background:#dbf2f066}.screen800 .meinclass{margin-top:11%}.screen800 .eduTinker_web{background:#e0f2f1;border-radius:10px;font-weight:700;line-height:30px;color:#004d40;padding:15px 70px;width:fit-content;margin:35px auto 0}.screen800 .imagesall{padding-top:35px}.screen800 .imagesall img{margin:0 10px}.screen800 .createNewClass{width:calc(100vw - 180px);height:calc(100vh - 80px)}.screen202 .control label:before,.screen202 .control1 label:before{background:#fff}.screen202 .Lightest_teal1{height:410px}.screen202 .add_option1{right:60px;bottom:30px}.screen202 .popup{z-index:1;position:absolute;right:-120px;max-width:380px}.screen202 .Correctsection{position:relative}.screen202 .Add_feedback span:after{top:29%}.screen202 .feedbacktest{padding:10px}.screen202 .feedbacktest textarea{padding:15px}.screen202 .feedbacktest textarea::placeholder{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#c6cfce}.screen202 .buttons{display:flex;justify-content:flex-end}.screen203 .Lightest_teal1{height:380px}.screen203 .radiobutton label:before,.screen203 .control label:before,.screen203 .control1 label:before{background-color:#fff!important}.screen203 .control{margin-left:20px}.screen203 .Add_feedback span:after{left:0;top:25%}.screen203 .Mandatory .normal{color:#000}.screen203 .add_option1{right:10px}.screennew203 .right-side-icon{display:none}.screennew203 .checkbox{margin-top:20px}.screennew203 .checkbox .radiobutton label:before,.screennew203 .checkbox .radiobutton input[type=checkbox]:checked+label:after{border-radius:0!important}.screennew203 .lightboxes .Marksbottom{border-top:1px solid #b2dfdb;margin-top:30px}.screennew203 .secoundquestion{margin-top:35px}.screennew203 .lightboxes .col-sm-1.control{margin-left:20px;max-width:60px}.screenno475 .Previous_Notices{background:#e0f2f1;padding:15px 50px}.screenno475 .Previous_Notices h2{font-weight:700;font-size:20px;line-height:30px;color:#000}.screenno475 .Dance_Competition{background:#fff;border:1px solid #80cbc4;box-sizing:border-box;box-shadow:0 0 15px #0098871a;border-radius:15px;padding:15px;margin:30px}.screenno475 .Dance_Competition h6{font-weight:700;font-size:18px;line-height:24px;letter-spacing:.5px;color:#000}.screenno475 .Posted{font-weight:400;font-size:14px;line-height:24px;color:#009688}.screenno475 .DELETE{font-weight:700;font-size:14px;line-height:24px;letter-spacing:.5px;color:#f47e16;position:relative;cursor:pointer}.screenno475 .REPOST{display:grid;grid-template-columns:25% 15% 35% 12% 10%}.screenno475 .Dance_Competitionone p{font-weight:400;font-size:14px;line-height:22px;color:#004d40;padding:20px 0;margin:0}.screenno475 .Dance_Competitionone .Competition_poster{font-weight:700!important;color:#f47e16!important;position:relative;padding:0 0 0 20px!important;cursor:pointer}.screenno475 .mein_Dance_Competition{width:auto;height:70vh;overflow:auto}.screenno475 .Dance_Competitionone .Competition_poster img.Vector{position:absolute;top:5px;left:0}.screenno475 .Dance_Competitionone ul,.screenno475 .Dance_Competitionone ol{padding-left:20px;list-style-type:none}.screenno475 .Dance_Competitionone li{margin-bottom:0;padding-bottom:0}.screenno475 .Dance_Competitionone ul li{list-style-type:disc}.screenno475 .Dance_Competitionone ol li{list-style-type:decimal}.screenno475 .DELETE img{position:absolute;top:3px;right:0;left:58px}.screenno475 .noPrevious_Notices{width:auto;height:70vh;overflow:auto;display:flex;justify-content:center;align-items:center}.screenno475 .noPrevious_Notices h6{font-weight:900;font-size:20px;line-height:24px;color:#000}.screen476 .full-width{width:100%;margin-top:20px}.screen476 .full-width .checkbox-section .type{text-align:left;color:#009688;font-weight:500;font-size:14px;margin-bottom:15px}.screen476 .full-width .checkbox-section .control label:before{width:15px;height:15px}.screen476 .checkbox-group{display:flex;flex-wrap:wrap}.screen476 .checkbox-group .control{flex:1;position:relative;display:grid;grid-template-columns:30px 160px;align-items:baseline}.screen476 .checkbox-group .control label{text-align:left}.screen476 .checkbox-group .control input[type=checkbox]{display:block;opacity:0}.screen476 .selectbox-section,.screen2013 .selectbox-section{display:flex;flex-wrap:wrap;margin-top:15px}.screen476 .selectbox-section .input-div,.screen2013 .selectbox-section .input-div{flex:1;position:relative;min-width:150px}.screen476 .selectbox-section .input-div:first-child,.screen2013 .selectbox-section .input-div:first-child{margin-right:10px}.screen476 .selectbox-section .input-div select,.screen2013 .selectbox-section .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000}.screen476 .selectbox-section .input-div.select label,.screen2013 .selectbox-section .input-div.select label,.year-select{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screen476 .selectbox-section .input-div.select.prefix select,.screen2013 .selectbox-section .input-div.select.prefix select{padding-left:40px}.screen476 .selectbox-section .input-div.select .prefix-icon,.screen2013 .selectbox-section .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.screen476 .input-section{position:relative;margin-top:15px}.screen476 .input-section .without-icon-fullbox,.screen476 .input-section .textarea{padding-left:15px}.screen476 .input-section .form-control-placeholder{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac}.screen476 .input-section .attachfiles-section{display:flex;margin:-20px 0 0 15px;cursor:pointer}.screen476 .input-section .attachfiles-section span{font-weight:700;font-size:16px;letter-spacing:.5px;color:#f47e16;margin-left:10px}.screen476 .input-section.margin-botton-35{margin-bottom:35px}.screen476 .input-section.singal{display:flex;flex-wrap:wrap}.screen476 .input-section.singal .input-div{flex:1}.createClassPopup-section408screen .createNewClass.screen476{background-color:#fff;padding:14px 25px 0;width:660px;position:relative;border-radius:.9375rem;overflow:auto;max-height:800px;text-align:center}.screen480 .SearchPeopleInChatSection input{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.875%2018.75C6.5325%2018.75%203%2015.2175%203%2010.875C3%206.5325%206.5325%203%2010.875%203C15.2175%203%2018.75%206.5325%2018.75%2010.875C18.75%2015.2175%2015.2175%2018.75%2010.875%2018.75ZM10.875%205.25C7.77338%205.25%205.25%207.77338%205.25%2010.875C5.25%2013.9766%207.77338%2016.5%2010.875%2016.5C13.9766%2016.5%2016.5%2013.9766%2016.5%2010.875C16.5%207.77338%2013.9766%205.25%2010.875%205.25ZM17.9782%2016.3875L20.6704%2019.0796C21.1102%2019.5195%2021.1102%2020.2305%2020.6704%2020.6704C20.451%2020.8898%2020.163%2021%2019.875%2021C19.587%2021%2019.299%2020.8898%2019.0796%2020.6704L16.3875%2017.9783C16.9826%2017.5159%2017.5159%2016.9826%2017.9782%2016.3875Z'%20fill='%23000000'/%3e%3c/svg%3e");border-radius:0;background-color:#eff8f8;border:0;font-weight:400;font-size:16px;background-position:2rem center;padding-left:70px;height:55px;margin-bottom:0}.screen480 .SearchPeopleInChatSection input::placeholder{color:#80cbc4}.screen480 .leftSide .topLinks ul.justify-content-center li:nth-child(1) span{margin-left:-50px}.screen480 .chatSection{height:calc(100vh - 180px);overflow-y:scroll}.screen480 .chatSection::-webkit-scrollbar{width:0px}.screen480 .chatSection .chat{display:grid;grid-template-columns:20% 50% 30%;padding:15px}.screen480 .chatSection .chat:nth-child(1){border-top:1px solid #b2dfdb}.screen480 .chatSection .chat .bold-text{font-weight:900;font-size:16px;color:#000}.screen480 .chatSection .chat .normal-text{font-weight:400;font-size:16px;color:#000}.screen480 .chatSection .chat .sub-text{font-weight:400;font-size:12px;color:#828f8e}.screen480 .chatSection .chat .time-text{font-weight:400;font-size:10px;color:#000}.screen480 .chatSection .chat .count{background-color:#f47e16;color:#fff;border-radius:100%;width:20px;height:20px;text-align:center;margin-top:5px}.screen480 .rightSide .headerSection{background:#e0f2f1;height:55px;display:flex;align-items:center;font-weight:700;font-size:20px;color:#000;letter-spacing:.5px;padding-left:15px}.screen480 .rightSide .headerSection div{margin-left:20px}.screen480 .rightSide{padding-top:62px;height:100vh}.screen480 .rightSide .containSection{margin-top:40px}.screen480 .rightSide .containSection .line{width:95%;text-align:center;line-height:.1em;margin:0 0 40px 30px;border-top:.5px solid #4db6ac}.screen480 .rightSide .containSection .line span{background:#eff8f8;border-radius:5px;padding:5px 10px;font-weight:400;font-size:10px;color:#00796b}.screen480 .rightSide .containSection .DanceCompetitionSection{padding:3% 20%}.screen480 .rightSide .containSection .DanceCompetitionSection .containt{background:#eff8f8;padding:3%;border-radius:10px}.screen480 .rightSide .containSection .DanceCompetitionSection .containt label{font-weight:900;font-size:18px;color:#000;margin-bottom:15px}.screen480 .rightSide .containSection .DanceCompetitionSection .containt p{font-weight:400;font-size:14px;line-height:22px;color:#004d40}.screen480 .rightSide .containSection .DanceCompetitionSection .containt .attachfiles-section{display:flex;cursor:pointer}.screen480 .rightSide .containSection .DanceCompetitionSection .containt .attachfiles-section span{padding-left:15px;font-weight:700;font-size:14px;color:#f47e16}.screen801 .fivefiveeen{grid-template-columns:250px 250px auto;width:100%}.screen801 .fivefiveeen li.Classaddbuttpn{padding:0;position:relative}.screen801 .fivefiveeen li img.Dropdown{position:absolute;top:43px;left:10px}.screen801 .Selected.Classes{min-width:250px;background:#eff8f8;border-radius:10px;padding-right:15px;margin-top:5px}.screen801 .Selected.Classes h5{font-weight:700;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#004d40;text-align:left;padding:10px 15px 5px}.screen801 .Selected.Classes ul{display:grid;grid-template-columns:105px 105px auto;border-bottom:.5px solid #80cbc4}.screen801 .Selected.Classes ul li{padding:8px 0}.screen801 .Selected.Classes ul:last-child{border-bottom:0px solid #80cbc4;padding-bottom:40px}.screen801 .createNewClass{height:calc(100vh - 380px);padding:25px 25px 0}.screen801 .CREATE{margin-top:40px}.screen801 .close{right:1.6rem;top:1.6rem}.screen801 .Selected.Classes ul li img.cross_image{cursor:pointer}.screen211{margin-left:25px;margin-top:20px;display:inline-block;width:100%;padding-right:120px}.screen211 .Force_Work{background:#fff;border:1px solid #80cbc4;box-sizing:border-box;box-shadow:0 0 15px #0098871a;border-radius:15px;padding:15px 20px 0;position:relative}.screen211 .Force_Work li.Title{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screen211 .Force_Work .Test_Title li{padding-bottom:15px}.screen211 .Force_Work li.Work{font-weight:700;font-size:18px;line-height:28px;letter-spacing:.5px;color:#000}.screen211 .Force_Work li.Date{font-weight:500;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000}.screen211 .Force_Work ul{display:grid;grid-template-columns:auto auto}.screen211 .Test_Title{width:78%;display:inline-block}.screen211 .Force_Work1 h5{margin-bottom:17px}.screen211 .Force_Work1{width:auto;display:inline-block;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16;position:absolute;top:12px;cursor:pointer}.screen211 .Force_Work1 .download-icon{vertical-align:top;margin-right:5px}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock.edit span.as-link{float:right;position:relative;padding-right:30px}.classDashboard-section .sharedAssignmentsBlock .assignmentsBlock.edit span.as-link:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.05882%2010.8824C7.82353%2010.6471%207.82353%2010.2941%208.05882%2010.0588C8.29412%209.82353%208.64706%209.82353%208.88235%2010.0588L11.3529%2012.5294V3.58824C11.3529%203.23529%2011.7059%203%2011.9412%203C12.2941%203%2012.5294%203.23529%2012.5294%203.58824V12.5294L15%2010.0588C15.2353%209.82353%2015.5882%209.82353%2015.8235%2010.0588C16.0588%2010.2941%2016.0588%2010.6471%2015.8235%2010.8824L12.2941%2014.4118C12.1765%2014.4118%2012.0588%2014.5294%2011.9412%2014.5294C11.8235%2014.5294%2011.7059%2014.5294%2011.5882%2014.4118L8.05882%2010.8824ZM19.8235%2014.2941C19.8235%2013.9412%2020.0588%2013.7059%2020.4118%2013.7059C20.7647%2013.7059%2021%2013.9412%2021%2014.2941V17.5882C21%2018.2941%2020.6471%2019%2020.1765%2019.4706C19.7059%2019.9412%2019%2020.2941%2018.2941%2020.2941H5.70588C5%2020.2941%204.29412%2019.9412%203.82353%2019.4706C3.35294%2019%203%2018.2941%203%2017.5882V14.2941C3%2013.9412%203.23529%2013.7059%203.58824%2013.7059C3.94118%2013.7059%204.17647%2013.9412%204.17647%2014.2941V17.5882C4.17647%2018.0588%204.41176%2018.4118%204.64706%2018.6471C4.88235%2018.8824%205.35294%2019.1176%205.70588%2019.1176H18.1765C18.6471%2019.1176%2019%2018.8824%2019.2353%2018.6471C19.4706%2018.4118%2019.7059%2017.9412%2019.7059%2017.5882V14.2941H19.8235Z'%20fill='%23FF7700'%20stroke='%23FF7700'/%3e%3c/svg%3e");position:absolute;right:0;width:24px;height:24px;top:-4px}.screen211 .Force_Work1 span.as-link{position:relative}.screen211 .Force_Work1 span.as-link:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.05882%2010.8824C7.82353%2010.6471%207.82353%2010.2941%208.05882%2010.0588C8.29412%209.82353%208.64706%209.82353%208.88235%2010.0588L11.3529%2012.5294V3.58824C11.3529%203.23529%2011.7059%203%2011.9412%203C12.2941%203%2012.5294%203.23529%2012.5294%203.58824V12.5294L15%2010.0588C15.2353%209.82353%2015.5882%209.82353%2015.8235%2010.0588C16.0588%2010.2941%2016.0588%2010.6471%2015.8235%2010.8824L12.2941%2014.4118C12.1765%2014.4118%2012.0588%2014.5294%2011.9412%2014.5294C11.8235%2014.5294%2011.7059%2014.5294%2011.5882%2014.4118L8.05882%2010.8824ZM19.8235%2014.2941C19.8235%2013.9412%2020.0588%2013.7059%2020.4118%2013.7059C20.7647%2013.7059%2021%2013.9412%2021%2014.2941V17.5882C21%2018.2941%2020.6471%2019%2020.1765%2019.4706C19.7059%2019.9412%2019%2020.2941%2018.2941%2020.2941H5.70588C5%2020.2941%204.29412%2019.9412%203.82353%2019.4706C3.35294%2019%203%2018.2941%203%2017.5882V14.2941C3%2013.9412%203.23529%2013.7059%203.58824%2013.7059C3.94118%2013.7059%204.17647%2013.9412%204.17647%2014.2941V17.5882C4.17647%2018.0588%204.41176%2018.4118%204.64706%2018.6471C4.88235%2018.8824%205.35294%2019.1176%205.70588%2019.1176H18.1765C18.6471%2019.1176%2019%2018.8824%2019.2353%2018.6471C19.4706%2018.4118%2019.7059%2017.9412%2019.7059%2017.5882V14.2941H19.8235Z'%20fill='%23FF7700'%20stroke='%23FF7700'/%3e%3c/svg%3e");position:absolute;right:-30px;width:24px;top:-5px;height:24px}.screen211 .Force_Work1 li.Title{padding-bottom:15px}.screen211 .meinSamaysection{background:#eff8f8;padding:20px;position:relative;height:calc(100vh - 290px);overflow:auto}.screen211 .meinSamaysection ul{display:grid;grid-template-columns:80% 7% auto}.screen211 .meinSamaysection ul li.Bhardwaj{font-weight:400;font-size:12px;line-height:18px;color:#000;padding-left:35px}.screen211 .meinSamaysection ul li.VIEW{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16;cursor:pointer}.screen211 .meinSamaysection ul li.numbercount{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screen211 .meinSamaysection img.user_icon1{position:absolute;left:0;top:-2px}.screen211 .meinSamaysection li.Absent{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#eb5757}.screen211 .Test_Title .minitesninfth ul{grid-template-columns:20% auto}.screen211 .Test_Title .minitesninfth ul li{font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;padding-bottom:0}.screen211 .Test_Title .minitesninfth ul li span{font-weight:800}.sceen221 p.Force_Magnetism{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left;padding-top:10px}.sceen221 .minutes207{display:flex;padding-top:0}.sceen221 .lasttest p{margin-bottom:10px;font-weight:400;font-size:14px;line-height:22px;color:#000;text-align:justify}.sceen221 .lasttest p.Test_Topic{color:#009688}.sceen221 .lasttest{padding:0 20px}.sceen221 h2{font-weight:700;font-size:24px;line-height:32px;text-align:center;letter-spacing:.5px;color:#000}.sceen221 .createNewClass{overflow-y:auto;height:auto;min-height:520px;max-height:800px}.sceen221 .CREATE{margin-bottom:0;margin-top:70px}.sceen221 p.Test_Topic{font-weight:700}.screen222 p.Force_Magnetism{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left;padding-top:5px}.screen222 .minutes207{display:flex;padding-top:0}.screen222 .lasttest p{margin-bottom:10px;font-weight:400;font-size:14px;line-height:22px;color:#000;text-align:justify}.screen222 .lasttest p.Test_Topic{color:#009688}.screen222 .lasttest{padding:0 20px}.screen222 h2{font-weight:700;font-size:24px;line-height:32px;text-align:center;letter-spacing:.5px;color:#000}.screen222 .createNewClass{overflow-y:auto;height:auto;min-height:560px;max-height:800px}.screen222 .CREATE{margin-bottom:0;margin-top:20px;min-width:9rem}.screen222 p.Test_Topic{font-weight:700}.screen222 .meinfiles h3{font-weight:700;font-size:18px;line-height:28px;text-align:left;padding-bottom:15px;color:#000}.screen222 .meinfiles p{font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#009688}.screen222 .meinfiles{width:100%;text-align:left;padding-left:24px}.screen222 .footerbutton{width:100%}.screen222 .footerbutton span{font-weight:400;font-size:12px;line-height:18px;color:#000;width:auto;display:inline-block;padding-left:40px;text-align:justify;position:relative}.screen222 .footerbutton span img{position:absolute;left:15px;top:10px}.screen223 h2{font-weight:700;font-size:24px;line-height:32px;letter-spacing:.5px;color:#000}.screen223 .meinsection .linechange .Questions p{font-style:normal;font-weight:700;font-size:12px;line-height:18px;color:#009688}.screen223 .meinsection .linechange{display:flex;float:right;padding-right:30px}.screen223 .meinsection .linechange .Questions{padding:15px 20px}.screen223 .meinsection .linechange .Questions h2 span{color:#26a69a}.screen223 .meinsectionfirst{width:100%;display:grid;grid-template-columns:28% auto}.screen223 .minutes207{display:grid;grid-template-columns:auto auto}.screen223 .sectionfirst{padding-top:30px;padding-left:40px;border-right:1px solid #b2dfdb;padding-right:40px;position:relative}.screen223 .Instructions h2{font-weight:800;font-size:18px;line-height:28px;color:#000;padding:15px 0 20px}.screen223 .Instructions p{font-weight:400;font-size:14px;line-height:22px;color:#000}.screen223 .Clock1{position:relative;top:6px;right:20px}.screen223 .badge1{position:relative;top:6px;right:15px}.screen223 .minutes207 p{letter-spacing:.5px;color:#000;font-size:18px}.screen223 span.Delete_topicons{position:absolute;right:-15px;top:15px;cursor:pointer}.screen223 .scrollbar{overflow-y:auto;height:calc(100vh - 99px);padding:15px 70px}.screen223 .Jump_question{margin-bottom:40px}.screen223 .Jump_question h6{font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#000}.screen223 .Jump_question ul li{width:auto;display:inline-block;color:#f47e16;padding:10px;font-size:18px;line-height:28px;font-weight:400}.screen223 .Jump_question ul{text-align:center}.screen223 .meinarrowdivs{width:auto;position:relative}.screen223 .Previous{position:absolute;right:0;top:40%;background:#fff;border:2px solid #ff7700;box-shadow:0 10px 10px #ff77001a;border-radius:12px;padding:5px 7px 1px;cursor:pointer}.screen223 .Next{position:absolute;left:0;top:40%;background:#fff;border:2px solid #ff7700;box-shadow:0 10px 10px #ff77001a;border-radius:12px;padding:5px 7px 1px;cursor:pointer}.screen223 .radiobutton{max-width:80%!important;margin:0 AUTO}.screen223 .submit_test{position:absolute;right:80px;bottom:20px}.screen223 .radiobutton p{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screen223 .Jump_question li.active{color:#000!important;font-weight:700}.screen224 .meinsectionfirst{grid-template-columns:6% 85%}.screen224 .meinradiobutton p.Upload_file{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16;position:relative;padding-left:24px}.screen223 .radiobutton .Long_Answer{padding-left:24px}.screen224 .meinradiobutton img.Group_arrowtop{position:absolute;left:120px}.screen225 .radiobutton{max-width:50%!important;margin:0 AUTO}.screen225 .Next{left:270px}.screen225 .Previous{right:270px}.sceen227 p.Force_Magnetism{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left;padding-top:10px}.sceen227 .minutes207{display:flex;padding-top:0}.sceen227 .lasttest p{font-weight:700;font-size:14px;line-height:22px;color:#eb5757;text-align:justify;padding-top:15px}.sceen227 .lasttest p.Test_Topic{font-weight:700;font-size:18px;line-height:28px;color:#eb5757}.sceen227 .lasttest{padding:0 20px}.sceen227 .Questions h2{font-weight:400;font-size:14px;line-height:22px;color:#000;padding:0}.sceen227 h2{font-weight:700;font-size:24px;line-height:32px;text-align:center;letter-spacing:.5px;color:#000}.sceen227 .createNewClass{overflow-y:auto;height:auto;min-height:430px;max-height:800px;min-width:480px;padding:20px 70px}.sceen227 .CREATE{margin-bottom:0;margin-top:40px}.sceen227 p.Test_Topic{font-weight:700}.sceen227 .Questions_attempted{display:grid;grid-template-columns:auto auto;width:100%}.sceen227 .Questions p{text-align:center;font-weight:700;font-size:24px;line-height:32px;letter-spacing:.5px;color:#000}.sceen227 .Questions p span{color:#eb5757;font-weight:700}.screen228 .Questions .zero{color:#eb5757}.screen228 .lasttest p{font-weight:400;font-size:18px;line-height:28px;text-align:center;letter-spacing:.5px;color:#000}.screen228 .createNewClass{min-height:300px}.screen228 .Questions p{padding-top:10px}.screen228 .close{position:absolute;right:1.6rem;top:1.6rem}.screen_New_213 header{background:#eff8f8}.screen_New_213 header h2{padding-left:17rem!important}.screen_New_213 .close{position:absolute!important;left:auto!important;top:2rem!important;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L25.7071%2024.2929C26.0976%2024.6834%2026.0976%2025.3166%2025.7071%2025.7071C25.3166%2026.0976%2024.6834%2026.0976%2024.2929%2025.7071L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill='%23F47E16'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.7071%200.292893C26.0976%200.683417%2026.0976%201.31658%2025.7071%201.70711L1.70711%2025.7071C1.31658%2026.0976%200.683417%2026.0976%200.292893%2025.7071C-0.0976311%2025.3166%20-0.0976311%2024.6834%200.292893%2024.2929L24.2929%200.292893C24.6834%20-0.0976311%2025.3166%20-0.0976311%2025.7071%200.292893Z'%20fill='%23F47E16'/%3e%3c/svg%3e") right center no-repeat!important;z-index:99!important;right:30px!important}.screen_New_213 header{height:114px!important}.screen_New_213 .add_new_marksmein p.add_new_marks{position:relative}.screen_New_213 .add_new_marksmein p.add_new_marks span{position:absolute;width:100%;left:0;top:13px;padding:0}.screen_New_213 .Profile_icons{width:auto;float:left;position:absolute;left:180px;top:22px}.screen_New_213 h2{padding-top:31px!important;color:#009688;font-weight:700;font-size:36px;line-height:48px}.screen_New_213 .Electric_Current{color:#009688;font-weight:700;font-size:20px;line-height:30px;padding-left:50px}.screen_New_213 .align-items-stretch.d-flex.test-block{padding-top:114px!important}.screen_New_213 .leftside{border-right:1px solid #80cbc4;padding-left:25px}.screen_New_213 .leftside h4{color:#000;font-weight:700;font-size:20px;line-height:30px;padding-top:30px}.screen_New_213 .pdfimages{background:#fff;border:1px solid #b2dfdb;box-sizing:border-box;box-shadow:0 4px 10px #0096881a;border-radius:10px;position:relative;padding:15px;width:auto}.screen_New_213 .writingsection{width:auto;display:inline-block;padding-left:15px}.screen_New_213 .pdfimages img.pdf_1{position:absolute;top:15px}.screen_New_213 .pdfimages1{background:#eff8f8;border-radius:15px;padding:25px 25px 25px 20px;position:relative;margin-top:20px}.screen_New_213 .pdfimages1 img{position:absolute;top:15px}.screen_New_213 .rightside{border-left:1px solid #80cbc4;height:calc(100vh - 100px);overflow:auto}.screen_New_213 .questionsmarks12{font-weight:400;font-size:14px;line-height:22px;color:#000;margin:0}.screen_New_213 .rightside form{padding:30px 0 0!important}.screen_New_213 .textareafiled input{padding-bottom:180px;margin:0}.screen_New_213 .Share_voice_feedback{display:flex;flex:1}.screen_New_213 .file2{margin-left:0}.screen_New_213 .spackericon2 h5{color:#000;font-size:14px;line-height:22px;letter-spacing:.5px}.screen_New_213 .spackericon2 p{color:#4db6ac;font-weight:400;font-size:12px;line-height:18px}.screen_New_213 .Checked_Mark{padding-top:60px;text-align:center}.screen_New_213 .Checked_Mark P{color:#f47e16;text-transform:uppercase;font-weight:500;font-size:16px;line-height:24px}.screen_New_213 .spackericon2{padding-top:25px;padding-left:75px}.screen_New_213 .spackericon3{padding-top:15px}.screen_New_213 p.Wrongsince,.screen_New_213 p.Wrongsince1{width:auto;display:inline;padding-left:15px;position:relative;margin:0}.screen_New_213 .radiobutton label{width:auto;display:inline-block;font-weight:400;font-size:14px;letter-spacing:.5px;color:#009688}.screen_New_213 .Wrongsince .Wrong{font-weight:700;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#eb5757;padding-left:15px}.screen_New_213 .Wrongsince1 .Correct{font-weight:700;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#4db6ac;padding-left:30px}.screen_New_213 .radiobutton p{width:auto;display:inline-block}.screen_New_213 .radiobutton p.MARKS_20{font-weight:400;font-size:14px;line-height:22px;padding-left:15px;float:right;color:#828f8e;margin-top:-10px;text-align:right}.screen_New_213 .meinradiobutton .radiobutton p.MARKS_20 #vehicle{width:auto;max-width:100px}.screen_New_213 .radiobutton .MARKS_20 span{padding:0;font-weight:500;font-size:18px;line-height:28px;text-decoration-line:underline;color:#000}.screen_New_213 .radiobutton p.MARKS_201{float:right;padding:8px 0;color:#828f8e;text-align:right}.screen_New_213 .radiobutton .MARKS_201 span{padding:0;font-weight:500;font-size:18px;line-height:28px;text-decoration-line:underline;color:#f47e16}.screen_New_213 .Mic_newsection1 .invitastion .Title1,.screen_New_213 .MARKS_201 .Title1{min-width:AUTO;max-width:190px}.screen_New_213 .Wrongsince1 img{position:absolute;left:10px}.screen_New_213 .Wrongsince1 img.shutterstock{position:unset!important}.screen_New_213 .radiobutton{background:#f7fbfb;border-radius:10px;padding:20px;margin-left:15px;margin-top:0;width:auto;margin-bottom:30px;flex:1;max-width:750px!important;min-width:500px}.screen_New_213 .radiobuttonsubones,.screen_New_213 .radiobuttonones{display:flex;flex-wrap:wrap}.screen_New_213 .center{height:calc(100vh - 100px);overflow:auto}.screen_New_213 .Commentsection .Mic_newsection p span{font-weight:400;font-size:12px;line-height:18px;color:#000}.screen_New_213 .Commentsection .Mic_newsection p{margin:0;padding:5px 0 0}.screen_New_213 .information_regarding p{font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#00695c;padding-left:50px}.screen_New_213 .add_new_marksmein p{font-weight:700;font-size:16px;line-height:24px;text-align:center;color:#eb5757}.screen_New_213 .radiobuttonsub{position:relative}.screen_New_213 .add_new_marksmein{position:absolute;top:-75px;right:-100px}.screen_New_213 .Voice_Note_one{background:#eff8f8;border-radius:15px;padding:15px;margin:10px 20px;width:270px}.screen_New_213 .Voice_Note_one p{margin:0;position:relative}.screen_New_213 .Voice_Note_one p span{padding-left:30px;position:relative}.screen_New_213 .Voice_Note_one span{font-weight:400;font-size:12px;line-height:16px;color:#000}.screen_New_213 img.play{position:absolute;right:-40px}.screen_New_213 .Voice_Note_one img.Group_471{position:absolute;top:12px}.screen_New_213 .Voice_Note_one img.Group_4712{position:absolute}.screen_New_213 .Cross{position:absolute;right:0;cursor:pointer}.screen_New_213 span.invitastion{width:auto;display:inline-block}.screen_New_213 .Mic_newsection img{position:relative;top:5px}.screen241 .imagestreesection{background:#c4c4c4;border-radius:10px;text-align:center;padding-top:60px}.screen241 .meinradiosbutton{display:grid;grid-template-columns:60% auto}.screen241 .radiobutton{margin-bottom:25px}.screen601.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers{grid-template-columns:20% 20% 20% 20% 20%;width:100%}.screen601.Student-Course-Allocation.empty-table .contant-body .full-width .top-title-btn{margin-bottom:0;position:relative;width:auto;max-width:940px}.screen601.Student-Course-Allocation.empty-table .contant-body .full-width .top-title-btn img.Add{position:absolute;left:13px;top:8px}.screen601.Student-Course-Allocation .contant-body .full-width .padding-section .headers{margin-top:10px}.screen601.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers .header{color:#000;font-weight:700;font-size:16px;line-height:24px;border:none;text-align:left}.screen601 .contant-body .value-full-width .padding-section .values{display:grid;grid-template-columns:20% 20% 20% 20% 20%;width:100%;padding:15px 0;border-bottom:.5px solid #80cbc4}.screen601 .contant-body .value-full-width .padding-section .values .value-data .full-view{position:relative;padding-bottom:15px;display:flex}.screen601 .contant-body .value-full-width .padding-section .values .value-data .full-view div{position:relative;flex:1}.screen601 .contant-body .value-full-width .padding-section .values .value-data .full-view div img.switch-on{position:absolute;top:-8px;left:130px;cursor:pointer}.screen601 .contant-body .value-full-width .padding-section .values .value-data .full-view div img.switch-off{position:absolute;top:-8px;left:120px;cursor:pointer}.screen601 .contant-body .value-full-width .padding-section .values .value-data .full-view div img.teacher-error{top:0;left:0}.screen601 .contant-body .value-full-width .padding-section .values .value-data .full-view div span{margin-left:15px;font-weight:700;font-size:14px;color:#eb4747}.International p{padding-top:10px}.screen602{padding-left:40px}.screen602 .first_meinsection table tr th{font-weight:700;font-size:14px;line-height:24px;color:#000;text-align:left;padding-bottom:15px;padding-right:0}.screen602 .first_meinsection table tr td .checkbox-section{position:relative;margin-left:0}.screen602 .last_buttons{width:500px;text-align:center;margin-top:15px}.screen602 .first_meinsection table{width:500px}.screen602 .first_meinsection table tr td .checkbox-section .control{margin:0}.screen602 .first_meinsection table tr td .checkbox-group .control label{margin-left:30px;font-weight:700;font-size:14px;line-height:22px;color:#000}.screen602 .first_meinsection table tr td{font-weight:400;font-size:14px;line-height:24px;color:#828f8e;height:50px}.screen602 .first_meinsection table tr td .Dropdown_down_section{display:flex;margin-left:0;justify-content:space-between;width:100px;cursor:pointer}.International p span{position:relative;top:-20px;left:10px;font-weight:700;font-size:20px;line-height:24px;color:#000}.Internationalschool input#testname{min-width:300px}.firstscreen602{background:#f7fbfb!important;height:calc(100vh - 100px)}.firstscreen602 .fivefivetwoscreen{height:calc(100vh + -0px);background:#f7fbfb}.screen602 .meinsectionsix h2{margin-top:35px;font-style:normal;font-weight:700;font-size:14px;line-height:22px;color:#000;margin-bottom:10px}.No_logo_added{font-weight:700;font-size:12px;line-height:18px;color:#c6cfce}.screen602 .meinsectionsix .Removeedit span{font-weight:700;font-size:16px;line-height:24px;color:#f47e16;cursor:pointer;margin-right:30px}.screen602 .meinsectionsix .Internationalschool p{font-weight:700;font-size:24px;line-height:32px;color:#000}.screen602 .meinsectionsix .Internationalschool p span{font-weight:900;font-size:18px;line-height:28px;color:#f47e16;cursor:pointer;margin-left:20px}.screen447 .SearchPeopleInChatSection input{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.875%2018.75C6.5325%2018.75%203%2015.2175%203%2010.875C3%206.5325%206.5325%203%2010.875%203C15.2175%203%2018.75%206.5325%2018.75%2010.875C18.75%2015.2175%2015.2175%2018.75%2010.875%2018.75ZM10.875%205.25C7.77338%205.25%205.25%207.77338%205.25%2010.875C5.25%2013.9766%207.77338%2016.5%2010.875%2016.5C13.9766%2016.5%2016.5%2013.9766%2016.5%2010.875C16.5%207.77338%2013.9766%205.25%2010.875%205.25ZM17.9782%2016.3875L20.6704%2019.0796C21.1102%2019.5195%2021.1102%2020.2305%2020.6704%2020.6704C20.451%2020.8898%2020.163%2021%2019.875%2021C19.587%2021%2019.299%2020.8898%2019.0796%2020.6704L16.3875%2017.9783C16.9826%2017.5159%2017.5159%2016.9826%2017.9782%2016.3875Z'%20fill='%23000000'/%3e%3c/svg%3e");border-radius:0;background-color:transparent;border:0;font-weight:400;font-size:16px;background-position:2rem center;padding-left:70px;height:55px;margin-bottom:0}.screen447 .chatSection{height:calc(98vh - 270px);overflow-y:auto}.screen447{display:grid;grid-template-columns:330px auto}.screen447 .chatSection .chat:nth-child(1){background:#e0f2f1;border-top:1px solid #b2dfdb}.screen447 .screenmeinsction{border-right:1px solid #00897b;padding-top:34px}.screen447 .chatSection .chat{display:grid;grid-template-columns:20% 60% 20%;padding:15px}.screen447 .chatSection .chat .bold-text{font-weight:900;font-size:16px;color:#000}.screen447 .chatSection .chat .sub-text{font-weight:400;font-size:12px;color:#828f8e}.scrennsection447{padding-top:61px!important}.screen447 .radio-group-btn{display:grid;grid-template-columns:130px 230px;position:unset}.screen447 .radio-group-btn .radiobutton{background:transparent;position:relative}.screen447 .radio-group-btn .radiobutton label{padding:16px 0 0 10px;font-weight:400}.screen447 .radio-group-btn .radiobutton label:before{top:calc(50% + -0rem);background-color:#fff!important}.screen447 .radio-group-btn .radiobutton label:after{top:calc(50% + -0rem)}.screen447 .radiobutton{background:#f7fbfb;border-radius:10px;padding:0 20px;margin-left:0;margin-top:0;max-width:90%!important;margin-bottom:25px}.screen447 span.Modify_Class.Fee_Structure{color:#009688!important}.screen447 .SAve .Recepients{font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#009688;margin-bottom:10px}.screen447{padding:0!important}.screen447 .SAve{padding-left:30px;border-bottom:1px solid #b2dfdb}.screen447 .chatSection .chat .count{background-color:#f47e16;color:#fff;border-radius:100%;width:20px;height:20px;text-align:center;margin-top:5px;font-size:14px}.screen447 .chatSection .chat .time-text{font-weight:400;font-size:10px;color:#000}.screen447 .contentchat{background:#eff8f8;border-radius:10px;padding:15px;margin:15px 30px;width:auto;float:right}.screen447 .contentchat span{font-weight:700;font-size:10px;line-height:12px;color:#4db6ac;float:right;width:100%;text-align:right}.screen447 .contentchat p{font-weight:400;font-size:12px;line-height:18px;color:#000}.screen447 .yellowbox{background:#fffce1;border-radius:10px;padding:15px;width:auto;float:left;margin:0 30px 15px}.screen447 .yellowbox span{font-weight:700;font-size:10px;line-height:12px;color:#f8a724;float:right;width:100%;text-align:right}.screen447 .yellowbox p{font-weight:400;font-size:12px;line-height:18px;color:#000}.screen447 .chattingsection .line{width:100%;text-align:center;line-height:.1em;margin:0;border-top:.5px solid #4db6ac;clear:both}.screen447 .chattingsection .line span{background:#eff8f8;border-radius:5px;padding:5px 10px;font-weight:400;font-size:10px;color:#00796b}.screen447 .boxcontent{width:95%;display:inline-block}.screen447 .chatinputsection{width:95%;display:inline-block;margin:0 30px 15px;background:#eff8f8;border-radius:15px;position:relative;padding:5px}.screen447 .chatinputsection input[type=text]{border:1px solid #e0f2f1;border-radius:15px;width:100%}.screen447 .chatinputsection input[type=text],.screen447 .chatinputsection textarea[type=text]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%2011.5C8.32843%2011.5%209%2010.8284%209%2010C9%209.17157%208.32843%208.5%207.5%208.5C6.67157%208.5%206%209.17157%206%2010C6%2010.8284%206.67157%2011.5%207.5%2011.5Z'%20fill='%23000000'/%3e%3cpath%20d='M16.5%2011.5C17.3284%2011.5%2018%2010.8284%2018%2010C18%209.17157%2017.3284%208.5%2016.5%208.5C15.6716%208.5%2015%209.17157%2015%2010C15%2010.8284%2015.6716%2011.5%2016.5%2011.5Z'%20fill='%23000000'/%3e%3cpath%20d='M12%2023C18.0751%2023%2023%2018.0751%2023%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023Z'%20stroke='%23000000'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%2014C18%2017.3%2015.3%2020%2012%2020C8.7%2020%206%2017.3%206%2014H18Z'%20stroke='%23000000'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat;padding:15px 50px;margin:0}.screen447 .chattingsection{width:100%;display:inline-block;height:calc(100vh + -0px);overflow-y:auto}.screen479 .SearchPeopleInChatSection input{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.875%2018.75C6.5325%2018.75%203%2015.2175%203%2010.875C3%206.5325%206.5325%203%2010.875%203C15.2175%203%2018.75%206.5325%2018.75%2010.875C18.75%2015.2175%2015.2175%2018.75%2010.875%2018.75ZM10.875%205.25C7.77338%205.25%205.25%207.77338%205.25%2010.875C5.25%2013.9766%207.77338%2016.5%2010.875%2016.5C13.9766%2016.5%2016.5%2013.9766%2016.5%2010.875C16.5%207.77338%2013.9766%205.25%2010.875%205.25ZM17.9782%2016.3875L20.6704%2019.0796C21.1102%2019.5195%2021.1102%2020.2305%2020.6704%2020.6704C20.451%2020.8898%2020.163%2021%2019.875%2021C19.587%2021%2019.299%2020.8898%2019.0796%2020.6704L16.3875%2017.9783C16.9826%2017.5159%2017.5159%2016.9826%2017.9782%2016.3875Z'%20fill='%23000000'/%3e%3c/svg%3e");border-radius:0;background-color:#eff8f8;border:0;font-weight:400;font-size:16px;background-position:2rem center;padding-left:70px;height:55px;margin-bottom:0}.screen479 .SearchPeopleInChatSection input::placeholder{color:#80cbc4}.screen479 .leftSide .topLinks ul.justify-content-center li:nth-child(1) span{margin-left:-50px}.screen479 .chatSection{height:calc(100vh - 120px);overflow-y:auto}.screen479 .chatSection::-webkit-scrollbar{width:0px}.screen479 .chatSection .chat{display:grid;grid-template-columns:20% 60% 20%;padding:15px}.screen479 .chatSection .chat:nth-child(1){background:#e0f2f1;border-top:1px solid #b2dfdb}.screen479 .chatSection .chat:after{content:"";border-top:1px solid #b2dfdb;position:relative;top:-70px;width:210px;left:60px}.screen479 .chatSection .chat .bold-text{font-weight:900;font-size:16px;color:#000}.screen479 .chatSection .chat .normal-text{font-weight:400;font-size:16px;color:#000}.screen479 .chatSection .chat .sub-text{font-weight:400;font-size:12px;color:#828f8e}.screen479 .chatSection .chat .time-text{font-weight:400;font-size:10px;color:#000}.screen479 .chatSection .chat .count{background-color:#f47e16;color:#fff;border-radius:100%;width:20px;height:20px;text-align:center;margin-top:5px;font-size:14px}.screen479 .rightSide .headerSection{background:#e0f2f1;height:55px;display:flex;align-items:center;font-weight:700;font-size:20px;color:#000;letter-spacing:.5px;padding-left:15px}.screen479 .rightSide .headerSection div{margin-left:20px}.screen479 .rightSide{padding-top:60px!important}.screen479 .rightSide .containSection{margin-top:40px}.screen479 .rightSide .containSection .line{width:95%;text-align:center;line-height:.1em;margin:0 0 40px 30px;border-top:.5px solid #4db6ac}.screen479 .rightSide .containSection .line span{background:#eff8f8;border-radius:5px;padding:5px 10px;font-weight:400;font-size:10px;color:#00796b}.screen479 .rightSide .containSection .DanceCompetitionSection{padding:3% 20%}.screen479 .rightSide .containSection .DanceCompetitionSection .containt{background:#eff8f8;padding:3%;border-radius:10px}.screen479 .rightSide .containSection .DanceCompetitionSection .containt label{font-weight:900;font-size:18px;color:#000;margin-bottom:15px}.screen479 .rightSide .containSection .DanceCompetitionSection .containt p{font-weight:400;font-size:14px;line-height:22px;color:#004d40}.screen479 .rightSide .containSection .DanceCompetitionSection .containt .attachfiles-section{display:flex;cursor:pointer}.screen479 .rightSide .containSection .DanceCompetitionSection .containt .attachfiles-section span{padding-left:15px;font-weight:700;font-size:14px;color:#f47e16}.screen479 .contentchat{background:#eff8f8;border-radius:10px;padding:15px;margin:15px 30px;width:auto;float:right}.screen479 .contentchat span{font-weight:700;font-size:10px;line-height:12px;color:#4db6ac;float:right;width:100%;text-align:right}.screen479 .contentchat p{font-weight:400;font-size:12px;line-height:18px;color:#000}.screen479 .yellowbox{background:#fffce1;border-radius:10px;padding:15px;width:auto;float:left;margin:0 30px 15px}.screen479 .yellowbox span{font-weight:700;font-size:10px;line-height:12px;color:#f8a724;float:right;width:100%;text-align:right}.screen479 .yellowbox p{font-weight:400;font-size:12px;line-height:18px;color:#000}.screen479 .chattingsection .line{width:100%;text-align:center;line-height:.1em;margin:0;border-top:.5px solid #4db6ac;clear:both}.screen479 .chattingsection .line span{background:#eff8f8;border-radius:5px;padding:5px 10px;font-weight:400;font-size:10px;color:#00796b}.screen479 .boxcontent{width:95%;display:inline-block}.screen479 .chatinputsection{width:95%;display:inline-block;margin:0 30px 15px;background:#eff8f8;border-radius:15px;position:relative;padding:5px}.screen479 .chatinputsection input[type=text]{border:1px solid #e0f2f1;border-radius:15px;width:100%}.screen479 .chatinputsection input[type=text],.screen479 .chatinputsection textarea[type=text]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%2011.5C8.32843%2011.5%209%2010.8284%209%2010C9%209.17157%208.32843%208.5%207.5%208.5C6.67157%208.5%206%209.17157%206%2010C6%2010.8284%206.67157%2011.5%207.5%2011.5Z'%20fill='%23000000'/%3e%3cpath%20d='M16.5%2011.5C17.3284%2011.5%2018%2010.8284%2018%2010C18%209.17157%2017.3284%208.5%2016.5%208.5C15.6716%208.5%2015%209.17157%2015%2010C15%2010.8284%2015.6716%2011.5%2016.5%2011.5Z'%20fill='%23000000'/%3e%3cpath%20d='M12%2023C18.0751%2023%2023%2018.0751%2023%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023Z'%20stroke='%23000000'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%2014C18%2017.3%2015.3%2020%2012%2020C8.7%2020%206%2017.3%206%2014H18Z'%20stroke='%23000000'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:.5rem center;background-repeat:no-repeat;padding:15px 50px;margin:0}.screen479 .chattingsection{width:100%;display:inline-block}.screen479 .chattingsection{width:100%;display:inline-block;height:calc(65vh - 60px);overflow-y:auto}.screen1015 .create-new-report-card-btn{margin-top:20px}.screen1015 .previousReportCardSection{background:#e0f2f1;padding:15px 15px 15px 40px}.screen1015 .previousReportCardSection span{color:#00695c;letter-spacing:.5px;font-weight:400;font-size:24px;line-height:32px}.screen1015 .exam-btn-section{margin-top:20px;padding-left:40px}.screen1015 .StatusSectionHeader{background:#e0f2f1;padding:15px 40px}.screen1015 .StatusSectionHeader span{color:#00695c;letter-spacing:.5px;font-weight:400;font-size:24px;line-height:32px;margin-right:15px;cursor:pointer}.screen1015 .StatusSectionHeader span.active{color:#f47e16;position:relative}.screen1015 .StatusSectionHeader span.active:after{content:"";width:120%;position:absolute;border-bottom:4px solid #f47e16;top:40px;left:-12px;border-radius:2px}.screen1015 .contain-area{height:calc(100vh - 280px);overflow-y:auto}.screen1015 .contain-area .box{background:#fff;border:1px solid #80cbc4;box-sizing:border-box;border-radius:15px;margin-top:20px;margin-left:20px;margin-right:20px;display:flex;flex-wrap:wrap;padding:16px 20px}.screen1015 .contain-area .box .exam-section{flex:1}.screen1015 .contain-area .box .time-section{flex:.5}.screen1015 .contain-area .box .action-section{flex:2;margin-top:20px}.screen1015 .contain-area .box .exam-section p{color:#009688;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;margin-bottom:10px}.screen1015 .contain-area .box .exam-section span{color:#000;letter-spacing:.5px;font-weight:500;font-size:18px;line-height:28px}.screen1015 .contain-area .box .time-section p{color:#000;letter-spacing:.5px;font-weight:500;font-size:12px;line-height:18px;margin-bottom:0}.screen1015 .contain-area .box .time-section p:nth-child(1){margin-bottom:20px}.createClassPopup-section408screen .createNewClass.screen476.screen481{max-height:calc(100vh - 20px)}.screen481 .date-time-section{display:flex;flex-wrap:wrap}.screen481 .date-time-section .input-div{flex:1;position:relative}.screen481 .date-time-section .input-div:nth-child(2){margin-left:15px}.screen481 .dateTimeSection{display:flex}.screen481 .dateTimeSection .checkbox-group .control label:after,.screen481 .dateTimeSection .checkbox-group .control label:before{top:unset}.screen481 .input-section.singal .checkbox-section{flex:1;margin-left:15px}.screen1002 .contain .input-section{display:flex;justify-content:center;margin-top:60px}.screen1002 .contain .Exam_Name{display:flex;justify-content:center;margin-top:15px}.screen1002 .contain .btn-section{display:flex;justify-content:center}.screen1002 .contain .input-div{position:relative;width:70%}.screen1002 .contain .input-div .without-icon-fullbox{background-image:none!important;width:100%;display:inline-block;padding-left:20px}.screen1002 .contain .input-div .form-control-placeholder{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac}.screen1001 .exam-btn-section{margin-top:20px;padding-left:40px}.screen1001 .StatusSectionHeader{background:#e0f2f1;padding:15px 40px}.screen1001 .StatusSectionHeader span{color:#00695c;letter-spacing:.5px;font-weight:400;font-size:24px;line-height:32px;margin-right:15px;cursor:pointer}.screen1001 .StatusSectionHeader span.active{color:#f47e16;position:relative}.screen1001 .StatusSectionHeader span.active:after{content:"";width:120%;position:absolute;border-bottom:4px solid #f47e16;top:40px;left:-12px;border-radius:2px}.screen1001 .StatusSectionHeader span.active:last-child:after{width:105%;left:-10px}.screen1001 .contain-area{height:calc(100vh - 280px);overflow-y:auto}.screen1001 .contain-area .box{background:#fff;border:1px solid #80cbc4;box-sizing:border-box;border-radius:15px;margin-top:20px;margin-left:20px;margin-right:20px;display:flex;flex-wrap:wrap;padding:16px 20px}.screen1001 .contain-area .box .exam-section{flex:1}.screen1001 .contain-area .box .time-section{flex:.5}.screen1001 .contain-area .box .action-section{flex:2;margin-top:20px}.screen1001 .contain-area .box .exam-section p{color:#009688;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;margin-bottom:10px}.screen1001 .contain-area .box .exam-section span{color:#000;letter-spacing:.5px;font-weight:500;font-size:18px;line-height:28px}.screen1001 .contain-area .box .time-section p{color:#000;letter-spacing:.5px;font-weight:500;font-size:12px;line-height:18px;margin-bottom:0}.screen1001 .contain-area .box .time-section p:nth-child(1){margin-bottom:20px}.onetwosection .numbersection span{background:#e0f2f1;padding:4px 7px;border-radius:25px;font-weight:700!important;font-size:12px!important;line-height:3!important;letter-spacing:.5px!important;color:#000!important;margin:5px;cursor:pointer}.screen1001 .contain-area .box .action-section.btn-right{text-align:right;margin-top:5px}.screen1001 .contain-area .box .action-section.btn-right .BorderwithIcon{display:inline-flex;border:1px solid #ff7700;border-radius:15px;padding:15px;margin-right:0;margin-bottom:0}.screen1001 .contain-area .box .action-section.btn-right .BorderwithIcon img{height:20px;margin-left:10px}.screen1005 .sidebarscreen300{padding-left:40px;padding-right:140px}.screen1005 .sidebarscreen300 .SAve{align-items:baseline}.screen1005 .sidebarscreen300 .SAve .btn-section .cancel{background-color:transparent;outline:none;color:#f70;box-shadow:none;border:none;padding:0;min-width:auto;margin-right:25px;background:transparent}.screen1005 .contain{display:grid;grid-template-columns:200px 200px calc(100% - 400px);margin-top:15px;position:relative;overflow:auto;height:calc(100vh - 155px)}.screen1005 .contain .header,.screen1005 .contain .studentInfoDetails .header label{background:#e0f2f1;text-align:center}.screen1005 .contain .header,.screen1005 .contain .studentInfoDetails .header label{color:#000;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;padding:15px 13px 15px 12px;flex:0 0 146px}#marks-header{justify-content:flex-start}.screen1005 .contain .classes-section div,.screen1005 .contain .subject-section div,.screen1005 .contain .studentInfoDetails .body .studentInfoData .studentName,.screen1005 .contain .studentInfoDetails .body .studentInfoData .input,.screen1005 .contain .studentInfoDetails .body .studentInfoData .select,.screen1005 .contain .studentInfoDetails .body .studentInfoData .checkbox-section{padding:15px 0;text-align:center;position:relative}.classes-section .body div{border-bottom:1px solid #b2dfdb}.screen1005 .contain .classes-section,.screen1005 .contain .subject-section{border-right:1px solid #b2dfdb}.screen1005 .contain .studentInfoDetails .header{padding:0}.screen1005 .contain .studentInfoDetails .header,.screen1005 .contain .studentInfoDetails .body .studentInfoData{display:flex;flex-direction:row}.individual-student-mark{flex:0 0 146.2px;text-align:left;padding-left:12px!important;padding-right:13px!important;background-color:#fff}.screen1005 .contain .classes-section .body,.screen1005 .contain .subject-section .body,.screen1005 .contain .student-section .body{padding:0}.screen1005 .contain .classes-section .body,.screen1005 .contain .subject-section .body,.screen1005 .contain .studentInfoDetails .body{padding:0;overflow-y:auto;height:calc(100vh - 210px);background-color:#fff}.screen1005 .contain .classes-section div.active,.screen1005 .contain .subject-section div.active{background:#e0f2f1}.screen1005 .contain .classes-section div.active:after,.screen1005 .contain .subject-section div.active:after{content:"";border-bottom:5px solid #f47e16;position:absolute;width:54px;transform:rotate(90deg);left:auto;top:24px;border-radius:18px;right:-23px}.screen1005 .contain .studentInfoDetails .body .studentInfoData .input p{position:relative;width:auto;display:inline-block;margin:0}.screen1005 .contain .studentInfoDetails .body .studentInfoData .input p input{position:unset;margin:0}.screen1005 .contain .studentInfoDetails .body .studentInfoData .input p span{position:absolute;top:5px;right:5px}.screen1005 .contain .studentInfoDetails .body .studentInfoData .input input{height:30px;background:none;width:100px;position:absolute;left:16%;background-color:#fff;border-radius:10px;padding:0 40px 0 5px}.screen1005 .contain .studentInfoDetails .body .studentInfoData .input span{position:absolute;top:19px;color:#4db6ac;right:20px}.screen1005 .contain .studentInfoDetails .body .studentInfoData .checkbox-section .checkbox-group .control label:before{top:calc(50% - 8px);left:50%;width:15px;height:15px}.screen1005 .contain .studentInfoDetails .body .studentInfoData .checkbox-section .checkbox-group .control label:after{top:calc(50% - 9px);left:50%;width:20px;height:20px}.screen1005 .contain .studentInfoDetails .body .studentInfoData .select select{height:30px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;width:100px;position:absolute;left:22%;background-color:#fff;border-radius:10px;padding:0 0 0 10px}.sidebarscreen412 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.sidebarscreen412 .row .checkbox-section .checkbox-group{position:relative;flex:1;min-width:170px;height:55px}.sidebarscreen412 .row .checkbox-section .checkbox-group .control label{position:absolute;top:10px;left:30px;padding:0}.sidebarscreen412 .row .checkbox-section .checkbox-group .control label:before{top:calc(50% - 7px);left:-28px;width:15px;height:15px}.sidebarscreen412 .row .checkbox-section .checkbox-group .control label:after{top:calc(50% - .5625rem);left:-30px;width:20px;height:20px}.Route_section .input-div.Route_sectionones{margin-right:90px!important}.Route_section select#section{width:220px}.screenadmin1019 .Cancel_1019{background-color:transparent!important;font-weight:900;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;text-transform:uppercase;color:#f47e16!important;box-shadow:unset}.screenadmin1019{padding:0}.screenadmin1019 .row,.screenadmin1019 .Header{padding-left:30px}.screenadmin1019 .Header_section{box-shadow:0 0 30px #0098871a;background-color:#fff;display:flex;align-items:baseline;padding:15px 0}.screenadmin1019 .Header_section p{margin:0}.screenadminmein1019 .screensidebar300{padding-top:64px!important}.screenadminmein1020 .row .radio-btn-group{margin-bottom:30px}.screenadminmein1020 .row .input-div.radio-div .radio-group-btn{display:grid;grid-template-columns:130px 170px 170px;margin-left:15px;margin-top:-20px}.screenadminmein1020 .radio_buttons p{font-weight:500;font-size:14px;line-height:22px;color:#009688}.screen1020 .DefineGradingScaleSection{box-shadow:0 0 30px #0098871a;background:#fff;border:1px solid #eb5757;box-sizing:border-box;border-radius:11px;width:260px;padding:15px;position:absolute;top:55%;right:20%;text-align:center}.screen1020 .DefineGradingScaleSection p{color:#000;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px}.screen1009 .contain{grid-template-columns:15.67% auto}.screen1009 .contain .studentInfoDetails .header label{display:flex;justify-content:center;margin-left:3%}.screen1009 .contain .studentInfoDetails .header label img{height:25px;margin-right:10px}.screen1009 .contain .studentInfoDetails .header,.screen1009 .contain .studentInfoDetails .body .studentInfoData{grid-template-columns:20% 20% 20% 20% 20%}.screen1009 .contain .studentInfoDetails .body .studentInfoData .checkbox-section .checkbox-group .control label{color:#000;letter-spacing:.5px;font-weight:400;font-size:16px;line-height:24px}.screen1009 p.SUBJECT1{font-weight:700;font-size:16px;line-height:24px;align-items:center;letter-spacing:.5px;color:#009688}.screen1009 .contain .studentInfoDetails .body .studentInfoData .checkbox-section .checkbox-group .control input:disabled+label{color:#828f8e}.screen1009 .contain .studentInfoDetails .body .studentInfoData .checkbox-section .checkbox-group .control label:before{top:calc(50% - 12px);left:10%}.screen1009 .contain .studentInfoDetails .body .studentInfoData .checkbox-section .checkbox-group .control label:after{top:calc(50% - 13px);left:9%}.screen1009 .contain .studentInfoDetails .body .studentInfoData .input input{padding-right:5px}.screen1009 .contain .studentInfoDetails .body .studentInfoData .action-section{text-align:center;align-self:center}.screen1009 .contain .studentInfoDetails .body .studentInfoData .action-section img{cursor:pointer}.screen1018 .contain{margin:50px 0 0 80px}.screen1018 .contain .TableSection{width:50%}.screen1018 .contain .TableSection .header{display:grid;grid-template-columns:80% 20%}.screen1018 .contain .TableSection .header label{color:#000;font-weight:700;font-size:16px;line-height:24px}.screen1018 .contain .TableSection .body .rowData{display:grid;grid-template-columns:80% 20%;margin-top:35px}.screen1018 .contain .TableSection .body .rowData .PrecentageSection{display:flex}.screen1018 .contain .TableSection .body .rowData .PrecentageSection img{margin:20px 20px 0;height:2px}.screen1018 .contain .TableSection .body .rowData .PrecentageSection .inputDiv{position:relative;width:30%}.screen1018 .contain .TableSection .body .rowData .PrecentageSection .inputDiv span{position:absolute;top:11px;right:10px;color:#4db6ac;font-weight:700;font-size:16px;line-height:24px}.screen1018 .contain .TableSection .body .rowData .PrecentageSection .inputDiv input,.screen1018 .contain .TableSection .body .rowData .GradeSection .inputDiv input{padding-left:15px}.screen1018 .contain .TableSection .body .rowData .PrecentageSection .inputDiv label,.screen1018 .contain .TableSection .body .rowData .GradeSection .inputDiv label{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac}.screen1018 .contain .TableSection .body .rowData .GradeSection .inputDiv{width:100%;position:relative;display:flex}.screen1018 .contain .TableSection .body .rowData .GradeSection .inputDiv img{height:30px;position:absolute;right:-50px;cursor:pointer;top:5px}.screen1018 .contain .addRange{display:flex}.screen1018 .contain .addRange img{cursor:pointer}.screen1018 .contain .addRange span{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer;padding-left:10px}.screen1018 .contain .save{margin-left:140px;margin-top:50px}.screen480 .rightSide .containSection .DanceCompetitionSection .containt .DanceheaderSection{display:flex;justify-content:space-between}.screen480 .rightSide .containSection .DanceCompetitionSection .containt .DanceheaderSection p{color:#009688}.screen1016 .filter-form{width:75%}.screen1016 .filter-form .topSection{display:flex;flex-wrap:wrap;align-items:flex-end}.screen1016 .filter-form .topSection .input-div.select.prefix:nth-child(1) select#class{padding-left:15px;width:180px}.screen1016 .filter-form .input-div{position:relative;margin-right:30px;margin-top:15px}.screen1016 .SelectExams.Sections_Included{margin-top:30px}.screen1016 .filter-form .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screen1016 .filter-form .input-div.select.prefix select{padding-left:40px}.screen1016 .filter-form .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:230px}.screen1016 .filter-form .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.screen1016 .filter-form .BorderwithIcon,.screen1016 .SAve .BorderwithIcon{display:inline-flex;border:1px solid #ff7700;border-radius:15px;padding:11px 20px;margin-right:0;margin-bottom:0}.screen1016 .SAve{align-items:baseline;padding-right:30px}.screen1016 .filter-form .BorderwithIcon img,.screen1016 .SAve .BorderwithIcon img{margin-left:45px}.screen1016 .filter-form .secoundSection{display:flex;flex-wrap:wrap;margin-top:15px}.screen1016 .filter-form .secoundSection .inputDiv{position:relative;width:380px;margin-right:25px;margin-top:15px}.screen1016 .filter-form .secoundSection .inputDiv input{width:100%}.screen1016 .filter-form .secoundSection .inputDiv span,.percentage-icon{position:absolute;top:11px;right:10px;color:#4db6ac;font-weight:700;font-size:16px;line-height:24px}.screen1016 .filter-form .secoundSection .inputDiv:nth-child(1) input{padding-left:15px}.screen1016 .filter-form .secoundSection .inputDiv:last-child{width:155px}.screen1016 .filter-form .secoundSection .inputDiv label{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac;visibility:visible!important}.SelectExams{color:#000008cc;letter-spacing:.5px;font-weight:600;font-size:20px;line-height:24px;margin-bottom:20px;margin-top:5%}.screen1016 .filter-form .TableSection{border:1px solid rgba(0,0,0,.12);border-radius:8px;margin:20px 0}.screen1016 .filter-form .TableSection .header{background:#0053580d}.screen1016 .filter-form .TableSection .header,.screen1016 .filter-form .TableSection .body .rowData{display:grid;grid-template-columns:60% 20% 20%;padding:13px 0 13px 19px;border-bottom:1px solid rgb(224,224,224)}.pass-fail-input{width:50px!important;background:unset!important;border:unset;border-bottom:1px solid black;border-radius:0;margin:unset;display:inline;height:20px!important;padding:0}.screen1016 .filter-form .TableSection .header span{color:#000!important;font-weight:500;font-size:15.9857px;line-height:24px}.screen1016 .filter-form .TableSection .header .checkbox-section,.screen1016 .filter-form .TableSection .body .checkbox-section,.screen1016 .Attendancesection .checkbox-section{position:relative}.screen1016 .Attendancesection{display:flex;flex-wrap:wrap;flex-direction:column;flex:0 0 48%}.screen1016 .Attendancesection .checkbox-section{width:220px;margin-bottom:25px}.screen1016 .filter-form .TableSection .body .checkbox-section .checkbox-group .control label{margin-left:20px}.screen1016 .filter-form .TableSection .header .checkbox-section .checkbox-group .control label:after{width:20px;height:20px;top:calc(50% - 12px);left:0}.screen1016 .filter-form .TableSection .header .checkbox-section .checkbox-group .control label:before{top:calc(50% - 10px);left:2px;width:15px;height:15px}.screen1016 .buttonsection{display:flex;margin-top:25px;margin-bottom:75px}.screen1016 .buttonsection .REport_card{background-color:#f70;outline:none;color:#fff;box-shadow:none;border:none;min-width:auto;margin-right:25px;padding:15px 40px}.screen1016 .filter-form .TableSection .body .rowData:last-child{border-bottom:0px}.screen1016 .meinTableSection .TableSection:last-child:after{width:130%}.screen1016 .filter-form .TableSection .body .rowData .checkbox-section{margin-left:0}.screen1016 .filter-form .TableSection .body .rowData .checkbox-section .checkbox-group .control label{margin-left:30px}.screen1052 .continueChoose{font-size:36px}.screen1052 .account--form{padding:80px 20px}.screen1052 .Sibling_Name{width:auto;background:#eff8f8;border-radius:10px;padding:6px 10px;display:flex;margin:20px;cursor:pointer}.screen1052 .Sibling_Name p{align-items:center}.screen1052 .Sibling_Name img{max-width:50px}.screen1052 .mein_Sibling_Name_secound{margin-top:15px;display:flex;justify-content:center}.screen1052 .Dropdown_right img{position:relative;top:12px}.screen1050 .Quick_Filtersmeinsection{display:flex;flex-wrap:wrap}.screen1050 .rightsitesection,.screen1050 .leftsidesection{flex:1}.screen1050 .leftsidesection p,.screen1050 .rightsitesection p{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal}.screen1050 .rightsitesection .fromtosection{display:grid;grid-template-columns:27% auto}.screen1050 .rightsitesection .firstformsection .input-div{position:relative;margin-right:25px}.screen1050 .rightsitesection .firstformsection .input-div img.Location_date{position:absolute;left:5px;top:13px}.screen1050 .rightsitesection .firstformsection .input-div input{width:190px;padding-right:16px;font-size:15px;color:#000;margin-bottom:0}.screen1050 .rightsitesection p{margin-bottom:8px}.screen1050 .Fee_Collection h3{font-weight:700;font-size:24px;line-height:24px;color:#009688;margin:20px 0 10px}.screen1050 .Fee_Collection_ones{background:#eaeaea;border-radius:20px;padding:25px 40px;display:grid;grid-template-columns:50% 50%}.screen1050 .Fee_Collection_ones .Total_Collected_one{font-size:24px;font-weight:900;margin-bottom:10px}.screen1050 .Fee_Collection_ones .Total_Collected{font-weight:400;font-size:14px;line-height:22px;color:#004d40}.screen1050 .Fee_Collection_ones .sectiontwo ul li{width:40%;display:inline-block;color:#000;font-weight:500}.screen1050 .download_icons p{font-weight:700;font-size:16px;line-height:24px;color:#f47e16;display:flex}.screen1050 .leftsidesection .download_icons img.download24{padding-right:15px}.screen1050 .Quick_Filtersmeinsection .rightsitesection{margin-left:25px}.screen1050 .leftsidesection{margin-right:25px}.screen1050 .mein_studentcount{display:flex;flex-wrap:wrap}.screen1050 .mein_studentcount .leftstudentcount,.screen1050 .mein_studentcount .rightstudentcount{flex:1}.screen1050 .mein_studentcount .leftstudentcount{margin-right:25px}.screen1050 .mein_studentcount .rightstudentcount{margin-left:25px}.screen1050 .mein_studentcount .leftstudentcount h4,.screen1050 .mein_studentcount .rightstudentcount h4{font-weight:700;font-size:24px;line-height:24px;color:#000;margin-top:20px;margin-bottom:10px}.screen1050 .meinstudentpaid1{display:grid;grid-template-columns:70% auto}.screen1050 .meinstudentpaid .studentpaid{width:48%;display:inline-block;padding:0 50px}.screen1050 .meinstudentpaid{background:#eaeaea;border-radius:20px;padding:50px 0 0;margin-right:25px}.screen1050 .meinstudentpaid h5{font-weight:700;font-size:30px;line-height:24px;color:#009688;margin-bottom:15px}.screen1050 .meinstudentpaid p{font-weight:400;font-size:16px;line-height:24px;color:#000;margin-bottom:15px}.screen1050 .notification{background:#fabf2c;border-radius:0 0 15px 15px}.screen1050 .notification p{font-weight:700;font-size:16px;line-height:24px;text-align:center;text-transform:uppercase;color:#f47e16;margin-bottom:0;padding:10px 0}.screen1050 .Students_Discounts{background:#eaeaea;border-radius:20px;padding:55px 20px 0;text-align:center}.screen1050 .Students_Discounts h5{font-weight:700;font-size:30px;line-height:24px;color:#009688;margin-bottom:15px}.screen1050 .rightsitesection h3{font-weight:700;font-size:24px;line-height:24px;color:#eb5757}.screen1050 .Students_Discounts p{font-weight:400;font-size:16px;line-height:24px;color:#000}.rightsitesection .sectionone p.Total_Collected_one{font-weight:900;font-size:24px;line-height:22px;color:#eb5757}.rightstudentcount p.Total_Collected_one{color:#6102fd!important}.screenno616 .Previous_Notices{background:#e0f2f1;padding:15px 50px}.screenno616 .Previous_Notices h2{font-weight:700;font-size:20px;line-height:30px;color:#000!important;padding:0}.screenno616 .Dance_Competition{background:#eaeff5;box-sizing:border-box;box-shadow:#00000014 0 0,#00000073 0 4px 6px;border-radius:15px;padding:15px;margin:20px}.screenno616 .Completed.active:after{width:70px!important;left:210px!important}.screenno616 .Upcoming.active:after{width:160px!important;left:40px!important}.screenno616 .Dance_Competition h6{font-weight:700;font-size:18px;line-height:24px;letter-spacing:.5px;color:#000;width:auto;display:inline-block}.screenno616 .Posted{font-weight:400;font-size:14px;line-height:24px;color:#000;margin-right:80px}.screenno616 .DELETE{font-weight:700;font-size:14px;line-height:24px;letter-spacing:.5px;color:#f47e16;position:relative;cursor:pointer;display:flex;width:auto;float:right;margin-right:30px}.screenno616 .Dance_Competitionone p{font-weight:400;font-size:14px;line-height:22px;padding:20px 0;margin:0}.screenno616 .Dance_Competitionone .Competition_poster{font-weight:700!important;color:#f47e16!important;position:relative;padding:0!important;cursor:pointer}.screenno616 .mein_Dance_Competition{width:auto;height:70vh;overflow:auto}.screenno616 .Dance_Competitionone .Competition_poster img.Vector{position:absolute;top:5px;left:0}.screenno616 .DELETE img{position:absolute;top:3px;right:0;left:58px}.screenno616 .noPrevious_Notices{width:auto;height:70vh;overflow:auto;display:flex;justify-content:center;align-items:center}.screenno616 .noPrevious_Notices h6{font-weight:900;font-size:20px;line-height:24px;color:#000}.screenno605 .REPOST{display:grid;grid-template-columns:80% auto}.screenno605 .mein_Dance_Competition{width:95%}.screenno605 .Posted{margin-right:10px}.screenno605 .Dance_Competitionone p{padding:10px 0}.screenno1501 .Subject_name{width:100%;display:grid;grid-template-columns:15% 20% 15% 15% 25% 10%;padding-left:15px}.screenno1501 .Classsreen li{padding-bottom:0;display:initial}.screenno1501 .Classsreen span.trash_can{margin-left:0}.screenno1501 .Classsreen span{cursor:pointer}.screenno1501 .Classsreen ul{grid-template-columns:15% 21% 16% 15% 25% 10%;padding:10px 0}.screenno1501 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno1501 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno1501 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno1501 .dateline .Start_Date{width:23.8%;display:inline-block;margin-right:16px;padding:0}.screenno1501 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screenno1501 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno1501 .Modify_Class{color:#000;font-weight:700}.screenno1501 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno1501 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno1501 .CREATE{float:right;margin:0}.screenno1501 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px}.screenno1501 input#duedate{margin-top:14px}.screen1701 .createNewClass{width:650px;padding-left:0;padding-right:0;padding-bottom:0;max-height:900px;height:700px}.screen1701 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:56vh;overflow-x:hidden}.screen1701 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screen1701 .type{font-weight:500;font-size:14px;line-height:22px;color:#009688}.screen1701 .Add_Course{text-align:left;padding-left:40px;margin-top:15px}.screen1701 .schools_section .radiobutton{background:transparent;margin:0 20px;padding:10px 10px 0}.screen1701 .row .checkbox-section:last-child{border:0px}.screen1701 .schools_section .radiobutton ul{display:grid;grid-template-columns:100px 180px}.screen1701 .schools_section .radiobutton label{padding-left:26px}.screen1701 .row{display:flex;flex-wrap:wrap;margin:0}.screen1701 .row .checkbox-section{width:100%;text-align:left;border-bottom:.5px solid #80cbc4;margin-left:30px;padding:10px 0 10px 22px;width:296px}.screen1701 .row .checkbox-section .checkbox-group .control label,.checkbox-section .checkbox-group .control label{font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1701 .row .checkbox-section .checkbox-group{position:relative;flex:1;min-width:170px;height:25px}.screen1701 .Science_section{border-top:0px solid #80cbc4;margin-left:30px}.screen1701 .Science_section .row .checkbox-section{margin-left:0;border-bottom:0px}.screen1701 .Science_section .row.threecheckobesone{display:grid;grid-template-columns:140px 140px 140px 140px;width:615px!important;border-top:.5px solid #80cbc4;width:575px!important}.screen1701 .row .checkbox-section .checkbox-group .control label:before,.checkbox-section .checkbox-group .control label:before{top:calc(50% - 8px)!important;left:-20px;width:15px;height:15px}label.inner-chk:before,label.inner-chk:after{left:unset!important}.screen1701 .row .checkbox-section .checkbox-group .control label:after,.checkbox-section .checkbox-group .control label:after{top:calc(50% - .5625rem)!important;left:-21px;width:20px;height:20px;top:1.1px}.screen1701 .Bachelor_Technology{border-top:1px solid #b2dfdb}.screen1701 .Electronics_Communication ul{text-align:left;display:grid;grid-template-columns:auto auto auto;margin:0 40px 0 70px;border-bottom:.5px solid #80cbc4;padding-bottom:20px;padding-right:40px}.screenno1705 .Subject_name{width:100%;display:grid;grid-template-columns:auto auto auto auto auto auto}.screenno1705 .Classsreen li{padding-bottom:0;display:initial;font-weight:400;font-size:16px;line-height:24px;color:#000}.screenno1705 .Classsreen ul li.VIEW{font-weight:700;font-size:16px;line-height:24px;color:#f47e16;cursor:pointer}.screenno1705 .Classsreen ul .EDIT span{font-weight:700;font-size:16px;line-height:24px;color:#f47e16;padding-left:20px}.screenno1705 .Classsreen ul .EDIT p{font-weight:400;font-size:12px;line-height:18px;text-align:left;color:#000;display:flex;align-items:center}.screenno1705 .All_Classes h4{padding-top:20px;display:flex}.screenno1705 .All_Classes h4 .Dropdown_down img{padding-left:10px;cursor:pointer}.screenno1705 .All_Classes h4 .filter img{padding-right:10px;cursor:pointer}.screenno1705 .Classsreen span.trash_can{margin-left:15px}.screenno1705 .Classsreen span{cursor:pointer}.screenno1705 .Classsreen ul{grid-template-columns:16% 20% 20% 16% 12% 16%;padding:10px 0}.screenno1705 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno1705 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno1705 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno1705 .dateline .Start_Date{width:auto;display:inline-block;margin-right:16px;padding:0}.screenno1705 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:0!important;padding-bottom:0;visibility:visible!important}.screenno1705 .sidebarscreen300 input{margin:5px 0}.screenno1705 .sidebarscreen300{padding-left:30px;padding-top:20px;padding-bottom:20px}.screenno1705 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno1705 .Modify_Class{color:#000;font-weight:700}.screenno1705 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno1705 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno1705 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px;width:auto;display:inline-block}.screenno1705 .sidebarscreen300 form{width:auto;display:inline-block}.screenno1705 input#duedate{margin-top:14px}span.Payment_Pending{font-size:12px;color:#828f8e}.screenno1720 .Subject_name{grid-template-columns:20% 20% 20% 20% 10%}.screenno1720 .dateline .Start_Date img.cross{position:absolute;left:auto;right:15px;top:20px}.screenno1720 .dateline .Start_Date{position:relative}.screenno1720 .Classsreen ul{grid-template-columns:22% 21% 20% 19% 10%}.screenno1720 .Search_Student{position:relative;width:320px}.screenno1720 .Search_Student label.form-control-placeholder{font-size:0px;visibility:hidden}.screenno1720 .Search_Student img.Dropdown{top:25px;left:auto;position:absolute;right:40px}.screenno1720 .Search_Student img.cross{position:absolute;left:auto;right:15px;top:30px}.screenno1720 .Enquirysection{width:100%;display:flex}.screenno1720 .All_Classes h4{padding-top:0;display:flex}.screenno1720 .Enquiry{flex:1}.screenno1720 .Search_Student input#duedate{margin-top:0;margin-bottom:0}.screenno1720 select.admissionDropdown,.screenno1724 select.admissionDropdown{padding:0;margin:0}.from_section{float:right}.screenno1801 span.Payment_Pending{font-size:12px;color:#828f8e}.screenno1801 .Subject_name{grid-template-columns:auto 20% 18% auto auto auto auto}.screenno1801 .Classsreen ul{grid-template-columns:13% 20% 18% 12% 17.5% 7% 10%}.screenno1801 .Search_Student{position:relative;width:320px}.screenno1801 .All_Classes h4.Copies{display:unset}.screenno1801 p.Available_section{font-weight:400;font-size:10px;line-height:15px;color:#009688}.screenno1801 .Search_Student label.form-control-placeholder{font-size:0px;visibility:hidden}.screenno1801 .Search_Student img.Dropdown{top:9px!important;left:auto!important;position:absolute;right:15px}.screenno1801 .Enquirysection{width:100%;display:flex}.screenno1801 .Enquiry{flex:1;text-align:right}.screenno1801 .All_Classes h4,.screenno1801 .Subject_name{height:50px}.screenno1801 .Classsreen ul li.fifty{color:#eb5757!important}.screenno1801 .Search_Student input#duedate{margin-top:0;margin-bottom:0}.screenno1801 .from_section{float:right}.screenno1801 .sidebarscreen300{padding-top:0;padding-bottom:0}.screenno1804 span.Payment_Pending{font-size:12px;color:#828f8e}.screenno1804 .Subject_name{grid-template-columns:15% 12% 15% 20% 18% 10% 7%}.screenno1804 .Classsreen ul{grid-template-columns:15.5% 12% 15% 20% 18.5% 8.5% 7%}.screenno1804 .Search_Student{position:relative;width:320px}.screenno1804 .All_Classes h4.Copies{display:unset}.screenno1804 p.Available_section{font-weight:400;font-size:10px;line-height:15px;color:#009688}.screenno1804 .Search_Student label.form-control-placeholder{font-size:0px;visibility:hidden}.screenno1804 .Search_Student img.Dropdown{top:11px;left:auto;position:absolute;right:15px}.screenno1804 .Enquirysection{width:100%;display:flex}.screenno1804 .Enquiry{flex:1;text-align:left}.screenno1804 .All_Classes h4,.screenno1804 .Subject_name{height:50px}.screenno1804 .Classsreen ul li.fifty{color:#eb5757!important}.screenno1804 .Search_Student input#duedate{margin-top:0;margin-bottom:0}.screenno1804 .from_section{float:right}.screenno1804 .sidebarscreen300{padding-top:0;padding-bottom:0}.screenno2001 span.Payment_Pending{font-size:12px;color:#828f8e}.screenno2001 .Subject_name,.screenno2001 .Classsreen ul{grid-template-columns:33% 33% 33%}.screenno2001 .Search_Student{position:relative;width:320px}.screenno2001 .All_Classes h4.Copies{display:unset}.screenno2001 p.Available_section{font-weight:400;font-size:10px;line-height:15px;color:#009688}.screenno2001 .Search_Student label.form-control-placeholder{font-size:0px;visibility:hidden}.screenno2001 .Search_Student img.Dropdown{top:11px;left:auto;position:absolute;right:15px}.screenno2001 .Enquirysection{width:100%;display:flex}.screenno2001 .Enquiry{flex:1;text-align:left}.screenno2001 .All_Classes h4,.screenno2001 .Subject_name{height:50px}.screenno2001 .Classsreen ul li.fifty{color:#eb5757!important}.screenno2001 .Search_Student input#duedate{margin-top:0;margin-bottom:0}.screenno2001 .from_section{float:right}.screenno2001 .sidebarscreen300{padding-top:0;padding-bottom:0}.screenno2001 .Classsreen ul .EDIT span{display:inline-flex}.screenno2001 .Classsreen{background:transparent}.screenno2001{height:calc(90vh + -0px);padding:0!important}.screenno1724 .Subject_name{grid-template-columns:auto auto auto auto auto auto}.screenno1724 .Search_Student img.cross{position:absolute;left:auto;right:15px;top:14px}.screenno1724 .Classsreen ul li.addStud{cursor:pointer;color:#f47e16;font-weight:700;font-size:16px;line-height:24px;text-align:center}.screenno1724 .dateline .Start_Date img.cross{position:absolute;left:auto;right:15px;top:20px}.screenno1724 .dateline .Start_Date{position:relative}.screenno1724 .Classsreen ul{grid-template-columns:16% 20% 20% 14% 10% 20%}.screenno1724 .Classsreen ul li.Proceed_Admission{font-weight:700;font-size:16px;line-height:24px;text-align:center;color:#828f8e}.screenno1724 .Classsreen ul li span.Uploaded img{padding-left:15px}.screenno1724 .Classsreen ul li span.Uploaded{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#009688;display:flex}.screenno1724 .Classsreen ul .EDIT .Scheduled_section p{margin:0 auto;font-weight:700;font-size:16px;line-height:24px;text-align:center;color:#009688}.screenno1724 li.Admission{font-weight:700;font-size:16px;line-height:24px;text-align:center;color:#f47e16}.screenno1724 .Rejected_section p{justify-content:center}.screenno1724 .Classsreen ul .EDIT span{padding-left:0}.screenno1724 .Search_Student{position:relative;width:320px}.screenno1724 .Search_Student label.form-control-placeholder{font-size:0px;visibility:hidden}.screenno1724 .Search_Student img.Dropdown{top:8px;left:auto;position:absolute;right:40px}.screenno1724 .Search_Student .img.cross{position:absolute;left:auto;right:15px;top:15px}.screenno1724 .Enquirysection{width:100%;display:flex}.screenno1724 .Enquiry{flex:1}.screenno1724 .Search_Student input#duedate{margin-top:0;margin-bottom:0}.screenno1700 .Subject_name{width:100%;display:grid;grid-template-columns:35% 25% 25%;padding-left:15px}.screenno1700 .Classsreen li{padding-bottom:0;display:initial}.screenno1700 .Classsreen span.trash_can{margin-left:15px}.screenno1700 .Classsreen span{cursor:pointer;font-weight:700;font-size:16px;line-height:24px;color:#f47e16;padding-left:20px}.screenno1700 .Classsreen ul{grid-template-columns:35% 25% 25%;padding:10px 0}.screenno1700 .Classsreen ul:last-child{border:0px}.screenno1700 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno1700 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno1700 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno1700 .dateline .Start_Date{width:23.8%;display:inline-block;margin-right:16px;padding:0}.screenno1700 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screenno1700 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno1700 .Modify_Class{color:#000;font-weight:700}.screenno1700 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno1700 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno1700 .CREATE{float:right;margin:0}.screenno1700 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px}.screenno1700 input#duedate{margin-top:14px}.screenno1700 .row{display:flex;flex-wrap:wrap;margin:0}.screenno1700 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.screenno1700 .row .checkbox-section .checkbox-group{position:relative;flex:1;min-width:170px;height:25px}.screenno1700 .row .checkbox-section .checkbox-group .control label:before{top:calc(50% - 8px);left:30px;width:15px;height:15px}.screenno1700 .row .checkbox-section .checkbox-group .control label{font-size:0px}.screenno1700 .row .checkbox-section .checkbox-group .control label:after{top:calc(50% - .5625rem);left:30px;width:20px;height:20px}.screenno2000 .Subject_name{width:100%;display:grid;grid-template-columns:35% auto}.screenno2000 .Classsreen li{padding-bottom:0;display:initial}.screenno2000 .Classsreen span.trash_can{margin-left:15px}.screenno2000 .Classsreen_section{padding:10px 30px;display:flex;flex-wrap:wrap;height:calc(73vh + -0px);overflow-y:auto}.Group_2000 img{border:1px solid black;border-radius:10px}.screenno2000 .Classsreen_section .Classsreen{background:transparent;padding:0;flex:.8}.screenno2000 .Classsreen_section .Classsreen_secound{flex:1}.screenno2000 .Classsreen span{cursor:pointer;font-weight:700;font-size:16px;line-height:24px;color:#f47e16;padding-left:20px}.screenno2000 .Classsreen ul{grid-template-columns:80% 20%;padding:12px 0}.screenno2000 .Classsreen ul:last-child{border:0px}.screenno2000 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno2000 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno2000 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno2000 .dateline .Start_Date{width:23.8%;display:inline-block;margin-right:16px;padding:0}.screenno2000 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screenno2000 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno2000 .Modify_Class{color:#000;font-weight:700}.screenno2000 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno2000 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno2000 .CREATE{float:right;margin:0}.screenno2000 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px}.screenno2000 input#duedate{margin-top:14px}.screenno2000 .row{display:flex;flex-wrap:wrap;margin:0}.screenno2000 .row .checkbox-section{display:flex;flex-wrap:wrap;height:auto;position:relative}.screenno2000 .row .checkbox-section .checkbox-group{position:relative;flex:1;min-width:170px;height:25px}.screenno2000 .row .checkbox-section .checkbox-group .control label:before{top:6px;left:30px;width:15px;height:15px}.screenno2000 .row .checkbox-section .checkbox-group .control label{font-size:0px}.screenno2000 .row .checkbox-section .checkbox-group .control label:after{top:4px;left:27px;width:20px;height:20px}.screenno2000 .Classsreen_secound .dateline .Start_Date1{width:25%;margin:0 auto;padding:0}.screenno2000 .Classsreen_secound form.Academic_years{padding-top:50px}.screenno2000 .Classsreen_secound p{font-weight:400;font-size:16px;line-height:24px;color:#004d40;text-align:center}.screenno1505 .Subject_name{width:100%;display:grid;grid-template-columns:auto auto auto auto;padding-left:0}.screenno1505 .Classsreen li{padding-bottom:0;display:initial}.screenno1505 .Classsreen span.trash_can{margin-left:15px}.screenno1505 .Classsreen span{cursor:pointer}.screenno1505 .Classsreen ul{grid-template-columns:23% 30% 28% 21%;padding:10px 0}.screenno1505 .meinsectiondateline ul.dateline{display:unset;width:100%;border:0px}.screenno1505 .meinsectiondateline .dateline .Start_Date{width:70%;display:inline-block;margin-right:16px;padding:0}.screenno1505 .meinsectiondateline .dateline .Start_Date label{display:block;position:absolute;top:10px;padding:0}.screenno1505 .secounddateline input#duedate{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='13'%20viewBox='0%200%208%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.824%2013L0.422%207.06V6.268H0.818C1.778%206.268%202.51%206.13%203.014%205.854C3.53%205.578%203.83%205.08%203.914%204.36H0.422V3.208H3.896C3.776%202.536%203.458%202.05%202.942%201.75C2.438%201.45%201.73%201.3%200.818%201.3H0.422V0.147999H7.874V1.3H4.472C5.048%201.768%205.39%202.404%205.498%203.208H7.874V4.36H5.534C5.45%205.236%205.114%205.92%204.526%206.412C3.95%206.892%203.182%207.198%202.222%207.33L5.66%2013H3.824Z'%20fill='%234DB6AC'/%3e%3c/svg%3e")!important}.screenno1505 .meinsectiondateline input[type=text].duedate{background-image:none!important}.screenno1505 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno1505 .secounddateline ul li.Start_Date{width:40%}.screenno1505 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno1505 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno1505 .dateline .Start_Date{width:23.8%;display:inline-block;margin-right:16px;padding:0}.screenno1505 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screenno1505 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno1505 .Modify_Class{color:#000;font-weight:700}.screenno1505 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno1505 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno1505 .CREATE{float:right;margin:0}.screenno1505 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px}.screenno1505 input#duedate{margin-top:14px}.screenno1505 .managementsection{display:grid;grid-template-columns:auto auto}.screenno1505 .managmentsection1{text-align:right;padding-right:35px}.screenno1505 .managmentsection1 .cancel{background:transparent;border:0px;box-shadow:none;color:#f47e16;min-width:9rem}.screenno1505 span.Edit_Name{font-weight:400;font-size:10px;line-height:15px;color:#f47e16;position:relative;padding-left:50px;top:-6px;cursor:pointer}.screenno1505 .Classsreen{background:#eff8f8;padding:10px 50px;height:calc(72vh - 53px);overflow-y:auto}.screenno1505 .Edit_Name img.Edit_pain{position:absolute;left:20px;top:-5px}.screenno1505 .Classsreen ul:nth-child(3){padding:20px 0 0;border:0px}.screenno1505 .Classsreen ul:nth-child(4){padding:0;border:0px}.screenno1505 .Add_Stopsection .add_option1{position:unset;padding-left:37px}.screen618{padding-left:30px}.screenmein618{opacity:.3}.screen618 .SAve p{color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screen618 .filter-form{display:flex;margin-top:45px}.popup-sectionfirtst .filter-form .input-div.select{margin-top:-25px}.popup-sectionfirtst .filter-form .input-div{position:relative;margin-right:30px}.popup-sectionfirtst .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.popup-sectionfirtst .input-div.select.prefix select{padding-left:40px}.popup-sectionfirtst .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:230px}.popup-sectionfirtst .prefix-icon{position:absolute;top:38px;left:10px}.screen618 .contant-body{margin-top:42px;margin-left:-30px;margin-bottom:30px}.screen618 .contant-body .full-width{background:#fff;width:100%;margin-top:22px}.screen618 .contant-body .full-width .padding-section{padding:0 15px;position:relative}.popup-sectionfirtst{position:absolute;background:#fff;box-shadow:0 0 20px #00968833;border-radius:10px;width:316px;height:326px;left:43%;top:40%}.popup-sectionfirtst .filter-form{display:flex;margin-top:0;flex-wrap:wrap;padding:0 25px}.popup-sectionfirtst .filter-form .input-div{margin-right:0}.popup-sectionfirtst .filter-form .input-div.select{margin-top:25px;width:100%}.popup-sectionfirtst .filter-form .input-div.select.prefix select{width:100%}.popup-sectionfirtst .filter-form .buttonsscreens{display:flex;width:100%;height:125px;align-items:flex-end}.popup-sectionfirtst .filter-form .buttonsscreens .nobutton{border:2px solid #ff7700!important;border-radius:15px;background-color:transparent!important;color:#f47e16!important;box-shadow:0 0 #ed6c0d4d}.popup-sectionfirtst .filter-form .buttonsscreens .CREATE{width:45%!important;max-width:45%!important;min-width:45%!important;height:50px}.popup-sectionfirtst .filter-form .buttonsscreens .CREATE:last-child{margin-left:10%}.screen618 .contant-body .full-width .padding-section .table .table-header,.screen618 .contant-body .full-width .padding-section .table .table-value{display:grid;grid-template-columns:15% 14.16% 14.16% 14.16% 14.16% 14.16% 14.16%}.screen618 .contant-body .full-width .padding-section .table .table-header .fields,.screen618 .contant-body .full-width .padding-section .table .table-value .value{border-left:.3px solid #4db6ac;border-top:.3px solid #4db6ac}.screen618 .contant-body .full-width .padding-section .table .table-header .fields:last-child,.screen618 .contant-body .full-width .padding-section .table .table-value .value:last-child{border-right:.3px solid #4db6ac}.screen618 .contant-body .full-width .padding-section .table .table-value:last-child .value{border-bottom:.3px solid #4db6ac}.screen618 .contant-body .full-width .padding-section .table .table-header .fields.label{text-align:center;background:#e0f2f1;font-weight:700;font-size:14px;color:#000;padding:5px}.screen618 .contant-body .full-width .padding-section .table .table-value .value{height:130px;justify-content:center;display:flex;align-items:center}.screen618 .contant-body .full-width .padding-section .table .table-value .value img{cursor:pointer}.screen618 .contant-body .full-width .padding-section .table .table-value .value ul{display:grid;grid-template-columns:80% 20%;width:100%;padding-left:10%;padding-right:10%}.screen618 .contant-body .full-width .padding-section .table .table-value .value ul li{padding-bottom:0}.screen618 .contant-body .full-width .padding-section .table .table-value .value ul li.bold-text{font-weight:700;font-size:14px;color:#004d40}.wrapper .screen1010{padding:14px 0;width:770px}.screen1010 .full-width{margin-top:25px}.screen1010 .full-width .header{background:#e0f2f1;display:grid;grid-template-columns:40% 23% 23% 14%}.screen1010 .full-width .header label{padding:10px;color:#000;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px}.screen1010 .full-width .body .rowData{display:grid;grid-template-columns:40% 23% 23% 14%;margin-top:15px;position:relative}.screen1010 .full-width .body .rowData.margin-top-35px{margin-top:35px}.screen1010 .full-width .body .rowData:after{content:"";border-bottom:.5px solid #b2dfdb;width:80%;position:absolute;top:50px;left:98px}.BorderwithIcon-preview:hover{background:transparent}.BorderwithIcon-preview,.screen1016 .SAve .BorderwithIcon{background-color:transparent;outline:none;color:#f70;box-shadow:none;border:none;padding:0;min-width:auto;margin-right:25px;background:transparent}.BorderwithIcon-preview,.screen1016 .SAve .BorderwithIcon{display:inline-flex;border:1px solid #ff7700;border-radius:15px;padding:11px 20px;margin-right:0;margin-bottom:0}.screen1010 .full-width .body .rowData:last-child:after{content:"";border-bottom:none;width:80%;position:absolute;top:50px;left:98px}.screen1010 .full-width .body .rowData .checkbox-section{position:relative;margin-left:35px}.screen1010 .full-width .body .rowData .input{display:flex;justify-content:center}.BorderwithIcon-preview img{margin-left:45px}.screen1010 .full-width .body .rowData .input input{background:none;margin-bottom:0;height:35px;padding-left:10px;padding-right:5px;border-radius:8px;width:75%}.screen1010 .full-width .addAssesment{display:flex;margin-top:15px;margin-left:40px}.screen1010 .full-width .addAssesment img{cursor:pointer}.screen1010 .full-width .addAssesment span{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer;padding-left:10px}.screen1010 .CREATE{margin-bottom:10px}.createClassPopup-section1502screen{background-color:#0009;z-index:999;padding:3.25rem 0;height:100vh;position:fixed;left:0;top:0;width:100%}.createClassPopup-section1502screen .createNewClass{background-color:#fff;padding:14px 25px 40px;width:628px;position:relative;border-radius:.9375rem;overflow:auto;max-height:590px;text-align:center}.createClassPopup-section1502screen .close{position:absolute;right:1rem;top:1rem;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%2013.744L13.744%2016L8%2010.256L2.256%2016L0%2013.744L5.744%208L0%202.256L2.256%200L8%205.744L13.744%200L16%202.256L10.256%208L16%2013.744Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") center no-repeat;text-indent:-62499.9375rem;background-size:100%;cursor:pointer;height:16px;width:16px;z-index:99;color:#014e3f}.margin-top-35px{margin-top:35px}.margin-top-15px{margin-top:15px}.margin-left--15px{margin-left:-15px}.without-icon-fullbox{background-image:none!important;width:100%;display:inline-block}.createClassPopup-section1502screen .margin-left--15px label.type{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac;text-align:left}.createClassPopup-section1502screen .margin-left--15px .radio-group .radiobutton{background:#fff!important;border-radius:10px;padding:10px 20px;margin-left:0;margin-top:0;max-width:100%!important;position:relative;text-align:left}.createClassPopup-section1502screen .margin-left--15px .radio-group{display:grid;grid-template-columns:auto auto;margin-left:15px;margin-top:-15px}.createClassPopup-section1502screen .Vehicle_Type label{font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;text-align:left;padding-left:15px}.createClassPopup-section1502screen .Vehicle_Type{position:relative}.createClassPopup-section1502screen .createNewClass h2{font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#000;margin-bottom:40px}.createClassPopup-section1502screen .createNewClass h2 .subheading-text{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#00000880}.createClassPopup-section1502screen .Vehicle_Type img.vehicle_Bus{position:absolute;top:13px;left:20px}.createClassPopup-section1502screen .Vehicle_Type select.Marks{padding-left:30px}.createClassPopup-section1502screen .Vehicle_Type label.form-control-placeholder{position:absolute;top:-30px}.createClassPopup-section1502screen .margin-left--15px .radio-group .radiobutton label{padding-left:0;color:#333;margin-left:10px}.createClassPopup-section1502screen .margin-left--15px .radio-group .radiobutton label:before{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.createClassPopup-section1502screen .margin-left--15px .radio-group .radiobutton label:after{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.createClassPopup-section1502screen .margin-left--15px .radio-group .radiobutton input[type=radio]:checked+label{font-weight:400!important}.Specializations h3{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left;margin-bottom:5px;margin-top:10px;padding-left:10px}.Specializations input#description{margin:0;width:90%}.screen1702 h2{margin-bottom:20px;margin-top:5px}.screen1702 .createNewClass{background-color:#fff;padding:14px 25px 10px;width:700px;position:relative;border-radius:.9375rem;overflow:auto;max-height:620px;text-align:center}.screen1702 .Specializationsones{text-align:left;margin:8px 0}.screen1702 .Specializationsones img{padding-left:15px;cursor:pointer}.screen1702 .addAssesment{display:flex;margin-top:25px;margin-left:10px;margin-bottom:30px}.screen1702 .addAssesment img{cursor:pointer}.screen1702 .addAssesment span{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer;padding-left:10px}.screenno1513 .Subject_name{width:100%;display:grid;grid-template-columns:15% 18% 15%;padding-left:0}.screenno1513 .Classsreen{padding:10px 40px}.screenno1513 .Classsreen li{padding-bottom:0;display:initial}.screenno1513 .Classsreen span.trash_can{margin-left:15px}.screenno1513 .Classsreen span{cursor:pointer}.screenno1513 .Classsreen ul{grid-template-columns:15% 19% 16%;padding:10px 0}.screenno1513 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno1513 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno1513 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno1513 .dateline .Start_Date{width:23.8%;display:inline-block;margin-right:16px;padding:0}.screenno1513 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screenno1513 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno1513 .Modify_Class{color:#000;font-weight:700}.screenno1513 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno1513 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno1513 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px}.screenno1513 input#duedate{margin-top:14px}.meinscreenno1503{padding-top:62px!important}.screenno1503{display:grid;grid-template-columns:auto auto;height:calc(100vh - 6rem)}.screenno1503 .Subject_name{width:100%;display:grid;grid-template-columns:15% 18% 15%;padding-left:0}.screenno1503 .Route_Details_section h3{font-weight:700;font-size:20px;line-height:30px;color:#000;padding:15px}.screenno1503 .table_section table{width:100%}.screenno1503 .table_section table tr th{text-align:left;padding:15px!important}.screenno1503 .table_section table tr td{padding:15px;border-bottom:1px solid #e0f2f1}.screenno1503 .CLONE_ROUTE_mein_section{border-right:1px solid #009688;padding-top:30px}.screenno1503 .Route_Details_section{padding-left:15px;padding-top:15px}.screenno1503 .Classsreen{padding:10px 40px}.screenno1503 .table_section table tr td:first-child{border:0px;position:relative}.screenno1503 .table_section table tr td:first-child:after{position:absolute;content:"";border:1px solid #b2dfdb;width:36px;transform:rotate(-90deg);inset:auto auto 0 8px}.screenno1503 .Classsreen li{padding-bottom:0;display:initial}.screenno1503 .Classsreen span.trash_can{margin-left:15px}.screenno1503 .Classsreen span{cursor:pointer}.screenno1503 .Classsreen ul{grid-template-columns:15% 19% 16%;padding:10px 0}.screenno1503 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno1503 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno1503 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno1503 .dateline .Start_Date{width:23.8%;display:inline-block;margin-right:16px;padding:0}.screenno1503 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screenno1503 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno1503 .Modify_Class{color:#000;font-weight:700}.screenno1503 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno1503 .buttonsectiosROUTE span{font-weight:700;font-size:16px;line-height:24px;color:#828f8e;padding-left:25px}.screenno1503 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno1503 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px}.screenno1503 input#duedate{margin-top:14px}.screenno1511 .Subject_name{width:100%;display:grid;grid-template-columns:auto auto auto auto auto auto auto;padding-left:0}.screenno1511 .Classsreen{padding:10px 40px}.screenno1511 .Classsreen li{padding-bottom:0;display:initial}.screenno1511 span.trash_can{margin-left:15px}.screenno1511 span{cursor:pointer}.screenno1511 .Classsreen ul{grid-template-columns:15% 14% 15% 16% 14% 11% 10%;padding:10px 0}.screenno1511 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno1511 .All_Classes{padding:20px 60px;width:100%}.screenno1511 table{width:100%;border-collapse:collapse;border:.5px solid black}.screenno1511 table th{padding:15px 0}.screenno1511 table tr td{text-align:center;border-bottom:.5px solid black;padding:10px 0}.screenno1511 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenno1511 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenno1511 .dateline .Start_Date{width:23.8%;display:inline-block;margin-right:16px;padding:0}.screenno1511 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screenno1511 .form-control:focus+.form-control-placeholder{padding:0!important}.screenno1511 .Modify_Class{color:#000;font-weight:700}.screenno1511 span.groupedimages{position:absolute;left:-190px;top:15px}.screenno1511 .buttonsectiosROUTE span{font-weight:700;font-size:16px;line-height:24px;color:#828f8e;padding-left:25px}.screenno1511 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenno1511 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px}.screenno1511 input#duedate{margin-top:14px}.screenno615 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px}.screenno615 .Modify_Class{color:#009688;font-weight:700}.screenno615 .Feedback_Form h3{font-weight:700;font-size:18px;line-height:28px;letter-spacing:.5px;color:#000;text-align:center}.screenno615 .Feedback_Form p{font-weight:400;font-size:14px;line-height:22px;text-align:center;color:#004d40;padding-top:15px}.screenno615 .responses_section{background:#eff8f8;border-radius:10px;padding:16px 21px;display:grid;grid-template-columns:70% 30%;margin-bottom:25px}.screenno615 .responses_section h5 span{padding-right:15px}.screenno615 .sidebarscreen300{border-bottom:1px solid #b2dfdb}.screenno615 .Feedback_Form{padding:20px 77px}.screenno615 .responsestwo_section p{padding:0!important;margin:0;font-weight:700;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00796b}.screenno615 .responsestwo_section{text-align:center}.screenno615 .responsesone_section .piechats span.Option{font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#009688;margin-left:20px}.screenno615 .responsesone_section .piechats span.responses{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;margin-left:20px;cursor:pointer}.screenno615 .responses_section .responsesone_section .piechats p{display:flex;margin:0}.screenno615 .responsesone_section span.indigate_sercule{height:20px;width:20px;background:#b2dfdb;border-radius:100%}.screenno615 .responsesone_section .piechats span{margin:0;cursor:pointer}.screenno615 .responsesone_section .piechats p:nth-child(2) span.indigate_sercule{background:#f47e16}.screenno615 .responsesone_section .piechats p:nth-child(3) span.indigate_sercule{background:#009688}.screenno615 .responsesone_section .piechats p:nth-child(4) span.indigate_sercule{background:#fcd734}.screenno615 .responses_section .responsesone_section h5{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screenno615 .responsive_secound .responses_section{background:#eff8f8;border-radius:10px;padding:16px 21px;display:unset;margin-bottom:25px}.screenno615 .responsive_secound{background:#eff8f8;border-radius:10px;padding:16px 21px;margin-bottom:25px}.screenno615 .responsive_secound h5{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screenno615 .responsive_secound h5 span{padding:0!important;font-weight:700;font-size:12px;line-height:18px;letter-spacing:.5px;color:#00796b;margin:30px}.screenno615 .answer_testsection p{font-weight:400;font-size:14px;line-height:22px;letter-spacing:.5px;color:#009688!important;text-align:left;position:relative}.screenno615 .answer_testsection p:after{width:75%;border-bottom:1px solid #b2dfdb;content:"";position:absolute;top:auto;left:0;bottom:-10px}.screenno615 .answer_testsection{padding:0 30px}.screenno615 .answerfirst_testsection{overflow-y:auto;height:300px}.screenno615 .answerfirst_testsection::-webkit-scrollbar{width:10px}.screenno615 .answerfirst_testsection::-webkit-scrollbar-thumb{background-color:#c4c4c4;outline:1px solid #c4c4c4;border-radius:5px}.screenno615 .bar_chart ul li{width:auto;display:inline-block;padding:15px 25px}.screenno615 .bar_chart ul li p{font-weight:900;font-size:14px;line-height:22px;letter-spacing:.5px;color:#000;margin:0}.screen_popup_618{padding:14px 0;width:770px}.screen_popup_618{padding:14px 0;width:500px!important;min-height:400px}.screen_popup_618 .popup-sectionfirtst{position:unset;margin:18px auto 0}.screen_popup_618 .full-width{margin-top:25px}.screen_popup_618 .full-width .header{background:#e0f2f1;display:grid;grid-template-columns:40% 23% 23% 14%}.screen_popup_618 .full-width .header label{padding:10px;color:#000;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px}.screen_popup_618 .full-width .body .rowData{display:grid;grid-template-columns:40% 23% 23% 14%;margin-top:15px;position:relative}.screen_popup_618 .full-width .body .rowData.margin-top-35px{margin-top:35px}.screen_popup_618 .full-width .body .rowData:after{content:"";border-bottom:.5px solid #b2dfdb;width:80%;position:absolute;top:50px;left:98px}.screen_popup_618 .full-width .body .rowData:last-child:after{content:"";border-bottom:none;width:80%;position:absolute;top:50px;left:98px}.screen_popup_618 .full-width .body .rowData .checkbox-section{position:relative;margin-left:35px}.screen_popup_618 .full-width .body .rowData .input{display:flex;justify-content:center}.screen_popup_618 .full-width .body .rowData .input input{background:none;margin-bottom:0;height:35px;padding-left:10px;padding-right:5px;border-radius:8px;width:75%}.screen_popup_618 .full-width .addAssesment{display:flex;margin-top:15px;margin-left:40px}.screen_popup_618 .full-width .addAssesment img{cursor:pointer}.screen_popup_618 .full-width .addAssesment span{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer;padding-left:10px}.screen_popup_618 .CREATE{margin-bottom:10px}.screen1514 .Start_Date img.Dropdown{top:12px;left:234px;position:absolute}.screen1514 .createNewClass{padding:0;width:1000px;height:calc(100vh - 566px);text-align:center;min-height:475px!important;max-height:900px}.screen1514 input{background:unset!important;background-image:url(/static/media/SearchForChats.eff39280.svg)!important;background-repeat:no-repeat!important;background-position-y:9px!important;background-position-x:10px!important}.screen1514 h3.Search_results{font-weight:400;font-size:16px;line-height:24px;color:#009688;text-align:left;padding:0 15px}.screen1514 .inputboxsection{display:grid;grid-template-columns:60% auto}.screen1514 .dateline .Start_Date{width:45%;display:inline-block;margin-right:0}.screen1514 .dateline .Start_Date1{margin-right:0;margin-left:50px}.screen1514 .ornewsetones{position:relative}.screen1514 p.ornewset{visibility:hidden}.screen1514 .lasttest{margin:0;border-right:1px solid #b2dfdb}.screen1514 input{width:280px}.screen1514 select{width:100%}.screen1514 p.ornewsetoentest{position:absolute;left:auto;right:-32px;top:-45px;font-weight:700;font-size:18px;line-height:28px;color:#000}.screen1514 form{margin:30px 30px 10px;border-bottom:1px solid #b2dfdb;padding-bottom:10px}.screen1514 .inputboxsection{border-top:1px solid #c5e7e4}.screen1514 p.Students_Selected{font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.5px;color:#828f8e!important;margin:0 30px;padding:0}.screen1514 .Search_resultsmein{display:grid;grid-template-columns:70% auto}.screen1514 .checkboxsection .checkbox-section{padding-left:15px}.screen1514 .checkboxsection span.Class_10{font-weight:400;font-size:12px;line-height:18px;color:#009688;padding-left:10px}.screen1514 .checkboxsection{height:42vh;overflow-y:auto}.screen1514 .checkboxsection .checkbox-group{position:relative;flex:1;min-width:170px;height:35px}.screen1514 .checkboxsection .checkbox-group .control label,.delete-students-mapping label{position:absolute;top:10px;left:30px;padding:0}.screen1514 .checkboxsection .checkbox-group .control label:before,.delete-students-mapping label:before{top:calc(50% - 8px);left:-29px;width:15px;height:15px}.screen1514 .checkboxsection .checkbox-group .control label:after,.delete-students-mapping label:after{top:calc(50% - .5625rem);left:-30px;width:20px;height:20px}.screen1514 .checkboxsection label{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1708 .Start_Date img.Dropdown{top:12px;left:234px;position:absolute}.screen1708 .createNewClass{padding:0;width:1000px;height:calc(100vh - 566px);text-align:center;min-height:475px!important;max-height:900px}.screen1708 input{background-image:none!important}.screen1708 h3.Search_results{font-weight:400;font-size:16px;line-height:24px;color:#009688;text-align:left;padding:0 15px}.screen1708 .inputboxsection{display:grid;grid-template-columns:auto auto}.screen1708 .Add_Students{font-size:24px;padding-top:0!important;padding-right:0!important;text-align:left;margin:0 30px 10px}.screen1708 .dateline .Start_Date{width:100%;display:inline-block;margin-right:0}.screen1708 .dateline .Start_Date1{margin-right:0;margin-left:50px}.screen1708 .ornewsetones{position:relative}.screen1708 p.ornewset{visibility:hidden}.screen1708 .lasttest{margin:0;border-right:1px solid #b2dfdb}.screen1708 .lasttest li textarea#testdescription{margin-left:0;margin-top:15px!important;margin-bottom:0}.screen1708 .lasttest ul li .file2{margin-left:0}.screen1708 input,.screen1708 select{width:100%}.screen1708 p.ornewsetoentest{position:absolute;left:auto;right:-32px;top:-45px;font-weight:700;font-size:18px;line-height:28px;color:#000}.screen1708 .lasttest form{margin:15px 30px 10px;padding-bottom:10px}.screen1708 .inputboxsection{border-top:0px solid #c5e7e4;padding-top:50px}.screen1708 p.Students_Selected{font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.5px;color:#828f8e!important;margin:0 30px;padding:0}.screen1708 .Search_resultsmein{display:grid;grid-template-columns:70% auto}.screen1708 .checkboxsection .checkbox-section{padding-left:15px}.screen1708 .checkboxsection span.Class_10{font-weight:400;font-size:12px;line-height:18px;color:#009688;padding-left:10px}.screen1708 .checkboxsection{height:42vh;overflow-y:auto}.screen1708 .checkboxsection .checkbox-group{position:relative;flex:1;min-width:170px;height:35px}.screen1708 .checkboxsection .checkbox-group .control label{position:absolute;top:10px;left:30px;padding:0}.screen1708 .checkboxsection .checkbox-group .control label:before{top:calc(50% - 8px);left:-29px;width:15px;height:15px}.screen1708 .checkboxsection .checkbox-group .control label:after{top:calc(50% - .5625rem);left:-30px;width:20px;height:20px}.screen1708 .checkboxsection label{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1708 .Consideringone h4{font-weight:700;font-size:14px;line-height:22px;letter-spacing:.5px;color:#004d40;text-align:left;padding-top:5px}.screen1708 .Consideringone p{font-weight:400;font-size:12px;line-height:18px;color:#828f8e;text-align:left;padding-top:5px;margin-bottom:10px}.screen1708 .checkboxsection .Considering_section:last-child{border:0px}.screen1708 .Consideringtwo p{font-weight:700;font-size:12px;line-height:18px;letter-spacing:.5px;color:#004d40;margin:0;padding-top:5px}.Considering_section{display:grid;grid-template-columns:70% auto;margin:0 30px 10px;border-bottom:.5px solid #b2dfdb}.screen1711 .Start_Date img.Dropdown{top:12px;left:234px;position:absolute}.screen1711 .createNewClass{padding:0;width:750px;height:calc(100vh - 180px);text-align:center;min-height:475px!important;max-height:900px}.screen1711 input{background-image:none!important}.screen1711 h3.Search_results{font-weight:400;font-size:16px;line-height:24px;color:#009688;text-align:left;padding:0 15px}.screen1711 .inputboxsection{display:grid;grid-template-columns:auto auto}.Approve_Admission h6{font-weight:500;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.5px;color:#000;margin:0 30px}.screen1711 .dateline .Start_Date{width:100%;display:inline-block;margin-right:0}.screen1711 .dateline .Start_Date1{margin-right:0;margin-left:50px}.screen1711 .ornewsetones{position:relative}.screen1711 p.ornewset{visibility:hidden}.screen1711 .lasttest{margin:0}.screen1711 .lasttest li textarea#testdescription{margin-left:0;margin-top:15px!important;margin-bottom:0}.screen1711 .lasttest ul li .file2{margin-left:0}.screen1711 .General_Awarenes ul li input{max-width:100px}.screen1711 .General_Awarenes ul li .input-div{display:grid;grid-template-columns:60% auto;align-items:center}.screen1711 select{width:100%}.screen1711 p.ornewsetoentest{position:absolute;left:auto;right:-32px;top:-45px;font-weight:700;font-size:18px;line-height:28px;color:#000}.screen1711 .lasttest form{margin:15px 30px 10px;padding-bottom:10px}.screen1711 .General_Awarenes ul li .input-div p{text-align:left;margin:0}.screen1711 .inputboxsection{border-top:0px solid #c5e7e4;padding-top:10px;margin:0 30px}.screen1711 h2.Student_Interaction{font-weight:700;font-size:18px;line-height:24px;color:#000}.screen1711 p.Students_Selected{font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.5px;color:#828f8e!important;margin:0 30px;padding:0}.screen1711 .Search_resultsmein{display:grid;grid-template-columns:70% auto}.screen1711 .checkboxsection .checkbox-section{padding-left:15px}.screen1711 .checkboxsection span.Class_10{font-weight:400;font-size:12px;line-height:18px;color:#009688;padding-left:10px}.screen1711 .checkboxsection{padding-left:80px}.screen1711 .checkboxsection .checkbox-group{position:relative;flex:1;min-width:170px;height:35px}.screen1711 .checkboxsection .checkbox-group .control label{position:absolute;top:10px;left:30px;padding:0}.screen1711 .checkboxsection .checkbox-group .control label:before{top:calc(50% - 8px);left:-29px;width:15px;height:15px}.screen1711 .checkboxsection .checkbox-group .control label:after{top:calc(50% - .5625rem);left:-30px;width:20px;height:20px}.screen1711 .checkboxsection label{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1711 .Consideringone h4{font-weight:700;font-size:14px;line-height:22px;letter-spacing:.5px;color:#004d40;text-align:left;padding-top:5px}.screen1711 .Consideringone p{font-weight:400;font-size:12px;line-height:18px;color:#828f8e;text-align:left;padding-top:5px;margin-bottom:10px}.screen1711 .checkboxsection .Considering_section:last-child{border:0px}.screen1711 .Consideringtwo p{font-weight:700;font-size:12px;line-height:18px;letter-spacing:.5px;color:#004d40;margin:0;padding-top:5px}.screen1711 .General_Awarenes ul li{padding-bottom:10px}.screen1711 .Considering_section{display:grid;grid-template-columns:70% auto;margin:0 30px 10px;border-bottom:.5px solid #b2dfdb}.screen1711 .General_Awarenes ul li.hiddenitem{visibility:hidden}.screen1711 .General_Awarenes ul .Test_Marks p{font-weight:700;font-size:18px;line-height:24px;color:#000}.screen1711 .Remarks{margin:0 30px;position:relative}.screen1711 .Add_Students{padding-bottom:30px!important;padding-right:0!important}.screen1711 .Remarks .file2{margin-left:0}.screen1711 .Remarks textarea#testdescription{margin-left:0;margin-top:20px}.screen1711 .input-div.radio-div .radio-group-btn{display:grid;grid-template-columns:130px 90px 250px;margin:0 30px}.screen1711 .input-div.radio-div .radio-group-btn .radiobutton{background:#fff!important;border-radius:10px;padding:20px;max-width:100%!important;position:relative;text-align:left;margin:0}.screen1711 .input-div input{padding:.75rem 1rem}.screen1711 .input-div.radio-div .radio-group-btn .radiobutton label{margin-left:10px;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.5px;color:#000;padding:0}.screen1711 .input-div.radio-div .radio-group-btn .radiobutton label:before{content:"";position:absolute;top:calc(50% - 1.5rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.screen1711 .input-div.radio-div .radio-group-btn .radiobutton label:after{content:"";position:absolute;top:calc(50% - 1.5rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.screen1711 .Approve_Admission .radiobutton span.cautiously{font-weight:400;font-size:10px;line-height:15px;display:flex;align-items:center;letter-spacing:.5px;color:#eb5757}.screen1711 .radiobutton p{display:flex;align-items:flex-end}.screen1509 .screen1500 .sidebarscreen300 .Academic_years{margin-top:20px}.screen1509 .Mein_Fee_Components{padding-left:30px!important;display:flex;flex-wrap:wrap;max-width:880px}.screen1509 .Mein_Fee_Components .Fee_Components{width:880px!important}.screen1509 .screen1500 .Mein_Fee_Components .Fee_Components .Periodsection .Period123 .yearfirstsection .Academic_years ul li .add-question-section1 span{margin-left:0}.screen1509 .screen1500 .Mein_Fee_Components .Fee_Components .fee-payment-section{margin-top:30px}.screen1509 .screen1500 .Mein_Fee_Components .Fee_Components .radio-group{display:grid;grid-template-columns:50% 50%;width:40%}.screen1509 .screen1500 .Mein_Fee_Components .Fee_Components .radio-group .radiobutton label{padding-left:20px}.screen1509 .screen1500 .Mein_Fee_Components .Fee_Components .radio-group .radiobutton{background:#fff;border-radius:10px;padding:10px 20px;margin-left:0;margin-top:0;max-width:100%;position:relative;text-align:left}.screen1509 .screen1500 .Mein_Fee_Components .Fee_Components .radio-group .radiobutton label:after,.screen1509 .screen1500 .Mein_Fee_Components .Fee_Components .radio-group .radiobutton label:before{top:10px}.RouteTableDetails{background:#fff;border:1px solid #b2dfdb;box-sizing:border-box;box-shadow:0 4px 20px #0096881a;border-radius:10px;width:591px;height:390px;position:absolute;top:200px;left:605px;overflow-y:auto}.RouteTableDetails table{width:100%;padding:15px}.RouteTableDetails table tr th{text-align:left}.RouteTableDetails table tr td{padding:15px 15px 15px 0}.RouteTableDetails table tr td .btn-transparant{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenno1518 .All_Classes .Subject_name,.screenno1518 .Routessection .Classsreen ul{grid-template-columns:25% 25% 25% 25%}.screenno1518 .Routessection .Classsreen ul li:nth-child(1){display:flex}.screenno1518 .Routessection .Classsreen ul li:nth-child(1) .navigationIntigator{border-left:1px solid #b2dfdb;margin-right:15px}.screenno1518 .Routessection .Classsreen ul li:nth-child(1) .navigationIntigator img{margin-left:-12px}.screenno1518 .Routessection .Classsreen ul li:nth-child(2) span{display:flex;color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screenno1518 .Routessection .Classsreen ul li:nth-child(2) .addStudentSection{margin-left:35px;margin-top:25px}.screenno1518 .Routessection .Classsreen ul li:nth-child(2) .addStudentSection .studentName{color:#000;font-weight:400;font-size:14px;line-height:22px;margin:5px 0}.screenno1518 .Routessection .Classsreen ul li:nth-child(2) .addStudentSection .studentName img{margin-left:15px}.screenno1518 .Routessection .Classsreen ul li:nth-child(2) .addStudentSection .viewAll{margin-top:20px}.screenno1518 .Routessection .Classsreen ul li:nth-child(2) span img{display:flex;margin-right:15px}.screenno1518 .Routessection .Classsreen ul li:last-child span{color:#f47e16;font-weight:400;font-size:16px;line-height:24px;cursor:pointer}.screenno1518 .Routessection .Classsreen ul li:last-child span img{margin-left:15px}.screen1516 .Routessection .Classsreen ul li:nth-child(3) .addStudentSection{margin-top:50px}.screen1516_table .All_Classes{width:100%;padding:20px 60px}.screen1516 .Routessection .Classsreen ul li:nth-child(3) .addStudentSection .studentName{display:flex;color:#000;font-weight:400;font-size:14px;line-height:22px;margin:5px 0}.screen1516 .navigationfirst_section{grid-template-columns:25% 50% 25%;display:grid;border-bottom:.5px solid #80cbc4;padding:10px 0}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(1){display:flex}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(1) .navigationIntigator{border-left:1px solid #b2dfdb;margin-right:15px}.screen1516 .navigationfirst_section:nth-child(1) .navigationIntigator img{margin-left:-12px}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(2) p{display:flex;color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screen1516 .navigationfirst_section .Add_Studentsectiom p{cursor:pointer}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(2) p img{display:flex;margin-right:15px;margin-left:15px}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(2) .addStudentSection{margin-left:35px;margin-top:25px}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(2) .addStudentSection .studentName{color:#000;font-weight:400;font-size:14px;line-height:22px;margin:5px 0;width:50%;float:left}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(2) .addStudentSection .viewAll{margin-top:20px;clear:both}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(2) span{display:flex;color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screen1516 .navigationfirst_section .Add_Studentsectiom:last-child span{color:#f47e16;font-weight:400;font-size:16px;line-height:24px;cursor:pointer}.screen1516 .navigationfirst_section .Add_Studentsectiom:last-child span img{margin-left:15px}.screen1516 .navigation_section{grid-template-columns:25% 25% 25% 25%;display:grid;border-bottom:.5px solid #80cbc4;padding:10px 0}.screen1516 .navigation_section .Add_Studentonesectiom:nth-child(1){display:flex}.screen1516 .navigation_section:nth-child(1) .navigationIntigator{border-left:1px solid #b2dfdb;margin-right:15px}.screen1516 .navigation_section:nth-child(1) .navigationIntigator img{margin-left:-12px}.screen1516 .navigation_section .Add_Studentonesectiom:nth-child(2) span{display:flex;color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screen1516 .navigationfirst_section .Add_Studentsectiom span{cursor:pointer}.screen1516 .navigationfirst_section .Add_Studentsectiom:nth-child(2) span img{display:flex;margin-right:15px}.screen1516 .navigation_section .Add_Studentonesectiom:nth-child(2) span img{display:flex;margin-right:15px}.screen1516 .navigation_section .Add_Studentonesectiom:last-child span{color:#f47e16;font-weight:400;font-size:16px;line-height:24px;cursor:pointer}.screen1516 .navigation_section .Add_Studentonesectiom:last-child span img{margin-left:15px}.screen1516 .navigation_section .Add_Studentonesectiom:nth-child(1) .navigationIntigator{border-left:1px solid #b2dfdb;margin-right:15px}.screen1516 .navigation_section .Add_Studentonesectiom:nth-child(1) .navigationIntigator img{margin-left:-12px}.screen1520 .createNewClass .fees{margin-bottom:16px}.screen1520 .dateline .Start_Date1{margin-right:0;margin-left:10px}.screen1519 .createNewClass .fees{margin-bottom:16px}.screen1519 .Start_Date1{margin-right:16px;margin-left:10px}.screen1519 ul.dateline{display:flex}.screen1519 .acadamic{width:47%}.screen1723 .createNewClass .fees{margin-bottom:16px}.screen1723 .Start_Date1{margin-right:16px;margin-left:10px}.screen1723 ul.dateline{display:flex;align-items:flex-end}.screen1723 .createNewClass{height:calc(100vh - 500px);width:690px}.screen1723 input{background-image:none!important;background-position:1rem center;padding-left:15px}.screen1723 .lasttest textarea#testdescription{margin-left:0;margin-top:15px!important;margin-bottom:0}.screen1723 .lasttest .Remarks .file2{margin-left:0}.screen1723 .acadamic{width:47%}.screen1723 .lasttest .Remarks{position:relative}.screen1723 select{padding-left:20px}.screen1723 .dateline li:first-child{width:60%}.screen1717 .inputboxsection1717 input#firstname{margin-top:20px;width:60%;display:block}.screen1717 .checkboxsection{height:52vh;overflow-y:auto}.screen1717 .inputboxsection1717 label.form-control-placeholder{top:16px}.screen1717 .createNewClass{padding:0;width:1000px;height:calc(100vh - 280px);text-align:center;min-height:475px!important;max-height:900px}.screen1517 .Start_Date img.Dropdown{top:12px;left:193px;position:absolute}.screen1517 .createNewClass{padding:0;width:1000px;height:calc(100vh - 566px);text-align:center;min-height:530px!important;max-height:900px}.screen1517 input{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.875%2018.75C6.5325%2018.75%203%2015.2175%203%2010.875C3%206.5325%206.5325%203%2010.875%203C15.2175%203%2018.75%206.5325%2018.75%2010.875C18.75%2015.2175%2015.2175%2018.75%2010.875%2018.75ZM10.875%205.25C7.77338%205.25%205.25%207.77338%205.25%2010.875C5.25%2013.9766%207.77338%2016.5%2010.875%2016.5C13.9766%2016.5%2016.5%2013.9766%2016.5%2010.875C16.5%207.77338%2013.9766%205.25%2010.875%205.25ZM17.9782%2016.3875L20.6704%2019.0796C21.1102%2019.5195%2021.1102%2020.2305%2020.6704%2020.6704C20.451%2020.8898%2020.163%2021%2019.875%2021C19.587%2021%2019.299%2020.8898%2019.0796%2020.6704L16.3875%2017.9783C16.9826%2017.5159%2017.5159%2016.9826%2017.9782%2016.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screen1517 h3.Search_results{font-weight:400;font-size:16px;line-height:24px;color:#009688;text-align:left;padding:0 15px}.screen1517 .inputboxsection{display:grid;grid-template-columns:60% auto}.screen1517 .dateline .Start_Date{width:45%;display:inline-block;margin-right:0}.screen1517 .dateline .Start_Date1{margin-right:0;margin-left:50px}.screen1517 .ornewsetones{position:relative}.screen1517 p.ornewset{visibility:hidden}.screen1517 .lasttest{margin:0;border-right:1px solid #b2dfdb}.foursonescreentwo .Add_Students{font-size:24px;padding-bottom:0;padding-top:20px;padding-right:80px}.screen1517 input{width:230px}.screen1517 select{width:100%}.screen1517 p.ornewsetoentest{position:absolute;left:auto;right:-32px;top:-45px;font-weight:700;font-size:18px;line-height:28px;color:#000}.screen1517 form{margin:30px 30px 10px;border-bottom:1px solid #b2dfdb;padding-bottom:10px}.screen1517 .inputboxsection{border-top:1px solid #c5e7e4}.screen1517 p.Students_Selected{margin:0 30px;padding:0;font-weight:700;font-size:16px;line-height:24px;align-items:center;letter-spacing:.5px;color:#000}.screen1517 .studentbox{width:auto;display:table-cell;background:#eff8f8;border-radius:5px;padding:10px 50px 10px 10px;position:relative;left:30px;top:20px}.screen1517 .studentbox span.close{height:1rem;width:1rem;top:13px}.screen1517 .Search_resultsmein{display:grid;grid-template-columns:60% auto}.screen1517 .checkboxsection .checkbox-section{padding-left:15px}.screen1517 .checkboxsection span.Class_10{font-weight:400;font-size:12px;line-height:18px;color:#009688;padding-left:10px}.screen1517 .checkboxsection{height:48vh;overflow-y:auto}.screen1517 .checkboxsection .checkbox-group{position:relative;flex:1;min-width:unset;height:35px;display:grid;grid-template-columns:auto auto}.screen1517 .pickupsection{display:flex;justify-content:flex-end}.screen1517 .pickupsection li{width:90px}.screen1517 .checkboxsection .checkbox-group .control label{position:absolute;top:10px;left:30px;padding:0}.screen1517 .checkboxsection .checkbox-group .control label:before{top:calc(50% - 8px);left:-29px;width:15px;height:15px}.screen1517 .checkboxsection .checkbox-group .control label:after{top:calc(50% - .5625rem);left:-30px;width:20px;height:20px}.screen1517 .checkboxsection label{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1517 .pickupsection li label{font-weight:400;font-size:12px;line-height:18px;color:#000}.screen1512 .createNewClass .fees{margin-bottom:16px}.screen1512 .Start_Date1{margin-right:16px;margin-left:10px;width:44%;display:inline-block}.screen1512 ul.dateline{display:flex}.screen1512 .acadamic{width:100%}.screen1512 .createNewClass{padding:14px 25px 0;width:750px;height:calc(100vh - 566px);text-align:center;min-height:440px!important;max-height:900px}.screen1512 .dateline .Pickup p{font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#009688}.screen1512 .dateline .Pickup .control label{font-weight:400;font-size:16px;line-height:24px;color:#000;margin:10px 40px}.screen1512 .dateline .Pickup .control label:before,.screen1512 .dateline .Pickup .control label:after{left:-20px!important}.screen1512 .Pickup{width:17%!important}.screen1512 p.Service_Type{visibility:hidden}.screen1706 .createNewClass .fees{margin-bottom:16px}.screen1706 .Start_Date1{margin-right:16px;margin-left:3px;width:44%;display:inline-block}.screen1706 ul.dateline{display:flex}.screen1706 .acadamic{width:100%}.screen1706 .createNewClass{padding:14px 25px 0;width:750px;height:calc(100vh - 566px);text-align:center;min-height:650px!important;max-height:900px}.screen1706 .dateline .Pickup p{font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#009688}.screen1706 .Current_School{margin:20px}.screen1706 .dateline .Pickup .control label{font-weight:400;font-size:16px;line-height:24px;color:#000;margin:10px 40px}.screen1706 .Current_School li.Start_Date1{width:96%}.screen1706 .dateline .Pickup .control label:before{left:20px}.screen1706 .Current_Section{margin-bottom:1.25rem}.screen1706 .dateline .Pickup .control label:after{left:20px}.screen1706 input{background-image:none!important;background-position:1rem center}.screen1706 .Pickup{width:17%!important}.screen1706 .radio-btn-group{display:grid;grid-template-columns:100px auto;grid-gap:10px}.screen1706 .radio-btn-group .radio-btn{width:100px;padding:5px 20px;border:1px solid #e0f2f1;border-radius:5px;cursor:pointer}.screen1706 .radio-btn-group .radio-btn.active{background:#ed6b001a;border-radius:5px;border:1px solid #ed6b00}.screen1706 .radio-header{font-weight:400;font-size:12px!important;line-height:16px;color:#4db6ac!important;padding-bottom:10px}.screen1706 .radionuttonsMale p.Service_Type{visibility:hidden}.ELibrary h2{font-weight:700;font-size:24px;line-height:32px;letter-spacing:.5px;color:#000;display:flex}.ELibrary span{padding-left:22px}.ELibrary{padding:30px 22px 15px}.screen1111 .contain{grid-template-columns:14% 14% 20% auto}.screen1111 .Class_10{background:#e0f2f1}.screen1111 .header{border:1px solid #80cbc4;border-left:0px}.screen1111 .classes-section .body div{border-bottom:0px solid #b2dfdb}.screen1111 .studentName p{display:flex;justify-content:center;margin:0}.screen1111 .studentName p span{padding-left:12px;text-align:justify;font-weight:400;font-size:16px;line-height:22px;color:#000}.screen1111 .contain .studentInfoDetails .header,.screen1111 .contain .studentInfoDetails .body .studentInfoData{display:grid;grid-template-columns:auto auto auto;height:auto}.Study_Material_section{padding:30px}.testction p{font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.Study_Material_section .imagesection{width:auto;display:inline-block}.testction{width:auto;display:inline-block;padding-left:20px}.Study_Material_section{padding:30px;display:grid;grid-template-columns:auto auto}.Study_Material,.GO_LIBRARY{background:#fff;border:1px solid #000000;box-sizing:border-box;box-shadow:0 10px 10px #0098870d;border-radius:20px;margin:0 20px;padding:15px}.screen607 .SelectClass,.screen607 .SelectSection{display:flex;flex-wrap:wrap;border-bottom:1px solid#B2DFDB;padding-bottom:15px;margin-right:15px}.screen607 .SelectClass span,.screen607 .SelectSection span{border:1px solid#B2DFDB;border-radius:10px;margin-right:15px;margin-top:15px;padding:10px;cursor:pointer}.screen607 .SelectClass span.selected{border:1px solid#F47E16}.screen607 .SelectClass span.Active{border:1px solid#F47E16;background-color:#f47e161a;color:#f47e16;cursor:pointer}.screen607 .SectionTitle{padding-left:0!important;margin-top:5px;font-weight:700;font-size:20px;line-height:30px;text-align:left;letter-spacing:.5px;color:#000}.screen607 .SelectSection{border-bottom:none;margin-bottom:40px}.screen607 .SelectSection span.Activebackground{border:1px solid #f47e16;background-color:#f47e161a}.screen607 h2{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screen607 .createNewClass{background-color:#fff;padding:24px 25px 0;width:800px;position:relative;border-radius:.9375rem;overflow:auto;overflow-y:auto;height:calc(100vh - 350px);text-align:center}.screen607 .SectionTitleones{padding-top:15px}.screen1714 .Upload_Documents_section{display:grid;grid-template-columns:auto auto;text-align:left;margin-top:25px}.screen1714 .Upload_Documents_section h2{font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1714 .filecharactercert{font-weight:400;font-size:16px;line-height:24px;color:#009688;margin-top:21px;margin-bottom:1.75rem;padding:10px 0 6px!important;display:flex}.screen1714 h2.header-title{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screen1714 .createNewClass{background-color:#fff;padding:14px 25px 40px;width:500px;position:relative;border-radius:.9375rem;overflow:auto;max-height:660px;text-align:center}.screen1714 .Upload_Documents_section span.Upload_1714{padding-left:25px;cursor:pointer}.createClassPopup-section.test-popup .assignment-list .attachedFile .fileblock .removefile,.removefile{position:absolute;top:0rem;width:24px;cursor:pointer;height:24px;background:url(/static/media/close1.133250a2.svg) 100% no-repeat}.fileblock{overflow-wrap:break-word}.Classsreen ul .EDIT .Scheduled_section p{font-weight:400;font-size:16px;line-height:24px;color:#009688;align-items:flex-start;padding-left:20px}.Classsreen ul .EDIT .Rejected_section p{font-weight:700;font-size:16px;line-height:24px;color:#eb5757;align-items:flex-start}.Scheduled_section span.Clock_1722{padding:0!important}.Scheduled_section{display:flex}.last_child p{padding:0!important}.screen1722 .Search_Student img.Dropdown{top:8px;left:auto;position:absolute;right:40px}.screen1722 .Search_Student img.cross{position:absolute;left:auto;right:15px;top:13px}.screen1722 .Classsreen ul{grid-template-columns:22% 21% 18% 19% 10% i!important}.screen1722 .Subject_name{padding-top:15px}.sidebarscreen1752 p.indicator{padding-left:30px;color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.sidebarscreen1752 .Modify_Class{color:#000;font-weight:700}.sidebarscreen1752 .Manan_Bhatia .top-title-btn{margin:15px 0 20px;display:flex;padding-left:40px}.sidebarscreen1752 .Manan_Bhatia .top-title-btn img{margin-top:-15px}.sidebarscreen1752 .Manan_Bhatia .top-title-btn .circal{margin-left:25px;width:36px;height:36px;background:#26a69a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.sidebarscreen1752 .Manan_Bhatia .top-title-btn .name{color:#000;font-weight:700;font-size:18px;line-height:28px;margin-left:30px}.sidebarscreen1752 .Manan_Bhatia .top-title-btn .phone-number{margin-left:30px;font-weight:400;font-size:14px;color:#000;margin-bottom:0;margin-top:5px}.sidebarscreen1752 .Manan_section{display:flex;flex-wrap:wrap;border-bottom:.5px solid #009688}.sidebarscreen1752 .Manan_Bhatia{flex:.6}.sidebarscreen1752 .Enquiry_section{flex:2}.sidebarscreen1752 .Enquiry_section{flex:2;display:grid;grid-template-columns:25% 25% 25% 25%;text-align:center}.sidebarscreen1752 .Enquiry_section .Enquiryone h5{font-size:18px;line-height:28px;color:#000}.sidebarscreen1752 .Enquiry_section .Enquiryone p{font-weight:400;font-size:14px;line-height:22px;color:#009688}.sidebarscreen1752 .Enquiryone{position:relative}.sidebarscreen1752 .Enquiry_section p.Group_1752:after{content:"";border-right:1px solid;width:180px;height:150px;transform:rotate(90deg);position:absolute;top:auto;right:-30px;bottom:110px;border-left:1px solid}.sidebarscreen1752 .Enquiry_section p.Group_1752:before{content:"";border-right:1px solid;width:180px;height:150px;transform:rotate(90deg);position:absolute;top:auto;left:-30px;bottom:110px;border-left:1px solid}.sidebarscreen1752 .Enquiry_section .Enquiryone .Group_1752{margin:0}.sidebarscreen1752 .Enquiryone:first-child p.Group_1752:before,.sidebarscreen1752 .Enquiryone:last-child p.Group_1752:after{border:0px}.sidebarscreen1752 .Enquiry_Details_section .Header_margin{margin-top:25px;font-weight:700;font-size:24px;line-height:30px;color:#000}.sidebarscreen1752 .row{display:flex;flex-wrap:wrap;margin:15px 0;align-items:flex-end}.sidebarscreen1752 .row .input-div{position:relative;margin-right:30px}.sidebarscreen1752 .row .input-div.select{margin-bottom:30px}.sidebarscreen1752 .row .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.sidebarscreen1752 .row .input-div.select.prefix select{padding-left:40px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:100%}.sidebarscreen1752 .row .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.sidebarscreen1752 .row .input-div{position:relative;margin-right:30px;width:280px;margin-top:15px}.sidebarscreen1752 .row .input-div input{padding:.75rem 1rem}.Enquiry_Details_section{padding-left:40px}.sidebarscreen1752 .radio-header{color:#4db6ac;line-height:16px;width:100%;margin-bottom:5px;font-size:12px}.sidebarscreen1752 .radio-btn-group{display:grid;grid-template-columns:80px 100px;grid-gap:10px}.sidebarscreen1752 .radio-btn-group .radio-btn{width:80px;padding:5px 20px;border:1px solid #e0f2f1;border-radius:5px;cursor:pointer}.sidebarscreen1752 .radio-btn-group .radio-btn.active{background:#ed6b001a;border-radius:5px;border:1px solid #ed6b00}.sidebarscreen1752 .gender_section{position:relative;top:-30px}.sidebarscreen1752 .row .address{width:590px}.sidebarscreen1752 .Enquiry_Details_section{padding-left:40px;border-bottom:.5px solid #009688}.sidebarscreen1752 .Interaction_sectionmein{padding-left:40px;padding-top:25px;padding-bottom:25px;border-bottom:1px solid #b2dfdb}.sidebarscreen1752 .Interaction_sectionmeinfirst{width:700px}.sidebarscreen1752 .Header_margin{font-weight:700;font-size:24px;line-height:30px;color:#000}.sidebarscreen1752 .inputboxsection{display:grid;grid-template-columns:auto auto}.sidebarscreen1752 .lasttest{margin:0;text-align:center}.sidebarscreen1752 h2.Student_Interaction{font-weight:700;font-size:18px;line-height:24px;color:#000}.sidebarscreen1752 .General_Awarenes ul li{padding-bottom:10px}.sidebarscreen1752 .General_Awarenes ul li .input-div{display:grid;grid-template-columns:60% auto;align-items:baseline}.sidebarscreen1752 .General_Awarenes ul li .input-div p{margin:0;font-weight:400;font-size:16px;line-height:24px;color:#000;text-align:left}.sidebarscreen1752 .General_Awarenes ul li input{max-width:100px}.sidebarscreen1752 h2.Student_Interaction,.sidebarscreen1752 .General_Awarenes ul .Test_Marks p{font-weight:700;font-size:18px;line-height:24px;color:#000}.sidebarscreen1752 .Remarks{position:relative}.sidebarscreen1752 .Remarks textarea#testdescription{margin-left:0;margin-top:20px}.sidebarscreen1752 .Remarks .file2{margin-left:0}.sidebarscreen1752 .Approve_Admission h6{font-weight:500;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.5px;color:#000;margin:0}.sidebarscreen1752 .input-div.radio-div .radio-group-btn{display:grid;grid-template-columns:130px 90px;margin:0}.sidebarscreen1752 input{background-image:none!important}.sidebarscreen1752 .input-div.radio-div .radio-group-btn .radiobutton{background:#fff!important;border-radius:10px;padding:20px;max-width:100%!important;position:relative;text-align:left;margin:0}.sidebarscreen1752 .input-div.radio-div .radio-group-btn .radiobutton label{margin-left:10px;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.5px;color:#000;padding:0}.sidebarscreen1752 .input-div.radio-div .radio-group-btn .radiobutton label:before{content:"";position:absolute;top:calc(50% - .5rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.sidebarscreen1752 .input-div.radio-div .radio-group-btn .radiobutton label:after{content:"";position:absolute;top:calc(50% - .5rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.sidebarscreen1752 .Upload_Documents_section{display:grid;grid-template-columns:auto auto;text-align:left;margin-top:25px;padding-left:40px;width:700px}.sidebarscreen1752 .Upload_Documents_section h2{font-weight:400;font-size:16px;line-height:24px;color:#000}.sidebarscreen1752 .filecharactercert{font-weight:400;font-size:16px;line-height:24px;color:#009688;margin-top:21px;margin-bottom:1.75rem;padding:10px 0 6px!important;display:flex}.sidebarscreen1752 .Upload_Documents_section span.Upload_1714{padding-left:25px;cursor:pointer}.screenno1719 span.Modify_Class{color:#000;font-weight:700}.screenno1719 h3.Admission_Process{font-weight:700;font-size:24px;line-height:36px;letter-spacing:.5px;color:#000}.screenno1719 .EnquiryForm{display:flex}.screenno1719 span.Documentssection{align-items:center;display:flex;width:250px}.screenno1719 .Enquirysection{width:450px;padding:20px 0 20px 30px}.screenno1719 .EnquiryForm{display:flex;margin:15px 0 10px;align-items:flex-end;position:relative}.screenno1719 .EnquiryForm p{border-bottom:.5px solid #80cbc4;width:100%;font-weight:400;font-size:18px;line-height:28px;color:#000;padding-bottom:20px;margin-bottom:5px;position:relative}.screenno1719 .EnquiryForm img.Group_1719{padding-right:30px}.screenno1719{height:90vh}.screenno1719 .Enquirysection1719{display:flex;height:233px}.screenno1719 .Enquirysection1719 .Documentssection span{font-weight:500;font-size:18px;line-height:28px;color:#f47e16;display:flex;cursor:pointer;padding-left:25px}.screenno1719 .switch label:after{top:-3px;left:329px}.screenno1719 .switch label:before{top:-3px;left:319px}.screenno1719 .EnquiryForm p.Enquiry_Formone{color:#c6cfce}.screenno1719 .Enquirysection .EnquiryForm:after{position:absolute;content:"";border:1px solid #b2dfdb;width:54px;transform:rotate(-90deg);inset:auto auto 0 -15px}.screenno1719 .Enquirysection .EnquiryForm:last-child:after{border:0px solid #b2dfdb}.screenno1726 span.Modify_Class{color:#000;font-weight:700}.screenno1726 h3.Admission_Process{font-weight:700;font-size:24px;line-height:36px;letter-spacing:.5px;color:#000}.screenno1726 .EnquiryForm{display:flex}.screenno1726 span.Documentssection{align-items:center;display:flex;width:250px}.screenno1726 .Enquirysection{width:450px;padding:20px 0 20px 30px}.screenno1726 .EnquiryForm{display:flex;margin:15px 0 10px;align-items:flex-end;position:relative}.screenno1726 .EnquiryForm p{border-bottom:.5px solid #80cbc4;width:100%;font-weight:400;font-size:18px;line-height:28px;color:#000;padding-bottom:20px;margin-bottom:5px;position:relative}.screenno1726 .EnquiryForm img.Group_1719{padding-right:30px}.screenno1726{height:90vh}.screenno1726 .EnquiryForm:last-child p{border:0px}.screenno1726 .Enquirysection1719{display:flex;height:292px}.screenno1726 .Documents_section{margin-left:70px;border-top:.5px solid #80cbc4;padding:20px 0 0 20px;max-width:900px}.screenno1726 .Documents_section .Uploadsection .radiobutton{background:transparent;width:100%;margin:0;padding:15px 0}.screenno1726 .Documents_section .Uploadsection .radiobutton label:before{border-radius:0!important}.screenno1726 .radiobutton label:after{border-radius:0!important}.screenno1726 .Documents_section .Uploadsection .radiobutton .Document_Name label{padding-left:0;margin-left:40px;background:#e0f2f1;width:auto;display:inline-block}.screenno1726 .Documents_section .Uploadsection .radiobutton img.right_1726{padding-left:15px}.Enquirysection1719 .Documentssection{display:flex;align-items:flex-end;height:272px}.screenno1726 .Documents_section .Uploadsection .radiobutton ul li{width:250px;display:inline-block;position:relative}.screenno1726 .Document_section{position:absolute;top:15px;width:100%;text-align:right}.screenno1726 .document_input:focus+.Document_section label span{display:none}.screenno1726 .Documents_section h4{font-weight:700;font-size:16px;line-height:24px;text-align:left;letter-spacing:.5px;color:#000}.screenno1726 .Documents_section ul li{font-weight:400;font-size:16px;line-height:24px;color:#000}.screenno1726 .Documents_section ul li .Document_Nameones{position:absolute;top:0;width:100%;text-align:right}.screenno1726 .Documents_section li.Document_Name #vehicle:focus+.Document_Nameones label{display:none}.screenno1726 .Documents_section li.Document_Name .Document_Nameones label{display:block}.screenno1726 .Enquirysection1719 .Documentssection span{font-weight:500;font-size:18px;line-height:28px;color:#f47e16;display:flex;cursor:pointer;padding-left:25px}.screenno1726 .switch label:after{top:-3px;left:329px}.screenno1726 .switch label:before{top:-3px;left:319px}.screenno1726 .EnquiryForm p.Enquiry_Formone{color:#c6cfce}.screenno1726 .Enquirysection .EnquiryForm:after{position:absolute;content:"";border:1px solid #b2dfdb;width:54px;transform:rotate(-90deg);inset:auto auto 0 -15px}.screenno1726 .Enquirysection .EnquiryForm:last-child:after{border:0px solid #b2dfdb}.screen1807 h2{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000;margin-bottom:25px}.screen1807 .Introduction h5{font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1807 .Introduction p{font-weight:400;font-size:12px;line-height:18px;color:#009688;text-align:left;padding:0 30px}.screen1807 .Introduction p span{float:right}.screen1807 .box_mein_section{padding:0 30px;width:100%;text-align:left}.screen1807 .box_mein_section h6{font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal}.screen1807 .Student_section{padding:15px 20px;box-shadow:0 0 20px #0096880d;border-radius:15px;border:1px solid #80cbc4;box-sizing:border-box;margin-top:5px}.screen1807 .Student_section h3{font-weight:400;font-size:16px;line-height:24px;color:#000;padding-bottom:15px;border-bottom:.5px solid #b2dfdb}.screen1807 .Student_section .Student_sectionone ul{display:grid;grid-template-columns:100px 100px 100px;border-bottom:.5px solid #b2dfdb;max-width:230px}.screen1807 .Student_section .Student_sectionone ul li{font-weight:400;font-size:12px;line-height:18px;color:#000;padding:15px 0}.screen1807 .Candidate_section{margin:20px auto 0;width:100%}.screen1807 .Candidate_section p{font-weight:700;font-size:12px;line-height:18px;text-align:center;letter-spacing:.5px;color:#eb5757;display:flex;justify-content:center}.screen1807 .Candidate_section p span{padding-right:10px}.screen1811 h2{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000;margin-bottom:25px}.screen1811 .Introduction h5{font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1811 .Introduction p{font-weight:400;font-size:12px;line-height:18px;color:#009688;text-align:left}.screen1811 .Issued_tosection{border-top:.5px solid #b2dfdb;padding-top:15px;display:grid;grid-template-columns:350px 130px 90px;text-align:left}.screen1811 .Issued_tosection .Issued_tosectionone h4{font-weight:400;font-size:12px;line-height:18px;color:#009688;text-align:left}.screen1811 .Issued_tosection .Issued_tosectionone p{font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1811 .Introduction p span{float:right}.screen1811 .box_mein_section{padding:0 30px;width:100%;text-align:left}.screen1811 .box_mein_section h6{font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal}.screen1811 .remarksection .checkboxsection{text-align:left;position:relative}.screen1811 .remark_onessection{display:grid;grid-template-columns:500px auto;padding-bottom:10px;border-bottom:.5px solid #80cbc4;padding-top:10px}.screen1811 .remark_onessection .price p{margin:0}.screen1811 .remarksection .checkboxsection label{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screen1811 .remarksection h4{font-weight:400;font-size:12px;line-height:18px;color:#009688;text-align:left;padding-bottom:15px}.screen1811 .Active_sectotion .radio-group{display:grid;grid-template-columns:auto auto auto}.screen1811 .radio-group .radiobutton{background:#fff!important;border-radius:10px;padding:0 20px;max-width:100%!important;position:relative;text-align:left;margin:0}.screen1811 .radio-group .radiobutton label{padding-left:0;color:#333;margin-left:10px}.screen1811 .radio-group .radiobutton label:before{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.screen1811 .radio-group .radiobutton label:after{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.screen1811 .secoundremores .checkboxsection,.screen1811 .secoundremoresmore .checkboxsection{padding:0!important}.screen1811 .secoundremoresmore{text-align:right;padding-top:10px}.screen1811 .createNewClass{padding:14px 55px 20px}.screen1809 .createNewClass{background-color:#fff;padding:24px 40px 0;width:1000px;position:relative;border-radius:.9375rem;overflow:auto;overflow-y:auto;height:calc(100vh - 296px);text-align:center}.screen1809 .Student_Details_section .Studentdetilssection h4{font-weight:400;font-size:12px;line-height:18px;color:#009688}.screen1809 .Student_Details_section .Studentdetilssection p{font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1809 .Student_Details_section .Studentdetilssection p.Generate{font-weight:700;font-size:16px;line-height:24px;text-align:right;color:#f47e16!important}.screen1809 .Student_Details_section{display:grid;grid-template-columns:40% auto auto auto;border-bottom:.5px solid #b2dfdb}.screen1809 .Student_Details_section .Studentdetilssection .Studentlast{visibility:hidden}.screen1809 .Student_Details_section .Studentdetilssection .number{font-weight:700;font-size:24px!important;line-height:24px;color:#000}.screen1809 .Studentdetilssection{text-align:left}.screen1809 .BooksIssued{text-align:center}.screen1809 .Transaction_History h5{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left;padding-top:15px;padding-bottom:15px}.screen1809 .Subject_name{background:#e0f2f1;display:grid;grid-template-columns:12% 16% 12% 12% 12% 12% 12% 12%;padding:15px;text-align:left}.screen1809 .Subject_name h4{font-weight:700;font-size:14px;line-height:22px;color:#000}.screen1809 .lastsectionprocess ul li:nth-child(4),.Subject_name h4:nth-child(4),.screen1809 .lastsectionprocess ul li:nth-child(6),.Subject_name h4:nth-child(6),.screen1809 .lastsectionprocess ul li:nth-child(7),.Subject_name h4:nth-child(7){text-align:center}.screen1809 .lastsectionprocess ul li{font-weight:400;font-size:12px;line-height:18px;color:#000;padding:0}.screen1809 .lastsectionprocess ul{display:grid;grid-template-columns:12% 16% 12% 12% 12% 12% 12% 12%;text-align:left;padding:15px}.screen1809 .lastsectionprocess ul li.Renew{font-weight:700;font-size:16px;line-height:24px;color:#f47e16}.screen1809 .lastsectionprocess ul li.Pending{font-weight:700;font-size:12px;line-height:18px;color:#009688}.screen1809 .lastsectionprocess{background:#eff8f8;overflow-y:auto;height:calc(50vh - 99px)}.screen1809 .lastsectionprocess ul li.Lost{font-weight:700;font-size:12px;line-height:18px;color:#eb5757}.screen1805 .input-div{position:relative}.screen1805 h2{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screen1805 h6{font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1805 p{font-weight:400;font-size:12px;line-height:18px;color:#009688;text-align:left}.screen1805 p span{float:right}.screen1806 .input-div{position:relative}.screen1806 .notification{color:red}.screen1806 h6{font-weight:400;font-size:16px;line-height:24px;color:#000}.screen1806 .notification p{display:flex;justify-content:center;font-weight:700;font-size:12px;line-height:18px;text-align:center;letter-spacing:.5px;color:#eb5757}.screen1806 p{font-weight:400;font-size:12px;line-height:18px;color:#009688;text-align:left;padding:0 20px}.screen1806 p span{float:right}.screen1812 .Total_Fine_section p{font-weight:700;font-size:18px;line-height:24px;text-align:left;letter-spacing:.5px;color:#000;border-bottom:1px solid #b2dfdb;padding-bottom:15px}.screen1812 .Total_Fine_section span.Fine{font-weight:700;font-size:18px;line-height:24px;letter-spacing:.5px;color:#eb5757;float:unset;padding-left:15px}.screen1812 .createNewClass{padding:14px 55px 20px}.screen1810 .graycolor:disabled{background:#eaeaea;border-radius:15px;margin:0}.screen1810 h2{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000;padding-bottom:30px}.screen1810 .Enter_Book_Id img.Dropdown{top:11px;left:auto;position:absolute;right:30px}.screen1810 .Enter_Book_Id_section{border-bottom:.5px solid #b2dfdb;margin-bottom:200px}.screen1810 .createNewClass{padding:14px 25px 20px}.screen1802 .createNewClass{padding:14px 0 40px}.screen1802 .container{padding:15px 50px;height:350px;display:flex}.screen1802 .container .addBook{margin-bottom:0;align-self:flex-end;margin-left:-20%}.screen1802 .container .bookSection{display:flex;text-align:left}.screen1802 .container .bookSection .bookId{width:250px}.screen1802 .container .bookSection .bookId p{margin-bottom:5px;color:#4db6ac;font-weight:400;font-size:12px;line-height:16px;margin-left:15px}.screen1802 .container .bookSection .bookId input{margin-bottom:5px;padding-left:15px;padding-right:15px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2012H21'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%203L21%2012L12%2021'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:215px center}.screen1803 .createNewClass{padding:14px 0 40px}.screen1803 .container{padding:20px 50px}.screen1803 h2{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screen1803 .container .bookId,.screen1803 .container .bookTitle{text-align:left}.screen1803 .container .bookId p,.screen1803 .container .bookTitle p{margin-bottom:5px;color:#4db6ac;font-weight:400;font-size:12px;line-height:16px}.screen1803 .container .bookId span,.screen1803 .container .bookTitle span{letter-spacing:.5px;color:#000;font-weight:400;font-size:16px;line-height:24px}.screen1803 .container .bookTitle{margin-top:20px;display:flex}.screen1803 .container .bookId.Authors{margin-top:20px}.screen1803 .container .bookTitle .edtiDetails{display:flex;align-items:center;margin-left:25px;cursor:pointer}.screen1803 .container .bookTitle .edtiDetails img{height:20px;margin-right:13px}.screen1803 .container .bookTitle .edtiDetails span,.screen1803 .container .bookSection .addNewCopies span{color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screen1803 .container .edtionSection{display:grid;grid-template-columns:27% 22% auto;margin-top:20px}.screen1803 .container .bookSection{display:grid;grid-template-columns:27% 22% 21% 31%;margin-top:20px}.screen1803 .container .bookSection .addNewCopies{display:flex;align-items:center;cursor:pointer}.screen1803 .container .bookSection .addNewCopies img{height:20px;margin-right:10px}.screen1803 .container .librarySection{display:grid;grid-template-columns:27% 22%;margin-top:20px}.screen2002 .createNewClass{padding:20px 15px 20px 30px}.screen2002 .createNewClass .container{margin-top:30px}.screen2002 .createNewClass .container .classsOrSection{display:grid;grid-template-columns:35% 35% 25%;grid-gap:15px}.screen2002 .createNewClass .container .classsOrSection .input-div.select.prefix{position:relative}.screen2002 .createNewClass .container .classsOrSection .input-div.select.prefix label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screen2002 .createNewClass .container .classsOrSection .input-div.select.prefix select{padding-left:40px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;margin-bottom:0}.screen2002 .createNewClass .container .classsOrSection .input-div.select.prefix span{position:absolute;top:38px;left:10px}.screen2002 .createNewClass .container .classsOrSection .addClass{border:1px solid #ff7700;border-radius:15px;margin:20px 25px 0 0;background-color:transparent;outline:none;color:#f70;box-shadow:none;padding:0;min-width:auto;background:transparent;justify-content:center;align-items:center}.screen2002 .createNewClass .container .ClassiesSection{display:flex;justify-content:space-between}.screen2002 .createNewClass .container .ClassiesSection .validDate{position:relative}.screen2002 .createNewClass .container .ClassiesSection .validDate label{position:absolute;top:0;padding:.75rem 0 0 2.5rem;transition:all .2s;visibility:hidden}.screen2002 .createNewClass .container .ClassiesSection .validDate{width:195px;margin-top:50px}.screen2002 .createNewClass .container .ClassiesSection .validDate input{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.4%202.7998H2.8C1.80589%202.7998%201%203.60569%201%204.5998V17.1998C1%2018.1939%201.80589%2018.9998%202.8%2018.9998H15.4C16.3941%2018.9998%2017.2%2018.1939%2017.2%2017.1998V4.5998C17.2%203.60569%2016.3941%202.7998%2015.4%202.7998Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.6992%201V4.6'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.5%201V4.6'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%208.2002H17.2'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:7px center}.screen2002 .createNewClass .container .ClassiesSection .validDate label{font-size:75%!important;transform:translate(.8rem,-100%);padding:0 .3rem;color:#4db6ac;visibility:visible}.SelectedClassesSection{width:256px;height:262px;background:#eff8f8;border-radius:10px;margin-top:25px;margin-bottom:40px;padding:10px}.SelectedClassesSection ul{display:grid;grid-template-columns:105px 105px auto;border-bottom:.5px solid #80cbc4;align-items:center}.SelectedClassesSection ul li{padding:8px 0}.screen2004 .createNewClass{padding:20px 40px}.screen2004 .createNewClass .container{margin-top:20px}.screen2004 .createNewClass .container .searchStudentOrAdmission,.screen2004 .createNewClass .container .validDate{position:relative}.screen2004 .createNewClass .container .searchStudentOrAdmission label,.screen2004 .createNewClass .container .validDate label{position:absolute;top:0;padding:.75rem 0 0 2.5rem;transition:all .2s;visibility:hidden}.screen2004 .createNewClass .container .searchStudentOrAdmission input{font-weight:400;font-size:12px;line-height:16px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.875%2018.75C6.5325%2018.75%203%2015.2175%203%2010.875C3%206.5325%206.5325%203%2010.875%203C15.2175%203%2018.75%206.5325%2018.75%2010.875C18.75%2015.2175%2015.2175%2018.75%2010.875%2018.75ZM10.875%205.25C7.77338%205.25%205.25%207.77338%205.25%2010.875C5.25%2013.9766%207.77338%2016.5%2010.875%2016.5C13.9766%2016.5%2016.5%2013.9766%2016.5%2010.875C16.5%207.77338%2013.9766%205.25%2010.875%205.25ZM17.9782%2016.3875L20.6704%2019.0796C21.1102%2019.5195%2021.1102%2020.2305%2020.6704%2020.6704C20.451%2020.8898%2020.163%2021%2019.875%2021C19.587%2021%2019.299%2020.8898%2019.0796%2020.6704L16.3875%2017.9783C16.9826%2017.5159%2017.5159%2016.9826%2017.9782%2016.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")}.screen2004 .createNewClass .container .searchStudentOrAdmission input::placeholder{color:#4db6ac}.screen2004 .createNewClass .container .searchStudentOrAdmission input:focus::placeholder{color:transparent}.screen2004 .createNewClass .container .searchStudentOrAdmission input:focus+label{font-size:75%!important;transform:translate(.8rem,-100%);padding:0 .3rem;color:#4db6ac;visibility:visible}.detailsSection{display:grid;grid-template-columns:auto auto auto;text-align:left;margin-top:40px;margin-bottom:40px}.detailsSection p{margin-bottom:5px;color:#4db6ac;font-weight:400;font-size:12px;line-height:16px}.detailsSection span{letter-spacing:.5px;color:#000;font-weight:400;font-size:16px;line-height:24px}.screen2004 .createNewClass .container .validDate{width:224px;margin-top:60px}.screen2004 .createNewClass .container .validDate input{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.4%202.7998H2.8C1.80589%202.7998%201%203.60569%201%204.5998V17.1998C1%2018.1939%201.80589%2018.9998%202.8%2018.9998H15.4C16.3941%2018.9998%2017.2%2018.1939%2017.2%2017.1998V4.5998C17.2%203.60569%2016.3941%202.7998%2015.4%202.7998Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.6992%201V4.6'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.5%201V4.6'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%208.2002H17.2'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:7px center}.screen2004 .createNewClass .container .validDate label{font-size:75%!important;transform:translate(.8rem,-100%);padding:0 .3rem;color:#4db6ac;visibility:visible}.screen2004 .createNewClass .container .iCard{margin-top:90px}.screen1817 .form-control:focus+.form-control-placeholder,.screen1817 .form-control:valid+.form-control-placeholder{font-size:75%!important;transform:translate(.8rem,-100%);opacity:1;padding:0 .3rem;color:#4db6ac;visibility:visible}.screen1817 .form-control-placeholder{position:absolute;top:0;padding:.75rem 0 0 2.5rem;transition:all .2s;visibility:hidden}.screen1817 .Start_Date1 #maximumMarks1{margin:0;width:50%}.screen1817 .radiobutton{background:#fff!important;border-radius:10px;padding:5px 20px;max-width:100%!important;position:relative;text-align:left;margin:0}.screen1817 .radiobutton p{display:flex;align-items:flex-end}.screen1817 .radiobutton span{font-size:16px;padding-right:10px}.screen1817 .radiobutton span.cautiously{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#009688}.screen1815 .bookId ul{display:grid;grid-template-columns:auto auto}.screen1815 .Start_Date1 #maximumMarks1{margin:0;width:100%}.screen1814 .Edition_section li.Start_Date1,.screen1814 .Edition_sectionone li.Start_Date1,.screen1814 .Edition_sectiontwo li.Start_Date1{width:29%;margin:0 8px}.screen1814 .Edition_sectiontwo{text-align:left;padding:0 22px}.mein_bookSection .bookSection{display:grid;grid-template-columns:auto auto;margin-top:20px}.mein_bookSection .bookId{text-align:left}.mein_bookSection .bookId p{margin-bottom:5px;color:#4db6ac;font-weight:400;font-size:12px;line-height:16px}.mein_bookSection .bookId span{letter-spacing:.5px;color:#000;font-weight:400;font-size:16px;line-height:24px;padding-left:15px}.mein_bookSection .addNewCopies{display:flex;align-items:center;cursor:pointer}.mein_bookSection .addNewCopies img{height:20px;margin-right:10px}.mein_bookSection .addNewCopies span{color:#f47e16;font-weight:700;font-size:16px;line-height:24px}.screen1818 form{margin-top:0}.screen1818 .CREATE{margin-top:30px}.screen1818 .teal301 label.form-control{padding:5px 0!important}.screen1818 ul li:first-child input{background-image:unset!important;background-position:1rem center;padding-left:15px}.screen1818 input{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='13'%20viewBox='0%200%208%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.824%2013L0.422%207.06V6.268H0.818C1.778%206.268%202.51%206.13%203.014%205.854C3.53%205.578%203.83%205.08%203.914%204.36H0.422V3.208H3.896C3.776%202.536%203.458%202.05%202.942%201.75C2.438%201.45%201.73%201.3%200.818%201.3H0.422V0.147999H7.874V1.3H4.472C5.048%201.768%205.39%202.404%205.498%203.208H7.874V4.36H5.534C5.45%205.236%205.114%205.92%204.526%206.412C3.95%206.892%203.182%207.198%202.222%207.33L5.66%2013H3.824Z'%20fill='%23000'/%3e%3c/svg%3e")!important;background-position:1rem center}.screen1818 .dateline .Start_Date1{width:45%;display:inline-block;margin-right:16px}.screen1818 .add-question-section1 span{font-weight:700}.screen1818 .createNewClass{padding:14px 25px 0;width:450px;height:calc(100vh - 796px);text-align:center;min-height:240px!important;max-height:830px}.screen2010 .exam-btn-section{margin-top:20px;padding-left:30px}.screen2010 .StatusSectionHeader{background:#e0f2f1;padding:15px 30px}.screen2010 .StatusSectionHeader span{margin-right:15px;cursor:pointer;font-weight:400;font-size:20px;line-height:30px;color:#000}.screen2010 .StatusSectionHeader span.active{position:relative;font-weight:700;font-size:20px;line-height:30px;text-align:center;color:#000}.screen2010 .StatusSectionHeader span.active:after{content:"";width:100%;position:absolute;border-bottom:4px solid #f47e16;top:40px;left:0;border-radius:2px}.screen2010 .StatusSectionHeader span.active:last-child:after{width:105%;left:-10px}.screen2010 .contain-area{height:calc(100vh - 280px);overflow-y:auto}.screen2010 .Scheduled_set{background:#fff;border:1px solid #80cbc4;box-sizing:border-box;border-radius:15px;margin-top:20px;margin-left:30px;margin-right:20px;padding:16px 20px}.screen2010 .Independence_section{flex:2}.screen2010 .Independenceone_section{flex:.5}.screen2010 .Independencetwo_section p span.DELETE{flex:1;font-weight:700;font-size:14px;line-height:24px;letter-spacing:.5px;color:#f47e16;display:flex;cursor:pointer}.screen2010 .Independencetwo_section p .DELETE img.Reply{padding-left:3px}.screen2010 .Independencetwo_section p{display:flex;flex-wrap:wrap}.screen2010 .Independencetwo_section{flex:.5;margin-left:2%}.screen2010 .contain-area .Scheduled_sectionmein{display:flex;flex-wrap:wrap}.screen2010 .Independenceone_section p{font-size:14px;line-height:24px;color:#009688}.screen2010 .Independence_section p{font-weight:700;font-size:18px;line-height:24px;letter-spacing:.5px;color:#000}.screen2010 .contain-area .box .exam-section{flex:1}.screen2010 .contain-area .box .time-section{flex:.5}.screen2010 .contain-area .box .action-section{flex:2;margin-top:20px}.screen2010 .contain-area .box .exam-section p{color:#009688;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;margin-bottom:10px}.screen2010 .contain-area .box .exam-section span{color:#000;letter-spacing:.5px;font-weight:500;font-size:18px;line-height:28px}.screen2010 .contain-area .box .time-section p{color:#000;letter-spacing:.5px;font-weight:500;font-size:12px;line-height:18px;margin-bottom:0}.screen2010 .contain-area .box .time-section p:nth-child(1){margin-bottom:20px}.screen2010 .onetwosection .numbersection span{background:#e0f2f1;padding:4px 7px;border-radius:25px;font-weight:700!important;font-size:12px!important;line-height:3!important;letter-spacing:.5px!important;color:#000!important;margin:5px;cursor:pointer}.screen2010 .SAve span.Modify_Class.Fee_Structure{color:#000!important}.screen2010 img.Add{position:absolute;left:auto;right:15px}.screen2010 .boxesimages_section ul li{padding:0 5px}.screen2010 .boxesimages_section ul li p{font-weight:700;font-size:12px;line-height:24px;letter-spacing:.5px;color:#4db6ac;cursor:pointer}.screen2010 .boxesimages_section ul{display:flex;flex-wrap:wrap;align-items:center}.screen2012 .createNewClass{padding:15px 40px}.screen2012 .createNewClass{max-height:700px}.screen2012 .createNewClass .container .sliderSection::-webkit-scrollbar{height:5px;background:#fff}.screen2012 .createNewClass .container .sliderSection{overflow-x:auto}.screen2012 .createNewClass .container .sliderSection::-webkit-scrollbar-thumb{background-color:#fff;outline:1px solid #fff}.screen2012 .container{margin-top:15px}.screen2012 .container .event{position:relative}.screen2012 .container .event:nth-child(2) input{margin-bottom:0}.screen2012 .container .event input{font-weight:400;font-size:12px;line-height:16px;background-image:none}.screen2012 .container .event label{position:absolute;top:0;padding:.75rem 0 0 2.5rem;transition:all .2s;visibility:visible;transform:translate(.8rem,-100%);padding:0 .3rem;font-size:12px;line-height:16px}.screen2012 .container .event input:focus+label{font-weight:400;font-size:12px;line-height:16px;background-image:none;visibility:visible;transform:translate(.8rem,-100%);padding:0 .3rem}.screen2012 .container .attachPhotoSection{display:flex;justify-content:flex-end;color:#f47e16;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;margin-top:15px}.screen2012 .container .attachPhotoSection span{display:flex;cursor:pointer}.screen2012 .container .attachPhotoSection img{margin-right:10px}.screen2012 .container .recipients{text-align:left;color:#000;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px}.screen2012 .container .checkboxSection{display:flex;border-bottom:.5px solid #4db6ac;margin-top:15px;padding-bottom:15px;width:415px}.screen2012 .container .checkboxSection .checkbox{position:relative;margin-right:15px}.screen2012 .container .checkboxSection .checkbox label{cursor:pointer;padding-left:30px}.screen2012 .container .checkboxSection .checkbox label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.screen2012 .container .checkboxSection .checkbox label:after{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;opacity:1;transition:background-size .2s ease}.screen2012 .container .checkboxSection.borderNone{border-bottom:none}.screen2012 .container .sliderSection .box{background:#eff8f8;width:200px;height:125px;position:relative}.screen2012 .container .sliderSection .box .deleteImg{display:flex;justify-content:flex-end;padding-top:15px;padding-right:15px;z-index:1;position:absolute;width:200px}.screen2012 .container .sliderSection .box .deleteImg img{cursor:pointer}.screen2012 .container .sliderSection .box .imgIcon{display:flex;justify-content:center;align-items:center;height:125px;position:absolute;top:0;width:200px;z-index:0}.screen2012 .container .sliderSection{display:flex;margin-top:20px}.screen2012 .container .sliderSection .mainBox{margin-right:15px}.screen2012 .container .sliderSection .mainBox p{text-align:left;margin-bottom:5px;border-bottom:1px solid #b2dfdb;color:#4db6ac;letter-spacing:.5px;font-weight:400;font-size:12px;line-height:18px;margin-top:8px}.screen2012 .container .postEvent{margin-top:30px}.screen2013 .createNewClass{padding:15px 40px}.screen2013 .createNewClass{max-height:850px}.screen2013 .container{margin-top:15px}.screen2013 .container .event{position:relative;margin-top:30px}.screen2013 .container .event:nth-child(2) input{margin-bottom:0}.screen2013 .container .event input{font-weight:400;font-size:12px;line-height:16px;background-image:none}.screen2013 .container .event label{position:absolute;top:0;padding:.75rem 0 0 2.5rem;transition:all .2s;visibility:visible;transform:translate(.8rem,-100%);padding:0 .3rem;font-size:12px;line-height:16px}.screen2013 .container .event input:focus+label{font-weight:400;font-size:12px;line-height:16px;background-image:none;visibility:visible;transform:translate(.8rem,-100%);padding:0 .3rem}.screen2013 .container .attachPhotoSection{display:flex;justify-content:flex-end;color:#f47e16;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px;margin-top:15px}.screen2013 .container .attachPhotoSection span{display:flex;cursor:pointer}.screen2013 .container .attachPhotoSection img{margin-right:10px}.screen2013 .container .recipients{text-align:left;color:#000;letter-spacing:.5px;font-weight:700;font-size:16px;line-height:24px}.screen2013 .container .checkboxSection{display:flex;border-bottom:.5px solid #4db6ac;margin-top:15px;padding-bottom:15px}.screen2013 .container .checkboxSection .checkbox{position:relative;margin-right:15px}.screen2013 .container .checkboxSection .checkbox label{cursor:pointer;padding-left:30px}.screen2013 .container .checkboxSection .checkbox label:before{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.screen2013 .container .checkboxSection .checkbox label:after{content:"";position:absolute;top:calc(50% - .5625rem);left:0;width:1.125rem;height:1.125rem;opacity:1;transition:background-size .2s ease}.screen2013 .container .checkboxSection.borderNone{border-bottom:none}.screen2013 .container .sliderSection .box{background:#eff8f8;width:200px;height:125px;position:relative}.screen2013 .container .sliderSection .box .deleteImg{display:flex;justify-content:flex-end;padding-top:15px;padding-right:15px;z-index:1;position:absolute;width:200px}.screen2013 .container .sliderSection .box .deleteImg img{cursor:pointer}.screen2013 .container .sliderSection .box .imgIcon{display:flex;justify-content:center;align-items:center;height:125px;position:absolute;top:0;width:200px;z-index:0}.screen2013 .container .sliderSection{display:flex;margin-top:20px;overflow-x:auto}.screen2013 .createNewClass .container .sliderSection::-webkit-scrollbar{height:5px;background:#eff8f8}.screen2013 .createNewClass .container .sliderSection::-webkit-scrollbar-thumb{background-color:#eff8f8;outline:1px solid #eff8f8}.screen2013 .container .sliderSection .mainBox{margin-right:15px}.screen2013 .container .sliderSection .mainBox p,.screen2013 .container .sliderSection .mainBox input{text-align:left;margin-bottom:5px;border-bottom:1px solid #b2dfdb;color:#4db6ac;letter-spacing:.5px;font-weight:400;font-size:12px;line-height:18px;margin-top:8px}.screen2013 .container .postEvent{margin-top:30px}.screen2013 .validDate_section2013 .validDate{position:relative}.screen2013 .validDate_section2013 .validDate input{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.4%202.7998H2.8C1.80589%202.7998%201%203.60569%201%204.5998V17.1998C1%2018.1939%201.80589%2018.9998%202.8%2018.9998H15.4C16.3941%2018.9998%2017.2%2018.1939%2017.2%2017.1998V4.5998C17.2%203.60569%2016.3941%202.7998%2015.4%202.7998Z'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.6992%201V4.6'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.5%201V4.6'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%208.2002H17.2'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:7px center}.screen2013 .validDate_section2013 .validDate label{font-size:75%!important;transform:translate(.8rem,-100%);padding:0 .3rem;color:#4db6ac;visibility:visible;text-align:left;margin-top:15px;position:absolute;top:-15px}.screen2013 .validDate_section2013 ul li .event label{color:#4db6ac}.screen2013 .container .validDate_section2013 ul li input{font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.screen2013 .validDate_section2013 ul{display:flex;align-items:center;place-content:space-around}.screen2013 .validDate_section2013 ul li{margin:15px 15px 0 0;padding:0}.screen2014 .container .information{text-align:left}.screen2014 .container .information p{margin-bottom:5px;color:#4db6ac;font-weight:400;font-size:12px;line-height:16px;margin-top:20px}.screen2014 .createNewClass .container .recipients .checkboxsection .checkbox input:disabled:checked+label:after{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%203H5C3.89%203%203%203.9%203%205V19C3%2020.1%203.89%2021%205%2021H19C20.11%2021%2021%2020.1%2021%2019V5C21%203.9%2020.11%203%2019%203Z'%20fill='%23C6CFCE'/%3e%3cpath%20d='M8%2012.5432L10.9212%2015.3372L17.1652%209'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat}.screen2014 .createNewClass .container .menu .slider .box{position:relative}.screen2014 .createNewClass .container .menu .slider .box .img{position:absolute;height:124px;width:200px;display:flex;justify-content:center;align-items:center}.screen2014 .createNewClass .container .menu .slider p{text-align:left}.screen2014 .createNewClass .container .menu::-webkit-scrollbar{height:5px;background:#eff8f8}.screen2014 .createNewClass .container .menu::-webkit-scrollbar-thumb{background-color:#c4c4c4;outline:1px solid #c4c4c4}.screen2014 .container .eventdescription{text-align:left}.screen2014 .container .eventdescription p{margin-bottom:5px;color:#4db6ac;font-weight:400;font-size:12px;line-height:24px;margin-top:20px}.screen2014 .container .recipients{text-align:initial;margin-top:20px}.screen2014 .container .box{height:124px;width:200px;background-color:#eff8f8;margin-right:15px}.screen2014 .container .box img{display:inline-block;height:125px;width:200px}.screen2014 .container .menu{display:flex;margin-top:15px;width:100%;overflow-x:auto}.screen2014 .container .menu .slider p{font-size:12px;line-height:18px;letter-spacing:.5px;color:#4db6ac;margin-top:8px}.screen2014 .container .recipients .checkboxsection{display:flex}.screen2014 .container .recipients .checkboxsection .checkbox{position:relative;margin-right:15px}.screen2014 .container .recipients .checkboxsection .checkbox label{padding-left:40px}.screen2014 .container .recipients .checkboxsection .checkbox label:before{content:"";position:absolute;top:calc(50% - 10px);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease}.screen2014 .container .recipients .checkboxsection .checkbox label:after{content:"";position:absolute;top:calc(50% - 10px);left:0;width:1.125rem;height:1.125rem;opacity:1;transition:background-size .2s ease}.selectboxsection select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;appearance:none;font-size:16px;display:block;width:auto;color:#000;font-family:Lato;font-size:1rem;margin-bottom:1.75rem;border-radius:0;padding:.75rem 1rem;margin:50px auto 0;border:none;border-bottom:.5px solid #80cbc4}.selectboxsection ul.menu{display:none}.selectboxsection .dropdwon input:checked+.menu,.selectboxsection .dropdwon .menu .submenu input:checked+.submenu_option{display:block}.selectboxsection input#Admission_check,.selectboxsection .dropdwon .menu .submenu input{position:absolute;width:280px;top:0;left:0;opacity:0;display:block;height:35px}.selectboxsection .dropdwon{position:relative;width:100%;text-align:center}.selectboxsection .Dropdownadminesion img{position:absolute;left:auto;right:15px}.selectboxsection .dropdwon p{font-weight:700;font-size:16px;line-height:24px;color:#000;border-bottom:.5px solid #80cbc4;margin:0;display:flex;justify-content:space-between;position:relative;padding:10px 5px 10px 15px}.selectboxsection{display:flex;justify-content:center;background:#fff;box-shadow:0 0 4px #e0f2f1;border-radius:10px;width:300px;margin:0 auto}.selectboxsection ul li{font-weight:700;font-size:16px;line-height:24px;color:#000;border-bottom:.5px solid #e0f2f1;padding:10px;display:flex;justify-content:left;position:relative;margin:0 20px}.selectboxsection ul li:last-child{border:0px}.selectboxsection .submenu img{height:24px;right:-10px!important}.selectboxsection ul.submenu_option{display:none;position:absolute;right:-160px;top:0;background:#eff8f8}.selectboxsection .submenu p.Dropdownadminesion{border:0px;width:100%;margin:0;padding:0}.mobile_responsive{display:none!important}.screen_colunm2001 .CREATE_EVENT{padding:20px 29px}.screen_colunm2001 .SAve{padding-left:30px}.screen_colunm2001 .SAve p{font-weight:700;font-size:16px;line-height:24px;color:#f47e16}.screen_colunm2001 .contant-body{margin-top:42px;margin-left:0;margin-bottom:30px}.screen_colunm2001 .contant-body .full-width{background:#fff;width:100%;margin-top:22px}.screen_colunm2001 .contant-body .full-width .padding-section{padding:0 15px 0 30px;position:relative}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section{position:absolute;background:#fff;box-shadow:0 0 20px #00968833;border-radius:10px;width:316px;height:326px;left:43%;top:1.5%}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section .filter-form{display:flex;margin-top:0;flex-wrap:wrap;padding:0 25px}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section .filter-form .input-div{margin-right:0}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section .filter-form .input-div.select{margin-top:25px;width:100%}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section .filter-form .input-div.select.prefix select{width:100%}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens{display:flex;width:100%;height:125px;align-items:flex-end}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .nobutton{border:2px solid #ff7700!important;border-radius:15px;background-color:transparent!important;color:#f47e16!important;box-shadow:0 0 #ed6c0d4d}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .CREATE{width:45%!important;max-width:45%!important;min-width:45%!important;height:50px}.screen_colunm2001 .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .CREATE:last-child{margin-left:10%}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-header,.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value{display:grid;grid-template-columns:15% 14.16% 14.16% 14.16% 14.16% 14.16% 14.16%}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-header .fields,.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .value{border-left:.3px solid #4db6ac;border-top:.3px solid #4db6ac}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-header .fields:last-child,.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .value:last-child{border-right:.3px solid #4db6ac}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value:last-child .value{border-bottom:.3px solid #4db6ac}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-header .fields.label{text-align:center;background:#b2dfdb;font-weight:700;font-size:14px;color:#000;padding:5px;border:0px solid #4db6ac}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .value{height:110px;justify-content:flex-end;display:flex;align-items:baseline;padding:15px;font-weight:900;font-size:14px;line-height:14px;text-align:right;color:#000}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .value.label_section{color:#c6cfce}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .value img{cursor:pointer}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .Teachers_day_section li.Teachers_day{font-weight:400;font-size:12px;line-height:18px;color:#004d40;padding:5px;background:#fcd734;margin-bottom:10px;text-align:center}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .value li{padding:0}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .Teachers_day_section ul{width:100%}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .Teachers_day_section{padding:0}.screen_colunm2001 .contant-body .full-width .padding-section .table .table-value .Teachers_day_section ul li{padding:15px 15px 5px}.screen_colunm2001 .September_section{display:grid;grid-template-columns:70% 30%;background:#e0f2f1;border-top:1px solid #009688;border-bottom:1px solid #009688}.screen_colunm2001 .September_section .Septemberfirst_section p{font-weight:700;font-size:18px;line-height:14px;text-align:center;color:#000;margin:17px;display:flex;justify-content:center;align-items:center}.screen_colunm2001 .September_section .Septembersecound_section p{font-weight:700;font-size:18px;line-height:14px;text-align:center;color:#000;margin:21px}.screen_colunm2001 .September_section .Septemberfirst_section p img{width:22px}.screen_colunm2001 .September_section .Septemberfirst_section{border-right:1px solid #009688}.screen_colunm2001 .September_section .Septemberfirst_section p span{padding:0 20px}.screen_colunm2001 .High_Tea_section.September_section{background:#fff;border-bottom:0px;border:0px}.screen_colunm2001 .Annual_Celebration{background:#eff8f8;margin:0 30px;padding:0 15px}.screen_colunm2001 .Annual_Celebration h3{font-weight:700;font-size:16px;line-height:24px;text-align:left;color:#00695c}.screen_colunm2001 .Calendar_mein_section{display:flex;flex-wrap:wrap;padding-top:15px}.screen_colunm2001 .Calendar_section p{font-weight:400;font-size:12px;line-height:18px;color:#828f8e;margin:0;display:flex}.screen_colunm2001 .Calendar_mein_section .Calendar_section{flex:1}.screen_colunm2001 .Calendar_section span.Calendar_2001{padding-right:10px}.screen_colunm2001 .Calendar_secound_section p{font-weight:400;font-size:12px;line-height:18px;color:#828f8e}.screen_colunm2001 .Calendar_secound_section{display:grid;grid-template-columns:30px auto;padding-top:10px}.screen_colunm2001 .Celebration_section{border-bottom:.5px solid #80cbc4;padding:15px}.screen_colunm2001 .Annual_Celebration .Celebration_section:last-child{border:0px}.sidebarscreen2002{padding:0!important;height:100%!important}.sidebarscreen2002 .indicatorsectionmein,.sidebarscreen2002 .row{padding-left:30px;position:relative}.sidebarscreen2002 .checkbox-section.threecheckobes{width:750px}.sidebarscreen2002 .Infosectopn{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.5px;color:#000;display:grid;grid-template-columns:auto auto}.sidebarscreen2002 .Infosectopnones{width:880px}.sidebarscreen2002 .Infosectopnones .input-div{width:230px}.sidebarscreen2002 .Add_606 img.Info{margin-right:15px}.sidebarscreen2002 .Add_606{border-top:1px solid #b2dfdb;padding-top:15px}.sidebarscreen2002 .indicatorsectionmein .Communicationone{flex:1;text-align:right;margin-right:70px}.sidebarscreen2002 .indicatorsectionmein .Communication{flex:1}.sidebarscreen2002 .indicatorsectionmein{display:flex;flex-wrap:wrap}.sidebarscreen2002{padding-left:30px;height:calc(100vh + -0rem)}.sidebarscreen2002 .attachfiles-section{display:flex;margin:0;cursor:pointer}.sidebarscreen2002 .attachfiles-section span{font-weight:700;font-size:16px;letter-spacing:.5px;color:#f47e16;margin-left:10px}.sidebarscreen2002 .row .input-div{position:relative;margin-right:30px}.sidebarscreen2002 .Eventones_Title_section .input-div{width:750px}.sidebarscreen2002 .Eventtwo_Title_section p{font-weight:500;font-size:14px;line-height:22px;color:#009688}.sidebarscreen2002 .Event_Title_section{display:flex;flex-wrap:wrap}.sidebarscreen2002 .Eventones_Title_section,.sidebarscreen2002 .Eventtwo_Title_section{flex:1}.sidebarscreen2002 .Eventtwo_Title_section .input-div.select.prefix{width:50%;position:absolute;z-index:1}.sidebarscreen2002 .Eventtwo_Title_section .input-div.select.prefix select{width:100%}.sidebarscreen2002 .Event_Guests_section p.Event_Guests{font-weight:500;font-size:14px;line-height:22px;color:#009688;padding-left:30px;margin-top:20px}.sidebarscreen2002 .Event_Title_section .Eventones_Title_section textarea#w3review{margin:0}.sidebarscreen2002 ul.dateline{display:flex;align-items:flex-end}.sidebarscreen2002 .dateline li:first-child{width:60%}.sidebarscreen2002 .Start_Date1{margin-right:16px}.sidebarscreen2002 .Start_Date1 input{background-image:none!important;background-position:1rem center;padding-left:15px}.sidebarscreen2002 .Start_Date1 label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.sidebarscreen2002 .dateline .Start_Date1{width:45%;display:inline-block}.sidebarscreen2002 .dateline .Start_Date1 select{padding-left:20px}.dateline_section{width:750px}.sidebarscreen2002 .dateline_mein_section .dateline li:first-child{width:100%}.sidebarscreen2002 .buttonsection{justify-content:center;display:flex;margin-top:25px}.sidebarscreen2002 .buttonsection .REport_card{background-color:#f70;outline:none;color:#fff;box-shadow:none;border:none;min-width:auto;margin-right:25px;padding:15px 40px}.sidebarscreen2002 .buttonsection{justify-content:left;display:flex;margin-top:25px;padding-left:60px}.sidebarscreen2002 .control label:before{left:-15px}.sidebarscreen2002 .control label:after{left:-15px}.sidebarscreen2004 .dropdwon_mein .selectboxsection{width:auto}.sidebarscreen2004 .dropdwon_mein p.Dropdownadminesion{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.sidebarscreen2004 .dropdwon_mein .dropdwon ul li .checkbox-group label{font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;padding:5px 28px}.sidebarscreen2004 .dropdwon_mein{position:absolute;width:100%;background-color:#fff!important;z-index:9}.screenadmin1010 .StatusSectionHeader span.active,.Studentstree span.active{font-weight:900;font-size:16px;line-height:24px;color:#000;position:relative;cursor:pointer}.screenadmin1010 .StatusSectionHeader span.active:after,.Studentstree span.active:after{content:"";width:120%;position:absolute;border-bottom:4px solid #f47e16;top:35px;left:-12px;border-radius:2px}.screenadmin1010 .row .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;padding-left:20px;color:#000;margin:0;width:230px}.screenadmin1010 .row .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.screenadmin1010 .StatusSectionHeader h4,.general-remarks-student-list{font-weight:700;font-size:20px;line-height:30px;color:#000}.screenadmin1010 .middelsection1012 .Classsreen ul{grid-template-columns:5% 13.2% 18.2% 14.2% 10.2% 10.2% 14.2% 14.2%;padding:10px 0;display:grid;border-bottom:1px solid rgb(233,233,233)!important}.screenadmin1010 .middelsection1012 .Subject_name{width:100%;display:grid;grid-template-columns:18.2% 18.2% 14.2% 10.2% 10.2% 14.2% 14.2%;padding:15px 30px;border-bottom:1px solid rgb(233,233,233)!important}.screenadmin1010 .middelsection1012{height:auto!important;margin-bottom:2vh}.screenadmin1013 .fivefiveeen{grid-template-columns:auto auto;width:100%}.screenadmin1013 .createNewClass{height:calc(70vh - 640px);padding:25px 25px 0;width:500px!important;min-height:300px!important}.screenadmin1017 h2{font-weight:700;font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000}.screenadmin1017 p{font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:.5px;color:#000}.screenadmin1017 .createNewClass{height:calc(60vh - 296px)}.screenadmin1016 .Subject_name{width:100%;display:grid;grid-template-columns:auto auto auto;padding-left:15px}.screenadmin1016 .Classsreen li{padding-bottom:0;display:initial;font-weight:400;font-size:16px;line-height:24px;color:#000}.screenadmin1016 .Classsreen ul li.VIEW{font-weight:700;font-size:16px;line-height:24px;color:#f47e16;cursor:pointer}.screenadmin1016 .Classsreen ul .EDIT span{font-weight:700;font-size:16px;line-height:24px;color:#f47e16;padding-left:20px}.screenadmin1016 .Classsreen ul .EDIT p{font-weight:400;font-size:12px;line-height:18px;text-align:left;color:#000;display:flex;align-items:center}.screenadmin1016 .All_Classes h4{padding-top:0;display:flex}.screenadmin1016 .All_Classes h4 .Dropdown_down img{padding-left:10px;cursor:pointer}.screenadmin1016 .All_Classes h4 .filter img{padding-right:10px;cursor:pointer}.screenadmin1016 .Classsreen span.trash_can{margin-left:15px}.screenadmin1016 .Classsreen span{cursor:pointer}.screenadmin1016 .Classsreen ul{grid-template-columns:auto auto auto;padding:10px 0}.screenadmin1016 ul .view{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;cursor:pointer}.screenadmin1016 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px}.screenadmin1016 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000}.screenadmin1016 .dateline .Start_Date{width:auto;display:inline-block;margin-right:16px;padding:0}.screenadmin1016 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:0!important;padding-bottom:0;visibility:visible!important}.screenadmin1016 .sidebarscreen300 input{margin:5px 0}.screenadmin1016 .sidebarscreen300{padding-left:30px;padding-top:20px;padding-bottom:0}.screenadmin1016 .form-control:focus+.form-control-placeholder{padding:0!important}.screenadmin1016 .Modify_Class{color:#000;font-weight:700}.screenadmin1016 span.groupedimages{position:absolute;left:-190px;top:15px}.marginTopMainScreen{margin-top:75px}.screenadmin1016 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screenadmin1016 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px;width:auto;display:inline-block}.screenadmin1016 .sidebarscreen300 form{width:auto;display:inline-block}.screenadmin1016 input#duedate{margin-top:14px}.screenadmin1016 .ReAssign_section .top-title-btn{margin:15px 0 20px;display:flex;padding-left:40px;flex:3}.screenadmin1016 .ReAssign_section .top-title-btn img{margin-top:-15px}.screenadmin1016 .ReAssign_section .top-title-btn .circal{margin-left:25px;width:36px;height:36px;background:#26a69a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.screenadmin1016 .ReAssign_section .top-title-btn .name{color:#000;font-weight:700;font-size:18px;line-height:28px;margin-left:30px}.screenadmin1016 .ReAssign_section .top-title-btn .phone-number{margin-left:30px;font-weight:400;font-size:14px;color:#000;margin-bottom:0;margin-top:10px;display:inline-block}.screenadmin1016 .ReAssign_section .top-title-btn span.View{font-weight:700;font-size:16px;line-height:24px;color:#f47e16;padding-left:15px}.screenadmin1016 .ReAssign_section{display:flex;flex-wrap:wrap;align-items:flex-end;border-bottom:.5px solid #009688}.screenadmin1016 .ReAssign_section .reassign_button{flex:1}.screenadmin1016 .Studentstree{width:auto;display:inline-block;border-bottom:3px solid #eaeaea;border-radius:2px;padding-bottom:15px;padding-left:30px;margin-bottom:30px;margin-left:30px;margin-top:20px}.screenadmin1016 .Studentstree span.active{font-weight:900;font-size:16px;line-height:24px;color:#000;position:relative}.screenadmin1016 .Studentstree span{color:#00695c;letter-spacing:.5px;margin-right:15px;cursor:pointer;font-weight:500;font-size:16px;line-height:24px;color:#000}.screenadmin1016 .Studentstree span.active:after{content:"";width:200%;position:absolute;border-bottom:4px solid #f47e16;top:35px;left:-12px;border-radius:2px}.mainYearSelect{padding-left:33px!important}@media only screen and (max-width:1099px){.meinsection{width:60%}}@media only screen and (max-width:991px){.account-section214 .account--form{padding:30px}.screen505 .middelsection{width:100%;margin-left:0;margin-top:0}}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media only screen and (max-width:660px){.fivefivetwoscreen .dateline .Start_Date1{width:100%}.fivefivetwoscreen .add-question-section1{top:auto}.sidebarscreen300{padding-left:0!important;padding-top:3px!important}.marginTopMainScreen{margin-top:0!important}.AcademicYear_section .row{margin:7px 15px!important}.mainYearSelect{padding-left:15px!important}.Discountssection1{margin:32px 0 0!important}.Fee_basic_screen22 .including_siblings_section{margin:30px 0!important}.Fee_basic_screen22 .siblings_including12{flex:.86 1!important}}@media only screen and (max-width:574px){.Correctsection{padding-bottom:100px}.Correctsection1{right:-18px}.Add_feedback{position:absolute!important;right:3px;bottom:-140px}.AcademicYear_section .row{margin:7px 15px!important}.mainYearSelect{padding-left:15px!important}.Discountssection1{margin:32px 0 0!important}.Fee_basic_screen22 .including_siblings_section{margin:60px 0!important}.Fee_basic_screen22 .siblings_including12{flex:.86 1!important}.Fee_basic_screen22 .siblings_including12 .siblings_including p{font-size:16px!important;line-height:22px;color:#000;text-align:left;margin-bottom:0;font-weight:500}}@media(min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.lesson-grid-key{display:flex;flex-direction:column;justify-content:center;align-items:center}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:hover,a.text-primary:focus{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:hover,a.text-success:focus{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:hover,a.text-info:focus{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:hover,a.text-light:focus{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:hover,a.text-dark:focus{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.position-static{position:static!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.admin1100{height:calc(95vh - 50px)}.Leave_section{padding:0 30px}.Leave_section h2{font-weight:700;font-size:18px;line-height:28px;color:#000;margin-bottom:24px}.Leave_section ul.Casual_Leaves_sub li.cl{font-weight:400;font-size:16px;text-align:center;color:#fff;background:#009688;border-radius:12px;padding:3px 0;align-self:center}.Leave_section ul.Casual_Leaves_sub li{padding:0}.Leave_section ul.Casual_Leaves_sub{border-bottom:1px solid #b2dfdb;display:grid;grid-template-columns:5% 15% 69% 10%;padding:15px 0;margin:10px 0;width:85%}.Leave_section ul.Casual_Leaves_sub li .switch label:before{top:-6px;left:16px}.Leave_section ul.Casual_Leaves_sub li .switch label:after{top:-6px;left:16px}.Leave_section ul.Casual_Leaves_sub li.active{padding-left:70px!important}.Leave_section ul.Casual_Leaves_sub li.level_sub{padding-left:25px}.Leave_section .Casual_Leaves_sub li:last-child{text-align:right;cursor:pointer}.Leave_section .add_optionsection{position:relative}.Leave_section .add_optionsection .add_option1{bottom:-24px;left:30px}.Leave_section .add_optionsection .add_option1 span{font-weight:700;font-size:16px;line-height:24px;color:#f47e16}.Leave_section .subtext_section{background:transparent;border-radius:10px;border-bottom:1px solid #b2dfdb;margin:10px 0;width:85%;padding:0 100px}.Leave_section .subtext_section ul{display:grid;grid-template-columns:18% 20% 20% 40%;padding:15px 0 0}.Leave_section .subtext_section label:before{top:calc(43% - 1.2rem)}.Leave_section .subtext_section label:after{top:calc(43% - 1.2rem)}.Leave_section .subtext_section ul li:last-child input#EnterAmount{width:30%;margin:0;padding:5px 25px}.Leave_section .subtext_section ul li:last-child input#EnterAmount{background-image:unset}.Leave_section .subtext_section ul li:last-child span{float:left}.Leave_section .basis_section{position:relative}.Leave_section .basis_section{position:relative;padding-left:60px;padding-bottom:10px}.Leave_section .basis_section .switch label:after{left:0}.Leave_section .basis_section .switch label:before{left:-2px}.basis_section p{font-weight:400;font-size:12px;line-height:18px;color:#828f8e}.basis_section p span,.basis_section p input{font-weight:400;font-size:12px;line-height:18px;color:#000;padding:0;border-bottom:1px solid #004d40;margin:0 5px}input.days_joining{width:35px;border-radius:unset;border:unset;border-bottom:1px solid #004d40;display:inline}.admin1108screen{height:calc(50vw + -0rem)}.admin1108screen .dateline li p{font-weight:700;font-size:18px;line-height:28px;color:#000}.admin1108screen ul.dateline{display:grid;grid-template-columns:65% 35%}.admin1108screen .dateline .Start_Date input#duedate{width:100%}.admin1108screen .dateline .Start_Date img.Dropdown{left:auto;right:20px}.admin1108screen .dateline .Start_Date{width:90%}.admin1108screen .All_Classes{background-color:#eff8f8}.admin1108screen .Subject_name{grid-template-columns:25% 9% 36% 25%}.admin1108screen .Classsreen p.balance{font-weight:400;font-size:12px;line-height:18px;color:#009688}.admin1108screen .Classsreen li.cl{font-weight:400;font-size:16px;text-align:center;color:#fff;background:#009688;border-radius:12px;padding:3px 0;align-self:flex-start;justify-content:center;width:60px}.admin1108screen .Classsreen{background:#fff}.admin1108screen .Classsreen ul{grid-template-columns:25% 10% 36% 14% 14%;padding-top:10px;padding-bottom:10px}.admin1108screen .Classsreen ul li{display:flex}.admin1108screen .Classsreen ul li:first-child span{left:auto;right:150px;top:1px}.admin1108screen .Classsreen li.REJECT{border:2px solid #eb4747;box-sizing:border-box;border-radius:10px;display:flex;justify-content:center;padding:10px;margin-right:15px;letter-spacing:.5px;text-transform:uppercase;color:#eb4747;cursor:pointer}.admin1108screen .Classsreen li.APPROVE{border:2px solid #f47e16;box-sizing:border-box;border-radius:10px;display:flex;justify-content:center;padding:10px;letter-spacing:.5px;text-transform:uppercase;color:#f47e16;cursor:pointer}.admin1108screen .Classsreen ul li span.threeday{padding-left:10px}.admin1108screen .Classsreen ul:last-child{border:0px}.admin1108screen{height:calc(58vw + -0rem)}.screen1114admin .createNewClass{min-height:450px!important}.Permonth_section .subtext_section{background:transparent;border-radius:10px;border-bottom:0px solid #b2dfdb;margin:10px 0;width:100%;padding:0 0 0 20px}.screen1114admin .Permonth_section .subtext_section ul{display:grid;grid-template-columns:25% 17% 17% 41%;padding:15px 0 0}.screen1114admin .Permonth_section .subtext_section ul li:last-child span{float:left}.screen1114admin .Permonth_section .subtext_section ul li:last-child input#EnterAmount{background-image:unset}.screen1114admin .Permonth_section .basis_section{position:relative;padding-left:0;padding-bottom:10px}.screen1114admin .subtext_section ul li:last-child input#EnterAmount{width:30%;margin:0;padding:5px 25px}.screen1114admin .Permonth_section .subtext_section ul li label{font-size:14px;line-height:22px;text-align:right;color:#000;padding:0}.screen1114admin .Permonth_section .subtext_section ul li.peryear{margin-right:10px;margin-left:10px}.screen1114admin .Permonth_section .subtext_section label:before{top:calc(42% - 1.2rem)}.screen1114admin .Permonth_section .subtext_section label:after{top:calc(42% - 1.2rem)}.screen1114admin .basis_section_mein{display:grid;grid-template-columns:50% 50%}.screen1114admin .basis_section_mein .switch label:before{left:-6px;top:4px}.screen1114admin .basis_section_mein .switch label:after{left:0;top:4px}.screen1114admin .basis_section_mein span.switch{font-weight:400;font-size:14px;line-height:22px;color:#000}.screen1114admin .basis_section_mein p{font-weight:400;font-size:12px;line-height:18px;color:#828f8e;padding-left:50px}.screen1114admin .basis_section_mein span.creatades{position:relative;left:28px}.screen1114admin .basis_section_mein .lasttest ul{margin-top:30px}.Permonth_section{padding-bottom:30px}.screendashboards4001 form ul li .allClasses{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;padding-left:40px;cursor:pointer}.screendashboards4001 form ul li select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat!important;color:#000;cursor:pointer}.screendashboards4001 .dateline .Start_Date{width:15%;display:inline-block;margin-right:3%;padding:0}.screendashboards4001 ul.dateline{display:flex;overflow-x:auto;align-items:center;flex-wrap:wrap}.screendashboards4001 ul.dateline::-webkit-scrollbar{height:10px;background:#fff}.screendashboards4001 ul.dateline::-webkit-scrollbar-thumb{background-color:#c4c4c4;outline:1px solid #c4c4c4}.screendashboards4001 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;mix-blend-mode:normal;padding-left:15px;padding-bottom:10px}.screendashboards4001 .form-control:focus+.form-control-placeholder{padding:0!important}.screendashboards4001 .Modify_Class{color:#000;font-weight:700}.screendashboards4001 span.groupedimages{position:absolute;left:-190px;top:15px}.screendashboards4001 input[type=text].duedate,.screenadmin1010 input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.screendashboards4001 .CREATE{float:right;margin:0}.screendashboards4001 .sidebarscreen300 p{padding-bottom:10px;margin-right:30px;display:block;margin-top:20px}.screendashboards4001 input#duedate{margin-top:14px}.screen504_mobile_responsive{display:flex!important}.screen504_mobile_responsive .rightSide{margin-left:5rem}.screen504_mobile_responsive .mobile_nav_menu .selectboxsection .Dropdownadminesion img{position:absolute;left:15px;right:auto}.screen504_mobile_responsive .mobile_nav_menu .selectboxsection .dropdwon p{z-index:-1}.mobile_nav_menu .selectboxsection{width:100%}.screen504_mobile_responsive .selectboxsection .dropdwon p{font-weight:700;font-size:16px;line-height:24px;color:#000;border-bottom:.5px solid #80cbc4;margin:0;padding:15px 60px;display:flex;justify-content:space-between;position:relative}.screendashboards4001 .Classsreen span.Dropdown_section{display:flex}.screendashboards4001 .Classsreen span.Dropdown_section img,.selectboxsection_media,.screendashboards4001 .select_dropdwon_section{display:none}.screendashboards4001 .Classsreen span.Dropdown_section{display:block}.screendashboards4001 .All_mein_section{background:#eff8f8;padding:30px}.screendashboards4001 .All_classes_section{display:grid;grid-template-columns:40% 58%;grid-gap:25px}.All_check_section{background:#fff;border-radius:20px;padding:20px}.screendashboards4001 .All_classes_section .Average_time_section ul li{font-weight:700;font-size:14px;line-height:24px;text-align:left;color:#828f8e;width:48%;display:inline-block;padding:0}.screendashboards4001 .All_classes_section .Average_time_section ul li p{margin:0}.screendashboards4001 .All_classes_section .Average_time_section ul li p span.Dropdownsections img{left:80px;position:absolute;top:0;cursor:pointer}.screendashboards4001 .All_classes_section .secound_section{background:#f1f3f6;border-radius:20px;padding:20px}.screendashboards4001 .All_classes_section .secound_section ul li:first-child p{font-weight:700;font-size:20px;line-height:24px;color:#000}.screendashboards4001 .All_classes_section .secound_section ul li p{font-weight:400;font-size:14px;line-height:22px;color:#000;text-align:center}.screendashboards4001 .All_classes_section .secound_section ul li p span{font-weight:900;font-size:16px;line-height:22px;color:#f8a724}.screendashboards4001 .Classes_Taken{display:grid;grid-template-columns:48% 48%;padding:20px 0 0;text-align:center}.screendashboards4001 .Classes_Taken li{width:100%!important;display:inline-block!important;text-align:center!important}.screendashboards4001 .Classes_Taken ul li p{padding-bottom:20px}.screendashboards4001 .Classes_Taken .Classes_Taken_one ul li:nth-child(3) p{font-style:normal;font-weight:900!important;font-size:12px!important;line-height:18px!important}.screendashboards4001 .Classes_Taken .Classes_Taken_two ul li:nth-child(3) p{font-style:normal;font-weight:900!important;font-size:12px!important;line-height:18px!important}.screendashboards4001 .Classes_Taken .Classes_Taken_two ul li:nth-child(3) p img,.screendashboards4001 .Classes_Taken .Classes_Taken_one ul li:nth-child(3) p img{position:relative;left:10px;top:3px}.screendashboards4001 .All_classes_section .secound_section ul li.Average p{padding:0}.Assignments_section{display:flex;flex-wrap:wrap;background:#f1f3f6;border-radius:20px}.screendashboards4001 .Average_timesection li{min-width:150px;display:inline-block;margin:0 10px}.screendashboards4001 .Average_timesection p,.screendashboards4001 .Average_timesection select{margin:0;font-weight:700;font-size:14px;line-height:24px}.screendashboards4001 .Average_timesection span.Dropdownsections{position:relative;top:8px;left:10px}.screendashboards4001 .Assignments_sectionone,.screendashboards4001 .Assignments_sectiontwo,.screendashboards4001 .Assignments_sectionthree{flex:1;padding:10px 20px}.screendashboards4001 .Assignments_sectionone h3,.screendashboards4001 .Assignments_sectiontwo h3{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#000;text-align:center;padding:15px 0}.screendashboards4001 .Assignments_sectionone p{font-weight:900;font-size:24px;line-height:32px;text-align:center;color:#00a4ba}.screendashboards4001 .Assignments_sectionone p.Assignments_Given,.Assignments_sectiontwo p.Assignments_Given,.Assignmentstwo_section .Assignments_sectiontwo p.Assignments_Given{font-weight:700;font-size:14px;line-height:24px;text-align:center;color:#000}.Assignments_sectiontwo p{font-weight:900;font-size:24px;line-height:32px;text-align:center;color:#fd537c}.Assignments_sectionthree{background:#e9f1ff;text-align:center;border-radius:0 20px 20px 0}.Assignmentstwo_section{margin-top:20px}.Assignmentstwo_section .Assignments_sectionone p{font-weight:900;font-size:24px;line-height:32px;text-align:center;color:#fd537c}.Assignmentstwo_section .Assignments_sectiontwo p{font-weight:900;font-size:24px;line-height:32px;text-align:center;color:#6e6ce4}.Assignmentstwo_section .Assignments_sectionthree{background:#fbeeca;border-radius:0 20px 20px 0}.screendashboards4001 .All_check_section .Average_time ul{margin-bottom:10px}.screendashboards4001 .Average_timesection span.Dropdownsections img{cursor:pointer}.performance_leaderboard{background:#fff;border-radius:10px;padding:20px;margin-top:20px}.performance_leaderboardone h4{font-weight:700;font-size:20px;line-height:24px;color:#000}.performance_leaderboardone p{font-weight:700;font-size:14px;line-height:24px;color:#828f8e;text-align:right;margin-bottom:10px}.performance_leaderboardone{display:grid;grid-template-columns:86% 10%;border-bottom:1px solid #b2dfdb;align-items:center}.performance_leaderboardone span.Dropdownsections{margin-left:20px;position:relative;top:7px;cursor:pointer}.lastsection h4{font-weight:400;font-size:12px;line-height:18px;color:#828f8e;text-align:right}.performance_leaderboard .lastsection{display:grid;grid-template-columns:25% 25% 25% 25%;padding:15px 0}.Amrinder_Gill_section li{display:grid;grid-template-columns:25% 25% 25% 25%}.Amrinder_Gill_section li.Amrinder_Gill{background:#c8ab371a;border:.5px solid #c8ab37;box-sizing:border-box;border-radius:20px;padding:10px;width:90%}.Amrinder_Gill_section .Amrinder_Gill h5 span.Amrinder_Gill{margin-right:10px}.Amrinder_Gill_section .Amrinder_Gill h5 span.Amrinder_Gill img{position:relative;top:3px}.lastsection h4:first-child,h5.two-headers{padding-left:5px;display:flex;flex-direction:column;justify-content:flex-end}.Amrinder_Gill_section .Amrinder_Gill h5{text-align:right;font-weight:700;font-size:12px;line-height:18px;color:#000}.Amrinder_Gill_section .Amrinder_Gill h5:last-child{padding-right:30px}.Amrinder_Gill_section .Amrinder_Gill h5:first-child{text-align:left}.Amrinder_Gill_section li{margin-bottom:10px}li.Amrinder_Gill.Amrinder_Gillone{background:#939dac1a;border:.5px solid #939dac;box-sizing:border-box;border-radius:20px}li.Amrinder_Gill.Amrinder_Gilltwo{background:#c871371a;border:.5px solid #c87137;box-sizing:border-box;border-radius:20px}li.Amrinder_Gill.Amrinder_Gillthree{background:#bcd35f1a;border:.5px solid #bcd35f;box-sizing:border-box;border-radius:20px}li.Amrinder_Gill.Amrinder_Gillfour{background:#e9afaf1a;border:.5px solid #e9afaf;box-sizing:border-box;border-radius:20px}.Amrinder_Gill_section h5{text-align:center;font-weight:700;font-size:12px;line-height:18px;color:#000}.Amrinder_Gill_section h5:first-child{text-align:left}.Amrinder_Gill_section h5:first-child span{font-weight:700;font-size:13px;line-height:18px;color:#000}.Amrinder_Gill_section h5:last-child{padding-right:30px}li.normal_section{padding:10px;border-bottom:1px solid #ced1d4}li.normal_section:last-child{border-bottom:none}.normal_section h5:first-child span{padding-right:15px;padding-left:12px}.screendashboards4002 .row{margin-left:0;padding-left:0}.screendashboards4002 .row .input-div{position:relative;margin:20px 10px}.screendashboards4002 .row .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screendashboards4002 .row .input-div.select.prefix select{padding-left:40px}.screendashboards4002 .row .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23F47E16'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;padding-left:20px;color:#000;margin:0;width:230px}.screendashboards4002 .row .input-div.select .prefix-icon{position:absolute;top:38px;left:10px}.screendashboards4002 .sidebarscreen300{padding-left:40px}.screendashboards4002 .middelsection1012 .Classsreen{background:#fff;padding:10px 50px}.screendashboards4002 .middelsection1012 .Classsreen ul{grid-template-columns:13.2% 15.2% 14.2% 14.2% 14.2% 14.2% 14.2%;padding:10px 0;display:grid;border-bottom:.5px solid #80cbc4}.screendashboards4002 .middelsection1012 .Classsreen li{padding-bottom:0;display:initial}.screendashboards4002 .middelsection1012 .Subject_name{width:100%;display:grid;grid-template-columns:14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;padding:15px 30px;border-bottom:1px solid #009688}.screendashboards4002 .middelsection1012 .All_Classes h5{padding-top:20px}.screendashboards4002 .middelsection1012 .Classsreen span{cursor:pointer}.screendashboards4002 .middelsection1012 .Classsreen span.trash_can{margin-left:0}.screendashboards4002 .middelsection1012 .Subject_name h5{font-weight:900;font-size:16px;line-height:24px;color:#000}.screendashboards4002 .middelsection1012 .Classsreen span.View{font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#f47e16}.screendashboards4002 .middelsection1012 .Classsreen ul li:last-child{display:flex}.screendashboards4002 .middelsection1012{height:62vh}.screendashboards4002 .Subject_name1015,.screendashboards4002 .Subject_name1015 .Classsreen{background:#eff8f8}.screendashboards4002 .Fee_Structure{color:#00897b!important;font-weight:400;font-size:16px;line-height:24px}.screendashboards4002 .secoundtest ul li.active{background:#fff;border:1px solid #b2dfdb;box-sizing:border-box;border-radius:10px}.screendashboards4002 .secoundtest ul li{text-align:center;padding:8px 20px;margin-top:3px;display:inline-block;margin-left:7px;background:#ed6b001a;border-radius:10px;border:1px solid #f47e16;cursor:pointer}.screendashboards4002 .Allsubjects_section{background:#fcfcfc;padding:0 30px 30px}.screendashboards4002 .Allsubjects_section .row{justify-content:center}.Allsubjects_section select#class{border:0px;border-bottom:.063rem solid #a5e0da;border-radius:0;width:110px;padding:0 0 10px;margin-right:30px;font-size:14px;font-weight:700}.Allsubjects_section select#class option{font-weight:700;font-size:14px;line-height:24px;text-align:center;color:#000}.Allsubjects_section .input-div.select.prefix:first-child select#class{background-position:right top}.Attendance_section{display:flex;flex-wrap:wrap;gap:20px}.Attendanceone_section{flex:1;background:#fff;box-shadow:0 4px 13px 10px #ececec;border-radius:20px}.Attendancetwo_section{flex:1;background:#fff;box-shadow:0 4px 13px 10px #ececec;border-radius:20px;padding-bottom:20px}.Attendancetree_section{flex:.7;background:#fff;box-shadow:0 4px 13px 10px #ececec;border-radius:20px}.Attendanceone_section h5{background:#f6f4ff;padding:10px 15px;text-align:center;font-weight:700;font-size:18px;line-height:28px;color:#000;border-bottom:1px solid #6e6ce4}.Attendancetwo_section h5{background:#fef5f5;padding:10px 15px;text-align:center;font-weight:700;font-size:18px;line-height:28px;color:#000;border-bottom:1px solid #f19898}.Attendancetree_section h5{background:#eff8f8;padding:10px 15px;text-align:center;font-weight:700;font-size:18px;line-height:28px;color:#000;border-bottom:1px solid #b2dfdb}.Attendancefirst{text-align:center;padding-top:20px}.Attendancefirst .Presence{font-weight:600;font-size:12px;line-height:14px;color:#f47e16;width:auto;margin:0;display:inline-block;position:relative;right:90px}.Attendancefirst p{margin:0}.AvMarksone_section .Presence{font-weight:600;font-size:14px;line-height:22px;color:#828f8e;margin:10px 0 0}.AvMarks_section{display:flex;place-items:center;flex-direction:column;text-align:center;margin-top:1%}.AvMarksone_section{text-align:center;padding-top:30px}.AvMarksone_section p{margin-bottom:10px}.AvMarkstwo_section .Students p{font-weight:800;font-size:10px;line-height:12px;color:#f8a724;margin:0}.AvMarkstwo_section .Students .Studentsfifty{font-weight:400;font-size:12px;line-height:12px;color:#828f8e;padding-top:8px}.AvMarkstwo_section p.Above{font-weight:800;font-size:10px;line-height:12px;color:#6e6ce4;margin:0}.AvMarkstwo_section p.Studentsten{font-weight:400;font-size:12px;line-height:12px;color:#828f8e;margin:0;padding-top:8px}.AvMarkstwo_section p.Below{font-weight:800;font-size:10px;line-height:12px;color:#f19898;margin:0}.AvMarkstwo_section p.Studentstenty{font-weight:400;font-size:12px;line-height:12px;color:#828f8e;margin:0;padding-top:8px}.Students{text-align:right}.AvMarkstwo_section .Students .Studentsfiftytwos:after{content:"";display:block;width:77px;background-color:#fad67e;height:1px;left:60px;position:relative;top:3px}.AvMarkstwo_section .Above_section .Above:after{content:"";display:block;width:77px;background-color:#6e6ce4;height:1px;left:-30px;position:relative;top:3px}.Students_first{text-align:center}.Below_section{margin-top:11px}.AvMarkstwo_section .Below_section .Below:after{content:"";display:block;width:77px;background-color:#f19898;height:1px;left:-30px;position:relative;top:3px}.Attendancetree_section .Assignments_sectionones{display:grid;grid-template-columns:30% 70%;padding-top:30px}.Attendancetree_section .Assignmentsone_section{text-align:center}p.Below1{font-weight:400;font-size:12px;line-height:22px;color:#4db6ac;margin:0;position:relative}.Assignmentstwo_section{margin-top:10px}.Assignmentstwo_section .Below_section1:first-child .Below1:after{content:"";display:block;width:38px;background-color:#b2dfdb;height:1px;left:-38px;position:absolute;top:10px}.Assignmentstwo_section .Below_section1:first-child .Below1{font-weight:400;font-size:12px;line-height:22px;color:#4db6ac}.Assignmentstwo_section .Below_section1 .Below1{font-weight:400;font-size:12px;line-height:22px;color:#f47e16}.Assignmentstwo_section .Below_section1 .Below1:after{content:"";display:block;width:38px;background-color:#009688;height:1px;left:-38px;position:absolute;top:10px}.Assignmentstwo_section .Below_section1:first-child p.Studentstenty1{font-weight:800;font-size:14px;line-height:45px;color:#009688}.Assignmentstwo_section .Below_section1 p.Studentstenty1{font-weight:800;font-size:14px;line-height:12px;color:#f47e16;width:auto;display:inline-block;position:relative;left:40px}.Student_Dashboard_section{background:#f5f9f9;padding:0;margin-top:20px;border-radius:20px 20px 0 0}.Studentone_section h5{font-weight:700;font-size:18px;line-height:28px;color:#000}.Studenttwo_section.Start_Date input#duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important;margin:0;border:0px;padding:15px 35px;border-radius:0 20px 0 0}.Student_Dashboard_section .Student_section{display:grid;grid-template-columns:60% 40%;padding:15px 15px 10px}.Student_Dashboard_section .Studentone_section{display:flex;align-items:center}.Student_Dashboard_section .namesections{background:#f5f5f5;display:grid;grid-template-columns:20% 20% 20% 20% 20%;padding:15px 15px 10px}.Student_Dashboard_section .namesections h5,.lastsection h4{font-weight:700;font-size:12px;line-height:18px;text-align:center;color:#00897b}.lastsection h4:first-child{display:block}.lastsection h4,.namesections h5{display:flex;justify-content:center;align-items:center}.lastsection h4 img,.namesections h5 img{margin-left:2%;width:19px}h5.two-headers{display:flex;flex-direction:column}h5.two-headers:first-child{align-items:flex-start}.Ramakant_Verma ul li{display:grid;grid-template-columns:20% 20% 20% 20% 20%;padding:15px 0;border-bottom:1px solid #ced1d4}.Ramakant_Verma ul li:last-child{border-bottom:none}.namesections h5:first-child,.Ramakant_Verma ul li h6:first-child{text-align:left}.Ramakant_Verma ul li h6{text-align:center}.Ramakant_Verma{background:#fff;padding:15px;overflow-y:auto;height:calc(35vh - 99px)}.Student_Dashboard_section .namesections h5 span{position:relative;top:4px;left:5px}.Ramakant_Verma ul li h6.active{font-weight:700;font-size:12px;line-height:15px;color:#f47e16}.Ramakant_Verma ul li h6{font-weight:400;font-size:12px;line-height:15px;text-align:center;color:#000}.Fee_basic_screens .Fee_Structure{color:#000!important;font-weight:700!important}.Fee_basic_screens .SAve p{color:#f47e16;font-weight:700;font-size:16px;line-height:24px;margin:0}.Fee_basic_screens .top_headersection .exam-btn-section{flex:.5;text-align:right}.Fee_basic_screens .top_headersection .SAve{flex:1}.Fee_basic_screens .top_headersection{display:flex;flex-wrap:wrap}.Fee_basic_screens .top_headersection .SAve{flex:1;text-align:left}.Fee_basic_screens .Fee_basic_screensones .sidebarscreen300{padding-left:32px}.Fee_basic_screens .screensidebar300{padding-top:70px!important}.Fee_basic_screens .screenadmin1010 .row .input-div.select.prefix select{padding-left:38px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.Fee_basic_screens .screenadmin1010 .row .input-div.select label{font-weight:400;font-size:14px;line-height:16px;color:#000}.Fee_basic_screens .Fee_Components_section{margin:0 32px;border-bottom:1px solid #b2dfdb}.Fee_basic_screens .Fee_Components_section h3{font-weight:700;font-size:18px;line-height:28px;color:#000;margin:15px 0 24px}.pie-container tspan{font-size:18px!important}.Fee_basic_screens .screenadmin1010 .StatusSectionHeader{background:transparent;padding:15px 33px 0}.Fee_basic_screens .screenadmin1010 .StatusSectionHeader h4{font-family:Lato;font-style:normal;font-weight:700;font-size:18px;line-height:28px;color:#000;padding-top:10px;padding-bottom:10px}.Fee_basic_screens .screenadmin1010 .middelsection1012 .Subject_name{background:#e0f2f1}.Fee_basic_screens .screenadmin1010 .middelsection1012 .Subject_name{display:grid;grid-template-columns:20% 20% 20% 20% 20%;padding:15px 30px;border-bottom:0px}.Fee_basic_screens .screenadmin1010 .middelsection1012 .Classsreen ul{grid-template-columns:21% 21% 21% 20% 8% 9%;padding:10px 0;display:grid;border-bottom:0px solid #80cbc4}.Fee_basic_screens .screenadmin1010 .middelsection1012 .Classsreen{background:#fff;padding:15px 30px;background:#eff8f8}.Fee_basic_screens .screenadmin1010 .middelsection1012{height:62vh;margin:0 32px;border-radius:8px}.Fee_basic_screens span.Add_newscreen{position:absolute;left:10px}.Fee_basic_screens .Fee_Components_ones_section{padding-top:24px}.Fee_basic_screens .Fee_Components_ones_section .Fee_Components_section{margin:0}.Fee_basic_screens .Add_fine_section .Fee_Components_section{margin:0;border:0px}.Fee_basic_screens .rightSide header{width:calc(100vw - 21rem)}.fivefivetwoscreen.Fee_basic_screensfirst{background:#eff8f8;box-sizing:border-box;border-radius:8px;text-align:center;margin:170px;padding:75px;border:1px dashed #00897b}.Fee_basic_screens .Fee_basic_screensfirst .Fee_Components_section{margin:0 32px;border-bottom:0px solid #b2dfdb}.Fee_basic_screens_new_screen .screensidebar300{padding-top:70px!important;max-height:calc(100vh + -0px);height:calc(100vh + -0px)}.Fee_basic_screen2 .createNewClass{padding:0}.Fee_basic_screen2 h2{text-align:left;padding:17px 42px}.Fee_basic_screen2 .fivefiveeenmeinsection{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 30px}.Fee_basic_screen2 .createNewClass{width:560px;height:calc(100vh - 756px);text-align:center;min-height:273px!important;max-height:900px}.Fee_basic_screen2 .lastbutton{background:#e0f2f1;border-radius:0 0 8px 8px;padding:8px 30px;text-align:right}.Fee_basic_screens .Fee_Schedule_section .Fee_Components_section{margin:0;border-bottom:0px solid #b2dfdb;background:#fff;box-shadow:0 8px 16px #1a151114;border-left:10px solid#00796B;padding-left:30px}.Fee_basic_screens .Fee_Schedule_section .Fee_Components_section h3{font-weight:700;font-size:18px;line-height:28px;color:#000;margin:15px 0 24px;padding-top:10px}.Discounts_section h2{font-family:Lato;font-style:normal;font-weight:700;font-size:18px;line-height:28px;color:#000}.Discounts_section .Discounts{padding:32px 32px 0;display:grid;grid-template-columns:95% 5%;cursor:pointer}.Fee_basic_screen4 .col-sm-12.lasttest{background:#e0f2f1;border-radius:0 0 8px 8px;text-align:right}.screenadmin1010 .row{margin-left:0;padding-left:0}.screenadmin1010 .StatusSectionHeader{background:#e0f2f1;padding:15px 40px 0}.screenadmin1010 .StatusSectionHeader span{color:#00695c;letter-spacing:.5px;margin-right:15px;cursor:pointer;font-weight:500;font-size:16px;line-height:24px;color:#000}.screenadmin1010 .row .input-div{position:relative}.screenadmin1010 .row .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.screenadmin1010 .row .input-div.select.prefix select{padding-left:40px}.screenadmin1010 .row .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;padding-left:20px;color:#000;margin:0;width:230px}.screenadmin1010 .StatusSectionHeader h4{font-weight:700;font-size:20px;line-height:30px;color:#000;padding-bottom:20px}.screenadmin1010 .sidebarscreen300{padding-left:40px}.screenadmin1010 .Studentstree,.Studentstree{width:auto;display:inline-block;border-bottom:3px solid #b2dfdb;border-radius:2px;padding-bottom:15px}.screenadmin1010 .middle_section p{font-size:24px;line-height:36px;text-align:center;letter-spacing:.5px;color:#000;padding-top:56px}.screenadmin1010 .middle_section{background:#eff8f8;height:62vh}.middelsection1012 .All_Classes h4{color:#000;font-weight:700;font-size:16px;line-height:24px}.screenadmin1010 .middelsection1012 .Classsreen{background:#fff}.screenadmin1010 .middelsection1012 .Classsreen ul{grid-template-columns:5% 13.2% 18.2% 14.2% 10.2% 10.2% 14.2% 14.2%;padding:10px 0;display:grid;border-bottom:.5px solid #80cbc4}.screenadmin1010 .middelsection1012 .Classsreen li{padding-bottom:0;display:initial}.screenadmin1010 .middelsection1012 .Subject_name{width:100%;display:grid;grid-template-columns:18.2% 18.2% 14.2% 10.2% 10.2% 14.2% 14.2%;padding:15px 30px;border-bottom:1px solid #009688}.screenadmin1010 .middelsection1012 .All_Classes h5{padding-top:20px}.screenadmin1010 .middelsection1012 .Classsreen span{cursor:pointer}.screenadmin1010 .middelsection1012 .Classsreen span.trash_can{margin-left:0}.screenadmin1010 .middelsection1012 .Subject_name h5,.bold-label{font-weight:900;font-size:16px;line-height:24px;color:#000}.screenadmin1010 .middelsection1012 .Classsreen span.View{font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#f47e16}.screenadmin1010 .middelsection1012 .Classsreen ul li:last-child{display:flex}.screenadmin1010 .middelsection1012 .Classsreen ul li:last-child span{padding:4px}.screenadmin1010 .middelsection1012{height:62vh}.screenadmin1010 .Subject_name1015,.screenadmin1010 .Subject_name1015 .Classsreen{background:#eff8f8}.Fee_basic_screens8 .Discounts_section .Discounts .Classsreen li:last-of-type{align-items:center;display:flex;justify-content:space-evenly}.Fee_basic_screen4 .type{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16}.Fee_basic_screen4 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#000;padding:15px 0}.Fee_basic_screen4 .createNewClass{height:771px}.Fee_basic_screen4 .row .checkbox-section{border-bottom:0px solid #80cbc4}.Fee_basic_screen5 .type{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16}.Fee_basic_screen5 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#000;padding:15px 0}.Fee_basic_screen5 .col-sm-12.lasttest{background:#e0f2f1;border-radius:0 0 8px 8px;text-align:right}.Fee_basic_screen5 .createNewClass{height:628px}.Fee_basic_screen5 .row .checkbox-section{border-bottom:0px solid #80cbc4}.Fee_basic_screen5 .installmentsone h3{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left}.Fee_basic_screen5 .installments{margin:0 30px;width:100%;display:grid;grid-template-columns:80% 20%;border-bottom:1px solid #b2dfdb}.Fee_basic_screen5 .installments input{margin-bottom:15px;width:145px;padding:10px 10px 10px 16px;text-align:left}.Fee_basic_screen5 .Installment_section ul{text-align:left}.Fee_basic_screen5 .Installment_section ul li.inst-items{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#f7f8fa;border-radius:8px;padding:8px 16px!important;cursor:pointer;width:auto;display:inline-block}.Fee_basic_screen5 .Installment_section ul li.inst-items.active{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#eff8f8;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 1px 4px #1a15111f;border-radius:8px;width:auto;display:inline-block}.Fee_basic_screen5 .installmentsone{margin-top:6px;margin-left:12px}.Fee_basic_screen5 .single_input h3{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;letter-spacing:.5px;position:relative;top:10px}.Fee_basic_screen5 .single_input{display:grid;grid-template-columns:10% 90%}.Fee_basic_screen5 .input-section,.Fee_basic_screen5 .input-div{position:relative;margin-top:px}.Fee_basic_screen5 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:37vh;overflow-x:hidden}.Fee_basic_screen6 .screensidebar300{padding-top:70px!important;max-height:calc(100vh + -0px);height:calc(100vh + -0px)}.Fee_basic_screen6 .Add_Component_section{background:#eff8f8;border-radius:8px}.Fee_basic_screen6 .Add_Component_section ul li{font-family:Lato;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;padding:15px 0;border-top:.5px solid #80cbc4}.Fee_basic_screen6 .Add_Component_section ul{display:grid;grid-template-columns:auto auto auto;padding:20px}.Fee_basic_screen6 .Add_questionsection{position:relative;padding-left:35px;padding-top:15px;padding-bottom:25px}.Fee_basic_screen6 .Add_questionsection .add_option1{position:unset}.Fee_basic_screen6 .add_option1 span{font-weight:700}.Fee_basic_screen7 .single_input{display:unset}.Fee_basic_screen7 .Add_questionsection{position:relative;padding-left:35px;padding-top:15px;padding-bottom:25px;width:100%;margin:0 30px;text-align:left}.Fee_basic_screen7 .Add_questionsection .add_option1{position:unset}.Fee_basic_screen7 .add_option1 span{font-weight:700}.Fee_basic_screen7 .single_input_section .single_input input#enternoticetitle{margin-bottom:10px;padding-left:15px}.Fee_basic_screen7 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:15vh;overflow-x:hidden}.Fee_basic_screen7 .createNewClass{height:362px}.Fee_basic_screens8 .screensidebar300{padding-top:70px!important;max-height:calc(100vh + -0px);height:calc(100vh + -0px)}.Fee_basic_screens8 .Add_Component_section{background:#eff8f8;border-radius:8px}.Fee_basic_screens8 .Add_Component_section ul li{font-family:Lato;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;padding:15px 0;border-top:.5px solid #80cbc4}.Fee_basic_screens8 .Add_Component_section ul{display:grid;grid-template-columns:auto auto auto;padding:20px}.Fee_basic_screens8 .Add_questionsection{position:relative;padding-left:35px;padding-top:15px;padding-bottom:25px}.Fee_basic_screens8 .Add_questionsection .add_option1{position:unset}.Fee_basic_screens8 .add_option1 span{font-weight:700}.Fee_basic_screens8 .FeeType_section .Subject_name{background:#e0f2f1}.Fee_basic_screens8 .FeeType_section .Subject_name h5{padding:10px 24px 6px}.Fee_basic_screens8 .FeeType_section .Classsreen ul{display:grid;grid-template-columns:90% 10%}.Fee_basic_screens8 .Discounts{display:inherit;cursor:pointer;margin:0;border-bottom:0px solid #b2dfdb;background:#fff;box-shadow:0 8px 16px #1a151114;border-left:10px solid#00796B;padding:32px 32px 0 30px}.Fee_basic_screens8 .Discountssection1{padding:32px 32px 0;display:inherit;cursor:pointer}.Fee_basic_screens8 .Discounts_section h2{padding-bottom:20px}.Fee_basic_screens8 .FeeType_section{border-radius:8px}.Fee_basic_screens8 .Discounts_section .Discounts .Classsreen{background:#eff8f8;padding:10px 30px}.Fee_basic_screens8 .Discounts_section .Discounts .Classsreen li{align-items:center;display:flex}.Fee_basic_screens9 .screensidebar300{padding-top:70px!important;max-height:calc(100vh + -0px);height:calc(100vh + -0px)}.Fee_basic_screens9 .Add_Component_section{background:#eff8f8;border-radius:8px}.Fee_basic_screens9 .Add_Component_section ul li{font-family:Lato;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;padding:15px 0;border-bottom:.5px solid #80cbc4}.Fee_basic_screens9 .Add_Component_section ul{display:grid;grid-template-columns:34% 32% 30% 4%;padding:0 20px}.Fee_basic_screens9 .Add_questionsection{position:relative;padding-left:35px;padding-top:15px;padding-bottom:25px}.Fee_basic_screens9 .Add_questionsection .add_option1{position:unset}.Fee_basic_screens9 .add_option1 span{font-weight:700}.Fee_basic_screens9 .FeeType_section .Subject_name{background:#e0f2f1}.Fee_basic_screens9 .FeeType_section .Subject_name h5{padding:10px 24px 6px}.Fee_basic_screens9 .FeeType_section .Classsreen ul{display:grid;grid-template-columns:90% 10%}.Fee_basic_screens9 .Discounts{display:inherit;cursor:pointer;margin:30px 0 0;border-bottom:0px solid #b2dfdb;background:#fff;box-shadow:0 8px 16px #1a151114;border-left:10px solid#00796B;padding:32px 32px 0 30px}.Fee_basic_screens9 .Discountssection1{padding:32px 32px 0;display:inherit;cursor:pointer}.Fee_basic_screens9 .Discounts_section h2{padding-bottom:20px}.Fee_basic_screens9 .FeeType_section{border-radius:8px}.Fee_basic_screens9 .Discounts_section .Discounts .Classsreen{background:#eff8f8;padding:10px 30px}.Fee_basic_screens9 .Discounts_section .Discounts .Classsreen li{align-items:center;display:flex}.Fee_basic_screens9 .Feefine_section{display:grid;grid-template-columns:95% 5%}.Fee_basic_screens9 .Feefine_section span{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#f47e16}.Fee_basic_screens9 .Feefine_section p{align-items:center;display:flex}.Fee_basic_screens9 .Feefine_section p img{padding-right:15px}.Fee_basic_screens9 .heading_section{background:#e0f2f1;padding:10px 24px 6px;display:grid;grid-template-columns:33% 33% 33%}.Fee_basic_screens9 .heading_section h3{font-family:Lato;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.Fee_basic_screens9 .Add_Component_section ul:last-child li{border-bottom:0px}.Fee_basic_screen_secound9 .Applicableon h2:after{height:1px;display:block;width:77%;background:#b2dfdb;border-right:1px white;content:"";position:absolute;top:13px;right:10px}.Fee_basic_screens10 .Fee_Components_section{margin:0 32px;border-bottom:0px solid #b2dfdb}.Fee_basic_screens10 .screenadmin1010 .middelsection1012 .Subject_name{display:inline-block}.Fee_basic_screens10 .screenadmin1010 .middelsection1012 .Classsreen ul{grid-template-columns:95% 5%;padding:10px 0;display:grid;border-bottom:.5px solid #80cbc4}.Fee_basic_screens10 .screenadmin1010 .middelsection1012 .Classsreen ul:last-child{border:0px}.Fee_basic_screen11 .type{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16}.Fee_basic_screen11 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#000;padding:15px 0}.Fee_basic_screen11 .col-sm-12.lasttest{background:#e0f2f1;border-radius:0 0 8px 8px;text-align:right}.Fee_basic_screen11 .createNewClass{height:592px;width:700px}.Fee_basic_screen11 .row .checkbox-section{border-bottom:0px solid #80cbc4}.Fee_basic_screen11 .installmentsone h3{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left}.Fee_basic_screen11 .installments{margin:0 30px;width:100%;display:grid;grid-template-columns:90% 10%;border-bottom:1px solid #b2dfdb}.Fee_basic_screen11 .installments input{padding:10px;text-align:center;margin-bottom:15px}.Fee_basic_screen11 .Installment_section ul{text-align:left}.Fee_basic_screen11 .Installment_section ul li{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#f7f8fa;border-radius:8px;padding:8px 16px!important;cursor:pointer;width:auto;display:inline-block}.Fee_basic_screen11 .Installment_section ul li.active{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#eff8f8;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 1px 4px #1a15111f;border-radius:8px;width:auto;display:inline-block}.Fee_basic_screen11 .installmentsone{margin-top:6px}.Fee_basic_screen11 .single_input h3{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;letter-spacing:.5px;position:relative;top:10px}.Fee_basic_screen11 .single_input_section{width:100%;margin:10px 20px}.Fee_basic_screen11 .single_input{display:grid;grid-template-columns:10% 90%}.Fee_basic_screen11 .input-section,.Fee_basic_screen11 .input-div{position:relative;margin:unset!important}.Fee_basic_screen11 .single_input_section{display:grid;grid-template-columns:auto auto;grid-gap:15px}.Fee_basic_screen11 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:37vh;overflow-x:hidden}.Fee_basic_screen11 .single_input_section{display:grid;grid-template-columns:13% 8% 20% 28% 28%;grid-gap:10px;width:95%}.Fee_basic_screen11 .Installments2 .checkbox-section.threecheckobes{margin-left:10px}.Fee_basic_screen11 .Installmentfrid p{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#eff8f8;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 1px 4px #1a15111f;border-radius:8px;width:auto;display:inline-block;padding:8px 20px!important;cursor:pointer}.Fee_basic_screen11 .without-icon-fullbox{background-image:none!important;width:100%;display:inline-block;padding-left:10px;margin-bottom:unset}.Fee_basic_screen12 .type{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16}.Fee_basic_screen12 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#000;padding:15px 0}.Fee_basic_screen12 .col-sm-12.lasttest{background:#e0f2f1;border-radius:0 0 8px 8px;text-align:right}.Fee_basic_screen12 .createNewClass{height:580px!important}.Fee_basic_screen12 .row .checkbox-section{border-bottom:0px solid #80cbc4}.Fee_basic_screen12 .installmentsone h3{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#4db6ac;text-align:left}.Fee_basic_screen12 .installments{margin:0 30px;width:100%;display:grid;grid-template-columns:30% 10%;border-bottom:0px solid #b2dfdb}.Fee_basic_screen12 .installments input{padding:10px;text-align:center;margin-bottom:15px}.Fee_basic_screen12 .Installment_section ul{text-align:left}.Fee_basic_screen12 .Installment_section ul li{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#f7f8fa;border-radius:8px;padding:8px 16px!important;cursor:pointer;width:auto;display:inline-block}.Fee_basic_screen12 .Installment_section{margin:27px 30px;width:100%}.Fee_basic_screen12 .Installment_section ul li.active{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#eff8f8;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 1px 4px #1a15111f;border-radius:8px;width:auto;display:inline-block}.Fee_basic_screen12 .installmentsone{margin-top:6px}.Fee_basic_screen12 .single_input h3{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;letter-spacing:.5px;position:relative;top:10px}.Fee_basic_screen12 .single_input_section{width:100%;margin:0 20px}.Fee_basic_screen12 .single_input{display:unset;margin:0 32px;width:100%}.Fee_basic_screen12 .input-section,.Fee_basic_screen12 .input-div{position:relative;margin-top:0;padding-top:20px}.Fee_basic_screen12 .selectbox-section{display:grid;grid-template-columns:auto auto;grid-gap:15px}.Fee_basic_screen12 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:40vh;overflow-x:hidden}.Fee_basic_screen12 .Bachelor_Technology{border-top:0px solid #b2dfdb;padding:0}.Fee_basic_screen12 .single_input input#enternoticetitle{padding-left:15px;margin-top:10px}.Fee_basic_screen12 .input-section .form-control-placeholder{position:absolute;top:20px;padding:.75rem 0 0 2.5rem;transition:all .2s;padding-left:0}.Fee_basic_screen12 .installments .input-div{padding:0}.Fee_basic_screen12 .Applicableon{margin:0 25px 0 31px;width:100%;position:relative}.Fee_basic_screen12 .Applicableon h2{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left}.Fee_basic_screen12 .Applicableon p{font-family:Lato;font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#4db6ac;text-align:left;padding-top:12px}.Fee_basic_screen12 .Applicableon p span{color:#f47e16;border-bottom:1px solid #f47e16}.Fee_basic_screen12 .Applicableon h2:after{height:1px;display:block;width:60%;background:#b2dfdb;border-right:1px white;content:"";position:absolute;top:13px;right:10px}.Fee_basic_screen12 .row .checkbox-section .checkbox-group .control label{font-weight:700;font-size:16px;line-height:24px;color:#000}.Fee_basic_screen12 .Sibling_section{width:75%;margin:10px 32px}.Fee_basic_screen12 .Sibling_section .input-section{width:100%!important;display:inline-block;position:relative}.Fee_basic_screen12 .Sibling_section label.form-control-placeholder{padding-left:0!important;padding-bottom:5px!important}.Fee_basic_screen12 .Sibling_section .input-section:last-child input{margin-bottom:10px}.Fee_basic_screen12 .Absolute_section{width:25%;position:absolute;top:30px;right:20px}.Fee_basic_screen12 .Tution_Fee_section{width:100%;margin:0 62px 0 0}.Tution_Fee_section{margin-left:20px;display:flex;flex-direction:column;gap:20px}.students_section{display:flex;gap:20px;align-items:center;flex-direction:row-reverse}.Fee_basic_screen12 .meinsectionthreechecko .row.threecheckobesone{width:100%;display:inline-flex}.Fee_basic_screen13 .type{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16}.Fee_basic_screen13 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#000;padding:15px 0}.Fee_basic_screen13 .col-sm-12.lasttest{background:#e0f2f1;border-radius:0 0 8px 8px;text-align:right}.Fee_basic_screen13 .createNewClass{height:667px;width:700px}.Fee_basic_screen13 .row .checkbox-section{border-bottom:0px solid #80cbc4}.Fee_basic_screen13 .installmentsone h3{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left}.Fee_basic_screen13 .installments{margin:0 30px;width:100%;display:grid;grid-template-columns:90% 10%;border-bottom:1px solid #b2dfdb}.Fee_basic_screen13 .installments input{padding:10px;text-align:center;margin-bottom:15px}.Fee_basic_screen13 .Installment_section ul{text-align:left}.Fee_basic_screen13 .Installment_section ul li{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#f7f8fa;border-radius:8px;padding:8px 16px!important;cursor:pointer;width:auto;display:inline-block}.Installment_section{margin:27px 30px;width:100%}.Fee_basic_screen13 .Installment_section ul li.active{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#eff8f8;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 1px 4px #1a15111f;border-radius:8px;width:auto;display:inline-block}.Fee_basic_screen13 .installmentsone{margin-top:6px}.Fee_basic_screen13 .single_input h3{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;letter-spacing:.5px;position:relative;top:10px}.Fee_basic_screen13 .single_input_section{width:100%;margin:0 60px}.Fee_basic_screen13 .single_input{display:grid;grid-template-columns:10% 90%}.Fee_basic_screen13 .input-section,.Fee_basic_screen13 .input-div{position:relative;margin-top:px}.Fee_basic_screen13 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:24vh;overflow-x:hidden}.Fee_basic_screen13 .Installments2 .checkbox-section.threecheckobes{margin-left:10px}.Fee_basic_screen13 .Installmentfrid p{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#eff8f8;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 1px 4px #1a15111f;border-radius:8px;width:auto;display:inline-block;padding:8px 16px!important;cursor:pointer}.Fee_basic_screen13 .without-icon-fullbox{background-image:none!important;width:100%;display:inline-block;padding-left:40px}.Fee_basic_screen13 .fivefiveeen{display:unset;grid-template-columns:160px 160px;grid-gap:20px}.Fee_basic_screen13 .Add_Course{text-align:left;padding-left:30px;margin-top:15px;border-bottom:1px solid #b2dfdb}.Fee_basic_screen13 .Bachelor_Technology{border-top:0px solid #b2dfdb}.Fee_basic_screen13 .component_sections{padding-top:27px;margin:0 32px}.Fee_basic_screen13 .component_sections label{text-align:left;font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#4db6ac;padding-bottom:8px}.Fee_basic_screen13 .Start_Date1-step3 select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;letter-spacing:.5px;color:#000;margin-bottom:0}.Fee_basic_screen13 .Sibling_section{width:91%;margin:10px 32px}.Fee_basic_screen13 .Sibling_section .input-section{width:100%!important;display:inline-block;position:relative}.Fee_basic_screen13 .Sibling_section .input-section:last-child input{margin-bottom:10px}.Fee_basic_screen13 .Sibling_section label.form-control-placeholder{padding-left:0!important;padding-bottom:5px!important}.Fee_basic_screen13 .Absolute_section{width:25%;position:absolute;top:10px;right:20px}.Absolute_section select.Absolute{border-left:.5px solid #cccccc!important;border:0px;border-radius:0;margin:0;padding:4px 1px 4px 20px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207L13%201'%20stroke='%234DB6AC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}.Fee_basic_screen13 span.SearchForChats{position:absolute;left:11px;top:13px}.Fee_basic_screen13 .single_input_section ul{display:grid;grid-template-columns:33% 33% 33%;width:100%;align-items:center}.Fee_basic_screen13 .active ul li,.Fee_basic_screen13 .active .checkbox-section .checkbox-group .control label{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.Fee_basic_screen13 .single_input_section ul li{padding-bottom:10px}.Fee_basic_screen13 .students_section p{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left;padding:10px 30px;margin:0}.Fee_basic_screen13 .students_section{display:grid;grid-template-columns:70% 30%}.Fee_basic_screen14 ul li{position:relative}.Fee_basic_screen14 .Select_dayboarding ul li label{padding-left:30px}.Fee_basic_screen14 .createNewClass{height:737px;width:700px}.Fee_basic_screen14 .Select_dayboarding label:before{content:"";position:absolute;top:calc(50% - 1.2rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.Fee_basic_screen14 .Select_dayboarding label:after{content:"";position:absolute;top:calc(50% - 1.2rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.Fee_basic_screen14 .Select_dayboarding{margin:0 32px!important;width:90%}.Fee_basic_screen14 .Select_dayboarding ul{display:grid;grid-template-columns:33% 33%}.Fee_basic_screen15 ul li{position:relative}.Fee_basic_screen15 .Select_dayboarding ul li label{padding-left:0}.Fee_basic_screen15 .Select_dayboarding label:before{content:"";position:absolute;top:calc(50% - 1.2rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important}.Fee_basic_screen15 .Select_dayboarding label:after{content:"";position:absolute;top:calc(50% - 1.2rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.Fee_basic_screen15 .Select_dayboarding{margin:0 32px 38px!important;width:90%}.Fee_basic_screen15 .Select_dayboarding ul{display:grid;grid-template-columns:33% 33%}.Fee_basic_screen15 .single_input_section ul{display:unset}.Fee_basic_screen15 .single_input_section h4{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left;padding-left:15px;padding-bottom:15px}.Fee_basic_screen15 .Sibling_section{width:91%;margin:40px 32px 20px}.Fee_basic_screen15 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:28vh;overflow-x:hidden}.Fee_basic_screen15 .createNewClass{height:623px;width:700px}.Fee_basic_screen17 .single_input_section{width:100%;margin:0 20px}.Fee_basic_screen17 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:30vh;overflow-x:hidden}.Fee_basic_screen17 .createNewClass{height:526px}.Fee_basic_screens18 .Add_Component_section ul{display:grid;grid-template-columns:34% 30% 20% 16%;padding:0 20px}.Fee_basic_screens18 .Add_Component_section ul li:last-child{text-align:right}.Fee_basic_screens18 .pointer p.deletesecton{position:absolute;top:60px;background:#fff;border:1px solid #b2dfdb;box-sizing:border-box;box-shadow:0 0 1px #00000014,0 4px 12px -4px #00000014;border-radius:8px;padding:11px 26px;display:flex;align-items:center;left:-40px;width:186px;z-index:999}.Fee_basic_screens19 .screensidebar300{padding-top:70px!important;max-height:calc(100vh + -0px);height:calc(100vh + -0px)}.Fee_basic_screens19 .Add_Component_section{background:#eff8f8;border-radius:8px}.Fee_basic_screens19 .Add_Component_section ul li{font-family:Lato;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;padding:15px 0;border-bottom:.5px solid #80cbc4}.Fee_basic_screens19 .Add_Component_section ul{display:grid;grid-template-columns:34% 32% 30% 4%;padding:0 20px}.Fee_basic_screens19 .Add_questionsection{position:relative;padding-left:35px;padding-top:15px;padding-bottom:25px}.Fee_basic_screens19 .Add_questionsection .add_option1{position:unset}.Fee_basic_screens19 .add_option1 span{font-weight:700}.Fee_basic_screens19 .FeeType_section .Subject_name{background:#e0f2f1}.Fee_basic_screens19 .FeeType_section .Subject_name h5{padding:10px 24px 6px}.Fee_basic_screens19 .FeeType_section .Classsreen ul{display:grid;grid-template-columns:90% 10%}.Fee_basic_screens19 .Discounts{display:inherit;cursor:pointer;margin:30px 0 0;border-bottom:0px solid #b2dfdb;background:#fff;box-shadow:0 8px 16px #1a151114;border-left:10px solid#00796B;padding:32px 32px 0 30px}.Fee_basic_screens19 .Discountssection1{padding:32px 32px 0;display:inherit;cursor:pointer}.Fee_basic_screens19 .Discounts_section h2{padding-bottom:20px}.Fee_basic_screens19 .FeeType_section{border-radius:8px}.Fee_basic_screens19 .Discounts_section .Discounts .Classsreen{background:#eff8f8;padding:10px 30px}.Fee_basic_screens19 .Discounts_section .Discounts .Classsreen li{align-items:center;display:flex}.Fee_basic_screens19 .Feefine_section{display:grid;grid-template-columns:95% 5%}.Fee_basic_screens19 .Feefine_section span{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#f47e16}.Fee_basic_screens19 .Feefine_section p{align-items:center;display:flex}.Fee_basic_screens19 .Feefine_section p img{padding-right:15px}.Fee_basic_screens19 .heading_section{background:#e0f2f1;padding:10px 24px 6px;display:grid;grid-template-columns:33% 33% 33%}.Fee_basic_screens19 .heading_section h3{font-family:Lato;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.Fee_basic_screens19 .Add_Component_section ul:last-child li{border-bottom:0px}.time_table_32 .screen_colunm471 .table .meinheader_section:first-child .header{background:#009688}.time_table_32 .screen_colunm471 .table{display:flex;gap:5px}.time_table_32 .screen_colunm471 .contant-body .full-width{display:flex}.time_table_32 .timetable_one_section p{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:20px;display:flex;align-items:center;color:#000;margin-left:10px}.time_table_32 .timetable_section{padding:0 15px}.time_table_32 .Maths{border:1px solid #eaeaea;box-sizing:border-box;border-radius:8px;background:#fffdf6;padding:15px;text-align:center;cursor:pointer}.time_table_32 .Science{border:1px solid #faf5fe;box-sizing:border-box;border-radius:8px;background:#faf5fe;padding:15px;text-align:center;margin-top:16px;cursor:pointer}.time_table_32 .Geography{border:1px solid #f9e7e7;box-sizing:border-box;border-radius:8px;background:#f9e7e7;padding:15px;text-align:center;margin-top:16px;cursor:pointer}.time_table_32 .History{border:1px solid #fffdf6;box-sizing:border-box;border-radius:8px;background:#fffdf6;padding:15px;text-align:center;margin-top:16px;cursor:pointer}.time_table_32 .English{border:1px solid #faf5fe;box-sizing:border-box;border-radius:8px;background:#faf5fe;padding:15px;text-align:center;margin-top:16px;cursor:pointer}.time_table_32 .Hindi{border:1px solid #e7f4f9;box-sizing:border-box;border-radius:8px;background:#e7f4f9;padding:15px;text-align:center;margin-top:16px;cursor:pointer}.time_table_32 .timetable_section h4{font-size:16px}.time_table_32 .body .value h6{position:relative;top:10px;font-style:normal;font-weight:400;font-size:16px;line-height:20px;align-items:center;text-align:center;color:#000}.time_table_32 .body .value p{position:relative;top:10px;font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:20px;align-items:center;text-align:center;color:#000}.time_table_32 .screen_colunm471 .contant-body .full-width .padding-section .table .value{display:grid;align-content:center;margin-bottom:5px;border:0px;border-radius:4px}.time_table_32 .Period_section .body .value{background:#e0f2f1;border-radius:4px}.time_table_32 .body .yellow_back h6{font-weight:700;position:relative;top:10px}.time_table_32 .body .yellow_back{background:#fffdf6;border:1px solid #eaeaea;box-sizing:border-box;border-radius:4px}.time_table_32 .body .yellow_back p{font-style:normal;font-weight:400;font-size:14px;line-height:20px;position:relative;top:10px}.time_table_32 .body .white_back p{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:20px;text-align:center;color:#0000084d}.time_table_32 .body .Geography_section{background:#f9e7e7;border:1px solid #eaeaea;box-sizing:border-box;border-radius:4px}.time_table_32 .body .Hindi_section{background:#e7f4f9;border:1px solid #eaeaea;box-sizing:border-box;border-radius:4px}.time_table_32 .body .English_back{background:#faf5fe;border:1px solid #eaeaea;box-sizing:border-box;border-radius:4px}.time_table_32 .screen_colunm471 .contant-body .full-width .padding-section{padding:15px;position:relative;background:#fff;box-sizing:border-box;border-radius:8px;flex:0 0 90%}.time_table_32 .screen_colunm471 .header{border-left:0px solid rgb(77,182,172);border-top:0px solid rgb(77,182,172);margin:5px;border-radius:4px}.time_table_32 .screen_colunm471 .table .meinheader_section:last-child .header,.time_table_32 .screen_colunm471 .table .meinheader_section:last-child .body .value{border-right:0px solid rgb(77,182,172)}.time_table_32 .Add p{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#009688;padding-left:20px;margin:0}.time_table_32 .Add_btn_section{display:grid;grid-template-columns:70% 30%}.time_table_32 .Add{display:flex;align-items:center;margin-left:5px}.time_table_32 .Delete{text-align:right}.time_table_34 .header .input-div.select.prefix{background:#fff;border-radius:25px;margin:0 8px}#calendar-body .rbc-timeslot-group{min-height:70px}.time_table_34 .screen_colunm471 .header .filter-form .input-div.select .prefix-icon{position:absolute;top:5px;left:15px}.time_table_34 .screen_colunm471 .header .filter-form{display:flex;margin-top:5px}.time_table_34 .screen_colunm471 .header .filter-form .input-div.select.prefix select{padding:3px 18px 3px 33px;font-size:14px}.time_table_34 .screen_colunm471 .header .filter-form .input-div select{background:url("data:image/svg+xml,%3csvg%20width='7'%20height='3'%20viewBox='0%200%207%203'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%200.5L3.5%202.5L6%200.5'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:unset}.time_table_34 .screen_colunm471 .header{min-height:60px;max-width:130px;margin:5px 0!important}.tenb_section{font-style:normal;font-weight:700;font-size:14px;line-height:20px;display:flex;align-items:center;text-align:center;justify-content:center}.tenb_section lable.tenb{color:#fff}.time_table_40 .screen_colunm471 .header .filter-form .input-div.select.prefix select option{background:#000;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 4px 4px #00000040;border-radius:4px;color:#fff}.editdelete_section{position:relative}.time_table_41 ul.editdelete{display:unset!important;background:#000;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 4px 4px #00000040;border-radius:4px;padding:10px 20px!important;position:absolute;width:auto!important;left:auto;right:-40px;top:10px}.time_table_41 ul.editdelete li{color:#fff;cursor:pointer}.Fee_basic_screen_secound9 .type{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16}.Fee_basic_screen_secound9 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#000;padding:15px 0}.Fee_basic_screen_secound9 .col-sm-12.lasttest{background:#e0f2f1;border-radius:0 0 8px 8px;text-align:right}.Fee_basic_screen_secound9 .createNewClass{height:742px}.Fee_basic_screen_secound9 .row .checkbox-section{border-bottom:0px solid #80cbc4}.Fee_basic_screen_secound9 .installmentsone h3{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#4db6ac;text-align:left}.Fee_basic_screen_secound9 .installments{margin:0 30px;width:100%;display:grid;grid-template-columns:30% 10%;border-bottom:0px solid #b2dfdb}.Fee_basic_screen_secound9 .installments input{padding:10px;text-align:center;margin-bottom:15px}.Fee_basic_screen_secound9 .Installment_section ul{text-align:left}.Fee_basic_screen_secound9 .Installment_section ul li{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#f7f8fa;border-radius:8px;padding:8px 16px!important;cursor:pointer;width:auto;display:inline-block}.Fee_basic_screen_secound9 .Installment_section{margin:27px 30px;width:100%}.Fee_basic_screen_secound9 .Installment_section ul li.active{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;display:flex;align-items:center;text-align:center;background:#eff8f8;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 1px 4px #1a15111f;border-radius:8px;width:auto;display:inline-block}.Fee_basic_screen_secound9 .installmentsone{margin-top:6px}.Fee_basic_screen_secound9 .single_input h3{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;letter-spacing:.5px;position:relative;top:10px}.Fee_basic_screen_secound9 .single_input_section{width:100%;margin:0 20px}.Fee_basic_screen_secound9 .single_input{display:unset;margin:0 32px;width:100%}.Fee_basic_screen_secound9 .input-section,.Fee_basic_screen_secound9 .input-div{position:relative;margin-top:0;padding-top:20px}.Fee_basic_screen_secound9 .selectbox-section{display:grid;grid-template-columns:auto auto;grid-gap:15px}.Fee_basic_screen_secound9 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:60vh;overflow-x:hidden}.Fee_basic_screen_secound9 .Bachelor_Technology{border-top:0px solid #b2dfdb;padding:0}.Fee_basic_screen_secound9 .single_input input#enternoticetitle{padding-left:15px;margin-top:10px}.Fee_basic_screen_secound9 .input-section .form-control-placeholder{position:absolute;top:20px;padding:.75rem 0 0 2.5rem;transition:all .2s;padding-left:0}.Fee_basic_screen_secound9 .installments .input-div{padding:0}.Fee_basic_screen_secound9 .Applicableon{margin:0 25px 0 31px;width:100%;position:relative}.Fee_basic_screen_secound9 .Applicableon h2{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;text-align:left}.Fee_basic_screen_secound9 .Applicableon p{font-family:Lato;font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#4db6ac;text-align:left;padding-top:12px}.Fee_basic_screen_secound9 .Applicableon p span{color:#f47e16;border-bottom:1px solid #f47e16}.Fee_basic_screen_secound9 .Applicableon h2:after{height:1px;display:block;width:77%;background:#e9e9e9;border-right:1px white;content:"";position:absolute;top:13px;right:10px}.Fee_basic_screen_secound9 .row .checkbox-section .checkbox-group .control label{font-weight:700;font-size:16px;line-height:24px;color:#000}.Fee_basic_screen_secound9 .Sibling_section{width:100%;margin:10px 32px}.Fee_basic_screen_secound9 .Sibling_section .input-section{width:100%!important;display:inline-block;position:relative}.Fee_basic_screen_secound9 .Sibling_section label.form-control-placeholder{padding-left:0!important;padding-bottom:5px!important}.Fee_basic_screen_secound9 .Sibling_section .input-section:last-child input{margin-bottom:10px}.Fee_basic_screen_secound9 .Absolute_section select.Absolute{border-left:.5px solid #cccccc!important;border:0px;border-radius:0;margin:0;padding:4px 1px 4px 20px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207L13%201'%20stroke='%234DB6AC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}.Fee_basic_screen_secound9 .Absolute_section{width:25%;position:absolute;top:30px;right:20px}.Fee_basic_screens20 .screensidebar300{padding-top:70px!important;max-height:calc(100vh + -0px);height:calc(100vh + -0px)}.Fee_basic_screens20 .Add_Component_section{background:#eff8f8;border-radius:8px}.Fee_basic_screens20 .Add_Component_section ul li{font-family:Lato;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;padding:15px 0;border-bottom:2px solid #e9e9e9}.Fee_basic_screens20 .Add_Component_section ul{display:grid;grid-template-columns:26% 25% 24% 16% 9%;padding:0 20px}.Fee_basic_screens20 .Add_questionsection{position:relative;padding-left:35px;padding-top:15px;padding-bottom:25px}.Fee_basic_screens20 .Add_questionsection .add_option1{position:unset}.Fee_basic_screens20 .add_option1 span{font-weight:700}.Fee_basic_screens20 .FeeType_section .Subject_name{background:#e0f2f1}.Fee_basic_screens20 .FeeType_section .Subject_name h5{padding:10px 24px 6px}.Fee_basic_screens20 .FeeType_section .Classsreen ul{display:grid;grid-template-columns:90% 10%}.Fee_basic_screens20 .Discounts{display:inherit;cursor:pointer;margin:30px 0 0;border-bottom:0px solid #b2dfdb;background:#fff;box-shadow:0 8px 16px #1a151114;border-left:10px solid#00796B;padding:32px 32px 0 30px}.Fee_basic_screens20 .Discountssection1{margin:32px 32px 0;display:inherit;cursor:pointer;border-bottom:1px solid #b2dfdb;padding-bottom:20px}.Fee_basic_screens20 .Discounts_section h2{padding-bottom:20px}.Fee_basic_screens20 .FeeType_section{border-radius:8px}.Fee_basic_screens20 .Discounts_section .Discounts .Classsreen{background:#eff8f8;padding:10px 30px}.Fee_basic_screens20 .Discounts_section .Discounts .Classsreen li{align-items:center;display:flex}.Fee_basic_screens20 .Feefine_section{display:grid;grid-template-columns:95% 5%}.Fee_basic_screens20 .Feefine_section span{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#f47e16}.Fee_basic_screens20 .Feefine_section p{align-items:center;display:flex}.Fee_basic_screens20 .Feefine_section p img{padding-right:15px}.Fee_basic_screens20 .heading_section{background:#e0f2f1;padding:10px 24px 6px;display:grid;grid-template-columns:auto auto auto auto}.Fee_basic_screens20 .heading_section h3{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#000}.Fee_basic_screens20 .Add_Component_section ul:last-child li{border-bottom:0px}.Fee_basic_screens20 .switch label:after{content:"";position:absolute;top:15px;left:-15px;width:3.125rem;height:2.125rem;opacity:0;transition:background-size .2s ease;border:0px}.Fee_basic_screens20 .switch label:before{content:"";position:absolute;top:15px;left:-15px;width:3.125rem;height:2.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='36'%20viewBox='0%200%2042%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='12'%20rx='6'%20transform='matrix(-1%200%200%201%2042%2012)'%20fill='%23C6CFCE'/%3e%3cg%20filter='url(%23filter0_d)'%3e%3ccircle%20r='8'%20transform='matrix(-1%200%200%201%2018%2018)'%20fill='white'/%3e%3c/g%3e%3ccircle%20r='4'%20transform='matrix(-1%200%200%201%2018%2018)'%20fill='%23C6CFCE'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='36'%20height='36'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.77526%200%200%200%200%200.8125%200%200%200%200%200.809024%200%200%200%201%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");border:none!important}.Fee_basic_screens20 .switch input[type=checkbox]:checked+label:after{background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='36'%20viewBox='0%200%2042%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='12'%20rx='6'%20transform='matrix(-1%200%200%201%2024%2012)'%20fill='%2300695C'/%3e%3cg%20filter='url(%23filter0_d)'%3e%3ccircle%20r='8'%20transform='matrix(-1%200%200%201%2024%2018)'%20fill='white'/%3e%3c/g%3e%3ccircle%20r='4'%20transform='matrix(-1%200%200%201%2024%2018)'%20fill='%2300695C'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='6'%20y='0'%20width='36'%20height='36'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.419608%200%200%200%200%200%200%200%200%200.2%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}.Fee_basic_screens20 .Add_questionsection .add_optionsecound p{font-family:Roboto;font-style:normal;font-weight:700;font-size:14px;line-height:19px;text-align:right;text-transform:uppercase;color:#f70}.Fee_basic_screens20 .Add_questionsection .add_optionsecound p span{padding-left:15px;padding-right:15px}.Fee_basic_screens20 .Add_questionsection .add_optionsecound p{font-family:Roboto;font-style:normal;font-weight:700;font-size:14px;line-height:19px;text-transform:uppercase;color:#f70;align-items:center;align-self:center;display:flex;justify-content:right;float:right}.Fee_basic_screens20 .AcademicYear_section .row{position:relative}.Fee_basic_screens20 .AcademicYear_section .row:nth-child(2) select#class,.Fee_basic_screens20 .AcademicYear_section .row:nth-child(3) select#class{padding-left:35px}.AcademicYear_section .row:nth-child(1) img,.AcademicYear_section .row:nth-child(4) img,.AcademicYear_section .row:nth-child(3) img,select#class+img{position:absolute;top:36px;left:8px}input.duedate+img.Dropdown{left:200px!important;top:34px!important}.Installments{padding:0 20px}.Fee_basic_screens20 .Installments h3{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.5px;color:#009688}.Fee_basic_screens20 .Installments .sub_Installments_two li{font-family:Lato;font-style:normal;font-weight:600;font-size:14px;line-height:22px;letter-spacing:.5px;color:#00695c;border-bottom:2px solid #e9e9e9!important}.Fee_basic_screens20 .Installments .sub_Installments{display:grid;grid-template-columns:80% 20%;padding:20px 0}.Fee_basic_screens20 .Installments .sub_Installments_two ul{grid-template-columns:11% 67% 22%;padding:0}.Fee_basic_screens20 .Installments .sub_Installments_two ul li:last-child{margin-left:30px}.Fee_basic_screens20 .Installments .sub_Installments_two ul li:last-child span{padding-right:15px;font-family:Lato;font-style:normal;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.5px;color:#4db6ac;padding-left:0}.Fee_basic_screens20 .Installments .lasttest{text-align:right}.Fee_basic_screens21 .screensidebar300{padding-top:70px!important;max-height:calc(100vh + -0px);height:calc(100vh + -0px)}.Fee_basic_screens21 .Add_Component_section{background:#eff8f8;border-radius:8px}.Fee_basic_screens21 .Add_Component_section ul li{font-family:Lato;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000;padding:15px 0;border-bottom:1px solid black}.Fee_basic_screens21 .Add_questionsection{position:relative;padding-left:35px;padding-top:15px;padding-bottom:25px}.Fee_basic_screens21 .Add_questionsection .add_option1{position:unset}.Fee_basic_screens21 .add_option1 span{font-weight:700}.Fee_basic_screens21 .FeeType_section .Subject_name{background:#e0f2f1}.Fee_basic_screens21 .FeeType_section .Subject_name h5{padding:10px 24px 6px}.Fee_basic_screens21 .FeeType_section .Classsreen ul{display:grid;grid-template-columns:90% 10%}.Fee_basic_screens21 .Discounts{display:inherit;cursor:pointer;margin:30px 0 0;border-bottom:0px solid #b2dfdb;background:#fff;box-shadow:0 8px 16px #1a151114;border-left:10px solid#00796B;padding:32px 32px 0 30px}.Fee_basic_screens21 .Discountssection1{margin:32px 32px 0;display:inherit;cursor:pointer}.Fee_basic_screens21 .Discounts_section h2{padding-bottom:20px}.Fee_basic_screens21 .FeeType_section{border-radius:8px}.Fee_basic_screens21 .Discounts_section .Discounts .Classsreen{background:#eff8f8;padding:10px 30px}.Fee_basic_screens21 .Discounts_section .Discounts .Classsreen li{align-items:center;display:flex}.Fee_basic_screens21 .Feefine_section{display:grid;grid-template-columns:95% 5%}.Fee_basic_screens21 .Feefine_section span{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#f47e16}.Fee_basic_screens21 .Feefine_section p{align-items:center;display:flex}.Fee_basic_screens21 .Feefine_section p img{padding-right:15px}.Fee_basic_screens21 .heading_section{background:#e0f2f1;padding:10px 24px 6px;display:grid;grid-template-columns:20% 20% 16% 16% 16% 12%}.Fee_basic_screens21 .heading_section h3{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#000}.Fee_basic_screens21 .Add_Component_section ul:last-child li{border-bottom:0px}.AcademicYear_section{display:flex;flex-wrap:wrap;margin-left:-15px}.Fee_basic_screens21 .switch label:after{content:"";position:absolute;top:15px;left:-15px;width:3.125rem;height:2.125rem;opacity:0;transition:background-size .2s ease;border:0px}.Fee_basic_screens21 .switch label:before{content:"";position:absolute;top:15px;left:-15px;width:3.125rem;height:2.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='36'%20viewBox='0%200%2042%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='12'%20rx='6'%20transform='matrix(-1%200%200%201%2042%2012)'%20fill='%23C6CFCE'/%3e%3cg%20filter='url(%23filter0_d)'%3e%3ccircle%20r='8'%20transform='matrix(-1%200%200%201%2018%2018)'%20fill='white'/%3e%3c/g%3e%3ccircle%20r='4'%20transform='matrix(-1%200%200%201%2018%2018)'%20fill='%23C6CFCE'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='0'%20y='0'%20width='36'%20height='36'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.77526%200%200%200%200%200.8125%200%200%200%200%200.809024%200%200%200%201%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");border:none!important}.Fee_basic_screens21 .switch input[type=checkbox]:checked+label:after{background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='36'%20viewBox='0%200%2042%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='12'%20rx='6'%20transform='matrix(-1%200%200%201%2024%2012)'%20fill='%2300695C'/%3e%3cg%20filter='url(%23filter0_d)'%3e%3ccircle%20r='8'%20transform='matrix(-1%200%200%201%2024%2018)'%20fill='white'/%3e%3c/g%3e%3ccircle%20r='4'%20transform='matrix(-1%200%200%201%2024%2018)'%20fill='%2300695C'/%3e%3cdefs%3e%3cfilter%20id='filter0_d'%20x='6'%20y='0'%20width='36'%20height='36'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.929412%200%200%200%200%200.419608%200%200%200%200%200%200%200%200%200.2%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}.Fee_basic_screens21 .Add_questionsection .add_optionsecound p{font-family:Roboto;font-style:normal;font-weight:700;font-size:14px;line-height:19px;text-align:right;text-transform:uppercase;color:#f70}.Fee_basic_screens21 .Add_questionsection .add_optionsecound p span{padding-left:15px;padding-right:15px}.Fee_basic_screens21 .Add_questionsection .add_optionsecound p{font-family:Roboto;font-style:normal;font-weight:700;font-size:14px;line-height:19px;text-transform:uppercase;color:#f70;align-items:center;align-self:center;display:flex;justify-content:right;float:right}.AcademicYear_section .row{position:relative}.Fee_basic_screens21 .AcademicYear_section .row:nth-child(2) select#class,.Fee_basic_screens21 .AcademicYear_section .row:nth-child(3) select#class{padding-left:35px}.Fee_basic_screens21 .Add_Component_section ul li.pointer{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#f47e16}.Fee_basic_screens21 .allyears .row{position:relative}.Fee_basic_screens21 .allyears .input-div{margin:20px 0}.Fee_basic_screens21 .allyears label{font-weight:400;font-size:14px;line-height:16px}.Fee_basic_screens21 .allyears select{margin:0;border:0px}.Fee_basic_screens21 .allyear .input-div.select.prefix{background:#fff;border:1px solid #80cbc4;box-sizing:border-box;box-shadow:0 0 20px #0096880d;border-radius:8px}.Fee_basic_screens21 .allyear select#class{margin:0;border:0px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#0d352d}.Fee_basic_screens21 .allyear{width:60%;margin:0 auto}.Fee_basic_screens21 .allyears select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;padding-left:20px;color:#000;margin:0;width:230px}.Fee_basic_screens21 .allyear .row{display:unset}.Fee_basic_screens21 .student_manager img.Dropdown,.screenadmin1010 img.Dropdown{top:34px;left:167px;position:absolute}.Fee_basic_screens21 .screenadmin1010 .row .input-div{margin:20px 0 0}.Fee_basic_screen22 .rightSide header{border-bottom:1px solid #009688;width:calc(100vw - 21rem)}.Fee_basic_screen22 .middelsection{width:unset;margin-left:0;margin-top:0;border-radius:15px;flex:2;filter:drop-shadow(0px 6.6501px 5.32008px rgba(0,0,0,.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0,0,0,.0196802))}.Fee_basic_screen22 .siblings_including12{background:#fff;border-radius:10px;padding:0;margin-right:30px;flex:.8;filter:drop-shadow(0px 6.6501px 5.32008px rgba(0,0,0,.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0,0,0,.0196802))}.Fee_basic_screen22 .siblings_including12 .siblings_including{border-bottom:1px solid #009688}.Fee_basic_screen22 .siblings_including12 .siblings_includingones{padding:12px;border-radius:10px 10px 0 0}.Fee_basic_screen22 .siblings_including12 .siblings_including p{font-size:22px;line-height:22px;color:#000;text-align:left;margin-bottom:0;font-weight:500}.Fee_basic_screen22 .siblings_including h6{font-weight:800;font-size:30px;line-height:40px;color:#000;text-align:left}.Fee_basic_screen22 .Sibling_1 ul li{font-weight:700}.Fee_basic_screen22 .including_siblings_section{margin-left:30px}.Fee_basic_screen22 .screen505 .middelsection .contant-body .full-width .table-header{background:#eff8f8;margin:0;padding:15px 15px 10px}.Fee_basic_screen22 .screen505 .middelsection .contant-body .full-width .table-value{grid-template-columns:33.33% 33.33% 33.33%;background:#fff}.Fee_basic_screen22 .screen505 .middelsection .contant-body .full-width .table-value{border-bottom:0px solid #80cbc4}.Fee_basic_screen22 .screen505 .middelsection .contant-body .full-width .table-value .value{padding:6px 0}.Fee_basic_screen22 .screen505 .middelsection .discountsection .table-header{padding:0!important}.Fee_basic_screen22 .screen505 .middelsection .discountsection .freerecords h2{padding-left:30px;font-size:16px;padding-top:0;padding-bottom:0}.mark-paid-amount{background-color:#eff8f8;font-size:20px;color:#4db6ac;height:42px;display:flex;justify-content:center;align-items:center}.mark-paid-number{text-align:right;font-size:30px;background-color:#fff}.header-bold{font-weight:700}.Fee_basic_screen22 .screen505 .discountsection .task{background:#eff8f8!important;border-radius:0 0 8px 8px}.Fee_basic_screen22 .screen505 .discountsection .value.dollers{color:#eb5757}.Fee_basic_screen22 .screen505 .freerecords h2{font-size:18px}.Fee_basic_screen22 .screen505 .contant-body .full-width .table-header{margin-top:20px;padding-top:0}.Fee_basic_screen22 .screen505 .contant-body .full-width .table-value .value{border-bottom:0px solid #80cbc4;align-items:center;position:relative}.Fee_basic_screen22 .contant-body .full-width .table-value .value.display-flex .dropbox-div{display:flex;position:relative}.Fee_basic_screen22 .contant-body .full-width .table-value .value.display-flex .text{font-weight:400;font-size:14px;line-height:24px;color:#00695c}.Fee_basic_screen22 .screen505 .topmeinsection .padding-section .top-title-btn .view-edit-profile-link{margin-left:0}.Fee_basic_screen22 .screen505 .topmeinsection .padding-section .top-title-btn .name{margin-bottom:0}.Fee_basic_screen22 .screen505 .topmeinsection .padding-section .top-title-btn .circal{margin-bottom:0;margin-top:-10px}.Fee_basic_screen22 .screen505 .topmeinsection .padding-section .top-title-btn{align-items:center}.Fee_basic_screen22 .screen505 .secoundset{flex:2}.Fee_basic_screen22 .screen505 .indicator{flex:1}.Fee_basic_screen22 .Total_transaction{background:#eff8f8;border-radius:8px;padding:20px}.Fee_basic_screen22 .screen505 .secoundset{flex:2;display:grid;grid-template-columns:auto auto auto;margin-right:20px;grid-gap:30px}.Fee_basic_screen22 .Total_transaction span{float:right}.Fee_basic_screen22 .Total_transaction p{margin-bottom:0;font-family:Lato;font-style:normal;font-weight:700;font-size:14px;line-height:28px;color:#828f8e}.Fee_basic_screen25 .single_input_section{display:grid;grid-template-columns:9% 20% 33% 33%;grid-gap:10px;width:95%}.Fee_basic_screen24 .Absolute_section select.Absolute{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}.Fee_basic_screen27 .Amount_section{display:grid;grid-template-columns:70% 30%;padding:10px 30px;align-items:center;border-top:1px solid #e0f2f1}.Fee_basic_screen27 .Amount_section h3{font-family:Lato;font-style:normal;font-weight:400;font-size:24px;line-height:21px;color:#4db6ac;text-align:left}.Fee_basic_screen27 .Amount_section p{font-family:Lato;font-style:normal;font-weight:700;font-size:32px;line-height:49px;letter-spacing:1.03042px;color:#000;margin-bottom:0}.Fee_basic_screen27 .Amount_section span{font-family:Lato;font-style:normal;font-weight:400;font-size:37.0952px;line-height:49px;letter-spacing:1.03042px;color:#009688;padding-right:15px}.Fee_basic_screen27 .Bachelor_Technology{border-top:1px solid #e0f2f1}.Fee_basic_screen27 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:20vh;overflow-x:hidden}.dots{color:#00000880;font-size:25px;position:absolute;top:-15px;right:5px;cursor:pointer}ul.editdelete{display:unset!important;background:#000;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 4px 4px #00000040;border-radius:4px;padding:6px 10px!important;position:absolute;left:auto;right:-80px;top:15px;font-size:14px;z-index:1}ul.editdelete li,.tenb{padding-bottom:0;color:#fff;cursor:pointer}.time_table_secound .padding-section{position:relative}.time_table_secound .popup_section h2{font-style:normal;font-weight:700;font-size:24px;line-height:20px;display:flex;align-items:center;color:#000;padding-bottom:16px}.time_table_secound .popup_section p{font-style:normal;font-weight:400;font-size:18px;line-height:20px;display:flex;align-items:center;color:#009688;margin-bottom:36px}.addmore{margin:16px 0}.time_table_secound .popup_section{background:#fff;border-radius:8px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;width:50%;padding:30px 32px;height:auto;overflow:auto}.time_table_secound .popup_section h2 span{padding-left:20px;cursor:pointer}.gap-15{gap:15px}.gap-15 .input-div{position:relative}.rbc-event-content{font-size:80%}.school-name-select{display:inherit;width:200px;border:none}.Fee_basic_screens30 .mein_Apply_section .row{align-items:center}.Fee_basic_screens30 .mein_Apply_section{border-bottom:1px solid #e0f2f1}.Fee_basic_screens30 .Apply_section{position:relative;top:8px;left:0}.Fee_basic_screens30 .Fee_management_section{text-align:left;flex:0 0 80%}.Fee_basic_screens30 .top_headersection .SAve{display:flex;flex-wrap:wrap;align-items:center;margin-left:2%}.Fee_basic_screens30 .top_headersection{display:inline-block;width:100%}.Fee_basic_screens30 .Selected_Class .input-div{margin:0!important}.Fee_basic_screens30 .Selected_Class .row img{position:absolute;top:40px;left:8px}.Fee_basic_screens30 .Selected_Class .row select#class{padding-left:35px}.Fee_basic_screens30 .Selected_Class .row .Selected_Class{position:relative;top:-20px}.Fee_basic_screens30 .heading_section,.Fee_basic_screens30 .Add_Component_section ul{grid-template-columns:20% 20% 15% 15% 15% 15%}.Fee_basic_screens30 .lastli .row{display:flex;width:100%;flex-wrap:wrap}.Fee_basic_screens30 .lastli .input-div.select.prefix{margin:0;flex:1}.Fee_basic_screens30 .lastli .row select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat #eff8f8;padding-left:40px;border-radius:8px;margin:0;border:0px}.Fee_basic_screens30 .lastli span.prefix-icon{position:absolute;top:10px!important;left:15px!important;background:#e0f2f1;padding:0 5px!important;border-radius:50%}.Fee_basic_screens30 .lastli .button_section{flex:1}.Fee_basic_screens30 .loopssection{background:#f7fbfb;overflow-y:auto;height:56vh;overflow-x:hidden}.Fee_basic_screens30 .screenadmin1010 .row .input-div.select.prefix select{padding-left:50px}.Fee_basic_screens30 .firstlist_section .row select{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207L13%201'%20stroke='%23EB5757'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat #eb57571a}.Fee_basic_screens30 .firstlist_section span.prefix-icon{top:15px!important;background:unset}.Fee_basic_screens30 .lastli select#class{color:#00897b}.Fee_basic_screens30 .firstlist_section select#class{color:#eb5757}.Fee_basic_screens30 .secoundlist_section select#class{color:#ad5100}.Fee_basic_screens30 .secoundlist_section .row select,.fee-records{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207L13%201'%20stroke='%23AD5100'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat #fabf2c4d}.Fee_basic_screens30 .secoundlist_section span.prefix-icon{top:9px!important;background:unset}@media(max-width:1440px){.Fee_basic_screens30 .lastli .button_section{margin-top:10px}}@media(max-width:850px){.Fee_basic_screens21 .AcademicYear_section .row{margin-left:0}}.Fee_basic_screen22 .table-headerones{display:grid;grid-template-columns:12% 14% 15% 15% 15% 12% 9%!important}.Fee_basic_screen22 .table-value,.freerecords{grid-template-columns:25% 20% 15% 15% 10% 14%}.discountsection{overflow-y:auto}.dark-box-shadow{border-radius:15px;box-shadow:#00000014 0 0 5px,#00000014 0 4px 12px 5px,#00000014 0 4px 12px 5px,#00000014 0 4px 12px 5px!important}.time_table_secound26 .close{position:absolute;right:2rem;top:1rem;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L25.7071%2024.2929C26.0976%2024.6834%2026.0976%2025.3166%2025.7071%2025.7071C25.3166%2026.0976%2024.6834%2026.0976%2024.2929%2025.7071L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill='%23014E3F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.7071%200.292893C26.0976%200.683417%2026.0976%201.31658%2025.7071%201.70711L1.70711%2025.7071C1.31658%2026.0976%200.683417%2026.0976%200.292893%2025.7071C-0.0976311%2025.3166%20-0.0976311%2024.6834%200.292893%2024.2929L24.2929%200.292893C24.6834%20-0.0976311%2025.3166%20-0.0976311%2025.7071%200.292893Z'%20fill='%23014E3F'/%3e%3c/svg%3e") center no-repeat;text-indent:-62499.9375rem;background-size:100%;cursor:pointer;height:1.5rem;width:1.5rem;z-index:99;color:#014e3f}.time_table_secound26 .Add_Course{text-align:left;padding-left:30px;margin-top:15px}.time_table_secound26 .type{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:#f47e16}.time_table_secound26 .createNewClass .header-title{font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#000;padding:15px 0}.time_table_secound26 .Bachelor_Technology{border-top:1px solid #b2dfdb;padding:0}.time_table_secound26 .Bachelor_Technology .meinsectionthreechecko{overflow-y:auto;height:36vh;overflow-x:hidden;display:grid;grid-template-columns:35% 65%}.time_table_secound26 .thard_section input#firstname{margin:0;padding:10px 0 10px 42px}.time_table_secound26 .thard_section ul li img,.discount-input img{position:absolute;top:15px;left:11px}.refund-header{font-weight:700}.discount-header-row{display:grid;grid-template-columns:33% 33% 33%;text-align:left;margin:20px 60px 0;grid-gap:10px}.time_table_secound26 .mein_secound_section{display:grid;grid-template-columns:18% 18% 18% 36%;padding:15px 20px 0;grid-gap:10px}.fee-adjust-total-row{display:grid;grid-template-columns:54% 44%;justify-content:end;background-color:#fff}.total-label{font-size:16px;font-weight:700;margin-right:10px}.padding-left-8px{padding-left:8px!important}.time_table_secound26 .single_input_section{display:unset}.time_table_secound26 .secound_section label{text-align:left;padding-left:35px}.time_table_secound26 .checkbox-section{border:0px;text-align:right;padding:10px}.time_table_secound26 .checkbox-section .checkbox-group{position:relative;flex:1;min-width:170px}.time_table_secound26 .threecheckobesone .control label:before{top:.1rem;left:39px}.time_table_secound26 .threecheckobesone .control label:after{top:.2rem;left:37px}.time_table_secound26 .checkbox-section .checkbox-group .control label{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:#000}.time_table_secound26 .threecheckobesone .Installmentfrid{text-align:right;margin:10px}.time_table_secound26 .col-sm-12.lasttest{background:#e0f2f1;border-radius:0 0 8px 8px;text-align:right}.time_table_secound26 .threecheckobesone{position:relative;background:#eff8f8}.time_table_secound26 .createNewClass{height:530px;padding:0}.time_table_secount28 .mein_popup_section .popup_section h2{font-family:Lato;font-style:normal;font-weight:700;font-size:24px;line-height:36px;text-align:left;letter-spacing:.5px;color:#0d352d;width:100%;border-bottom:1px solid #e0f2f1;padding:0 20px 15px;display:inline-block}.time_table_secount28 .mein_popup_section .popup_section h2 span{float:right;cursor:pointer}.time_table_secount28 .Cheque_number ul li{display:inline-block;width:100%;padding:20px;font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#000;text-align:left}.time_table_secount28 .createNewClass{width:650px;padding-left:0;padding-right:0;padding-bottom:0;max-height:900px;height:230px}.time_table_secount28 .Cheque_number_secound ul{display:grid;grid-template-columns:30% 70%}.time_table_secount28 .Cheque_number ul{display:grid;grid-template-columns:40% 60%}.time_table_secount28 .Cheque_number_secound ul li{text-align:left;padding:20px}.time_table_secount28 .lastli span.prefix-icon{position:absolute;top:13px!important;left:9px!important;background:#e0f2f1;padding:2px 5px;border-radius:50%}.time_table_secount28 .lastli .row{display:inline-block;width:100%}.time_table_secount28 .lastli .row select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat #eff8f8;padding-left:40px!important;border-radius:8px;margin:0;border:0px}.time_table_secount28 .lastli .input-div.select.prefix{width:60%;display:inline-block}.time_table_secount28 .lastli .button_section{width:30%;display:inline-block;text-align:right}.popup_{font-size:11px}.form-control-placeholder1{font-weight:700;font-size:16px;line-height:20px;color:#000008cc;padding-top:15px}.updatemark{border-color:#0000001f;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000000'%20stroke-width='2'%20stroke-opacity='0.1'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat #fff;color:#000;font-weight:700;font-size:16px;line-height:20px;padding:.65rem 1rem;border-radius:10px}.input-color{border-color:#0000001f;background-color:#f7f8fa;color:#000;font-weight:700;font-size:16px;line-height:20px;margin-bottom:0;border-radius:.5375rem;padding:.75rem 1.5rem}.input-color::-webkit-input-placeholder{color:#000}.input-color:-ms-input-placeholder{color:#000}.input-color::placeholder{color:#000}.row-border{border-bottom:1px solid rgba(196,196,196,.2);padding:0 0 20px;margin:0 0 20px}.createClassPopup-section1502screen .radio-group{display:grid;grid-template-columns:auto auto}.createClassPopup-section1502screen .radio-group .radiobutton{background:#fff!important;border-radius:10px;padding:0 4px;margin-left:0;margin-top:0;max-width:80%!important;position:relative;text-align:left;margin-bottom:0}.createClassPopup-section1502screen .radio-group .radiobutton label{padding-left:12px;width:53px;height:36px;border:1px solid rgba(196,196,196,.4);line-height:36px;border-radius:5px;cursor:pointer}.createClassPopup-section1502screen .radio-group .radiobutton label:after{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;opacity:0;transition:background-size .2s ease;border-radius:100px!important}.createClassPopup-section1502screen .radio-group .radiobutton label:before{content:"";position:absolute;top:calc(50% - .6rem);left:0;width:1.125rem;height:1.125rem;border:.063rem solid #dde5eb;transition:background-size .2s ease;border-radius:100px!important;display:none}.upload-btn-wrapper{position:relative;overflow:hidden;text-transform:capitalize;cursor:pointer}.upload-btn-wrapper .without-icon-fullbox{text-transform:capitalize;text-align:left;cursor:pointer}.upload-btn-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0}.radiobutton label{color:#000}.btn-document{border-color:#0000001f;background:#fff!important;color:#000008cc;font-size:16px;line-height:20px;text-transform:inherit;box-shadow:none;margin-bottom:10px;border-radius:.5375rem;padding:.75rem .5rem;border:1px solid rgba(0,0,0,.12)}.btn-document-addbook{box-shadow:none;margin-bottom:0;border-radius:.5375rem;padding:.75rem 1.5rem}.plusicon{margin-right:10px}.screenno1501 .search-top .dateline .Start_Date{width:100%}.search-top .Marks{padding:1rem;border:1px solid rgba(0,0,0,.12);box-shadow:0 0 20px #0096880d;box-sizing:border-box;border-radius:8px;background:#fff;color:#000008cc;font-style:normal;font-weight:700;font-size:16px;line-height:20px;padding-left:54px}.search-top img.vehicle_Bus{position:absolute;top:17px;left:20px}.screen1800 .Fee_Components123 .Period123 ul li input.duedate7{padding-left:26px;font-weight:700}.pr-0{padding-right:0}.pl-0{padding-left:0}.custom-file .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.custom-file .inputfile+label{font-size:11px;font-weight:500;color:#5f5d5db2;background-color:#fff;display:flex;height:130px;width:100%;justify-content:center;align-items:center;flex-direction:column;border-radius:4px}.custom-file .inputfile+label span{margin-bottom:5px}.custom-file .inputfile:focus+label,.custom-file .inputfile+label:hover{background-color:#fff;cursor:pointer}.width-btn{width:70%;float:right}.width-btn label{font-weight:700;font-size:16px;color:#000000db;cursor:pointer;word-break:break-word}.screen1016 .filter-form .topSection .input-div.select.prefix.updatewidth:nth-child(1) select#class{width:310px}.student_manager .All_Classes .All_Classes1{padding-left:0}.Classsreen ul li{padding-bottom:1rem}.pdf-icon{position:absolute;left:0;top:-12px}ul li.document-icon li.innerlipdf{padding-left:28px}.screenno1501.student_manager .All_Classes{background:#317164}.screenno1501.student_manager .All_Classes h4,.screenno1501.student_manager .All_Classes h3{color:#fff}.circle-icon{background:#000;width:4px;cursor:pointer;height:4px;border-radius:100%;margin:3px;align-self:flex-end}.delete-slot-icon{position:relative}.delete-action span{display:block;padding:0 0 8px;color:#fff}.delete-action{background:#000;padding:10px 5px 10px 20px;border-radius:10px;min-width:110px;position:absolute;right:40px;height:70px;display:none;top:15px;z-index:99999;cursor:pointer}.icon-delete{flex-direction:column;padding-right:10px;margin-top:-12px;margin-right:20px;display:flex}.delete-slot-icon:hover .delete-action{display:block}.has-search .form-control{width:100%;margin:0;background:none}.screensidebar300 .student_manager .All_Classes h4{padding-top:0}@media only screen and (max-width:1507px){.time_table_32 .screen_colunm471 .contant-body .full-width .padding-section{width:99%!important}.tenb_section{width:110px!important}.screen_colunm471 .meinheader_section{max-width:126px}}.right-content{padding:30px;background:#f7f8fa;margin-top:-28px}.top-innerBox{display:flex}.top-innerBox div{padding:0 20px}.eduTinker-space32{padding-bottom:32px}.heading-section{display:flex;justify-content:space-between;width:100%;padding:0 15px}.eduTinker-SearchBox{align-items:center;text-decoration:none;padding:8px 16px;box-shadow:none;text-transform:capitalize;height:40px;width:294px}.eduTinker-paddingR0{padding-right:0}.eduTinker-paddingL0{padding-left:10px}.eduTinker-pa-L-0-R-0{padding-left:0;padding-right:0}.eduTinker-textR{text-align:right}.cardheading-Tab ul{display:flex;border-bottom:1px solid rgba(0,0,0,.1);align-items:center}.cardheading-Tab ul li{margin:0;padding:20px 3rem 10px;font-style:normal;font-weight:500;font-size:24px;line-height:40px;text-decoration:none;color:#000;cursor:pointer;flex:0 0 46%;text-align:center}.cardheading-Tab ul li.active{font-weight:900;border-bottom:5px solid #ac8af8}.tab-content{padding:20px}.dailyContent img{max-width:100%}.eduTinker-select select{background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41421%200C0.523309%200%200.077142%201.07714%200.707107%201.70711L3.29289%204.29289C3.68342%204.68342%204.31658%204.68342%204.70711%204.29289L7.2929%201.70711C7.92286%201.07714%207.47669%200%206.58579%200H1.41421Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") 97% center no-repeat #f7f8fa!important;appearance:none;font-size:16px;display:block;width:100%;color:#000008cc;font-family:Lato;font-size:1rem;margin-bottom:1.75rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:.95rem 1rem;padding-left:54px;font-weight:700}.selectbox .eduTinker-select select{margin-bottom:0rem}.eduTinker-select img.vehicle_Bus{position:absolute;top:14px;left:20px}.eduTinker-select.class-icon select{background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41421%200C0.523309%200%200.077142%201.07714%200.707107%201.70711L3.29289%204.29289C3.68342%204.68342%204.31658%204.68342%204.70711%204.29289L7.2929%201.70711C7.92286%201.07714%207.47669%200%206.58579%200H1.41421Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") 88% center no-repeat #f7f8fa!important}.eduTinker-select.class-icon select{padding-left:44px}.eduTinker-select.class-icon img.vehicle_Bus{position:absolute;top:15px;left:13px}.eduTinker-select{position:relative}.search-slot input[type=text]{background-image:none;border:1px solid rgba(0,0,0,.12)!important;border-radius:8px;padding-left:1.5rem}.search-slot{position:relative}.search-slot .search-iron{position:absolute;right:15px;top:15px;cursor:pointer}.tableStaff{display:flex}.tableStaff .staffUser,.tableStaff .staffUser img{width:32px;height:32px;border-radius:50px}.tableStaff p{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#000c;margin:0;padding:0}.tableStaff span{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#0009;margin:0;padding:0;opacity:.6}.content-right .table tr td:nth-child(1){width:28%}.content-right .table tr td:nth-child(5),.content-right .table tr th:nth-child(5){text-align:center}.table{border-spacing:inherit}.content-right .table tr th,.content-right .table tr td{text-align:left}.content-right{padding:10px 70px 70px 100px}.content-right .table th:first-child{border-radius:10px 0 0}.content-right .table th:last-child{border-radius:0 10px 0 0}.content-right .table th:first-child,.content-right .table td:first-child{padding-left:3rem}.tox-form textarea{overflow-y:scroll}.content-right .table tr td:nth-child(1){width:32%}.content-right .table .thead-dark th{text-transform:uppercase;font-style:normal;font-weight:700;font-size:14px}.tableCard{background:#fff;box-sizing:border-box;box-shadow:0 0 1px #00000014,0 4px 12px -4px #00000073;border-radius:8px}.tableSlot{padding:16px}.tableSlot .table{border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 0 1px #00000014,0 4px 12px -4px #00000014;border-radius:8px 8px 0 0}.presentColor{color:#33a75a;font-weight:700}.absentColor{color:red;font-weight:700}.leaveColor{color:#ed7d31;font-weight:700}.halfDayColor{color:#f1b00f;font-weight:700}.notmarkedColor{color:#a8a8a8;font-weight:700}.logo-img{width:288px}.tableCard input{margin-bottom:0rem}.tableCardHeader{box-shadow:0 2px 2px #00000014}.tableCardHeaderinnner{padding:16px 16px 0}.tableheaderSelect{max-width:375px}.tableheaderSelect input{background:url(/static/media/select-icon.c9300a95.svg) 90% center no-repeat #fff!important;border:none!important;padding-left:0!important;font-size:32px;font-weight:700;margin-bottom:0!important;padding:5px}.topnvavigatorSolt{float:right}.topnvavigatorSolt .pre,.topnvavigatorSolt .next{width:67px;height:48px;border:1px solid rgba(0,0,0,.12);line-height:48px;padding:8px 16px;border-radius:6px;cursor:pointer}.topnvavigatorSolt .pre{margin-right:5px}.breadcrumbs p{color:#f47e16;font-size:16px;font-weight:700}.headingcard h2{color:#000;font-size:24px;font-weight:700}.iconButton{margin:0 5px 0 0}.staffUser{margin-right:10px}.classesAndSubjects{flex:0 0 60%}.selectbox select{margin-bottom:15px!important}.addendance-status{display:flex}.addendance-status>div{width:30px;height:30px;border-radius:100%;color:#38383899;background:#f8f8f8;border:.5px solid #b5b5b5;margin:10px 10px 0 0;font-weight:700;font-size:14px;line-height:30px;text-align:center}.addendance-status>div:last-child{margin-right:0}.present-status.active,.present-status:hover{background:#33a75a;border-color:#33a75a;color:#fff}.half-day-status.active,.half-day-status:hover{background:#f1b00f;border-color:#f1b00f;color:#fff}.absent-status.active,.absent-status:hover{background:red;border-color:red;color:#fff}.leave-status.active,.leave-status:hover{background:#ed7d31;border-color:#ed7d31;color:#fff}.calender-slot{background:#fff;box-shadow:0 8px 12px #00000040;border-radius:0;width:450px;position:absolute;right:0;top:0;height:100vh;z-index:999}.calender-slot .calender-slot-header{background:#383838;padding:30px;min-height:114px}.calender-slot .calender-slot-header h2{font-size:24px;font-weight:700;color:#fff;line-height:24px}.calender-slot .calender-slot-header span.userDescription{font-size:16px;line-height:24px;font-weight:100;color:#fffc}.calender-slot .calender-slot-header .present-btn{background:#29bb88;border-radius:9px;border:none;padding:10px 20px;color:#fff;min-width:108px;text-transform:capitalize;display:block;margin:10px 0 0}.calender-slot .calender-slot-header .calender-slot-users{margin:0 10px}.calender-slot .calender-slot-header .calender-slot-users img{width:100px;height:100px;border-radius:100px}.calender-slot .calender-inner-slot{padding:20px}.calender-slot-heading{padding:20px 20px 20px 0}.calender-slot .calender-slot-heading ul{margin:0 0 15px;padding:0}.calender-slot .calender-slot-heading ul li,.custom-calender-slot .calender-slot-heading ul li{margin:0;padding:5px 10px;display:inline-block;color:#000;font-size:12px;font-weight:700;opacity:.54;line-height:20px;text-transform:uppercase;position:relative}.calender-slot .calender-slot-heading ul li .present-circle,.custom-calender-slot .calender-slot-heading ul li .present-circle{width:5px;height:5px;background:#33a75a;border-radius:100%}.calender-slot .calender-slot-heading ul li .halfday-circle,.custom-calender-slot .calender-slot-heading ul li .halfday-circle{width:5px;height:5px;background:#ff0;border-radius:5px}.calender-slot .calender-slot-heading ul li .absent-circle,.custom-calender-slot .calender-slot-heading ul li .absent-circle{width:5px;height:5px;background:red}.calender-slot .calender-slot-heading ul li .leave-circle,.custom-calender-slot .calender-slot-heading ul li .leave-circle{width:5px;height:5px;background:#ff0}.calender-slot .calender-slot-heading ul li .not-marked-circle,.custom-calender-slot .calender-slot-heading ul li .not-marked-circle{width:5px;height:5px;background:#d9d9d9}.calender-slot .calender-slot-heading ul li span,.custom-calender-slot .calender-slot-heading ul li span{position:absolute;left:0;top:12px}.calender-slot .calender-slot-heading h3{font-weight:700;font-size:20px;line-height:24px;color:#000}.calender-body table{border-collapse:collapse;background:#fff;color:#000;width:100%}.calender-body table th,.calender-body table td{font-weight:700;font-size:14px}.calender-slot .calender-body thead{background:#c4c4c4}.calender-body table td{padding:8px;text-align:center;color:#333;opacity:.6;border-spacing:5px}.calender-body table th{padding:8px;background:#f9f9f9;border-color:#f9f9f9;color:#c4c4c4;font-weight:600}.calender-headingInside{font-weight:700;font-size:20px;line-height:24px;margin:10px 0 15px}.progress{height:32px;margin-bottom:10px;overflow:hidden;width:100%;text-align:center}.progress-bar-success{background-color:#5cb85c}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgb(0 0 0 / 15%);box-shadow:inset 0 -1px #00000026;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar{border-radius:4px;color:#fff;width:100%;font-weight:700;font-size:12px;line-height:32px}.progress-bar-male{background:#a459d1}.progress-bar-female{background:#ff7248}.progress-bar-not-mapped{background:linear-gradient(149.24deg,#003d4d 6.34%,#00c996 130.26%)}.progress-bar-present{background:#33a75a}.progress-bar-halfday{background:#f1b00f}.progress-bar-absent{background:red}.progress-bar-not-marked{background:#a8a8a8}.progress-bar-leave{background:#ed7d31}.calender-select{max-width:150px}.header-sub{padding:0 0 10px}.search-slot .search-iron{position:absolute;right:15px;top:36px;cursor:pointer}.test-duration-time .react-datepicker-wrapper .react-datepicker__input-container input{border-bottom:1px solid #000000;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.8%203.60001H4.35C3.60442%203.60001%203%204.20442%203%204.95001V14.4C3%2015.1456%203.60442%2015.75%204.35%2015.75H13.8C14.5456%2015.75%2015.15%2015.1456%2015.15%2014.4V4.95001C15.15%204.20442%2014.5456%203.60001%2013.8%203.60001Z'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.775%202.25V4.95'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.375%202.25V4.95'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%207.64999H15.15'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat right!important}.screen211 .Test_Title .minitesninfth ul{margin-top:5px;margin-left:1px}.screen470.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers .header{margin-bottom:9px}.MARKS_20 #vehicle{width:40%}.SearchPeopleInChatSection input::placeholder{color:#999!important}.containSection-479 textarea{height:auto;min-height:40px}.containSection-479 .contentchat{word-break:break-all}.card-paddingLeft{padding-left:15px}.eduTinker-space32 .search-slot{margin-right:-15px;position:relative}.Student-Course-Allocation .contant-body .full-width .padding-section{background:#f1f3f6}.classDashboard-sectionscreen209.screen300 .Classsreen ul li{padding-bottom:10px;padding-top:10px}.screen419 .contant-body .value-full-width .padding-section .values{border-bottom:1px solid rgb(233,233,233)}.Student-Course-Allocation .contant-body .value-full-width{background:#fff}.classDashboard-sectionscreen209 #dob,.classDashboard-sectionscreen209 #joiningdate{padding:.7rem 1rem}.sidebarscreen412 .row .input-div.email{width:380px;margin-left:-10px}.All_Classes h4{padding-top:43px}.sidebarscreen300.screens303 select{width:67%}.btn-sectionnewClass{position:absolute;right:0;top:0}.rightbutton .Sections{margin:44px 0 0}.student_manager .Subject_name{padding-top:40px}.Classsreen .Classsreen1{padding-left:13px!important}.search-slot .search-iron.curriculum{right:40px}.sidebarscreen412 .row .input-div.radio-div .radio-group-btn .radiobutton{margin-left:-20px}.sidebarscreen412 .row .input-div select#trip{width:300px}.studentCourseAlloc{padding-bottom:40px}.screenadmin1010 .StatusSectionHeader{background:#f7f8fa}.classDashboard-sectionscreen209.screen300 screenadmin1010 .Classsreen ul li:nth-child(1){margin-left:-19px}.classDashboard-sectionscreen209.screen300 screenadmin1010 .Classsreen ul li:nth-child(2){margin-left:-2px}.classDashboard-sectionscreen209.screen300 screenadmin1010 .Classsreen ul li:nth-child(4){margin-left:-2px}.classDashboard-sectionscreen209.screen300 screenadmin1010 .Classsreen ul li:nth-child(5){margin-left:2px}.classDashboard-sectionscreen209.screen300 screenadmin1010 .Classsreen ul li:nth-child(5){margin-left:5px}.pRight{padding-right:10px}.sidebarscreen412 .row .input-div.email{margin-top:0;margin-left:2px}.sidebarscreen412 .row .input-div.email2{margin-left:-14px!important;width:32.3%}.sidebarscreen412 .row .input-div.email .form-control-placeholder{padding-bottom:5px}.btn-addStudent{width:100%;padding-bottom:10px}.classDashboard-sectionscreen209.screen300 .Classsreen ul li.secoundsubmenu ul li{padding-left:0}.classDashboard-sectionscreen209.screen300 .Classsreen ul.firstui li{padding-left:5px}.screen601 .contant-body .value-full-width .padding-section .values{border-bottom:1px solid rgb(233,233,233)}.screenadmin1010 .row.threecheckobesone .input-div{margin:0 10px 5px}.margin-10px{margin:10px}.margin-mode-of-payment-input{margin:0 7px}.checkbox-customslot input[type=checkbox]{display:block}ul.pickupsection li{padding:10px}.createClassPopup-section.test-popup .test-list .test-block ul li{position:relative}.createClassPopup-section.test-popup .test-list .test-block ul li img{top:9px;left:10px}.custom-remove{position:unset!important;top:unset!important;left:unset!important;cursor:pointer}.createClassPopup-section.test-popup .test-list .test-block ul li input{padding-left:2.5rem}.createClassPopup-section.test-popup .test-list .test-block ul li textarea#testdescription{margin-left:0}.createClassPopup-section.test-popup .test-list .test-block ul li textarea{padding-left:2.5rem;width:90%}.fileuploads206 .Groups{display:flex;justify-content:space-around}.createClassPopup-section.test-popup .test-list .test-block ul li .file2{margin-left:-10px}.createClassPopup-section.test-popup .test-list .test-block ul li .form-control-error{width:90%}ul li.document-icon li.innerlipdf{padding-left:28px;display:block}ul li.document-icon li.innerlipdf .pdf-icon{top:0}.col-sm-5.line ul.dateline{margin-top:-15px}.createClassPopup-section.test-popup .test-list .test-block ul li img.Attach{left:inherit!important}ul.pickupsection{display:grid;grid-template-columns:50% 25% 25%}.screen1514 .dateline .Start_Date input{width:256px}.screen1514 .dateline .Start_Date img.Dropdown{left:214px}.screen1514 p.ornewsetoentest{right:-52px;top:-55px}.screen602 .first_meinsection table tr td .Dropdown_down_section{margin-left:-10px}.screen602 .first_meinsection table tr td .checkbox-section{position:relative;margin-left:-31px}.screen417 .personaldetils_section .row.radio-margin-bottom{margin-bottom:-16px}.sectionp{text-align:left;margin:0 0 -13px 30px;padding:0;font-size:75%!important}.sidebarscreen300.screens303 select{width:33%}.sidebarscreen300 .dateline .Start_Date label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#000;text-align:left;padding:5px 8px}.selectboxsection{box-shadow:0 0 4px #c6cad0}.screen422 .contant-body .value-full-width .padding-section .values .value-data .full-view div{padding-bottom:0}.selectboxsection .dropdwon p{border-bottom:.5px solid #fff}.time_table_32 .timetable_section{padding-left:0}.subjects-list{margin-left:10px}.sidebarscreen412.screen424 .wrapper{margin-top:-20px}ul.suggestive-search{margin-left:8px!important}.screensidebar300 ul.suggestive-search li img{display:none}.screensidebar300 .search-slot .search-iron.curriculum{right:17px;top:18px}.categorytext{font-size:75%;padding-left:10px}.sidebarscreen412 .row .input-div.radio-div .radio-group-btn .radiobutton label:before{border:1px solid #999999}input[type=checkbox]+label:before{border:1px solid #999999}.classDashboard-sectionscreen209 .btn-addStudent{margin-top:20px}.sidebarscreen300.row .input-div.select.prefix{margin:20px 10px}.sidebarscreen300.row .input-div.select.prefix img.Dropdown{left:210px!important;top:37px!important}.Fee_basic_screens .screenadmin1010 .row .input-div.select.prefix select{line-height:normal}.Search_Student .form-control.duedate{font-size:.9rem!important}.sidebarscreen300.Student-Course-Allocation.empty-table .AcademicYear_section .row{margin:0 15px}.sidebarscreen300.Student-Course-Allocation.empty-table input.duedate+img.Dropdown{left:186px!important;top:36px!important}.Fee_basic_screens8 .FeeType_section .Subject_name h5:nth-of-type(2){padding-left:10px}.Fee_basic_screens8 .FeeType_section .Subject_name h5:nth-of-type(3){padding-left:0;margin-left:-8px}.Fee_basic_screens20 .heading_section h3:nth-of-type(2){margin-left:-18px}.Fee_basic_screens20 .heading_section h3:nth-of-type(3){margin-left:-10px}.screen476 .full-width .checkbox-section .control label:before{width:17px;top:4px}div.calender-body{height:54vh}div.calender-body:hover{overflow-y:scroll}@media only screen and (max-height:900px){div.calender-body{max-height:36vh}}.content-right.visitor_management .table tr td:nth-child(1){width:22%}.visitor_management .tableCard{padding-top:20px}.visitorSelect{margin-right:20px}.visitorSelect .eduTinker-select select{background-color:#fff!important}.visitorSelect .eduTinker-select img.vehicle_Bus{top:18px}.studentInfoData .checkBoxLeft{margin-left:-23px;width:59px}.classInputAlignment{width:95px;text-align:left!important}.input.checkboxEdit{width:97px}.screen1016 .filter-form.reportCardmodified{width:80%}.screen1016 .filter-form.reportCardmodified .topSection .input-div.select.prefix.updatewidth:nth-child(1) select#class{width:218px}.screen1016 .filter-form.reportCardmodified .TableSection .header .checkbox-section .checkbox-group .control label{color:#000!important;font-weight:500;font-size:15.9857px;line-height:24px;text-align:left}.screen1016 .filter-form.reportCardmodified .TableSection .body .rowData{margin-left:20px 0px}.screen1016 .filter-form.reportCardmodified .TableSection .body .rowData .checkbox-section .checkbox-group .control label{margin-left:20px}.cancel.BackButtonchange{background:#fff!important;border-color:#f47e16!important;color:#f47e16!important;margin-right:10px!important}.checkBoxModifies .control.checkboxtop{margin-top:-15px}.screen1010 .full-width.updateheader .header{grid-template-columns:40% 20% 20% 20%}.screen1010 .full-width.updateheader .body .rowData{padding-bottom:15px}.screen1010 .full-width.updateheader .body .rowData:after{width:89%;left:36px}.iconImageClass{top:13px;position:absolute;right:10px}.screen1009 .contain .studentInfoDetails .body.checkboxchnage .studentInfoData .checkbox-section .checkbox-group .control label:before{top:calc(50% - 8px);left:10%}.screen1009 .contain .studentInfoDetails .body.checkboxchnage .studentInfoData .checkbox-section .checkbox-group .control label:after{top:calc(50% - 10px);left:9%}.screen1016 .filter-form.reportCardmodified .secoundSection .inputDiv.enterRepotCard{width:478px;margin-right:36px}.screen1016 .filter-form .secoundSection .inputDiv.enterPassing:last-child{width:222px}.screenno1700 .Subject_name.headerTextChange{padding-left:0}.screenno1700 .row.threecheckobesone.alginRowText{margin-left:-26px}.screenno1700 .row.threecheckobesone.alginRowText .checkbox-section .checkbox-group .control label:after{left:27px}.screen1701 .createNewClass.addpopupModifies .Bachelor_Technology .meinsectionthreechecko{height:auto}.screen1701 .createNewClass.addpopupModifies .row .checkbox-section .checkbox-group .control label:after{top:calc(50% - .7625rem);left:-38px}.screen1701 .createNewClass.addpopupModifies .row .checkbox-section .checkbox-group .control label{padding-left:0}.input-div.iconadd img.dateIconAdd{position:absolute;left:11px;top:10px;z-index:99}.form-control.duedate.searchmarginTop{margin-top:0!important}.student_manager .Subject_name.studentNamePaddingTop{padding-top:10px;padding-left:0}.screenno1720 .Classsreen.ulTextalign ul{grid-template-columns:20.2% 20.7% 20% 21% 15%}.screenno1720 .Search_Student.seacrhIconTop img.Dropdown{top:9px}.screenno1720 .Search_Student.seacrhIconTop img.cross{top:16px}.student_manager .Subject_name.Interactionname{padding-top:20px;padding-left:0}.screenno1720 .Classsreen.InteractionUl ul{grid-template-columns:21% 20.4% 20% 20.8% 12%}.InteractionUlApply{margin-top:0}.screenno1724 .Classsreen.Admissionul ul{grid-template-columns:15.6% 17.4% 25% 12.8% 12%}.student_manager .Subject_name.Admissionname{padding-top:20px;padding-left:0}.screenno1700 .row.threecheckobesone.alginRowText .checkbox-section .checkbox-group .control label{padding-top:20px}.screenno1720 .dateline .Start_Date .input-div.iconadd img.cross,.screenno1724 .dateline .Start_Date .input-div.iconadd img.cross{top:15px}.uifixedAdissionapply{margin-top:0}.screenno1724 .Classsreen.Admissionul ul li span.Uploaded img{padding-left:15px;position:absolute;right:-85px}div.screenedutinker ul.SubMenuHide{display:none}div.screenedutinker ul.SubMenuShow{display:block}.VisitorSelect{background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41421%200C0.523309%200%200.077142%201.07714%200.707107%201.70711L3.29289%204.29289C3.68342%204.68342%204.31658%204.68342%204.70711%204.29289L7.2929%201.70711C7.92286%201.07714%207.47669%200%206.58579%200H1.41421Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") 86% center no-repeat #f7f8fa!important;border:none;border-radius:8px;padding:16px 12px;font-size:16px!important}.visitorSelect{font-weight:400}.leftSide .topLinks.newSideBar{border-bottom:.063rem solid rgba(56,56,56,1);background:#383838;width:calc(100% + .063rem);padding-top:.3rem}.leftSidenew{background:#383838!important}.search-flex span:nth-child(2){flex:0 0 15%}.search-flex span:nth-child(3){text-align:left}.search-flex span{flex:0 0 35%}.screenedutinker::-webkit-scrollbar,.classList.fitHeight::-webkit-scrollbar{background:#eff8f8}.visitorAttached{width:66%;float:right;cursor:pointer}.visitorAttached2{width:76%;float:right;cursor:pointer}.addimageName{padding:10px;border:1px solid #ddd;border-radius:8px;word-break:break-all;cursor:pointer}.content-right.visitor_management{margin-top:-29px}.leftsidebar .leftSide{z-index:97!important}.leftsidebar .leftSide .topLinks{border-bottom:none;width:calc(100% + .063rem);text-align:center;padding:15px 0;border-radius:8px}.leftsidebar .screenedutinker h4.active{background:#042c36;border-radius:8px;font-family:Lato;font-style:normal;font-weight:700;font-size:1rem;line-height:28px;color:#fff;margin:0 10px;align-items:center;position:relative;padding:14px 5px}.leftsidebar .screenedutinker h4,.leftsidebar .admin-stats{color:#fff}.leftsidebar .screenedutinker .active{color:#f47e16;font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;display:flex;align-items:center}.leftsidebar .screenedutinker ul li{font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;color:#fff}.leftsidebar .high-school{position:absolute;bottom:0;width:100%;border:none!important;text-align:center;padding:10px;border-top:1px solid #fff!important}.leftsidebar .high-school select#school{font-family:Lato;font-style:normal;font-weight:700;font-size:20px;line-height:30px;text-align:center;color:#fff;margin:0;padding:20px;border:none!important;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat}.leftsidebar .screenedutinker{padding-bottom:210px}.collapse_Solot{position:absolute;width:21px;height:98px;background:#f47e16;border-radius:0 8px 8px 0;cursor:pointer;top:0;right:-21px;-webkit-transition:opacity .3s linear,width .3s .4s;transition:opacity .3s linear,width .3s .4s}.wrapper.expand .classDashboard-sectionscreen209 .leftSide{width:8rem}.leftsidebar .screenedutinker::-webkit-scrollbar{background:var(----scrollbar-background);width:10px!important}.leftsidebar .screenedutinker::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);opacity:.3;border-radius:14px}.wrapper.expand .arrowIconLeft{display:none}.schoolslot{display:grid;grid-template-columns:20% auto;gap:4px}.schoolNameSolot select{border:none;margin-right:10px;padding-left:0;background:url("data:image/svg+xml,%3csvg%20width='13'%20height='8'%20viewBox='0%200%2013%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.44903%200.294922L6.16609%204.87492L10.8831%200.294922L12.3322%201.70492L6.16609%207.70492L0%201.70492L1.44903%200.294922Z'%20fill='%23F47E16'/%3e%3c/svg%3e") 92% center no-repeat;color:#fff;font-size:18px;opacity:.8;margin-bottom:0;text-overflow:ellipsis;cursor:pointer}.wrapper.expand .screenedutinker h4.TopMenu span{display:block}.wrapper.expand .arrowIconLeft{display:none!important}.wrapper.expand .leftsidebar .screenedutinker h4{text-align:center;font-size:10px;line-height:18px;display:block;text-transform:uppercase}.leftsidebar .screenedutinker h4.TopMenu span img{width:34px;height:34px}.wrapper.expand .schoolNameSolot{display:none}.wrapper.expand .schoolslot{grid-template-columns:93%}.wrapper.expand .classDashboard-sectionscreen209 .rightSide{margin-left:8rem;width:calc(100vw - 8rem)}.wrapper.expand .rightSide header{width:calc(100vw - 8rem)!important}.wrapper.expand div.screenedutinker ul{margin-left:0;padding:20px 10px;font-size:14px}.wrapper.expand .leftsidebar .screenedutinker ul li{font-size:14px}.Collapse{font-weight:700;font-size:12px;line-height:28px;text-transform:uppercase;transform-origin:0 0;transform:rotate(90deg);-webkit-transition:opacity .3s linear,width .3s .4s;transition:opacity .3s linear,width .3s .4s;margin:6px 0 0 23px;padding:0}i.CollapseIcon{position:absolute;bottom:3px;right:5px}.wrapper.expand .leftsidebar .Collapse{margin-top:16px}.wrapper.expand .leftsidebar .screenedutinker h4.TopMenu span img{margin-right:0}.wrapper.expand .leftsidebar .headerlogo{margin-right:12px}.fileuploads-dropdown{position:absolute;width:30%;z-index:2;top:34px;left:90%}.paper{background:#fff;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 0 18px #01020733,10px 9px 17px -13px #0000000f;border-radius:8px;padding:24px 17px;width:100%}.header101{font-family:Lato;font-style:normal;font-weight:700;font-size:24px;line-height:30px;padding-top:0}.px-30{padding:0 30px}.mt-10{margin-top:10px}.mt-30{margin-top:30px}.flex-row{display:flex;flex-direction:row;gap:10px}.flex-column{display:flex;flex-direction:column;gap:10px}.align-center{align-items:center}.vehicle-expense-select{position:absolute;top:16px;left:20px}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px #0003;padding:12px 16px;z-index:1}.dropdown:hover .dropdown-content{display:block}.dropdown-content div{display:block;margin:10px 0;cursor:pointer}.dialog-header{width:100%;padding:21px 29px 24px 33px;box-shadow:0 4px 4px #0000001a}.dialog-header-text{font-size:24px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:0px;text-align:left}.dialog-header-subtext{font-size:14px;font-style:normal;font-weight:400;line-height:17px;letter-spacing:0em;text-align:left;color:#00000880}.dialog-container{background-color:#fff;width:43.25rem;position:relative;border-radius:8px;overflow:auto;max-height:100%}.dialog-body{padding:29px 33px 24px}.dialog-label{font-weight:700;font-size:16px;line-height:20px}.cursor-pointer{cursor:pointer}.vehicle-expense-dialog-select{width:261px}.optional-text{font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;display:inline;color:#ccc}#vehicle-expense{min-width:170px}table.vehicle-expense-table{width:100%;margin-top:20px;border-spacing:0;border-radius:8px;border:1px solid #777777;border-collapse:collapse}table.vehicle-expense-table thead tr:first-child{background:linear-gradient(174.97deg,#003d4d 5.64%,#00c996 307.72%);height:56px}table.vehicle-expense-table tr{border-bottom:1px solid #777777}table.vehicle-expense-table thead tr:first-child>th{color:#fff}table.vehicle-expense-table tr>th,table.vehicle-expense-table tr>td{padding:20px 10px}.text-align-left{text-align:left}.lesson-planning-section{display:grid;grid-template-columns:6% 25% 69%}.new-lesson-planning-section{grid-template-columns:30% 70%}.lesson-planning-first-section{text-align:center;background:linear-gradient(179.05deg,#003d4d -11.69%,#00c996 544.97%)}.lesson-planning-secound-section{padding:0 31px 0 0;background:#f7f8fa}.lesson-planning-thard-section{background:#f7f8fa;padding:24px 15px}.lesson-planning-first-section ul li:first-child{background:#042c36;border-radius:8px;padding:18px 0 20px;margin-bottom:47px}.lesson-planning-first-section ul li{padding-bottom:14px}.lesson-planning-first-section ul li p{font-family:Lato;font-style:normal;font-weight:700;font-size:10px;text-transform:uppercase;color:#fff9;opacity:.8}.lesson-planning-secound-section .button_section{margin-top:20px}.List-Chapters-section{margin-top:98px}.List-Chapters-section ul li{background:#fff;border-radius:8px;padding:18px 20px;align-items:center;display:flex;gap:12px;position:relative;margin-bottom:8px}.List-Chapters-section h3{font-family:Lato;font-style:normal;font-weight:700;font-size:24px;line-height:20px;display:flex;align-items:center;color:#000008cc;margin-bottom:24px}.List-Chapters-section ul li span.lesson{flex:1;text-align:right;cursor:pointer}.List-Chapters-section ul li ol.l{list-style-type:lower-greek}.lessn-secound-arrow{text-align:right;position:relative}.List-Chapters-section ul li.BarGraph-section{display:inline-block!important;width:100%}.BarGraph-mein-section{display:flex;gap:12px}.List-Chapters-section ul li ol.l li{padding:10px 30px 0}.List-Chapters-section ul li span{font-style:normal;font-weight:700;font-size:20px;color:#000008cc}.List-Chapters-section ul li span.lesson-color{height:18px;width:18px;background:#8c98ff;border-radius:2px;cursor:pointer}.List-Chapters-section ul li span.lesson-color1{height:18px;width:18px;background:#ff8c8c;border-radius:2px;cursor:pointer}.List-Chapters-section ul li span.lesson-color2{height:18px;width:18px;background:#ffcd1d;border-radius:2px;cursor:pointer}.List-Chapters-section ul li span.lesson-color3{height:18px;width:18px;background:#bfbfbf;border-radius:2px;cursor:pointer}.List-Chapters-section ul li span.lesson-color4{height:18px;width:18px;background:#9bdfae;border-radius:2px;cursor:pointer}.List-Chapters-section ul li span.lesson-color5{height:18px;width:18px;background:#ff8ce6;border-radius:2px;cursor:pointer}.List-Chapters-section ul li span.lesson-color6{height:18px;width:18px;background:#7bc4d3;border-radius:2px;cursor:pointer}.List-Chapters-section ul li span.lesson-color7{height:18px;width:18px;background:#c3dd8b;border-radius:2px;cursor:pointer}.lesson-planning-thard-section .screen_colunmlesson{padding-left:30px;padding-right:25px}.lesson-planning-thard-section .screen_colunmlesson .SAve p{font-style:normal;font-weight:700;font-size:20px;line-height:27px;color:#000000db}.lesson-planning-thard-section .screen_colunmlesson .SAve p.Physics-section{font-style:normal;font-weight:400;font-size:16px;line-height:20px;display:flex;align-items:center;color:#000008cc;margin-top:14px}.lesson-planning-thard-section .screen_colunmlesson .filter-form{display:flex;margin-top:45px;justify-content:right;gap:20px}.lesson-planning-thard-section .screen_colunmlesson .filter-form .input-div.select{margin-top:-20px}.lesson-planning-thard-section .screen_colunmlesson .filter-form .input-div{position:relative;margin-right:0}.lesson-planning-thard-section .screen_colunmlesson .filter-form .input-div.select label{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#4db6ac;text-align:left;padding:5px 8px}.lesson-planning-thard-section .screen_colunmlesson .filter-form .input-div.select.prefix select{padding-left:40px;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.13512%200C0.241566%200%20-0.203388%201.08262%200.431913%201.71098L3.05406%204.30447C3.44368%204.68983%204.07087%204.68983%204.46049%204.30447L7.08264%201.71098C7.71794%201.08262%207.27298%200%206.37943%200H1.13512Z'%20fill='black'/%3e%3c/svg%3e") 92% center no-repeat;border:1px solid #d9dadc}.lesson-planning-thard-section .screen_colunmlesson .filter-form .input-div select{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 92% center no-repeat;color:#000;margin:0;width:230px}.lesson-planning-thard-section .screen_colunmlesson .filter-form .input-div.select .prefix-icon{position:absolute;top:13px;left:10px}.lesson-planning-thard-section .screen_colunmlesson .contant-body{margin-top:35px;margin-left:-30px;margin-bottom:30px}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section{padding:0 15px;position:relative}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section{position:absolute;background:#fff;box-shadow:0 0 20px #00968833;border-radius:10px;width:316px;height:326px;left:43%;top:1.5%}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section .filter-form{display:flex;margin-top:0;flex-wrap:wrap;padding:0 25px}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section .filter-form .input-div{margin-right:0}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section .filter-form .input-div.select{margin-top:25px;width:100%}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section .filter-form .input-div.select.prefix select{width:100%}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens{display:flex;width:100%;height:125px;align-items:flex-end}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .nobutton{border:2px solid #ff7700!important;border-radius:15px;background-color:transparent!important;color:#f47e16!important;box-shadow:0 0 #ed6c0d4d}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .CREATE{width:45%!important;max-width:45%!important;min-width:45%!important;height:50px}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .popup-section .filter-form .buttonsscreens .CREATE:last-child{margin-left:10%}.Tuesday-section p{font-family:Lato;font-style:normal;font-weight:400;font-size:20px;line-height:5;text-align:center;color:#000;margin-top:50px}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .table-header,.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .table-value{display:grid;grid-template-columns:15% 14.16% 14.16% 14.16% 14.16% 14.16% 14.16%}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .table-header .fields.label{text-align:center;background:#e0f2f1;font-weight:700;font-size:14px;color:#000;padding:5px}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .value{height:100%;justify-content:center;display:flex;min-height:160px;width:96%}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width{background:transparent}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .value img{cursor:pointer}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .value ul{display:grid;grid-template-columns:80% 20%;width:100%;padding-left:10%;padding-right:10%;position:relative}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .value ul li{padding-bottom:0}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .value ul li.bold-text{font-weight:700;font-size:14px;color:#004d40}.lesson-planning-thard-section .screen_colunmlesson .meinheader_section{flex:0 0 150px;margin:0 2px}.lesson-planning-thard-section .screen_colunmlesson .header{text-align:center;background:#e0f2f1;font-weight:700;font-size:14px;color:#000;padding:5px;min-height:72px;border-left:.3px solid rgb(77,182,172);border-top:.3px solid rgb(77,182,172)}.lesson-planning-thard-section .screen_colunmlesson .table{width:100%;display:grid;grid-template-columns:auto auto auto auto auto auto auto auto}.lesson-planning-thard-section .screen_colunmlesson .table .meinheader_section:last-child .header,.lesson-planning-thard-section .screen_colunmlesson .table .meinheader_section:last-child .body .value{border-right:.3px solid rgb(77,182,172)}.lesson-planning-thard-section .screen_colunmlesson .table .meinheader_section .body .value:last-child{border-bottom:.3px solid rgb(77,182,172)}.lesson-planning-thard-section .screen_colunmlesson .table .meinheader_section:first-child .header{background:#014250}.lesson-planning-thard-section .screen_colunmlesson .table{width:100%;display:grid;grid-template-columns:14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%}.lesson-planning-thard-section .body .value h6{font-style:normal;font-weight:400;font-size:16px;line-height:20px;align-items:center;text-align:center;color:#000}.lesson-planning-thard-section .body .value p{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:20px;align-items:center;text-align:center;color:#000}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section .table .value{display:grid;align-content:center;margin:5px;border:0px;border-radius:4px}.lesson-planning-thard-section .Period_section .body .value{background:#e0f2f1;border-radius:4px}.lesson-planning-thard-section .body .yellow_back h6{font-weight:700}.lesson-planning-thard-section .body .yellow_back{background:#ddd;border:1px solid #eaeaea;box-sizing:border-box;border-radius:4px;position:relative;min-height:160px!important;height:100%}.lesson-planning-thard-section .body .yellow_back p.test-section{position:absolute;padding:5px;font-weight:800;font-size:10px;color:#fff;background:#9a69eb;border-radius:3px 0 6.5px;top:0;height:25px;width:auto}.lesson-planning-thard-section .meinheader_section.Tuesday_section .header{background:#f006;border-radius:4px}.lesson-planning-thard-section .body .yellow_back .Add{position:absolute;bottom:10px;left:40px}.lesson-planning-thard-section .body .white_back p{font-family:Lato;font-style:normal;font-weight:400;font-size:12px;line-height:20px;text-align:center;color:#0000084d}.lesson-planning-thard-section .body .Geography_section{background:#f9e7e7;border:1px solid #eaeaea;box-sizing:border-box;border-radius:4px;opacity:.2}.lesson-planning-thard-section .body .Hindi_section{background:#e7f4f9;border:1px solid #eaeaea;box-sizing:border-box;border-radius:4px;opacity:.2}.lesson-planning-thard-section .body .English_back{background:#a5edb9;border:1px solid #eaeaea;box-sizing:border-box;border-radius:4px;position:relative}.lesson-planning-thard-section .body .English_back p{font-style:normal;font-weight:400;font-size:10px;line-height:14px;align-items:center;color:#000;background:#9bdfae;border-radius:0 0 5px 5px;padding:10px;position:absolute;bottom:10px;margin-bottom:0}.lesson-planning-thard-section .screen_colunmlesson .contant-body .full-width .padding-section{padding:15px;position:relative;background:#f7f8fa;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;border-radius:8px}.lesson-planning-thard-section .screen_colunmlesson .header{border-left:0px solid rgb(77,182,172);border-top:0px solid rgb(77,182,172);margin:5px;border-radius:4px}.lesson-planning-thard-section .screen_colunmlesson .table .meinheader_section:last-child .header,.lesson-planning-thard-section .screen_colunmlesson .table .meinheader_section:last-child .body .value{border-right:0px solid rgb(77,182,172)}.lesson-planning-thard-section .lessn-secound-arrowone{text-align:right;position:relative}.lesson-planning-thard-section .Add_btn_section{display:grid;grid-template-columns:70% 30%}.lesson-planning-thard-section .Add{display:flex;align-items:center;margin-left:5px}.Start_Date_Slot input{border-color:#ddd!important;margin-bottom:0!important}.Start_Date_Slot .react-datepicker-popper{z-index:999}.Fee_basic_screen2 .createNewClass.yearslotmodal{height:auto!important}.Period-section{margin-top:98px}.Period-section .Period-first-section{width:80%;float:right;background:#f7f8fa;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;border-radius:8px;padding:30px 16px;margin-bottom:10vh}.Period-section .Period-first-section textarea#testdescription{margin-left:0}.Period-first-section h4{font-size:24px;color:#000008cc;margin-bottom:36px}.Period-section .Plan_Type select{border:1px solid rgba(0,0,0,.12);box-sizing:border-box;border-radius:8px;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41421%200C0.523309%200%200.077142%201.07714%200.707107%201.70711L3.29289%204.29289C3.68342%204.68342%204.31658%204.68342%204.70711%204.29289L7.2929%201.70711C7.92286%201.07714%207.47669%200%206.58579%200H1.41421Z'%20fill='%23000008'%20fill-opacity='0.8'/%3e%3c/svg%3e") 92% center no-repeat;width:40%;color:#000008cc;font-size:16px;font-weight:700;padding-left:40px}.Period-section .lesson_calendar_today{position:absolute;top:12px;left:10px}.Period-section .Plan_Type{position:relative}.Period-section .Start_Date1 input{color:#c4c4c4;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-weight:700;padding-left:15px}.Period-section .Select_Subtopic select{color:#000;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-weight:700;padding-left:15px;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.47574%200C0.576305%200%200.134103%201.09479%200.781216%201.71947L3.48503%204.32955C3.87251%204.70359%204.48661%204.70359%204.87408%204.32955L7.5779%201.71947C8.22501%201.09479%207.78281%200%206.88337%200H1.47574Z'%20fill='%23C4C4C4'/%3e%3c/svg%3e") 92% center no-repeat}.Period-section .Select_Subtopic input#firstname{color:#c4c4c4;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-weight:700;padding-left:15px}.Period-section .Remarks textarea#testdescription{color:#000;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-weight:700;padding-left:15px}.Period-section .Upload_Documents1 h2{font-size:14px}.Period-section label{color:#00000880;font-weight:700;font-size:14px}.Period-section .Select_Subtopic label,.Period-section .Start_Date1 label{margin-bottom:10px;text-transform:uppercase}.Period-section .Select_Subtopic,.Period-section .Start_Date1,.Period-section .Upload_Documents1{position:relative}.Period-days-section input{color:#000!important}.Period-days-section .Remarks textarea#testdescription{color:#000}.Period-existing-section p{margin-bottom:34px}.Period-existing-section .Period-first-section{height:100%;min-height:960px}.Period-existing-section .Period-first-section h4{margin-bottom:96px}.top_sectionClass{text-align:center}.top_sectionClass ul{margin:0;padding:0;display:flex;justify-content:center}.top_sectionClass ul li{list-style:none;padding:10px 5px}.top_sectionClass h2{font-size:20px}.card_section{padding:30px;background-color:#fff;margin-left:10%;border:1px solid rgba(0,0,0,.12);box-shadow:0 0 1px #00000014,0 4px 12px -4px #00000014;border-radius:8px 8px 0 0}.board_Section ul{margin:0;padding:0}.board_Section ul li{margin:0;padding:0;list-style:none}.board_Section ul li .title_heading{position:absolute;left:-112px;top:14px;font-weight:700;font-size:14px;text-transform:uppercase;color:#00000880}.input_gray_section,.btn_section_board,.chapter_curriculum{position:relative}.input_gray_section input::placeholder{color:#ddd}.input-div input::placeholder{color:#ddd}.gray_fontSize{font-weight:700;font-size:20px}.gray_input{background-color:#f7f8fa;background-image:none!important;border:none;border-radius:8px}.cancil_btn_curriculum{border:1px solid rgba(0,0,0,.12);min-width:7rem;background-color:#f7fbfb;box-shadow:unset;color:#000000db;font-family:Lato;font-style:normal;font-weight:700;font-size:900;line-height:20px;text-transform:capitalize;position:relative;border-radius:24px;padding:.9rem 1rem .85rem}.curriculum_board_btn{margin:65px 0 0}.btn_class_board{display:flex}.btn_curriculum,.btn_book{margin-right:20px}.btn_book{color:#000}.curriculum_hr{width:100%;height:1px;background:#0000001f;margin-bottom:30px}.chapter_board{margin-top:20px}.board_Section.chapter_board ul li .title_heading{left:-136px}.btn_curriculum_right{display:grid;grid-template-columns:60% 40%}.btn_rightIcon{margin-right:0}.btn_valueText{padding:0 5px}.text_numbur{padding:5px 0 0}.margin_Bottomcurriculum{margin-bottom:20px}.chapter_slotBottom{display:grid;grid-template-columns:5% 60% 35%}.card_section .totalSectionSlot{display:grid;grid-template-columns:70% 30%;text-align:center}.card_section .sectionInput{padding:10px;background:#f7f8fa;border-radius:8px}.card_section .sectionTotal{font-weight:700;font-size:16px;line-height:20px;padding:10px 0 0;margin-right:5px}.cardmarginBottom{margin-bottom:20px;padding-bottom:20px;border-bottom:.5px solid rgba(0,0,0,.12)}.inputSlotChapter{margin-right:10px}.inputSlotChapter .input-div{position:relative}.inputSlotChapter .input-div .attachedIcon{position:absolute;right:10px;top:10px;cursor:pointer}.gray_fontSizeSearch{font-style:normal;font-weight:400;font-size:20px;color:#0000084d}.card_section .btn_rightAdd{margin-right:0}.subtopicIndex{position:absolute;left:14px;z-index:99;top:9px;font-size:18px}.inputSlotChapter .input-div .deleteIcon{position:absolute;right:81px;top:18px;cursor:pointer}.create_new_Lesson_planning{grid-template-columns:65% 35%}.Chapters-section{padding:24px 15px;border-left:1px solid rgba(0,0,0,.12)}.Chapters-section .Chaptersone-section h3{font-weight:700;font-size:17.7193px;line-height:15px;flex:1}.Chapters-section .Chaptersone-section .value span.Filter{font-family:Lato;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#004d40}.Chapters-section .Chaptersone-section{display:flex;flex-wrap:wrap;align-items:center}.create_new_Lesson_planning .lesson-planning-thard-section .screen_colunmlesson{padding-left:30px;padding-right:30px}.Chapters-section .value{flex:1;text-align:right;position:relative}.Chapters-section .value img{position:absolute;right:50px}.Trigonometry-mein-section{margin-top:36px}.Trigonometry-mein-section li{background:linear-gradient(270deg,#fdfcff,#fff 82.11%);border:1px solid rgba(0,0,0,.12);box-sizing:border-box;box-shadow:0 0 1px #00000014,0 4px 12px -4px #00000014;border-radius:8px;padding:16px 30px 0;margin-bottom:15px}.Trigonometry-mein-section li{padding:0}.Trigonometry-concept-section{padding:23px 30px 0}.Trigonometry-mein-section .Trigonometry-section,.Trigonometry-concept-section{display:grid;grid-template-columns:30% auto}.Trigonometry-mein-section span.Trigonometry{color:#000;font-weight:700;padding-left:15px}.Trigonometry-mein-section .Trigonometrytwo span.first{font-style:normal;font-weight:400;font-size:14px;line-height:19px;text-align:right;text-transform:capitalize;color:#eb5757}.Trigonometry-mein-section .Trigonometrytwo span.secound{font-style:normal;font-weight:700;font-size:14px;line-height:19px;text-align:center;color:#f47e16;background:#f8a72433;border-radius:35px;margin-left:16px;padding:5px 20px 5px 15px;position:relative;cursor:pointer}.Trigonometry-section .Trigonometrytwo p,.Trigonometry-concept-section .Trigonometrytwo p{text-align:right}.Trigonometry-mein-section .Trigonometrytwo span.secound img{position:absolute;top:10px;right:6px}.Trigonometry-concept-section .Trigonometrytwo span.first{color:#00000880}.Trigonometry-concept-section .Trigonometrytwo span.secound{background:#08986433;color:#089864}.progress-section{margin:0 0 30px;border-top:1px solid #e5e4e5;border-bottom:1px solid #e5e4e5;padding:20px 30px 15px}.progress-section progress#file{border-radius:10.7766px;background:#eaeaea;width:93%}.progress-section label{font-style:normal;font-weight:700;font-size:14px;line-height:19px;text-transform:uppercase;color:#00000880;margin-bottom:15px}.progress-section span.numbers{color:#00000880;background:#eaeaea;margin-left:10px;padding:2px 8px;border-radius:24px}.progress-section .progress{width:70%;display:inline-block;border-radius:10.7766px;height:15px;background:#eaeaea}.progress-section .numbers-section{width:auto;float:right}.SubTopicsone-section .checkbox-section{border-bottom:0px solid #80cbc4}.SubTopicsone-section .checkbox-section .checkbox-group{position:relative;flex:1;min-width:170px;height:unset}.SubTopicsone-section .checkbox-section .checkbox-group .control label{font-weight:400;font-size:16px;line-height:24px;color:#000;font-weight:700}.SubTopicsone-section .checkbox-section .checkbox-group .control label:before{left:-35px;width:17px;height:18px;top:3px}.SubTopicsone-section .checkbox-section .checkbox-group .control label:after{top:calc(32% - .5625rem);left:-40px;width:27px;height:27px;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%2014L2%209L3.41%207.58L7%2011.17L14.59%203.58L16%205L7%2014ZM16%200H2C0.89%200%200%200.89%200%202V16C0%2016.5304%200.210714%2017.0391%200.585786%2017.4142C0.960859%2017.7893%201.46957%2018%202%2018H16C16.5304%2018%2017.0391%2017.7893%2017.4142%2017.4142C17.7893%2017.0391%2018%2016.5304%2018%2016V2C18%200.89%2017.1%200%2016%200Z'%20fill='%23089864'/%3e%3c/svg%3e") center no-repeat}.SubTopicssecound-section p{color:#00000880;margin:0}.Upload_Documents{margin:15px 0}.SubTopicsone-section{display:grid;grid-template-columns:60% auto}.SubTopics-section h5{padding:0 30px 15px;color:#00000880}.SubTopicsonemein-section{background:#fefdff}.Attach_Resourc_section{background:#fff;grid-template-columns:72% auto;border-top:1px solid rgba(0,0,0,.12);margin-top:30px;padding-bottom:15px}.Attach_Resourc_section .Start_Date1 input#firstname{color:#c4c4c4;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-weight:700;padding-left:15px;margin-bottom:0}.SubTopicsone-section p{color:#00000880}.create_new_Lesson_planning .screen_colunmlesson .table .meinheader_section:first-child .header{height:65px}.create_new_Lesson_planning .lesson-planning-thard-section .body .yellow_back .Add{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:0}.create_new_Lesson_planning .lesson-planning-thard-section .body .English_back p{bottom:0;margin:0}.create_new_Lesson_planning .Tuesday-section p{line-height:4}.create_new_Lesson_planning .Trigonometry-mein .checkbox-section .checkbox-group .control label:after{top:calc(9% - .5625rem)}.failedText{color:red;font-size:18px;font-weight:500}.processingText{color:#009688;font-size:18px;font-weight:500}.screen1015 .contain-area .box .exam-section{min-width:34%}.screen601.Student-Course-Allocation.empty-table .contant-body .full-width .padding-section .headers.download_Statistics_heaser{grid-template-columns:15% 20% 25% 20% 20%;width:100%}.screen601 .contant-body .value-full-width .padding-section .values.download_Statistics_values{grid-template-columns:15% 20% 25% 20% 20%}.searchStudent input[type=text].duedate{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.875%2015.75C3.5325%2015.75%200%2012.2175%200%207.875C0%203.5325%203.5325%200%207.875%200C12.2175%200%2015.75%203.5325%2015.75%207.875C15.75%2012.2175%2012.2175%2015.75%207.875%2015.75ZM7.875%202.25C4.77338%202.25%202.25%204.77338%202.25%207.875C2.25%2010.9766%204.77338%2013.5%207.875%2013.5C10.9766%2013.5%2013.5%2010.9766%2013.5%207.875C13.5%204.77338%2010.9766%202.25%207.875%202.25ZM14.9782%2013.3875L17.6704%2016.0796C18.1102%2016.5195%2018.1102%2017.2305%2017.6704%2017.6704C17.451%2017.8898%2017.163%2018%2016.875%2018C16.587%2018%2016.299%2017.8898%2016.0796%2017.6704L13.3875%2014.9783C13.9826%2014.5159%2014.5159%2013.9826%2014.9782%2013.3875Z'%20fill='%23000000'/%3e%3c/svg%3e")!important}.sortdiv{cursor:pointer;padding:0 0 0 10px}.createQuestion ul{display:flex}.createQuestion ul li{display:inherit}.createQuestion ul li span.difficulty{padding-right:10px}.Marksbottom.createQuestion ul li:after{margin-top:10px}h2.headdingAbsentLeave{text-align:center!important;font-style:normal;font-weight:700;font-size:24px;line-height:29px;color:#000008cc;padding:20px 0}math-field{position:relative;z-index:999999}.sBirthdayHeading{font-family:Lato;font-style:normal;font-size:20px;line-height:20px;color:#000008cc;font-weight:700;font-size:16px;line-height:24px;color:#333339}.modalBodyScroll{overflow-y:auto;overflow-x:hidden;overflow:auto;max-height:590px;padding-right:25px;margin-right:2px}.createClassPopup-section1502screen .createNewClass{padding-right:0}.paddingLeft{padding-left:2px}.modal-body input::placeholder{opacity:.8}.modal-body input:-ms-input-placeholder{opacity:.8}.addEventDate ul li.Start_Date_Slot{padding-bottom:0}.modal_bg .createNewClass{max-height:none;overflow:inherit}.documentsList{display:flex;gap:5px;width:100%;justify-content:flex-end;background:#fff;border-radius:4px;margin-bottom:2px;margin-right:10px}.documentsList .documentcrossBtn{cursor:pointer}.btndocumentdiv{width:100%;text-align:right}.nepali-date-picker .calender .calendar-controller .control .drop-down{width:100px}.nepali-date-picker input{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFgSURBVHgB7ZRBTsJAFIbfG2t0QSI3sEfgBuJOKcSSUBNXxRtwg9Yb4AnQlYmU0Ji2umxv4A3EG9QtmD7fRELappbQ4IbwbWDea/5/3kzmB9hpLl6f1HbgTJvTUb2oL3st/7lRpiHKmsq3oiKAXjuuFYrIngDUyzQwX2j7EwuRBvy3DpsRA4G7mC/u3ro3s9Um019o3njA4jYQPhAkn2zPE6C5Wud3h2jxT0hEES9UgagrR4cq184LDYTAKwKKPK13K9fyfA8QTRLJo3dphHmDTuBYUtzTDPt3emfIR2JmNKGEQLt+J4BukbhE9pS5MkxVYp46c7QKrMFr9dwqvT8NBIjTtj+2oQJ8J2drDfgO1OXlbYUig8hrGU2ogJw8vzkB/8zeYG+wbQOiL873E6gKpy8/pDhdyj004fJDG3FKfnCQzWATiOoc7Q2O9fusZ46OP+kDJn2oABKEL8vo3h1+AERrdOFh9ZUhAAAAAElFTkSuQmCC)}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered,.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.table-hover tbody tr:hover{color:#212529;background-color:#00000013}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:#ffffff13}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}span.as-link{text-decoration:none;color:#f70;cursor:pointer}span.as-link:active{text-decoration:none;color:#f70}span.as-link:hover{text-decoration:underline;color:#b35300}.logo-usertype{text-indent:-62499.9375rem;background:url(/assets/Logo_New_60-CEpDt9p1.svg) no-repeat center;width:18.75rem;margin-left:36%;margin-bottom:50px;height:5.25rem;display:block}.pass-info{padding:0;list-style:circle;margin-left:45px}.pass-info:last-child{padding-bottom:35px}.user-type-box{background:#f1faf9;border:1px solid #b2dfdb;box-sizing:border-box;border-radius:15px;margin:5% 0 0;cursor:pointer}.user-type-box:hover,.user-type-box-active{border:1px solid #449f97}.user-type-box img{margin-left:6%;margin-top:4%}.user-type-box span{font-family:Lato;font-style:normal;font-weight:700;font-size:30px;line-height:40px;color:#0d352d;position:relative;bottom:22px;left:20px}.gridStyle{display:grid;gap:16px}.global_flex_column{display:flex;flex-direction:column}.global_flex_row{display:flex}.global_flex_flexible_items{flex:1 1 20%;margin:15px}@media only screen and (max-width:1200px){.global_flex_flexible_items{flex:1 1 40%}}.global_max_item_2{flex:1 1 40%;margin:15px}#zmmtg-root{display:none}#zmmtg-root{display:block;position:absolute;z-index:999}#zmmtg-root .wrapper{min-height:unset!important}#zmmtg-root textarea{background-image:unset!important;background-position:unset!important}#zmmtg-root #wc-footer{height:unset!important;padding:unset!important;margin-top:unset!important}#zmmtg-root .dropdown-menu>li{padding:unset!important}#zmmtg-root #chatReceiverMenu{padding:unset!important;font-size:unset!important}#zmmtg-root .btn{padding:unset!important}#zmmtg-root .dropdown-menu>li>a{padding:3px 30px!important}#zmmtg-root input[type=text]{background:unset!important}#zmmtg-root input[type=text]:focus{outline:unset!important;outline-offset:unset!important}._gridStyle_1mjh1_1{display:grid;gap:16px}._container_1mjh1_6{padding:20px;margin-top:80px}._payment_1mjh1_11{display:flex;flex-direction:column;gap:10px;width:55%}._payment_1mjh1_11 div{display:grid;grid-template-columns:50% 50%;border-bottom:1px solid #e9e9e9;padding:5px 0 15px}._photoStyle_1mjh1_25{display:flex;flex-direction:column;align-items:center}._photoStyle_1mjh1_25 p{margin-bottom:10px!important;font-weight:500!important;font-size:18px!important}._preview_1mjh1_36{display:flex;justify-content:center;align-items:center;padding:20px;text-align:center;background:#fff;border:1px dashed #b5b5b5;border-radius:15px;width:138px;height:177px;font-weight:400!important;font-size:13px!important;color:#000008cc!important}._mode_1mjh1_52{display:grid;grid-template-columns:50% 50%;width:55%;padding:15px 0;align-items:center;border-bottom:1px solid #e9e9e9}._paid_1mjh1_61{font-size:20px;font-weight:700;color:#000;margin-bottom:16px;margin-top:16px;padding-top:16px;border-top:1px solid #e9e9e9;display:flex;align-items:center;justify-content:space-between}._noBorder_1mjh1_74{font-size:20px;font-weight:700;color:#000;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}._head_1mjh1_84{font-size:20px;font-weight:700;color:#000;border-bottom:1px solid #e9e9e9;display:flex;align-items:center;justify-content:space-between}._dragFormContainer_1mjh1_94{background:#0000004d;z-index:799;height:100vh;position:fixed;left:0;top:0;width:100%}._dragForm_1mjh1_94{height:100vh;position:fixed;width:90%;background:#fff;box-shadow:4px 8px 16px #00000040;right:0}._dragFormHeader_1mjh1_113{background:#ff7900;box-shadow:0 4px 4px #0000001a;border-radius:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}._dragFormHeader_1mjh1_113 ._dragFormHeaderTitle_1mjh1_122{font-size:24px;color:#f7f8fa;font-weight:700;margin-bottom:unset}._dragFormHeader_1mjh1_113 img{cursor:pointer}._subHeading_1mjh1_132{font-size:14px;color:#f7f8fa;font-weight:500}._dragFormBody_1mjh1_138{padding:24px;padding-top:unset;height:calc(100vh - 162px);overflow-y:auto;margin-top:24px}._dragFormFooter_1mjh1_146{position:fixed;bottom:0;background:#fff;box-shadow:0 0 24px #11111a0f,0 0 32px #11111a0f;height:94px;width:90%;display:flex;justify-content:flex-end;align-items:center;padding:38px 24px;gap:20px;z-index:10}
