:root{--main:#005186;--main-button-background:linear-gradient(118deg,#005186,#005186cf);--app-bg:#f8f9fb}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fb!important;background-color:var(--app-bg)!important;font-family:Poppins,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;margin:0}code{font-family:Poppins,sans-serif,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Poppins;src:local("Poppins"),url(/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf) format("truetype")}@font-face{font-family:Kruti Dev\ 010;src:local("Kruti Dev 010"),url(/static/media/Kruti.43ac419a0f7f6d8c7a67.ttf) format("truetype")}p{color:#333}: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:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--color_1:#005186;--color_2:#fbb04c}.App{text-align:center}.css-1w1rijm-MuiButtonBase-root-MuiButton-root{text-transform:none!important}.css-1ygcj2i-MuiTableCell-root{margin-left:10px;padding:10px!important}.tss-1fbujeu-MUIDataTableHeadCell-toolButton{margin-left:-10px!important}.App-logo{height:40vmin;pointer-events:none}.assig_select{-webkit-tap-highlight-color:transparent;animation-duration:10ms;animation-name:mui-auto-fill-cancel;background:none;border:1px solid #b5acac;border-radius:5px;box-sizing:initial;color:currentColor;font:inherit;height:1.4375em;letter-spacing:inherit;margin:0}.paginationNew{display:flex;justify-content:center;width:100%}.pageItem{border-radius:50%;color:#000;display:grid;height:40px;place-items:center;text-align:center;transition:all 1s;width:40px}.paginationNew .activepage{border:1px solid #005186;border:1px solid var(--color_1);color:#005186;color:var(--color_1);font-weight:700}.assig_select option{border:0;border-radius:0;color:currentColor;font:inherit;font-size:1.2rem;letter-spacing:inherit;margin:0;outline:0;padding:0;position:relative}.assignemtCards{display:grid;grid-template-columns:40% 35% 25%;padding:1em}.assignemtCards div{border-bottom:1px solid #e0e0e0;display:flex;gap:.5em;padding:.5em;width:100%}.assignemtCards div span{font-size:13px}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#logo-dashboard{margin:1.5rem auto 1rem 1rem;width:90%}.css-10hburv-MuiTypography-root{font-size:.9rem!important}.contentPanel{height:95vh;overflow-y:scroll;padding:4vh 4vw;width:100%}.contentPanel::-webkit-scrollbar{display:none}.contentPanel{-ms-overflow-style:none;scrollbar-width:none}.Mui-Header-Custom{background-color:#f8f9fb!important;box-shadow:none!important;overflow:visible}.css-1hsz34s-MuiDrawer-docked .MuiDrawer-paper{border:none!important;overflow:hidden}.header-tab{border-radius:.428rem;display:flex;justify-content:space-between;padding:0}.onclose-active{font-size:20px;position:absolute;right:-7px;top:16px}.tss-gm6zfk-MUIDataTableHeadCell-fixedHeader{background-color:initial!important}thead{background:var(--app-bg)}h2.component-title{color:#333;font-weight:400;margin:0}.component-title-container{align-items:center;display:flex;justify-content:space-between;margin:1rem auto}.MuiDrawer-paper{border:none!important}.custom-button-cancel{background:gray;margin:1rem auto}.custom-button{background:var(--main-button-background);margin:1rem auto}.work-in-progress{align-items:center;display:flex;height:80vh;justify-content:center}.leftdash-container{display:flex}.leftbar{background-color:#f30061;color:#fff;height:100vh;padding:4vh 0 0;transition-duration:.6s;width:340px}.leftbarWrapper{color:#fff;display:flex;justify-content:center}.leftbarTitle{color:#bbbaba;font-size:13px;font-weight:500;margin-left:10px}.leftbarList{list-style:none;padding:5px}.leftbarListItem{align-items:center;border-radius:10px;cursor:pointer;display:flex;padding:5px}.leftbarIcon{font-size:20px!important;margin-right:5px}.icons-l{padding:0 7px 0 0}.nav-links{color:inherit;text-decoration:none}.active>div{background-color:#fff;box-shadow:0 0 20px 1px #cacaca4f;color:#000}.active>div,.css-16ac5r2-MuiButtonBase-root-MuiListItemButton-root:hover{border-radius:14px 0 0 14px}.active>div>div{color:#333}li{overflow:visible}.leftscroll{height:90vh;overflow-y:scroll}.leftscroll::-webkit-scrollbar{display:none}.leftscroll{-ms-overflow-style:none;scrollbar-width:none}.nav-view{background-color:#fff;border-radius:14px;margin-right:36px;margin-top:4rem;padding:24px}.list-item-custom{display:block;margin-left:20px!important}.menu-items{margin-left:20px}@media only screen and (max-width:767px){.leftbar{width:0}}.card-header{align-items:center;justify-content:space-between}.custom-card{border-radius:14px;box-shadow:1px 1px 3px #4b4b4b5c;margin:1.5rem auto}.custom-card:hover{background-color:#f8f9fb;box-shadow:4px 4px 7px #6f6f6f3d}.custom-table-container{border-radius:14px!important;box-shadow:1px -1px 3px #c8c8c836!important}.swal2-actions button{background-color:#005186!important}.component-title-container .css-1d3z3hw-MuiOutlinedInput-notchedOutline{border-color:#0000!important}.sub-text{color:#787878}p.main-text{color:#333;margin:1rem 0 0}.progressbar{background-color:#ffe9e9d6;border-radius:40px;height:7px;margin-bottom:20px}.progressbar div{background-color:#79ff6f;border-radius:40px;height:100%;transition:1.5s}.stepForm{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}form{overflow:visible}.formName{text-align:center}.buttonLoading{left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%}.formStyle{align-items:flex-start}.formItem{display:flex;flex-direction:column;margin:8px 0;overflow:visible;width:49%}.formTitles{width:100%}.validation-message{color:#ff4343;font-size:12px}.MuiFormControl-root{overflow:visible}.other-info-container{background-color:#f3f3f3ba;padding:1rem}.upload-file-lable{display:flex;justify-content:space-between}.css-1wc848c-MuiFormHelperText-root{color:red}.stepForm .css-1wc848c-MuiFormHelperText-root{color:#fb4242;position:absolute}.prev{border-radius:7px!important;width:250px}.custom-button-group{display:flex;gap:18px;justify-content:flex-start}.nex{color:#fff;width:48%}.formButtons-block{display:flex;gap:8px;justify-content:flex-end}.byType{overflow:visible;width:20%}.css-kk1bwy-MuiButtonBase-root-MuiMenuItem-root.Mui-selected{background-color:#50a0f075!important;color:#fff}.card-sub-header{display:flex;justify-content:space-between;width:100%}.column-border{border-left:1px solid #42414130}@media only screen and (max-width:600px){.formItem{width:100%!important}.login-rightform{width:100%}.flex-container{flex-direction:column-reverse}.login-leftImg{width:100%}}.home-container{display:flex;flex-direction:column;height:70vh;justify-content:center}.home-title{color:#005186}.home-sub-title,.home-title{font-size:30px;font-style:normal;font-weight:400;margin:0;text-align:center}.home-sub-title{color:#fbb04c}.table-cell-custom-style{padding:8px;width:400px}.download_select .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{padding:10px}.assignemtCards{display:flex;flex-wrap:wrap;gap:10px}.assignemtCards>div{flex:1 1 23%}.card-header,.tool-menu{display:flex;flex-direction:row}.tool-menu{align-items:center;gap:.5rem;justify-content:flex-end}.loading-overlay{align-items:center;background-color:#ffffff80;display:flex;justify-content:center;left:0;position:fixed;z-index:9999}.loader-backdrop{color:#fff;z-index:9999}.formStyle{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between;overflow:visible}.tool-title:hover{color:blue}.card-footer{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.tool-description{font-size:12px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#f4f4f4a4}::-webkit-scrollbar-thumb{background:#cececec9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.tool-header{flex-direction:row;margin-top:1rem}.download-output,.tool-header{align-items:center;display:flex;justify-content:space-between}.download-output{align-content:center;gap:1rem}.card-container{border-radius:14px!important;box-shadow:1px 1px 16px 11px #d2d2d230!important;max-height:300px!important;min-height:200px;overflow-y:scroll!important}.card-container:hover{background-color:#d2e1ff0d;box-shadow:0 1px 10px 4px #e0e0e073!important;cursor:pointer;transform:scale(1.05);transition:transform .3s}input[type=file]::-webkit-file-upload-button{background-color:#fff;border:1px solid #00000029;border-radius:4px;box-shadow:0 1px 0 #0000000d;cursor:pointer;font-size:12px;padding:4px 16px;-webkit-transition:background-color .2s;transition:background-color .2s}input[type=file]::file-selector-button{background-color:#fff;border:1px solid #00000029;border-radius:4px;box-shadow:0 1px 0 #0000000d;cursor:pointer;font-size:12px;padding:4px 16px;transition:background-color .2s}input[type=file]{font-size:12px;height:100%}input[type=file]::-webkit-file-upload-button:hover{background-color:#f3f4f6}input[type=file]::file-selector-button:hover{background-color:#f3f4f6}input[type=file]::-webkit-file-upload-button:active{background-color:#e5e7eb}input[type=file]::file-selector-button:active{background-color:#e5e7eb}.tool-info{margin-top:1rem}*{font-family:Poppins,sans-serif!important;scroll-behavior:smooth}.flex-container{align-content:center;align-items:center;display:flex;height:100vh;justify-content:center}.login-leftImg{width:10%}.logoDiv{margin-bottom:20px}.datatable-container{position:relative}.loading-overlay{background-color:#fcf7f780;height:100%;position:absolute;top:0;width:100%;z-index:1301}.overlay-loader{left:50%;position:absolute;top:50%}.uploadmediaplan-cell{text-align:center}.button-custom{background-color:#7367f0!important;border-radius:7px!important;color:#fff!important;width:250px!important}.LoginHello{font-size:2.5625rem;font-weight:700;margin:0}.LoginText{font-size:1rem;margin:0;text-align:center}.css-binzgt{margin-top:30px!important}.LoginDivText{text-align:left;width:100%}.LeftBarImage{align-items:center;align-self:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center}.leftmenulist{display:flex;flex-direction:row;flex-wrap:wrap}.listmenubtn-leftbar{padding:8px 0}.mediaLogin-Img{max-width:95%}.logoImg{max-width:100%}.copyMedia{bottom:0;position:absolute;text-align:center;width:30%}.copyMedia p{padding:0 0 20px}.errorms{color:red}.cbformsdiv{flex:4 1;padding:0 1rem}.ForgotPass-div{padding:5% 0;width:50%}.Forgotdiv{padding-top:3%;text-align:left;width:100%}.ForgotPasstxt{font-size:2.5625rem;font-weight:700;line-height:1rem}.ResetPassDiv{padding:5% 0;width:50%}.Resetdivtxt{padding-top:3%;text-align:left;width:100%}.ResetPasstxt{font-size:2.5625rem;font-weight:700;line-height:1rem}
/*# sourceMappingURL=main.bcbbe93c.css.map*/