@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-date-picker,.custom-date-picker *{font-family:Lexend,sans-serif!important}.custom-date-picker .MuiInputBase-root,.custom-date-picker .MuiOutlinedInput-root,.MuiDatePicker-root .MuiInputBase-root,.MuiDatePicker-root .MuiOutlinedInput-root{height:41px!important;display:flex!important;align-items:center!important;font-family:Lexend,sans-serif!important}.custom-date-picker .MuiInputBase-input,.MuiDatePicker-root .MuiInputBase-input{height:41px!important;display:flex!important;align-items:center!important;line-height:41px!important;padding:0 14px!important;font-family:Lexend,sans-serif!important}.custom-date-picker input::placeholder,.MuiDatePicker-root input::placeholder{font-style:normal!important;opacity:1;font-family:Lexend,sans-serif!important}::-webkit-input-placeholder{font-style:normal!important;font-family:Lexend,sans-serif!important}::-moz-placeholder{font-style:normal!important;font-family:Lexend,sans-serif!important}:-ms-input-placeholder{font-style:normal!important;font-family:Lexend,sans-serif!important}:-moz-placeholder{font-style:normal!important;font-family:Lexend,sans-serif!important}.custom-nepali-date-picker{width:100%!important;font-family:Lexend,sans-serif!important}.custom-nepali-date-picker input{width:100%!important;height:41px!important;font-size:13px!important;font-family:Lexend,sans-serif!important;padding:0 14px!important;border:1px solid #e0e0e0!important;border-radius:4px!important;background-color:#fff!important;box-sizing:border-box!important;outline:none!important;transition:border-color .2s ease-in-out!important}.custom-nepali-date-picker input:hover{border-color:#c4c4c4!important}.custom-nepali-date-picker input:focus{border-color:#1976d2!important;border-width:2px!important}.custom-nepali-date-picker.error input,.custom-nepali-date-picker.error input:hover{border-color:#d32f2f!important}.custom-nepali-date-picker.error input:focus{border-color:#d32f2f!important}.custom-nepali-date-picker input::placeholder{font-style:normal!important;opacity:1!important;font-family:Lexend,sans-serif!important;color:#999!important}.nepali-calendar-container,.nepali-datepicker-popup,.calendar-popup{z-index:1300!important;font-family:Lexend,sans-serif!important;border-radius:8px!important;box-shadow:0 4px 20px #00000026!important}.nepali-calendar-container .calendar-header,.nepali-datepicker-popup .calendar-header,.calendar-popup .calendar-header{font-family:Lexend,sans-serif!important;font-weight:500!important;background-color:#1976d2!important;color:#fff!important;border-radius:8px 8px 0 0!important}.nepali-calendar-container .calendar-body,.nepali-datepicker-popup .calendar-body,.calendar-popup .calendar-body{font-family:Lexend,sans-serif!important;background-color:#fff!important}.nepali-calendar-container .calendar-day,.nepali-datepicker-popup .calendar-day,.calendar-popup .calendar-day{font-family:Lexend,sans-serif!important;font-size:13px!important;transition:background-color .2s ease!important}.nepali-calendar-container .calendar-day:hover,.nepali-datepicker-popup .calendar-day:hover,.calendar-popup .calendar-day:hover{background-color:#f5f5f5!important}.nepali-calendar-container .calendar-day.selected,.nepali-datepicker-popup .calendar-day.selected,.calendar-popup .calendar-day.selected{background-color:#1976d2!important;color:#fff!important}.nepali-calendar-container .calendar-day.today,.nepali-datepicker-popup .calendar-day.today,.calendar-popup .calendar-day.today{background-color:#e3f2fd!important;color:#1976d2!important;font-weight:500!important}._2xcMq{width:300px!important;max-width:none!important;box-shadow:5px 3px 12px #10245e33;position:absolute;background-color:#fff;z-index:1000!important;font-size:16px;line-height:1.35;color:#000}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.text-editor-container{margin:20px 0}.text-editor-label{display:block;margin-bottom:8px;font-weight:700}.text-editor{border:1px solid #ccc;border-radius:4px}.text-editor-error{border-color:red}.text-editor-error-message{color:red;margin-top:8px;font-size:12px}.grid2Login{background:url(/assets/loginBg-D0Q3gWb_.jpg);height:100%;width:100%;display:flex;align-items:center;position:relative;background-position:center center;background-size:cover;overflow:hidden}.grid2Login{background:url(/assets/loginBg-D0Q3gWb_.jpg);height:100%;width:100%;display:flex;align-items:center;position:relative;background-position:center center;background-size:cover;overflow:hidden}.grid2Login:before{content:"";position:absolute;top:0;left:0;width:100%;height:inherit;background:#00000016;z-index:1}@media (max-width: 1280px){.grid2Login{height:100dvh}}.grid2AbsImg{width:140px;height:auto;position:absolute;right:20px;bottom:20px}.grid2AbsImg2{width:100px;height:auto;position:absolute;left:50px;top:20px}.grid2LoginWrap{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:-590px}.infoCard{display:flex;justify-content:space-between;width:400px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(249,249,249,.14);cursor:pointer}.grid2LoginWrapImg{width:250px;height:100%}.infoCard:last-child{border-bottom:none!important}.infoCard:hover .arrowIcon{transition:.2s ease-in-out;margin-right:-10px}@media (max-width: 600px){.infoCard{width:300px;padding:25px 0}}@media (max-width: 680px){.grid2LoginWrapImg{width:200px;height:100%}.form{background:#fafdff;padding:42px 60px!important;width:100%;height:100%}}@media (max-width: 558px){.grid2LoginWrapImg{width:200px;height:100%}.bottomCopyright{color:#acacac;font-size:14px!important;display:flex;align-items:center;justify-content:center;position:absolute;z-index:30;bottom:16px}.form{background:#fafdff;padding:32px 40px!important;width:100%;height:100%}}@media (max-width: 398px){.grid2LoginWrapImg{width:160px;height:100%}}@media (max-width: 1199px){.grid2Login{display:none}}.infoCardG1{display:flex;align-items:center;gap:12px}.arrowIcon{color:#f9f9f9a3}.grid2LoginBoxTitle{font-size:14px;color:#f9f9f9f0}.grid2LoginBoxSubtitle{font-size:12px;font-weight:300;color:#f9f9f9a3}.iconBox{background:#f9f9f93d;padding:8px;border-radius:8px;display:flex;justify-content:center;align-items:center}.iconBoxImg{color:#f9f9f9f0}.mainDiv{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%!important;padding:0 10px;height:100dvh;background:#fff!important}.bottomCopyright{color:#acacac;font-size:14px;display:flex;align-items:center;justify-content:center;position:absolute;z-index:30;bottom:16px}.formDiv{display:flex;justify-content:center;align-items:center;width:100%}.form{background:#fff;padding:42px 100px;width:100%;height:100%}.formTitleDiv{display:flex;flex-direction:column;align-items:center;margin-bottom:22px}.formTitle{color:#383838;font-size:22px;font-weight:700;text-align:start;width:100%}.formSubtitle{color:#7f7e92;font-size:14px;margin-top:4px;width:100%;text-align:start}.buttonDiv{display:flex;justify-content:center;width:100%}@media (max-width: 1199px){.mainDiv{padding:0 140px}}@media (max-width: 970px){.mainDiv{padding:0 100px}}@media (max-width: 800px){.mainDiv{padding:0 60px}}@media (max-width: 550px){.mainDiv{padding:0 20px}}@media (max-width: 420px){.mainDiv{padding:0 5px}}.drawerClose{padding-right:5px}.drawerOpen{padding-right:10px}.companyName{padding:15px 20px;display:flex;column-gap:10px;align-items:center;background:var(--bg-primary);position:fixed;bottom:0;border-radius:0 5px;box-shadow:-9px -2px 19px 0 var(--shadow-color);transition:background-color .3s ease}.companyName img{border-radius:50%;height:30px;width:30px;object-fit:cover}.drawerHeader{display:flex;align-items:center;justify-content:start;column-gap:7px;width:100%}.drawerHeader img{height:35px;width:35px;object-fit:contain}.drawerContent{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-block:.8rem}.nav a{color:var(--main-color-dark);text-decoration:none}.activeClass{color:#fff!important;border-radius:50px}.activeClass>*{background:var(--main-color-dark)!important;border-radius:0 50px 50px 0!important}.activeClass .MuiTypography-root{font-weight:600;font-size:13px}.inActiveClass,.inActiveClass .MuiTypography-root{color:var(--text-primary)!important}.activeChildClass{transition:all 1s ease-in-out;color:var(--main-color-dark)!important;background:var(--bg-tertiary)!important;border-radius:5px!important;font-weight:bolder!important;position:relative}.activeChildClass .MuiTypography-root{color:var(--main-color-dark)!important;font-weight:600!important}.activeChildClass:before{content:"";position:absolute;top:50%;left:-8px;width:9px;height:1px;background:var(--border-color);z-index:-1}.activeChildClass .MuiTypography-root{font-weight:600!important;font-size:13px}.nonActiveChildClass .MuiTypography-root{font-weight:600!important;font-size:13px;color:var(--text-secondary)}.listItemButton{justify-content:initial;padding-inline:10px!important;padding-block:5px!important;font-size:13px}.listItemButtonChild{justify-content:initial;padding-inline:6px!important;padding-block:0px!important;display:flex;column-gap:5px;border-radius:5px!important;font-size:13px}.listItemButtonChild svg{font-size:small}.childContainer{width:max-content;padding-top:6px;border-left:1px solid var(--border-color);margin-inline:42px;padding-inline:8px}.childContainer button{padding:3px!important}.iconButton{border-radius:0!important}.iconButton:hover{color:var(--text-secondary)!important;background:var(--bg-tertiary)!important}.addAllContainer{display:flex;column-gap:3rem;padding:1rem;min-width:600px}.addAllContainer button{color:var(--text-muted)}.addAllContainer button:hover svg{transition:.2s all ease-in-out;color:var(--text-secondary)}.title{text-transform:uppercase;margin-bottom:1rem;margin-left:.5rem}@media (max-width: 899px){.drawerOpen{padding-right:10px}.MuiDrawer-paperAnchorLeft{width:270px!important;max-width:80vw}.drawerClose{display:none!important}.activeClass>*{border-radius:8px!important}.listItemButton,.listItemButtonChild{border-radius:8px!important}.childContainer{border-radius:8px;margin-inline:20px}}.MuiDrawer-paper{transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1)!important}.MuiBackdrop-root{transition:opacity .3s cubic-bezier(.4,0,.2,1)!important}.listItemButton,.listItemButtonChild{transition:all .2s cubic-bezier(.4,0,.2,1)!important}.activeClass,.activeChildClass{transition:all .3s cubic-bezier(.4,0,.2,1)!important}@media (max-width: 899px){.listItemButton{min-height:48px!important;padding-block:8px!important}.listItemButtonChild{min-height:44px!important;padding-block:6px!important}}.MuiSvgIcon-root{transition:transform .3s cubic-bezier(.4,0,.2,1)!important}.root{display:flex;justify-content:space-between;align-items:center;column-gap:2rem;padding:14px 0;transition:background-color .3s ease}.root .MuiButton-root{color:gray}.header{display:flex;flex-direction:column}.main{display:flex;font-size:16px;font-weight:600;color:var(--text-secondary);text-transform:capitalize;transition:color .3s ease}.right{display:flex;align-items:center;column-gap:1rem}.right .companyDiv{background:var(--bg-primary);padding:0 13px;border-radius:5px;border:1px solid var(--border-color);transition:background-color .3s ease,border-color .3s ease}.right .login{font-size:var(--text-muted);color:#6c6b80;margin-bottom:2px}.right .company{display:flex;align-items:center;column-gap:4px}.right .name{font-weight:500;font-size:13px;color:var(--text-secondary);transition:color .3s ease}.breadcrumbs{font-size:12px}.date-box{background-color:var(--bg-primary);color:var(--text-secondary);box-shadow:#63636333 0 2px 8px;border:1px solid var(--border-color);border-right:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.calendar-icon-box{background-color:var(--main-color-dark);box-shadow:#63636333 0 2px 8px;transition:background-color .3s ease}.navLinkWrapper{display:flex;height:100%;row-gap:.5rem;align-items:center;flex-wrap:wrap;padding:10px 0}.navLinkWrapper>a{color:gray;text-decoration:none;border-right:2px solid #48484860;padding:0 10px}.navLinkWrapper>a:last-child{border-right:none}.navLinkWrapper>a>p{font-size:12px;font-weight:800}.active{color:gray!important}.othersWrapper{padding:0;margin:0}.othersWrapper>a{color:gray;text-decoration:none}.othersWrapper>a>p{font-size:gray;font-weight:800}.profileNameBox{display:flex;flex-direction:column;font-size:"13px"}.profileName{font-size:14px!important;font-weight:600!important;color:var(--text-secondary)!important;text-align:start;-webkit-user-select:none!important;user-select:none!important;transition:color .3s ease}.profileRole{font-size:12px!important;font-weight:600!important;color:var(--main-color-dark)!important;text-transform:capitalize;text-align:start;-webkit-user-select:none!important;user-select:none!important}.downArrow{font-size:22px!important;color:var(--text-muted)!important;margin-left:5px;transition:color .3s ease}@media screen and (max-width: 900px){.profileName{font-size:12px!important}.profileRole{font-size:10px!important}.main{display:flex;align-items:center}.root{display:flex;justify-content:flex-start;align-items:center;column-gap:2rem;padding:8px 0}.header{display:flex;align-items:flex-start;width:100%}}@media (max-width: 899px){.root{padding:12px 0}.header{flex-direction:row;align-items:center;gap:12px}.main{font-size:14px;font-weight:600}.breadcrumbs{display:none}.right{flex-shrink:0}}.root{transition:padding .3s cubic-bezier(.4,0,.2,1)}.main{transition:font-size .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 899px){.header .MuiIconButton-root{color:#3f3b3b;padding:8px;border-radius:8px;transition:background-color .2s cubic-bezier(.4,0,.2,1)}.header .MuiIconButton-root:hover{background-color:#3f3b3b0a}}[data-theme=dark] .root{background-color:var(--bg-primary)}[data-theme=dark] .main,[data-theme=dark] .right .name{color:var(--text-secondary)}[data-theme=dark] .right .companyDiv{background-color:var(--bg-primary);border-color:var(--border-color)}[data-theme=dark] .date-box{background-color:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .header .MuiIconButton-root{color:var(--text-secondary)}[data-theme=dark] .header .MuiIconButton-root:hover{background-color:#ffffff14}.dashboard-layout-root{margin:0;padding:0;display:flex;position:relative}.dashboard-layout-main{background-color:var(--bg-secondary);width:100%;min-height:calc(100vh - 300px);transition:background-color .3s ease}.dashboard-layout-navbar{border-left:1px solid var(--border-color);background-color:var(--bg-primary);padding-inline:22px;transition:background-color .3s ease,border-color .3s ease}.dashboard-layout-content{transition:background-color .3s ease}[data-theme=dark] .dashboard-layout-root,[data-theme=dark] .dashboard-layout-main{background-color:var(--bg-secondary)}[data-theme=dark] .dashboard-layout-navbar{background-color:var(--bg-primary)!important;border-left:1px solid var(--border-color)}[data-theme=dark] .dashboard-layout-content{background-color:var(--bg-secondary)}*{margin:0;padding:0;box-sizing:border-box;font-family:Lato,serif!important;scroll-behavior:smooth}*::-webkit-scrollbar{background-color:#eee;width:4px!important;height:5px!important}*::-webkit-scrollbar-track{border-radius:8px;width:2px!important;height:5px!important}*::-webkit-scrollbar-thumb{background:#aaa;border-radius:8px;width:2px!important;height:5px!important}:root{--main-color-light: #f05454;--color-dark: #6259ca;--color-light: #746be3;--color-very-light: #f5f5f5;--bg-primary: #ffffff;--bg-secondary: #f9f9fb;--bg-tertiary: #f5f5f5;--text-primary: #1a1a1a;--text-secondary: #3f3b3b;--text-muted: #6c6b80;--border-color: #e0e0e0;--shadow-color: rgba(0, 0, 0, .1)}[data-theme=dark]{--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-tertiary: #0f3460;--text-primary: #eaeaea;--text-secondary: #b8b8b8;--text-muted: #8a8a8a;--border-color: #2d2d4a;--shadow-color: rgba(0, 0, 0, .3)}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}[data-theme=dark] .MuiPaper-root{background-color:var(--bg-primary)!important;color:var(--text-primary)!important}[data-theme=dark] .MuiBox-root{background-color:inherit}[data-theme=dark] .MuiInputBase-root{background-color:var(--bg-secondary);color:var(--text-primary)}[data-theme=dark] .MuiOutlinedInput-notchedOutline{border-color:var(--border-color)}[data-theme=dark] .MuiMenu-paper{background-color:var(--bg-primary)!important}[data-theme=dark] .MuiMenuItem-root:hover{background-color:var(--bg-secondary)!important}[data-theme=dark] .MuiTableCell-root{color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .MuiTableRow-root:hover{background-color:var(--bg-secondary)!important}[data-theme=dark] .MuiDataGrid-root{color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .MuiDataGrid-cell{border-color:var(--border-color)}[data-theme=dark] .MuiCard-root{background-color:var(--bg-primary)}[data-theme=dark] .MuiDrawer-paper{background-color:var(--bg-primary)!important;color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .MuiDrawer-paper::-webkit-scrollbar-track{background:var(--bg-secondary)}[data-theme=dark] .MuiDrawer-paper::-webkit-scrollbar-thumb{background:var(--border-color)}[data-theme=dark] .MuiListItemButton-root:hover{background-color:var(--bg-secondary)!important}[data-theme=dark] .MuiListItemText-root .MuiTypography-root{color:var(--text-primary)}[data-theme=dark] .MuiListItemIcon-root{color:var(--text-secondary)}[data-theme=dark] .MuiButton-outlined{border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .MuiIconButton-root{color:var(--text-secondary)}[data-theme=dark] .MuiTab-root{color:var(--text-muted)!important}[data-theme=dark] .MuiSelect-icon{color:var(--text-secondary)}[data-theme=dark] .MuiChip-root{background-color:var(--bg-secondary);color:var(--text-primary)}[data-theme=dark] *::-webkit-scrollbar{background-color:var(--bg-secondary)}[data-theme=dark] *::-webkit-scrollbar-thumb{background:var(--border-color)}[data-theme=dark] body{background-color:var(--bg-secondary);color:var(--text-primary)}[data-theme=dark] html{background-color:var(--bg-secondary)}[data-theme=dark] .MuiBox-root{transition:background-color .3s ease,color .3s ease,border-color .3s ease}[data-theme=dark] .MuiTypography-root{color:var(--text-primary)}[data-theme=dark] .MuiDivider-root{border-color:var(--border-color)}[data-theme=dark] .MuiMenu-paper{background-color:var(--bg-primary)!important;color:var(--text-primary);border:1px solid var(--border-color)}[data-theme=dark] .MuiMenuItem-root{color:var(--text-primary)}[data-theme=dark] .MuiMenuItem-root:hover{background-color:var(--bg-secondary)}[data-theme=dark] .MuiTooltip-tooltip{background-color:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color)}[data-theme=dark] .MuiAvatar-root{border:2px solid var(--border-color)}[data-theme=dark] .MuiDataGrid-root{background-color:var(--bg-primary);color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .MuiDataGrid-columnHeaders{background-color:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .MuiDataGrid-columnHeaderTitle{color:var(--text-secondary)}[data-theme=dark] .MuiDataGrid-cell{color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .MuiDataGrid-row:hover{background-color:var(--bg-secondary)}[data-theme=dark] .MuiDataGrid-footerContainer{background-color:var(--bg-primary);border-color:var(--border-color)}[data-theme=dark] .MuiDataGrid-virtualScroller{background-color:var(--bg-primary)}[data-theme=dark] .MuiAutocomplete-paper{background-color:var(--bg-primary)!important;color:var(--text-primary);border:1px solid var(--border-color)}[data-theme=dark] .MuiAutocomplete-option{color:var(--text-primary)}[data-theme=dark] .MuiAutocomplete-option:hover{background-color:var(--bg-secondary)!important}[data-theme=dark] .MuiAutocomplete-option[aria-selected=true]{background-color:var(--bg-tertiary)!important}[data-theme=dark] .MuiTextField-root .MuiOutlinedInput-root{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .MuiTextField-root .MuiOutlinedInput-notchedOutline{border-color:var(--border-color)}[data-theme=dark] .MuiTextField-root .MuiInputLabel-root{color:var(--text-muted)}[data-theme=dark] .MuiTextField-root .MuiInputBase-input{color:var(--text-primary)}[data-theme=dark] .MuiTextField-root .MuiInputBase-input::placeholder{color:var(--text-muted);opacity:1}[data-theme=dark] .MuiFormControl-root .MuiInputLabel-root,[data-theme=dark] .MuiInputLabel-root{color:var(--text-secondary)}[data-theme=dark] .MuiPaginationItem-root{color:var(--text-primary)}[data-theme=dark] .MuiPaginationItem-root.Mui-selected{background-color:var(--main-color-dark);color:#fff}
