: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-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( 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__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: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:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;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:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-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:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.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,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}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:25px;height:20px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat}.react-tel-input .ad{background-position:-48px -24px}.react-tel-input .ae{background-position:-72px -24px}.react-tel-input .af{background-position:-96px -24px}.react-tel-input .ag{background-position:-120px -24px}.react-tel-input .ai{background-position:-144px -24px}.react-tel-input .al{background-position:-168px -24px}.react-tel-input .am{background-position:-192px -24px}.react-tel-input .an{background-position:-216px -24px}.react-tel-input .ao{background-position:-240px -24px}.react-tel-input .aq{background-position:-264px -24px}.react-tel-input .ar{background-position:-288px -24px}.react-tel-input .as{background-position:-312px -24px}.react-tel-input .at{background-position:-336px -24px}.react-tel-input .au{background-position:-360px -24px}.react-tel-input .aw{background-position:-384px -24px}.react-tel-input .ax{background-position:0 -48px}.react-tel-input .az{background-position:-24px -48px}.react-tel-input .ba{background-position:-48px -48px}.react-tel-input .bb{background-position:-72px -48px}.react-tel-input .bd{background-position:-96px -48px}.react-tel-input .be{background-position:-120px -48px}.react-tel-input .bf{background-position:-144px -48px}.react-tel-input .bg{background-position:-168px -48px}.react-tel-input .bh{background-position:-192px -48px}.react-tel-input .bi{background-position:-216px -48px}.react-tel-input .bj{background-position:-240px -48px}.react-tel-input .bl{background-position:-264px -48px}.react-tel-input .bm{background-position:-288px -48px}.react-tel-input .bn{background-position:-312px -48px}.react-tel-input .bo{background-position:-336px -48px}.react-tel-input .br{background-position:-360px -48px}.react-tel-input .bs{background-position:-384px -48px}.react-tel-input .bt{background-position:0 -72px}.react-tel-input .bw{background-position:-24px -72px}.react-tel-input .by{background-position:-48px -72px}.react-tel-input .bz{background-position:-72px -72px}.react-tel-input .ca{background-position:-96px -72px}.react-tel-input .cc{background-position:-120px -72px}.react-tel-input .cd{background-position:-144px -72px}.react-tel-input .cf{background-position:-168px -72px}.react-tel-input .cg{background-position:-192px -72px}.react-tel-input .ch{background-position:-216px -72px}.react-tel-input .ci{background-position:-240px -72px}.react-tel-input .ck{background-position:-264px -72px}.react-tel-input .cl{background-position:-288px -72px}.react-tel-input .cm{background-position:-312px -72px}.react-tel-input .cn{background-position:-336px -72px}.react-tel-input .co{background-position:-360px -72px}.react-tel-input .cr{background-position:-384px -72px}.react-tel-input .cu{background-position:0 -96px}.react-tel-input .cv{background-position:-24px -96px}.react-tel-input .cw{background-position:-48px -96px}.react-tel-input .cx{background-position:-72px -96px}.react-tel-input .cy{background-position:-96px -96px}.react-tel-input .cz{background-position:-120px -96px}.react-tel-input .de{background-position:-144px -96px}.react-tel-input .dj{background-position:-168px -96px}.react-tel-input .dk{background-position:-192px -96px}.react-tel-input .dm{background-position:-216px -96px}.react-tel-input .do{background-position:-240px -96px}.react-tel-input .dz{background-position:-264px -96px}.react-tel-input .ec{background-position:-288px -96px}.react-tel-input .ee{background-position:-312px -96px}.react-tel-input .eg{background-position:-336px -96px}.react-tel-input .eh{background-position:-360px -96px}.react-tel-input .er{background-position:-384px -96px}.react-tel-input .es{background-position:0 -120px}.react-tel-input .et{background-position:-24px -120px}.react-tel-input .eu{background-position:-48px -120px}.react-tel-input .fi{background-position:-72px -120px}.react-tel-input .fj{background-position:-96px -120px}.react-tel-input .fk{background-position:-120px -120px}.react-tel-input .fm{background-position:-144px -120px}.react-tel-input .fo{background-position:-168px -120px}.react-tel-input .fr{background-position:-192px -120px}.react-tel-input .ga{background-position:-216px -120px}.react-tel-input .gb{background-position:-240px -120px}.react-tel-input .gd{background-position:-264px -120px}.react-tel-input .ge{background-position:-288px -120px}.react-tel-input .gg{background-position:-312px -120px}.react-tel-input .gh{background-position:-336px -120px}.react-tel-input .gi{background-position:-360px -120px}.react-tel-input .gl{background-position:-384px -120px}.react-tel-input .gm{background-position:0 -144px}.react-tel-input .gn{background-position:-24px -144px}.react-tel-input .gq{background-position:-48px -144px}.react-tel-input .gr{background-position:-72px -144px}.react-tel-input .gs{background-position:-96px -144px}.react-tel-input .gt{background-position:-120px -144px}.react-tel-input .gu{background-position:-144px -144px}.react-tel-input .gw{background-position:-168px -144px}.react-tel-input .gy{background-position:-192px -144px}.react-tel-input .hk{background-position:-216px -144px}.react-tel-input .hn{background-position:-240px -144px}.react-tel-input .hr{background-position:-264px -144px}.react-tel-input .ht{background-position:-288px -144px}.react-tel-input .hu{background-position:-312px -144px}.react-tel-input .ic{background-position:-336px -144px}.react-tel-input .id{background-position:-360px -144px}.react-tel-input .ie{background-position:-384px -144px}.react-tel-input .il{background-position:0 -168px}.react-tel-input .im{background-position:-24px -168px}.react-tel-input .in{background-position:-48px -168px}.react-tel-input .iq{background-position:-72px -168px}.react-tel-input .ir{background-position:-96px -168px}.react-tel-input .is{background-position:-120px -168px}.react-tel-input .it{background-position:-144px -168px}.react-tel-input .je{background-position:-168px -168px}.react-tel-input .jm{background-position:-192px -168px}.react-tel-input .jo{background-position:-216px -168px}.react-tel-input .jp{background-position:-240px -168px}.react-tel-input .ke{background-position:-264px -168px}.react-tel-input .kg{background-position:-288px -168px}.react-tel-input .kh{background-position:-312px -168px}.react-tel-input .ki{background-position:-336px -168px}.react-tel-input .xk{background-position:-144px 0}.react-tel-input .km{background-position:-360px -168px}.react-tel-input .kn{background-position:-384px -168px}.react-tel-input .kp{background-position:0 -192px}.react-tel-input .kr{background-position:-24px -192px}.react-tel-input .kw{background-position:-48px -192px}.react-tel-input .ky{background-position:-72px -192px}.react-tel-input .kz{background-position:-96px -192px}.react-tel-input .la{background-position:-120px -192px}.react-tel-input .lb{background-position:-144px -192px}.react-tel-input .lc{background-position:-168px -192px}.react-tel-input .li{background-position:-192px -192px}.react-tel-input .lk{background-position:-216px -192px}.react-tel-input .lr{background-position:-240px -192px}.react-tel-input .ls{background-position:-264px -192px}.react-tel-input .lt{background-position:-288px -192px}.react-tel-input .lu{background-position:-312px -192px}.react-tel-input .lv{background-position:-336px -192px}.react-tel-input .ly{background-position:-360px -192px}.react-tel-input .ma{background-position:-384px -192px}.react-tel-input .mc{background-position:0 -216px}.react-tel-input .md{background-position:-24px -216px}.react-tel-input .me{background-position:-48px -216px}.react-tel-input .mf{background-position:-72px -216px}.react-tel-input .mg{background-position:-96px -216px}.react-tel-input .mh{background-position:-120px -216px}.react-tel-input .mk{background-position:-144px -216px}.react-tel-input .ml{background-position:-168px -216px}.react-tel-input .mm{background-position:-192px -216px}.react-tel-input .mn{background-position:-216px -216px}.react-tel-input .mo{background-position:-240px -216px}.react-tel-input .mp{background-position:-264px -216px}.react-tel-input .mq{background-position:-288px -216px}.react-tel-input .mr{background-position:-312px -216px}.react-tel-input .ms{background-position:-336px -216px}.react-tel-input .mt{background-position:-360px -216px}.react-tel-input .mu{background-position:-384px -216px}.react-tel-input .mv{background-position:0 -240px}.react-tel-input .mw{background-position:-24px -240px}.react-tel-input .mx{background-position:-48px -240px}.react-tel-input .my{background-position:-72px -240px}.react-tel-input .mz{background-position:-96px -240px}.react-tel-input .na{background-position:-120px -240px}.react-tel-input .nc{background-position:-144px -240px}.react-tel-input .ne{background-position:-168px -240px}.react-tel-input .nf{background-position:-192px -240px}.react-tel-input .ng{background-position:-216px -240px}.react-tel-input .ni{background-position:-240px -240px}.react-tel-input .nl{background-position:-264px -240px}.react-tel-input .no{background-position:-288px -240px}.react-tel-input .np{background-position:-312px -240px}.react-tel-input .nr{background-position:-336px -240px}.react-tel-input .nu{background-position:-360px -240px}.react-tel-input .nz{background-position:-384px -240px}.react-tel-input .om{background-position:0 -264px}.react-tel-input .pa{background-position:-24px -264px}.react-tel-input .pe{background-position:-48px -264px}.react-tel-input .pf{background-position:-72px -264px}.react-tel-input .pg{background-position:-96px -264px}.react-tel-input .ph{background-position:-120px -264px}.react-tel-input .pk{background-position:-192px -264px}.react-tel-input .pl{background-position:-216px -264px}.react-tel-input .pn{background-position:-240px -264px}.react-tel-input .pr{background-position:-264px -264px}.react-tel-input .ps{background-position:-288px -264px}.react-tel-input .pt{background-position:-312px -264px}.react-tel-input .pw{background-position:-336px -264px}.react-tel-input .py{background-position:-360px -264px}.react-tel-input .qa{background-position:-384px -264px}.react-tel-input .ro{background-position:0 -288px}.react-tel-input .rs{background-position:-24px -288px}.react-tel-input .ru{background-position:-48px -288px}.react-tel-input .rw{background-position:-72px -288px}.react-tel-input .sa{background-position:-96px -288px}.react-tel-input .sb{background-position:-120px -288px}.react-tel-input .sc{background-position:-144px -288px}.react-tel-input .sd{background-position:-168px -288px}.react-tel-input .se{background-position:-192px -288px}.react-tel-input .sg{background-position:-216px -288px}.react-tel-input .sh{background-position:-240px -288px}.react-tel-input .si{background-position:-264px -288px}.react-tel-input .sk{background-position:-288px -288px}.react-tel-input .sl{background-position:-312px -288px}.react-tel-input .sm{background-position:-336px -288px}.react-tel-input .sn{background-position:-360px -288px}.react-tel-input .so{background-position:-384px -288px}.react-tel-input .sr{background-position:0 -312px}.react-tel-input .ss{background-position:-24px -312px}.react-tel-input .st{background-position:-48px -312px}.react-tel-input .sv{background-position:-72px -312px}.react-tel-input .sy{background-position:-96px -312px}.react-tel-input .sz{background-position:-120px -312px}.react-tel-input .tc{background-position:-144px -312px}.react-tel-input .td{background-position:-168px -312px}.react-tel-input .tf{background-position:-192px -312px}.react-tel-input .tg{background-position:-216px -312px}.react-tel-input .th{background-position:-240px -312px}.react-tel-input .tj{background-position:-264px -312px}.react-tel-input .tk{background-position:-288px -312px}.react-tel-input .tl{background-position:-312px -312px}.react-tel-input .tm{background-position:-336px -312px}.react-tel-input .tn{background-position:-360px -312px}.react-tel-input .to{background-position:-384px -312px}.react-tel-input .tr{background-position:0 -336px}.react-tel-input .tt{background-position:-24px -336px}.react-tel-input .tv{background-position:-48px -336px}.react-tel-input .tw{background-position:-72px -336px}.react-tel-input .tz{background-position:-96px -336px}.react-tel-input .ua{background-position:-120px -336px}.react-tel-input .ug{background-position:-144px -336px}.react-tel-input .us{background-position:-168px -336px}.react-tel-input .uy{background-position:-192px -336px}.react-tel-input .uz{background-position:-216px -336px}.react-tel-input .va{background-position:-240px -336px}.react-tel-input .vc{background-position:-264px -336px}.react-tel-input .ve{background-position:-288px -336px}.react-tel-input .vg{background-position:-312px -336px}.react-tel-input .vi{background-position:-336px -336px}.react-tel-input .vn{background-position:-360px -336px}.react-tel-input .vu{background-position:-384px -336px}.react-tel-input .wf{background-position:0 -360px}.react-tel-input .ws{background-position:-24px -360px}.react-tel-input .ye{background-position:-48px -360px}.react-tel-input .za{background-position:-96px -360px}.react-tel-input .zm{background-position:-120px -360px}.react-tel-input .zw{background-position:-144px -360px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{font-size:16px;background:#FFFFFF;border:1px solid #CACACA;border-radius:5px;width:300px;outline:none;padding:18.5px 14px 18.5px 60px;transition:box-shadow ease .25s,border-color ease .25s;color:#495057}.react-tel-input .form-control:focus{background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.react-tel-input .form-control:focus.invalid-number{box-shadow:0 0 0 .2rem #de000040}.react-tel-input .form-control.invalid-number{border:1px solid #f44336}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:52px;height:100%;padding:0 0 0 11px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:before{content:"";display:block;position:absolute;top:2px;bottom:2px;left:0;width:100%;border-radius:4px 2px 2px 4px;border:1px solid transparent;transition:box-shadow ease .25s,border-color ease .25s}.react-tel-input .selected-flag:focus:before,.react-tel-input .selected-flag.open:before{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-12px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-1px;left:29px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 18px #00000040;background-color:#fff;width:300px;max-height:220px;overflow-y:scroll;border-radius:7px}.react-tel-input .country-list .flag{display:inline-block;position:absolute;left:13px;top:8px}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{position:relative;padding:12px 9px 13px 46px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{z-index:2;position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{display:none;font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;white-space:nowrap}:root{--primary_color: #000000;--secondary_color: #628852;--primary_text_color: #838E9D;--secondary_text_color: #000000}@font-face{font-family:lexendbold;src:url(/assets/lexend-bold-webfont.d2b58cf7.woff2) format("woff2"),url(/assets/lexend-bold-webfont.c6d44e7f.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:lexendlight;src:url(/assets/lexend-light-webfont.7863a5db.woff2) format("woff2"),url(/assets/lexend-light-webfont.d1d6d557.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:lexendregular;src:url(/assets/lexend-regular-webfont.70616d8d.woff2) format("woff2"),url(/assets/lexend-regular-webfont.d49523bd.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:lexendsemibold;src:url(/assets/lexend-semibold-webfont.8ae9adf0.woff2) format("woff2"),url(/assets/lexend-semibold-webfont.7a7f30e9.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:lexendmedium;src:url(/assets/lexend-medium-webfont.af559f92.woff2) format("woff2"),url(/assets/lexend-medium-webfont.f2f90b61.woff) format("woff");font-weight:400;font-style:normal}body{font-family:lexendregular;margin:0}h1{font-weight:600;color:#08111e;font-size:28px!important;font-family:lexendbold!important}@media screen and (min-width: 1200px) and (max-width: 1530px){h1{font-size:24px!important}}@media screen and (max-width: 767px){h1{font-size:24px!important}}h4{font-style:normal!important;font-weight:600!important;line-height:normal!important}h6{font-size:16px;color:#08111e;letter-spacing:.15px}@media screen and (min-width: 1200px) and (max-width: 1530px){h6{font-size:15px!important}}p{font-family:lexendregular;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.login-box{width:457px;background:#ffffff;padding:30px 0}.login-box .MuiIconButton-edgeEnd{right:10px}@media screen and (max-width: 767px){.login-box{width:calc(100% - 15px);padding:25px 0;max-width:500px}}@media screen and (min-width: 768px) and (max-width: 1023px){.login-box{width:340px;padding:25px 0}}@media screen and (min-width: 600px) and (max-width: 767px){.login-box{padding:20px;margin-top:40px}}.login-box form{width:calc(100% - 50px)}.app-button{background-color:var(--primary_color)!important;border-color:var(--primary_color)!important;color:#fff!important;border-radius:28.5px!important;height:40px;font-size:16px!important;line-height:26px!important;letter-spacing:.46px!important;text-transform:capitalize!important}.label{color:#222;font-size:14px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;margin-top:20px;margin-bottom:10px;font-family:lexendlight!important}@media screen and (max-width: 767px){.label{margin-bottom:8px;line-height:16px}}.remember .MuiButtonBase-root{padding-left:0}.remember .MuiFormControlLabel-label{font-family:lexendregular!important;font-size:.9rem!important;color:var(--primary_color)}@media screen and (min-width: 600px) and (max-width: 767px){.remember .MuiFormControlLabel-label{font-size:12px!important;line-height:1.25}}.remember .MuiSvgIcon-root{color:var(--primary_color)}.link{color:#146bba;text-decoration:none}.forgot-pass{justify-content:flex-end;display:flex}.forgot-pass a{color:var(--primary_color);text-decoration:none}@media screen and (min-width: 600px) and (max-width: 767px){.forgot-pass a{font-size:12px;line-height:1.25;display:inline-block}}.email-field .MuiInputBase-input{padding-left:2.2rem!important}@media screen and (min-width: 768px) and (max-width: 1023px){.email-field .MuiInputBase-input{min-width:300px!important}}@media screen and (min-width: 600px) and (max-width: 767px){.email-field .MuiInputBase-input{min-width:250px!important}}.login-left{background:rgba(0,0,0,.6);border-radius:25px}.login-left h4{font-family:lexendsemibold}@media screen and (max-width: 767px){.login-left h4{margin-bottom:10px}}@media screen and (max-width: 767px){.login-left{width:100%!important;padding-top:0!important;max-width:500px;margin:0 auto 20px!important}}@media screen and (max-width: 767px){.login-logo{max-width:250px!important;padding-top:50px;padding-left:15px}}@media screen and (min-width: 768px) and (max-width: 1023px){.login-logo{max-width:250px!important;padding-left:20px}}.model-title{color:#08111e;font-family:lexendsemibold!important;font-size:1.2rem!important}.MuiDialog-paper{border-radius:28.5px!important;padding:.75rem}@media screen and (max-width: 767px){.MuiDialog-paper{width:calc(100% - 50px);padding:1rem}}.global-loader{justify-content:center;align-items:center;height:100vh;background:rgba(193,193,193,.25);position:absolute;top:0;left:0;right:0;z-index:9999}.global-invoice-loader{justify-content:center;align-items:center;height:100vh;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;right:0;z-index:9999}.global-employee-invoice-loader{justify-content:center;align-items:center;height:100vh;background:rgba(193,193,193,.25);position:absolute;top:0;left:0;right:0;z-index:9999;padding-left:250px}@media screen and (max-width: 767px){.global-employee-invoice-loader{padding-left:0;justify-content:center;align-items:center}}@media screen and (min-width: 768px) and (max-width: 1023px){.global-employee-invoice-loader{padding-left:0;justify-content:center;align-items:center}}@media screen and (min-width: 992px) and (max-width: 1199px){.global-employee-invoice-loader{padding-left:0;justify-content:center;align-items:center}}.image-processing-loader{justify-content:center;align-items:center;height:calc(100vh - 320px);position:absolute;top:0;left:0;right:0;z-index:9999}.button-secondary{background-color:var(--primary_color)!important;border-color:var(--primary_color)!important;color:#fff!important;border-radius:28.5px!important;height:40px;font-size:15px!important;line-height:26px!important;font-family:lexendsemibold!important;letter-spacing:.46px!important;text-transform:capitalize!important}.reset-pass-popup .MuiDialog-paper{min-width:550px}@media screen and (max-width: 767px){.reset-pass-popup .MuiDialog-paper{width:calc(100% - 50px);min-width:auto;margin:auto}}.MuiOtpInput-Box .MuiInputBase-input{opacity:.8;background:#f2f2f2;font-size:20px;font-weight:600;color:#313131;border-radius:12px}.MuiOutlinedInput-notchedOutline{border-color:#202a3d1a!important;border-radius:12px!important}.MuiDrawer-paper{background:var(--primary_color)!important;border-right:none!important}@media screen and (max-width: 767px){.MuiDrawer-paper{width:calc(100% - 60px)!important;max-width:350px}}@media screen and (min-width: 768px) and (max-width: 1023px){.MuiDrawer-paper{width:calc(100% - 60px)!important;max-width:250px}}.sidebar{height:calc(100vh - 315px);overflow-y:auto;overflow-x:hidden;padding-top:16px!important}@media screen and (max-width: 767px){.sidebar{height:calc(100vh - 195px);padding-left:10px!important;padding-right:10px!important;padding-top:5px!important}}@media screen and (min-width: 768px) and (max-width: 1023px){.sidebar{height:calc(100vh - 200px);padding-left:10px!important;padding-right:10px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.sidebar{height:calc(100vh - 294px)}}@media screen and (min-width: 1200px) and (max-width: 1365px){.sidebar{height:calc(100vh - 277px)}}.sidebar .MuiListItemButton-root{flex-direction:column;padding-top:12px;padding-bottom:10px}@media screen and (min-width: 1200px) and (max-width: 1530px){.sidebar .MuiListItemButton-root{padding:10px 0}}@media screen and (max-width: 767px){.sidebar .MuiListItemButton-root{flex-direction:row;padding-left:0;padding-right:0;border-bottom:1px solid var(--secondary_color)}}@media screen and (min-width: 768px) and (max-width: 1023px){.sidebar .MuiListItemButton-root{flex-direction:row;padding-left:0;padding-right:0;border-bottom:1px solid var(--secondary_color)}}.sidebar .MuiListItemButton-root.active .MuiListItemButton-root .MuiListItemText-primary,.sidebar .MuiListItemButton-root .MuiSvgIcon-root{color:#980900!important}.sidebar .MuiListItemButton-root:hover{background-color:transparent!important}.sidebar .MuiListItemButton-root .MuiListItemText-root{margin-bottom:0}@media screen and (max-width: 767px){.sidebar .MuiListItemButton-root .MuiListItemText-root{margin-bottom:4px}}.sidebar .MuiListItemButton-root:hover .MuiListItemText-primary,.sidebar .MuiListItemButton-root:hover .MuiSvgIcon-root{color:#fff!important}.sidebar .MuiListItemButton-root .MuiListItemText-primary{color:var(--primary_text_color);white-space:pre-line;text-align:center;font-size:11px;font-style:normal;font-weight:500;line-height:14px}@media screen and (min-width: 1200px) and (max-width: 1530px){.sidebar .MuiListItemButton-root .MuiListItemText-primary{font-size:9px}}@media screen and (max-width: 767px){.sidebar .MuiListItemButton-root .MuiListItemText-primary{text-align:left;font-size:12px}}@media screen and (min-width: 768px) and (max-width: 1023px){.sidebar .MuiListItemButton-root .MuiListItemText-primary{text-align:left;font-size:12px}}.sidebar .MuiListItemButton-root .MuiSvgIcon-root{color:var(--primary_text_color)!important}.main-container{width:100%!important;height:100vh;background:var(--secondary_color);display:flex}@media screen and (max-width: 767px){.main-container{width:100%!important;margin-left:0!important;padding-left:0!important;padding-right:0!important}}@media screen and (min-width: 768px) and (max-width: 1023px){.main-container{width:100%!important;margin-left:0!important;padding-left:0!important;padding-right:0!important}}.rightbar{height:calc(100vh - 105px);background:#f8f8f8;padding:30px;overflow-y:auto;border-radius:10px}@media screen and (min-width: 1200px) and (max-width: 1530px){.rightbar{padding:20px}}@media screen and (max-width: 767px){.rightbar{margin:20px 10px 10px;padding:15px!important;height:calc(100vh - 155px)}}@media screen and (min-width: 768px) and (max-width: 1023px){.rightbar{margin:20px 10px 10px;padding:15px!important;height:calc(100vh - 165px)}}.asterisk{color:red}.btn-secondary{background:#ffffff!important;border-radius:7px!important;display:flex;height:40px!important;padding:8px 15px!important;justify-content:center;align-items:center;color:#08111e!important;font-size:14px!important;letter-spacing:.15px!important;font-family:Lexend!important;font-weight:300!important;border-color:#08111e!important;line-height:43px!important;border:1px solid!important;text-transform:capitalize!important}@media screen and (min-width: 1200px) and (max-width: 1530px){.btn-secondary{font-size:13px!important;padding:8px 15px!important}}.btn-secondary:hover{background:#08111E!important;color:#fff!important}.btn-secondary:hover .MuiSvgIcon-root{color:#fff}@media screen and (max-width: 767px){.btn-secondary{font-size:12px!important;line-height:16px!important}}.label-secondary{background:#ffffff!important;border-radius:28.5px!important;display:flex;height:40px!important;padding:8px 22px!important;justify-content:center;align-items:center;color:#08111e!important;font-size:14px!important;letter-spacing:.15px!important;font-family:Lexend!important;font-weight:300!important;border-color:#08111e!important;line-height:43px!important;border:1px solid!important;text-transform:capitalize!important}@media screen and (min-width: 1200px) and (max-width: 1530px){.label-secondary{font-size:13px!important;padding:8px 15px!important}}@media screen and (max-width: 767px){.label-secondary{font-size:12px!important;line-height:16px!important}}.common-autocomplete .MuiOutlinedInput-notchedOutline{border:0!important}.common-autocomplete .MuiOutlinedInput-root{padding:0!important}.common-autocomplete .MuiAutocomplete-input{position:relative;background:#ffffff;border:1px solid;font-size:14px;border-radius:7px;width:100%;border-color:#1a253766;padding:10px 0 10px 10px!important;height:40px!important;letter-spacing:.15px;line-height:24px;box-sizing:border-box}.common-autocomplete .MuiAutocomplete-input:focus{box-shadow:#1976d240 0 0 0 .2rem;border-color:#1976d2}@media screen and (max-width: 767px){.common-autocomplete .MuiAutocomplete-input:focus{min-width:300px}}.Mui-disabled .MuiAutocomplete-endAdornment{top:calc(50% - 18px)!important}.MuiInputBase-fullWidth .MuiSelect-nativeInput{height:40px!important;opacity:1!important;border-color:#1a253766!important;border:1px solid;border-radius:7px;padding-left:12px;font-family:lexendregular;font-size:14px}.disabled-date-picker .MuiInputBase-root{border:0px solid!important}.disabled-date-picker .MuiInputBase-input{height:40px!important;padding-left:12px!important}.date-picker-ClearIcon{position:absolute!important;top:1px;right:24px}.select-ClearIcon{left:220px;bottom:40px}.date-picker .MuiInputBase-root{border:1px solid;font-size:14px;border-radius:7px;width:100%;border-color:#1a253766;padding:12px 12px 10px;height:40px!important;color:#222;font-weight:300;caret-color:transparent;cursor:default;position:relative!important}.date-picker .MuiInputBase-input{padding:0;cursor:default}.date-picker .MuiOutlinedInput-notchedOutline{border:0}.date-focus-effect .MuiInputBase-root{border-color:#1976d2!important;box-shadow:#1976d240 0 0 0 .2rem!important}.react-tel-input .form-control{font-family:lexendregular!important;font-size:14px!important}@media screen and (min-width: 1200px) and (max-width: 1530px){.react-tel-input .form-control{min-width:auto!important}}@media screen and (max-width: 767px){.react-tel-input .form-control{min-width:auto!important}}.react-tel-input .form-control:placeholder{color:red}.radio-group .MuiFormControlLabel-label{font-size:14px;font-family:lexendlight}.search-field .MuiInputBase-input{min-width:auto!important;padding-left:40px!important;padding-right:40px!important;font-size:14px!important;color:#08111e;border-color:#08111e!important}.search-field .MuiInputBase-input::placeholder{font-family:lexendregular}.search-field .MuiSvgIcon-root{position:relative;top:1px}.MuiDataGrid-columnHeaderTitle{font-family:lexendmedium;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.17px;color:#08111e}@media screen and (min-width: 1200px) and (max-width: 1530px){.MuiDataGrid-columnHeaderTitle{font-size:12px}}.MuiDataGrid-columnHeaders{min-height:50px!important;max-height:50px!important;line-height:50px!important}.MuiDataGrid-virtualScroller{margin-top:50px!important}.MuiDataGrid-cell,.MuiDataGrid-row{min-height:50px!important;max-height:50px!important;font-size:13px!important;font-family:lexendlight}@media screen and (min-width: 1200px) and (max-width: 1530px){.MuiDataGrid-cell,.MuiDataGrid-row{font-size:12px}}.MuiDataGrid-cell .active{color:#49c087;position:relative;padding-left:10px}.MuiDataGrid-cell .active:before{content:"";width:6px;height:6px;position:absolute;left:0;color:#49c087;z-index:99;top:5px;background:rgb(73,192,135);border-radius:100%}.MuiDataGrid-cell .inactive{color:#980900;position:relative;padding-left:10px}.MuiDataGrid-cell .inactive:before{content:"";width:6px;height:6px;position:absolute;left:0;color:#980900;z-index:99;top:5px;background:#980900;border-radius:100%}.back-btn,.budget-history-btn{font-family:lexendlight;font-size:14px;line-height:12px;color:#08111e;letter-spacing:.15px}.progressbar .MuiSvgIcon-root{color:#b0b3b7!important}.progressbar .MuiSvgIcon-root.Mui-active{color:#08111e!important;font-family:lexendmedium!important}.progressbar .MuiSvgIcon-root.Mui-completed{color:#08111e!important;color:green!important}.progressbar .MuiStepLabel-label{color:#b0b3b7!important}.progressbar .MuiStepLabel-label.Mui-active,.progressbar .MuiStepLabel-label.Mui-completed{color:#08111e!important}.progressbar .MuiStepConnector-line{border-top-width:1px;border-color:#bdbdbd!important}.disable-color .MuiStepLabel-label{color:#b0b3b7!important}.disable-color .MuiStepLabel-label.Mui-disabled,.disable-color .Mui-disabled .MuiSvgIcon-root{color:#000!important}.logout{border:1px solid var(--secondary_color);border-radius:20px}.logout .MuiSvgIcon-root{color:var(--primary_text_color)}@media screen and (min-width: 1200px) and (max-width: 1530px){.logout{width:38px!important;height:38px!important}}.profile{margin:10px auto 5px}@media screen and (max-width: 767px){.profile{background:var(--secondary_color);margin:0;padding-top:10px;padding-bottom:10px}}.profile .profile-icon-top{width:50px;height:50px;margin:0 auto;border-radius:100%;border:1px solid var(--secondary_color)!important;overflow:hidden;display:flex;justify-content:center;align-items:center}.profile img{max-width:100%;max-height:100%}.devider-xs{border-color:var(--secondary_color)!important;width:64px;margin:auto!important}@media screen and (max-width: 767px){.devider-xs{display:none}}.MuiDataGrid-root{background:#ffffff!important}.MuiDataGrid-root .MuiDataGrid-columnHeader:focus,.MuiDataGrid-root .MuiDataGrid-cell:focus{outline:none!important}.MuiDataGrid-root .Mui-disabled{opacity:0}.MuiDataGrid-menu .MuiDataGrid-menuList .MuiButtonBase-root{font-size:14px}.global__loader{position:fixed;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);z-index:9999;top:0;left:0}.global__loader .MuiCircularProgress-root{width:60px;height:60px;color:#fff}.sitemap-box{background:#ffffff;border:1px solid rgba(207,218,235,.8);padding:15px;border-radius:12px;height:255px;overflow-y:auto}@media screen and (min-width: 1200px) and (max-width: 1530px){.sitemap-box{height:220px}}@media screen and (min-width: 1200px) and (max-width: 1365px){.sitemap-box{height:195px}}.sitemap-box h6{font-size:20px;font-weight:500;font-family:lexendmedium;letter-spacing:.15px}@media screen and (min-width: 1200px) and (max-width: 1365px){.sitemap-box h6{font-size:15px}}.box-icon-circle{width:30px;height:30px;background:#d9e1ef;border-radius:4px;display:inline-flex;justify-content:center;align-items:center;margin-right:10px}.sitemap-sub-text .MuiTypography-root{font-size:13px;font-style:normal;font-weight:300!important;letter-spacing:.17px;line-height:13px}.MuiDrawer-modal .MuiModal-backdrop{background:transparent}.sidebar-inner .MuiListItem-root .MuiSvgIcon-root{color:var(--primary_text_color);margin-left:10px}.sidebar-inner .MuiListItem-root .MuiListItemText-root{color:var(--primary_text_color);white-space:pre-line;text-align:center;font-size:105px!important;font-style:normal;font-weight:500;line-height:14px!important;font-family:lexendregular;text-align:left;padding-left:5px}.sidebar-inner .MuiListItem-root .MuiListItemText-root .MuiListItemText-primary{font-size:11px!important;line-height:normal;word-wrap:break-word}.sidebar-inner .MuiListItem-root .MuiButtonBase-root.MuiListItemButton-root{background:var(--primary_color);margin-bottom:20px;border-radius:15px 0 0 15px}.close_icon{background:var(--primary_color)!important;padding:3px!important;display:block!important;position:absolute!important;right:0px;width:30px;height:30px;border-radius:10px 0 0 10px!important}.close_icon .MuiSvgIcon-root{color:var(--primary_text_color)}.MuiListItem-root.active{background:var(--secondary_color)!important;border-bottom:0;position:relative;-moz-border-radius:0px 0 0 0px;-webkit-border-radius:0px 0 0 0px;border-radius:0;width:calc(100% - 1px)}@media screen and (max-width: 767px){.MuiListItem-root.active{border-radius:0}}.MuiListItem-root.active:focus-visible{outline:none}.MuiListItem-root.active .MuiSvgIcon-root,.MuiListItem-root.active .MuiTypography-root{color:var(--primary_text_color)!important}@media screen and (min-width: 768px) and (max-width: 1023px){.MuiListItem-root.active{background:none!important}}@media screen and (max-width: 767px){.MuiListItem-root.active:before{display:none}}@media screen and (min-width: 768px) and (max-width: 1023px){.MuiListItem-root.active:before{display:none}}@media screen and (min-width: 992px) and (max-width: 1199px){.MuiListItem-root.active:before{display:none}}@media screen and (max-width: 767px){.MuiListItem-root.active:after{display:none}}@media screen and (min-width: 768px) and (max-width: 1023px){.MuiListItem-root.active:after{display:none}}@media screen and (min-width: 992px) and (max-width: 1199px){.MuiListItem-root.active:after{display:none}}.btn-cancel{height:40px;padding:0 19px!important;display:flex;background-color:#dedede!important;border-color:#dedede!important;color:#222!important;border-radius:8px!important;font-size:16px!important;line-height:26px!important;font-family:Lexend!important;font-weight:500!important;letter-spacing:.46px!important;text-transform:capitalize!important;min-width:150px!important}@media screen and (max-width: 767px){.btn-cancel{min-width:100px!important}}.btn-cancel:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.btn-primary{height:40px;background-color:#08111e!important;border-color:#08111e!important;color:#fff!important;border-radius:8px!important;font-size:16px!important;line-height:25px!important;font-family:Lexend!important;font-weight:500!important;letter-spacing:.46px!important;text-transform:capitalize!important;padding:0 19px!important;min-width:150px!important}@media screen and (max-width: 767px){.btn-primary{min-width:120px!important}}.btn-primary:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.btn-success{height:40px;background-color:#49c087!important;border-color:#49c087!important;color:#fff!important;border-radius:8px!important;font-size:16px!important;line-height:26px!important;font-family:Lexend!important;font-weight:500!important;letter-spacing:.46px!important;text-transform:capitalize!important;padding:6.75px 19px 5px!important;min-width:150px!important}.btn-success:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.btn-danger{height:40px;background-color:#e74c3c!important;border-color:#e74c3c!important;color:#fff!important;border-radius:8px!important;font-size:16px!important;line-height:26px!important;font-family:Lexend!important;font-weight:500!important;letter-spacing:.46px!important;text-transform:capitalize!important;padding:6.75px 19px 5px!important;min-width:150px!important}.btn-danger:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.file-upload{bottom:-10px;position:absolute;right:0px;top:150px;left:150px;height:41px;width:41px}@media screen and (min-width: 1200px) and (max-width: 1530px){.file-upload{right:-10px}}.file-upload .edit-icon{filter:drop-shadow(0px 4px 4px rgba(0,0,0,.08))}.file-upload .edit-icon .MuiSvgIcon-root{font-size:20px;color:#08111e}.file-upload input{position:absolute;height:40px;width:40px;left:-2px;top:-59px;background:transparent;opacity:0;right:80px;cursor:pointer}.file-upload img{height:70px;width:70px}.profile-icon{position:relative;width:200px;height:200px;border:1px solid #ccc;border-radius:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.child-drawer .MuiDrawer-paper{background:var(--secondary_color)!important}.textarea{padding:0!important}.textarea .MuiInputBase-input{min-height:160px;line-height:normal!important}.Toastify__toast--success .Toastify__toast-body{color:#0a4932;padding-left:15px;font-size:14px}.Toastify__toast--success .Toastify__toast-body svg{fill:#00ac46!important}.Toastify__toast--error .Toastify__toast-body{color:#8f1f38;padding-left:15px;font-size:14px}.Toastify__toast--error .Toastify__toast-body svg{fill:#e74c3c!important}.Toastify__toast--warning .Toastify__toast-body{color:#f1c40f;padding-left:15px;font-size:14px}.Toastify__toast--warning .Toastify__toast-body svg{fill:#f1c40f!important}.Toastify__toast--error{background:#ffebe9;font-family:lexendregular}.Toastify__toast--success{background:#ebfff1;font-family:lexendregular}.Toastify__toast--warning{background:#fffbea;font-family:lexendregular}.Toastify__close-button{opacity:1!important}.Toastify__progress-bar{height:100%;width:5px}.MuiCircularProgress-svg{color:var(--primary_color)}.tenants-logo-upload .MuiButtonBase-root,.tenants-file-upload .MuiButtonBase-root{text-transform:capitalize;padding-top:11px;width:155px}@media screen and (min-width: 1200px) and (max-width: 1365px){.tenants-logo-upload .MuiButtonBase-root,.tenants-file-upload .MuiButtonBase-root{width:130px}}.tenants-logo-upload .MuiButtonBase-root:hover,.tenants-file-upload .MuiButtonBase-root:hover{background:transparent;box-shadow:none}.tenants-logo-upload .MuiTypography-root,.tenants-file-upload .MuiTypography-root{font-size:14px;display:inline-flex!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;padding-right:0}@media screen and (min-width: 1200px) and (max-width: 1365px){.tenants-logo-upload .MuiTypography-root,.tenants-file-upload .MuiTypography-root{width:40px;padding-right:30px;font-size:10px}}.tenants-logo-upload .MuiBox-root,.tenants-file-upload .MuiBox-root{margin:0;display:flex;flex-direction:row;justify-content:flex-start}.tenants-logo-upload .MuiButton-textPrimary,.tenants-file-upload .MuiButton-textPrimary{color:var(--primary_color)}.upload-form .MuiBox-root{margin-left:0}.MuiSwitch-root .Mui-checked .MuiSwitch-thumb{color:#08111e!important}.MuiSwitch-root .MuiSwitch-track{background-color:#b1c3c5!important}.MuiDataGrid-panel .MuiButtonBase-root.MuiButton-root.MuiButton-text{color:var(--primary_color)!important;text-transform:capitalize}.MuiDataGrid-columnsPanel .MuiTypography-root{font-size:14px}.MuiInputBase-root.MuiInput-root:after{border-color:var(--primary_color)!important}.MuiFormLabel-root.MuiInputLabel-root.Mui-focused{color:var(--primary_color)!important}.MuiNativeSelect-select.MuiNativeSelect-standard option{font-size:14px;padding-left:10px!important;line-height:20px!important}.MuiNativeSelect-select.MuiNativeSelect-standard option:hover{background-color:var(--primary_color)}.MuiFormControl-root .MuiInputBase-input.MuiInput-input{font-size:14px!important}.react-tel-input .country-list .search-box{width:calc(100% - 20px);font-size:14px}.react-tel-input .country-list .country{padding:8px 9px 10px 46px}input:disabled{background:#f5f5f5!important;border-color:#f5f5f5!important}.MuiButtonBase-root.Mui-disabled.MuiIconButton-root{padding:6px!important}.MuiDataGrid-cellCheckbox:focus,MuiDataGrid-root .MuiDataGrid-cell:focus-within{outline:none!important}.btn-fill{background:#08111E!important;color:#fff!important}.btn-fill svg{color:#fff!important}.profile-title{padding:10px 10px 0;text-align:center;margin:0;font-size:12px;color:var(--secondary_text_color);white-space:pre-line;font-family:lexendbold}.profile-label{font-size:10px;color:var(--primary_text_color);display:block;text-align:center;padding-top:5px}@media screen and (max-width: 767px){.profile-label{padding-bottom:10px}}.MuiDataGrid-filterForm .MuiFormControl-root{margin-right:5px}.MuiNativeSelect-select.MuiNativeSelect-standard>option{padding:10px}.MuiDataGrid-root .MuiDataGrid-columnHeader:focus-within,.MuiDataGrid-root .MuiDataGrid-cell:focus-within{outline:none!important}#raised-button-file-tenantlogo,#raised-button-file-tenantfavicon{border:1px solid #ccc;width:100%;padding:8px;border-radius:33px 5px 5px 33px;height:40px}.branding-right img{max-width:100%;max-height:550px}.branding-tabs .MuiButtonBase-root{color:#08111e;text-transform:capitalize}.branding-tabs .MuiButtonBase-root.Mui-selected{font-weight:600;color:#08111e!important}.branding-tabs .MuiTabs-indicator{background-color:#08111e}.branding-tabs.budget-group .MuiButtonBase-root.Mui-selected{font-weight:400}.branding-logo{position:relative;width:75px;height:75px;display:flex;justify-content:center;align-items:center;overflow:hidden}.branding-logo img{max-width:100%;max-height:100%}.MuiAvatar-img{max-width:100%;max-height:100%;object-fit:contain!important}.branding-text .MuiSvgIcon-root{position:absolute;left:auto;right:10px;top:9px}@media screen and (max-width: 767px){.footer li{padding:0 4px!important}}.footer .MuiTypography-root{font-size:14px;padding-top:2px;color:var(--secondary_text_color)}@media screen and (max-width: 767px){.footer .MuiTypography-root{font-size:8px}}.page-content p{font-size:14px;line-height:24px;letter-spacing:.25px}@media screen and (max-width: 767px){.page-content h2{font-size:15px!important}}.MuiDataGrid-main .MuiAvatar-img{width:auto;height:auto}.resend-email-icon,.delete-tag-icon,.reset-password-icon{color:#08111e!important}.branding-right{height:560px}@media screen and (min-width: 1200px) and (max-width: 1365px){.branding-right{margin-left:30px}}@media screen and (min-width: 1200px) and (max-width: 1599px){.branding-right{margin-left:70px}}.branding-right .branding-left-menu{height:560px;width:180px}@media screen and (min-width: 1200px) and (max-width: 1365px){.branding-right .branding-left-menu{width:140px}}.branding-right .branding-left-menu .sidebar .MuiListItemButton-root{flex-direction:row}.branding-right .branding-left-menu .sidebar .MuiListItemIcon-root{min-width:25px}.branding-right .branding-left-menu .sidebar{padding-top:0!important}.branding-right .branding-logo-menu{text-align:center;padding:10px;max-width:100%;height:60px}.branding-right .branding-logo-menu img{max-height:100%}.MuiOutlinedInput-notchedOutline{border:0!important}.language-dropdown .MuiSelect-select{padding:0;color:var(--secondary_text_color)!important;font-size:13px;position:relative;top:1px}.language-dropdown .MuiSvgIcon-root{color:var(--secondary_text_color)!important}.active-dropdown{width:100%!important;height:40px;border:1px solid rgba(26,37,55,.4)!important;border-radius:7px!important;padding:1px 5px;position:inherit!important}@media screen and (min-width: 992px) and (max-width: 1199px){.active-dropdown{margin-left:10px!important}}.active-dropdown .MuiSelect-select{color:#222;font-size:13px;text-align:left;padding:4px 14px 3px 9px;line-height:27px}@media screen and (min-width: 992px) and (max-width: 1199px){.active-dropdown .MuiSelect-select{font-size:12px}}@media screen and (max-width: 767px){.active-dropdown .MuiSelect-select{padding:7px 14px}}.add-attachment{background-color:transparent!important;border-color:#b1b1b1!important;width:auto!important;padding:0}.perview-attachment{background:#f9fbfc;display:block}.attachment-preview-box{position:relative;justify-content:center;border:1px solid #dedede;display:inline-flex!important;align-items:center}.attachment-preview-box:hover .close-icon{opacity:1}.close-icon{position:absolute!important;right:0;top:0;padding:0!important;opacity:1}.close-icon .MuiSvgIcon-root{font-size:20px}.attachment-preview-box:hover{box-shadow:inset 0 0 10px var(--primary_color)}.attachment-preview-box:hover .download-icon{opacity:1}.download-icon{position:absolute!important;left:0;bottom:0;padding:2!important;opacity:1}.download-icon .MuiSvgIcon-root{font-size:25px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:6px;background-color:transparent}::-webkit-scrollbar{width:8px;height:8px}@media screen and (max-width: 767px){::-webkit-scrollbar{width:0px;height:0px}}::-webkit-scrollbar-thumb{border-radius:6px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#ccc!important}.pdf-attach span{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;padding:7px 5px 5px;max-width:100px}.btn-tag{display:flex;height:40px!important;padding:10px 15px!important;justify-content:center;align-items:center;color:#08111e!important;font-size:14px!important;letter-spacing:.15px!important;font-family:lexendregular!important;border-color:var(--primary_color)!important;line-height:40px!important;border:1px solid #dedede!important;margin:3px!important;text-transform:capitalize!important;border-radius:7px}.btn-tag:hover{background:transparent!important}.btn-tag-active{background:#08111E!important;color:#fff!important;padding:10px 15px!important}.btn-tag-active:hover{background:#08111E!important;color:#fff!important}.hover-delete-icon{opacity:0}.btn-list{display:flex!important;min-height:37px;padding:7px 10px!important;justify-content:flex-start!important;align-items:center!important;color:#08111e!important;font-size:14px!important;letter-spacing:.15px!important;font-family:lexendlight!important;border-color:#08111e!important;line-height:20px!important;margin-bottom:5px!important;border-radius:7px!important;text-transform:capitalize!important}.btn-list .budget-delete-icon{padding:0}.btn-list:hover{background:transparent!important}.btn-list:hover .hover-delete-icon,.btn-list:hover .budget-delete-icon{opacity:1}@media screen and (min-width: 1366px) and (max-width: 1499px){.btn-list{padding:2px 10px!important;font-size:13px!important;line-height:20px!important}}.btn-list-active,.btn-list-active:hover{background:#08111E!important;color:#fff!important}.btn-list-active:hover .hover-delete-icon{opacity:1}.btn-list-active:hover .MuiSvgIcon-root{color:#fff}.add-more-budget{color:#08111e}@media screen and (min-width: 1366px) and (max-width: 1499px){.add-more-budget{font-size:13px!important;display:flex;align-items:center;justify-content:center;line-height:16px!important}}@media screen and (min-width: 1200px) and (max-width: 1599px){.add-more-budget{font-size:14px!important;display:flex;align-items:center;justify-content:center;line-height:16px!important}}@media screen and (min-width: 1200px) and (max-width: 1599px){.add-more-budget .MuiSvgIcon-root{top:0}}.Mui-expanded .MuiAccordionSummary-root{background:#08111E;border-radius:7px 7px 0 0}.Mui-expanded .MuiAccordionSummary-root .MuiTypography-root,.Mui-expanded .MuiAccordionSummary-root .MuiSvgIcon-root{color:#fff}.btn-underline{background:#ffffff!important;display:flex;height:32px!important;padding:8px 10px!important;justify-content:center;align-items:center;color:#08111e!important;font-size:14px!important;letter-spacing:.15px!important;font-family:lexendregular!important;border-color:#08111e!important;line-height:44px!important;border-bottom:3px solid #08111E!important;margin:10px 0!important;text-transform:capitalize!important}.date-picker svg{color:#707070}.delete-icon{color:#707070}.forgot-model{background:rgba(0,0,0,.5)}.status-dropdown .language-dropdown{position:inherit}.status-dropdown p.label{font-size:14px!important}.budget-basic-details .label{margin-top:10px}@media screen and (min-width: 1200px) and (max-width: 1365px){.budget-basic-details .label{font-size:13px}}.budget-group .MuiButtonBase-root{min-height:42px!important;color:#bdbdbd;padding-bottom:0}.budget-group .MuiButtonBase-root .MuiSvgIcon-root{color:#bdbdbd;margin-right:4px;position:relative;top:-2px;font-size:20px}.branding-tabs .MuiButtonBase-root.Mui-selected .MuiSvgIcon-root{color:#08111e}.budget-group .MuiGrid-root .MuiTypography-root{font-family:lexendmedium}.budget-popup #responsive-dialog-title{font-family:lexendmedium;letter-spacing:.15px;color:#08111e}.budget-popup .MuiTableRow-root th{font-size:14px;font-family:lexendmedium;letter-spacing:.17px;color:#08111e}.budget-popup table{border:1px solid rgb(224,224,224)}.budget-popup tbody td,.costmarginicon{font-size:13px;font-weight:300}.budget-popup table tbody tr:nth-child(odd){background:#f8f8f9}.category-title{font-family:lexendmedium}.new-category-btn:hover{border:0!important;border-bottom:1px solid #ccc!important}.expense-radio .MuiFormControlLabel-label{font-weight:400;font-size:14px}@media screen and (min-width: 1200px) and (max-width: 1599px){.expense-radio .MuiFormControlLabel-label{font-size:12px}}@media screen and (min-width: 1366px) and (max-width: 1499px){.expense-radio .MuiFormControlLabel-root{margin-right:9px}}@media screen and (min-width: 1366px) and (max-width: 1499px){.expense-radio .MuiRadio-root{padding:9px 5px!important}}@media screen and (min-width: 1200px) and (max-width: 1599px){.expense-radio .MuiFormControlLabel-root{margin-right:11px}}@media screen and (min-width: 1200px) and (max-width: 1599px){.expense-radio .MuiFormControlLabel-root .MuiButtonBase-root.MuiRadio-root{padding:9px 2px}}.common-autocomplete-dropdown .autocomplete-dropdown{overflow-y:auto;background-color:#fff;border:1px solid rgba(26,37,55,.4)!important;height:auto!important;letter-spacing:.15px;line-height:24;box-sizing:border-box;color:#222;border-radius:7px;min-height:40px}.categopryAutocomplete{border:1px solid rgba(26,37,55,.4)!important;border-radius:7px}.categopryAutocomplete .MuiAutocomplete-inputRoot{padding:0!important}.autocomplete-dropdown .MuiInputBase-root{height:auto;padding:0!important}.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1h51icj-MuiAutocomplete-root .MuiOutlinedInput-root{padding-right:65px!important}.drawer-open .rightbar{margin-left:170px}.invoice-filter p.label{margin:20px 0 10px!important}.invoice-filter .common-autocomplete-dropdown{margin-top:0!important}.rapid-approval .MuiFormControlLabel-root{margin-left:0}.rapid-approval:hover .MuiSwitch-root .MuiSwitch-track{background-color:#fff!important}.MuiSwitch-root .MuiSwitch-thumb{color:#fff!important}.close-icon-02{cursor:pointer;margin-right:10px!important}.cursor-pointer{cursor:pointer}.rapid-approval .MuiTypography-root{font-size:14px;line-height:20px}.common-autocomplete-dropdown .MuiAutocomplete-input{padding:9.25px 12px!important;font-size:13px;min-width:50px!important}#subdomainname{padding-right:210px}.employee-filter .common-autocomplete-dropdown .autocomplete-dropdown{width:308px}.MuiAccordionSummary-root .MuiSvgIcon-root{color:#08111e}.overwrite{padding-top:20px;padding-bottom:1px}.overwrite img{max-width:60px}.overwrite p{margin-top:15px;margin-bottom:25px;font-size:14px}@media screen and (min-width: 1200px) and (max-width: 1530px){.s-height{height:calc(100vh - 320px)}}@media screen and (min-width: 1531px){.s-height{height:calc(100vh - 362px)}}@media screen and (min-width: 1531px){.s-height .setting-tabs{height:calc(100vh - 400px)}}@media screen and (min-width: 1200px) and (max-width: 1530px){.s-height .setting-tabs{height:calc(100vh - 360px)}}@media screen and (min-width: 1531px){.s-height1{height:calc(100vh - 362px)}}@media screen and (min-width: 1531px){.s-height1 .setting-tabs{height:calc(100vh - 400px)}}.s-height1 h6{color:#49c087;font-family:lexendlight;font-size:14px}@media screen and (min-width: 1200px) and (max-width: 1599px){.s-height1 h6{font-size:13px!important}}.setting-tabs .MuiInputBase-input{line-height:initial!important}.setting-tabs h6{color:#08111e}.sidebar .MuiListItem-root.active .MuiListItemButton-root:hover .MuiListItemText-primary,.sidebar .MuiListItem-root.active .MuiListItemButton-root:hover .MuiSvgIcon-root{color:var(--primary_text_color)!important}.leftPipeLine{border-left:1px solid #bdbdbd}.allocate-budget .MuiBox-root .MuiGrid-root .MuiTypography-root{top:12px!important}@media screen and (min-width: 1200px) and (max-width: 1530px){.allocate-budget .MuiBox-root .MuiGrid-root .MuiTypography-root{top:10px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.MuiDrawer-root .drawer-top{min-height:60px!important}}@media screen and (min-width: 1200px) and (max-width: 1365px){.MuiDrawer-root .drawer-top img{max-height:60px}}@media screen and (max-width: 767px){.top-search-btn{display:block!important;margin-top:25px!important;margin-bottom:15px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.top-search-btn{margin-top:25px!important;margin-bottom:25px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.form-top-m{margin-top:30px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.invoice-filter{margin-bottom:0!important;margin-top:10px!important}}.invoice-filter .common-autocomplete-dropdown .autocomplete-dropdown,.invoice-filter .autocomplete-dropdown .MuiInputBase-root{height:auto!important}.all-employees h5{font-size:16px;color:#08111e}.all-employees{padding-top:20px}.MuiLinearProgress-bar{background-color:var(--primary_color)!important}.MuiLinearProgress-root{height:6px;border-radius:8px}.MuiBox-root textarea.MuiInputBase-input{height:90px!important;vertical-align:top!important;padding:10px!important;line-height:20px!important;overflow-y:auto!important}.language-preference{width:100%}.category-list-btn{padding:10px 15px;white-space:nowrap;font-weight:300;border-radius:7px;border:1px solid #dedede;letter-spacing:.15px;line-height:17px;background:#fff;color:#08111e;font-family:Lexend!important;margin-right:10px;cursor:pointer}@media screen and (max-width: 767px){.category-list-btn{margin-bottom:5px}}@media screen and (min-width: 992px) and (max-width: 1199px){.category-list-btn{padding:8px 10px}}.category-list-btn.active{background:#132136;color:#fff}.slick-track{margin-left:0!important}.slick-slide>div{margin:0 20px}@media screen and (max-width: 767px){.slick-slide>div{margin:0}}@media screen and (min-width: 768px) and (max-width: 1023px){.slick-slide>div{margin:0 5px}}@media screen and (min-width: 992px) and (max-width: 1199px){.slick-slide>div{margin:0 5px}}@media screen and (min-width: 1200px) and (max-width: 1530px){.slick-slide>div{margin:0 10px}}.MuiToolbar-gutters{min-height:0!important}@media screen and (max-width: 767px){.MuiToolbar-gutters .MuiTablePagination-displayedRows,.MuiToolbar-gutters .MuiSvgIcon-root{color:var(--secondary_color)}}@media screen and (max-width: 767px){.MuiToolbar-gutters{background:#eee;height:60px!important;padding:0 10px!important}}@media screen and (min-width: 768px) and (max-width: 1023px){.MuiToolbar-gutters{background:var(--primary_color);height:60px!important;padding:0 10px!important}}.rightbar .dash-active-dropdown{min-width:140px;padding-left:6px}@media screen and (min-width: 992px) and (max-width: 1199px){.rightbar .dash-active-dropdown{min-width:100px;position:relative!important;left:-22px}}@media screen and (max-width: 767px){.rightbar .dash-active-dropdown{width:100%!important;padding-left:10px}}.rightbar .dash-active-dropdown .MuiInputBase-root{padding-right:10px!important;font-size:13px!important}.topbar{display:flex;padding-top:10px;margin-bottom:10px;height:48px}@media screen and (max-width: 767px){.topbar{display:none}}@media screen and (min-width: 768px) and (max-width: 1023px){.topbar{display:none}}.slick-slider .slick-dots{bottom:-60px}.slick-slider .slick-dots li{width:30px;height:30px;border-radius:100%;display:inline-flex;justify-content:center;align-items:center}.slick-slider .slick-dots li.slick-active{background:var(--primary_color);color:#fff;opacity:1}.left-arrow{left:-5px;position:absolute;z-index:99;bottom:auto;top:50%;background:none;border:none;cursor:pointer;margin-top:-15px}.left-arrow .MuiSvgIcon-root{font-size:1.1rem}@media screen and (max-width: 767px){.left-arrow{display:none}}@media screen and (min-width: 768px) and (max-width: 1023px){.left-arrow{display:none}}@media screen and (min-width: 992px) and (max-width: 1199px){.left-arrow{display:none}}.right-arrow{right:-10px;position:absolute;z-index:99;bottom:auto;top:50%;background:none;border:none;cursor:pointer;margin-top:-15px}.right-arrow .MuiSvgIcon-root{font-size:1.1rem}@media screen and (max-width: 767px){.right-arrow{display:none}}@media screen and (min-width: 768px) and (max-width: 1023px){.right-arrow{display:none}}@media screen and (min-width: 992px) and (max-width: 1199px){.right-arrow{display:none}}.MuiList-root .MuiMenuItem-root{font-size:14px;min-height:36px}.dash-grid .MuiDataGrid-footerContainer{display:none}.invoice-details-summary p.label{margin-top:0}@media screen and (max-width: 767px){.invoice-details-summary .MuiGrid-item{padding-left:15px!important}}.invoice-details-top-btn .MuiIconButton-root{background-color:#0000000a;width:24px;height:24px}.invoice-details-top-btn .MuiIconButton-root .MuiSvgIcon-root{font-size:18px}@media screen and (max-width: 767px){.zoom-icon{position:inherit!important;margin-top:20px}}.zoom-icon .MuiIconButton-root{background-color:#0000000a;width:24px;height:24px}.zoom-icon .MuiIconButton-root .MuiSvgIcon-root{font-size:18px}.pdfleftbar{background:#ffffff;padding:20px 10px}.pdfleftbar .MuiList-root .MuiListItem-root{padding:0;margin-bottom:15px;justify-content:center}.pdfleftbar .MuiDivider-root{margin:0 auto 10px}.pdfleftbar-img{cursor:pointer;width:80px;height:100px;padding:8px;display:flex;justify-content:center;align-items:center;margin-left:10px}.pdfleftbar-img img{max-width:100%;max-height:100%}.pdfleftbar-img-active{box-shadow:-3px 1px 36px -6px var(--primary_color)}.employees-table .MuiButton-containedSuccess{min-width:auto!important;text-transform:capitalize;margin-bottom:1px;font-size:10px}.employees-table .MuiDataGrid-cell,.employees-table .MuiDataGrid-row{min-height:60px!important;max-height:60px!important}.reset-btn-icon{display:flex;flex-direction:column;justify-content:flex-start;min-width:137px;margin-top:3px}.reset-btn-icon .MuiIconButton-sizeMedium{padding:3px;width:40px;margin:auto}.logout-main:hover,.logout-main .MuiListItemButton-root:hover{background:transparent}.logout-main .logout:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.budget-h-set{max-height:calc(100vh - 580px)}@media screen and (min-width: 1200px) and (max-width: 1530px){.budget-h-set{max-height:calc(100vh - 550px)}}.add-more-categories{max-height:calc(100vh - 480px);overflow-y:auto}.tax-rate{max-height:calc(100vh - 568px);overflow-y:auto;margin-top:20px!important;border-radius:15px}@media screen and (min-width: 1200px) and (max-width: 1599px){.tax-rate{max-height:calc(100vh - 400px);margin-top:14px!important}}.tax-rate .label{margin-top:20px!important}@media screen and (max-width: 767px){.MuiTablePagination-root .MuiToolbar-gutters{min-height:52px!important}}.upload-invoice{min-width:900px}@media screen and (max-width: 767px){.upload-invoice{min-width:95%}}@media screen and (min-width: 768px) and (max-width: 1023px){.upload-invoice{min-width:500px}}@media screen and (min-width: 992px) and (max-width: 1199px){.upload-invoice{min-width:700px}}.budget-delete-icon{opacity:0}.profile-main{align-items:center}@media screen and (max-width: 767px){.profile-main{text-align:center}}@media screen and (max-width: 767px){.profile-main br{display:none}}@media screen and (min-width: 768px) and (max-width: 1023px){.profile-main br{display:none}}.onlylanguageselect{width:110px;position:absolute;right:15px;box-shadow:none;outline:none;font-size:10px}@media screen and (max-width: 767px){.onlylanguageselect{display:none!important}}@media screen and (min-width: 768px) and (max-width: 1023px){.onlylanguageselect{display:none!important}}@media screen and (max-width: 767px){.read-status{flex-wrap:wrap;margin-top:5px}}.read-status .read-status-color{margin-right:5px}.read-status .read-status-color .MuiSvgIcon-root{position:relative;top:2px}@media screen and (max-width: 767px){.read-status .read-status-color{width:33%;display:flex;margin-left:0;align-items:center}}@media screen and (max-width: 767px){.read-status .read-status-color span{white-space:nowrap!important;padding-left:3px}}.upload-date{margin-top:0!important}.upload-date .MuiSelect-select.MuiSelect-outlined{padding:9px 12px!important;font-size:13px;border:1px solid rgba(26,37,55,.4)!important;border-radius:8px}.no-records-chart{text-align:center;display:none}.no-records-chart img{max-width:150px}.MuiAutocomplete-popper .MuiList-root .MuiListItem-root,.popover-list{font-size:13px!important}.dashslider{display:flex!important;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.dashslider{margin:15px 0}}@media screen and (min-width: 768px) and (max-width: 1023px){.dashslider{margin:15px 0;flex-direction:column-reverse;align-content:center;justify-content:center}}@media screen and (min-width: 992px) and (max-width: 1199px){.dashslider{margin:15px 0;flex-direction:column-reverse;align-content:center;justify-content:center}}@media screen and (min-width: 768px) and (max-width: 1023px){.dashslider .dashslider-left-text{text-align:center}}@media screen and (min-width: 992px) and (max-width: 1199px){.dashslider .dashslider-left-text{text-align:center}}.dashslider .dashslider-left-text span{display:block;padding:6px 0}@media screen and (min-width: 1200px) and (max-width: 1530px){.dashslider{padding:10px!important}}.dashslider>.MuiTypography-root.MuiTypography-h5{font-size:20px}.dashslider h5{word-break:break-word;padding-bottom:5px;font-size:18px}@media screen and (max-width: 767px){.dashslider h5{font-size:15px}}@media screen and (min-width: 768px) and (max-width: 1023px){.dashslider h5{font-size:16px}}@media screen and (min-width: 992px) and (max-width: 1199px){.dashslider h5{font-size:16px}}@media screen and (min-width: 1200px) and (max-width: 1530px){.dashslider h5{font-size:16px}}@media screen and (min-width: 1200px) and (max-width: 1530px){.dashslider .total-invoices{padding-right:10px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.dashslider .allowance-approved{padding:0 10px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.dashslider .allowance-rejected{padding-left:10px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.dashslider .allowance-allocate{padding-right:10px!important}.dashslider .allowance-allocate h5{font-size:12px}}.dashslider .allowance-allocate h5 .MuiBox-root{position:relative;top:-1px}@media screen and (max-width: 767px){.dashslider .allowance-allocate h5 .MuiBox-root{top:0}}@media screen and (min-width: 1200px) and (max-width: 1530px){.dashslider .allowance-used{padding:0 10px!important}.dashslider .allowance-used h5{font-size:12px}}.dashslider .allowance-used h5 .MuiBox-root{position:relative;top:-1px}@media screen and (max-width: 767px){.dashslider .allowance-used h5 .MuiBox-root{top:0}}@media screen and (min-width: 1200px) and (max-width: 1530px){.dashslider .allowance-unused{padding-left:10px!important}.dashslider .allowance-unused h5{font-size:12px}}.dashslider .allowance-unused h5 .MuiBox-root{position:relative;top:-1px}@media screen and (max-width: 767px){.dashslider .allowance-unused h5 .MuiBox-root{top:0}}.table-responsive{max-height:500px;overflow-y:auto;margin-top:15px;margin-bottom:20px}.table-responsive .MuiAutocomplete-endAdornment{right:0!important}.table-responsive .date-picker .MuiInputBase-root{border:0}.table-responsive .common-autocomplete .MuiAutocomplete-input{border:0;padding-right:20px!important;background:transparent}.table-responsive .common-autocomplete .MuiAutocomplete-input:focus{box-shadow:none}.table-responsive .btn-secondary{max-width:32px;border:0!important;font-size:0!important;background:transparent!important;padding:0!important;margin:0!important;min-width:auto!important}.table-responsive .btn-secondary:hover,.table-responsive .btn-secondary:hover .MuiSvgIcon-root{color:#08111e!important}.table-responsive tr td:nth-last-child(2){min-width:100px}.table-responsive tr td:nth-last-child(3) .MuiInputBase-input{background:white;border:1px solid #f2f2f2}.table-responsive tr td .MuiInputBase-input{border:0;background:transparent}.table-responsive tr td:first-child{width:50px;min-width:50px}.table-responsive tr td:nth-child(2) input{border:0;background:transparent}.table-responsive .table-fix{overflow:auto}.table-responsive .table-fix .thead{position:sticky;background:#ffffff;z-index:999;min-height:57px}.table-responsive .table-fix .thead th{position:sticky;top:0;background:#ffffff;z-index:9999;color:#222;font-family:lexendsemibold;font-size:14px;letter-spacing:.17px;border-bottom:1px solid rgb(224,224,224);min-height:57px}.table-responsive .table-fix .thead th:first-child{width:50px}.table-responsive .child-table{border:2px solid #e5e5e5;border-radius:5px}.table-responsive .child-table .MuiSvgIcon-root{cursor:pointer}.table-responsive .child-table tr{background:#ffffff}.table-responsive .child-table tr td{padding:15px 10px!important;background:#ffffff}.table-responsive .child-table tr td .date-picker .Mui-disabled{background:#f5f5f5!important;border-color:#f5f5f5!important}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}20%{transform:translate(-3px) rotate(1deg)}40%{transform:translate(1px,-1px) rotate(1deg)}60%{transform:translate(-3px,1px) rotate(0)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}.table-responsive .parent-errorBorder{border:2px solid #e74c3c;border-radius:7px;animation:shake .2s ease-in-out 0s 2!important}.table-responsive .currency-input-main .parent-errorBorder{border:2px solid #e74c3c!important;border-radius:7px!important;animation:shake .2s ease-in-out 0s 2!important;height:40px!important;width:100%}.top-errorBorder{border:2px solid #e74c3c;border-radius:7px;animation:shake .2s ease-in-out 0s 2!important;width:100%}.currency-input-main .top-errorBorder{border:2px solid #e74c3c!important;border-radius:7px!important;animation:shake .2s ease-in-out 0s 2!important;height:40px!important}.currency-input-main .top-errorBorder:focus{box-shadow:none!important}@media screen and (max-width: 767px){.skeleton-view-left{max-width:100%;max-height:100%;width:auto;height:200px!important}}@media screen and (max-width: 767px){.skeleton-view-left{margin:auto}}@media screen and (min-width: 992px) and (max-width: 1199px){.skeleton-view-left{max-width:100%;max-height:100%;width:auto;height:370px!important}}@media screen and (max-width: 767px){.add-invoice-form{padding-top:15px}}@media screen and (min-width: 768px) and (max-width: 1023px){.add-invoice-form{margin-top:10px}}.add-invoice-form .MuiGrid-item{padding-top:0!important}.mbm-details{height:calc(100vh - 220px)}@media screen and (max-width: 767px){.mbm-details{padding-top:15px}}.mbm-details .MuiGrid-grid-xs-6{padding-top:0!important}.common-code-tooltips .label{display:inline-block;position:relative}.common-code-tooltips .label .MuiSvgIcon-root{position:absolute;right:-22px;top:-3px;left:auto;font-size:16px}@media screen and (min-width: 1200px) and (max-width: 1365px){.mlm-details-left .profile-icon-mlm .file-upload{bottom:0!important;left:auto;right:0;top:auto;height:10px}}@media screen and (min-width: 1561px) and (max-width: 1750px){.mlm-details-left .profile-icon-mlm .file-upload{bottom:0!important;left:auto;right:0;top:auto;height:10px}}@media screen and (min-width: 1500px) and (max-width: 1560px){.mlm-details-left .profile-icon-mlm .file-upload{bottom:0!important;left:auto;right:0;top:auto;height:10px}}.mlm-details-left .profile-icon{width:150px!important;height:150px!important;border-radius:0}@media screen and (min-width: 1200px) and (max-width: 1365px){.mlm-details-left .profile-icon{width:100px!important;height:100px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.mlm-details-left .profile-icon{width:100px!important;height:100px!important}}@media screen and (min-width: 1561px) and (max-width: 1750px){.mlm-details-left .profile-icon{width:100px!important;height:100px!important}}@media screen and (min-width: 1500px) and (max-width: 1560px){.mlm-details-left .profile-icon{width:100px!important;height:100px!important}}.mlm-details-left .file-upload .edit-icon{margin-left:-15px;margin-top:-15px}.mlm-details-left .label{text-align:center}@media screen and (max-width: 767px){.invoice-details-btn{flex-wrap:wrap}}@media screen and (max-width: 767px){.invoice-details-btn .btn-secondary{padding:8px 14px!important;margin:5px 0}}.invoice-details-btn .btn-secondary .MuiSvgIcon-root{margin-top:-2px!important}.add-invoice-form .radio-group .MuiFormControlLabel-root{padding-right:0;margin-right:10px}.add-invoice-form .radio-group .MuiButtonBase-root.MuiRadio-root{padding-top:0;padding-bottom:0}@media screen and (min-width: 768px) and (max-width: 1023px){.header-logo{padding:6px 0}}@media screen and (max-width: 767px){.header-logo{padding-top:12px;padding-bottom:12px;max-width:100px;max-height:60px}}@media screen and (max-width: 767px){.generate-form{max-width:300px!important;margin:auto}}.page-content h2{font-size:18px}.apexcharts-canvas{margin:auto}@media screen and (max-width: 767px){.add-invoice-left{max-height:350px!important}}@media screen and (min-width: 768px) and (max-width: 1023px){.add-invoice-left{max-height:500px!important}}@media screen and (min-width: 992px) and (max-width: 1199px){.add-invoice-left{max-height:500px!important}}.add-invoice-form .MuiInputBase-multiline,.invoice-details-summary .MuiInputBase-multiline{padding:0}@media screen and (max-width: 767px){.push-notification{right:50px;top:18px;position:absolute}}@media screen and (min-width: 768px) and (max-width: 1023px){.push-notification{right:50px;top:18px;position:absolute}}@media screen and (min-width: 900px) and (max-width: 1023px){.push-notification{top:10px}}.push-notification .MuiSvgIcon-root{color:var(--secondary_text_color)}@media screen and (max-width: 767px){.push-notification .MuiSvgIcon-root{color:var(--secondary_color)}}@media screen and (min-width: 768px) and (max-width: 1023px){.push-notification .MuiSvgIcon-root{color:#fff}}.combine-pdf-left-btn .MuiBox-root{margin:0 7px}.combine-pdf-left-btn .MuiBox-root .MuiButtonBase-root{background-color:#0000000a}.pattern-name{color:var(--primary_color);font-family:lexendmedium!important;min-height:20px}.notification-list ul{padding-bottom:0;position:relative}.notification-list li{display:block;padding-right:0;color:#222;font-size:13px!important;margin:0 15px;border-bottom:1px solid #efefef;padding-left:0!important;white-space:initial}.notification-list li:hover{background:transparent;color:#08111e}.notification-list li.readNotification{color:#b0b3b7}.notification-button{margin-top:15px;border-top:1px solid #efefef;background:#f6fafd;text-align:center;padding:5px}.notification-button .MuiButtonBase-root{color:#08111e;text-decoration:none;background:transparent}.notification-button .MuiButtonBase-root:hover{background:transparent}.notification-list-main{margin-top:30px;max-height:calc(100vh - 240px);overflow-y:auto}.notification-list-main ul li{display:block;font-size:14px;line-height:20px;padding:15px;border-radius:15px;background:#ffffff;margin-bottom:15px}.notification-list-main ul li .MuiTypography-root{font-size:14px}.notification-list-main ul li .MuiTypography-root span{display:block}.notification-list-main .notification-list-main-date{display:block;text-align:right;font-size:12px}@media screen and (max-width: 767px){.search-field{margin-bottom:15px}}.notification-list{position:relative}.notification-list ul lI:nth-last-child(1){border-bottom:none!important}@media screen and (max-width: 767px){.switch-role{background:var(--secondary_color)}}@media screen and (max-width: 767px){.switch-role .switch-role{margin:auto}}.switch-role .switch-role .MuiSelect-select{font-size:11px;line-height:14px;padding:8px;font-weight:600;text-align:center;color:var(--secondary_text_color)}.switch-role .switch-role .MuiSvgIcon-root{color:var(--secondary_text_color)}.recycle-btn .MuiButtonBase-root{width:30px;height:30px;margin-top:10px;background-color:#0000000a}@media screen and (max-width: 767px){.recycle-btn .MuiButtonBase-root{margin-top:5px;margin-right:5px}}.recycle-btn .MuiSvgIcon-root{color:#fff;font-size:20px}.profile-employees{padding-bottom:8px;text-align:center;display:block;font-size:12px;color:var(--primary_text_color);white-space:pre-line;font-family:lexendbold}@media screen and (max-width: 767px){.profile-employees{background:var(--secondary_color)}}.add-invoice-right{height:calc(100vh - 320px)!important}@media screen and (max-width: 767px){.add-invoice-right{height:auto!important;max-height:none!important}}.clear-cache{text-align:center}@media screen and (max-width: 767px){.clear-cache .MuiButtonBase-root{width:100px;min-width:initial!important}}.import-example-table{border:1px solid #e5e5e5}.import-example-table thead{background:white;padding:10px;height:56px}.import-example-table thead th{font-size:14px;padding:0 10px;font-family:lexendmedium;letter-spacing:.17px;color:#08111e;font-weight:500}.import-example-table tbody td{font-size:13px;font-family:lexendlight;padding:10px;min-height:56px}.import-example-grid>table{table-layout:auto;width:100%;text-align:left}.import-example-dropdown{width:50%;margin:10px auto;border:2px dashed #e5e5e5;border-radius:4px;display:flex;direction:"column";justify-content:center;align-items:center;cursor:"pointer";background-color:#fff;padding:10px 0}.import-example-dropdown .MuiBox-root{text-align:center}.sidebar-full{height:100vh}.sidebar-full .active-dropdown{margin:0 auto 10px;width:115px!important}.sidebar-full .active-dropdown .MuiSelect-select{color:var(--primary_text_color);padding-left:5px}.generate-ticket-main{background:#ffffff!important;height:calc(100vh - 180px);padding:15px!important;width:100%;border-radius:15px}@media screen and (max-width: 767px){.generate-ticket-main{margin-top:20px!important;height:calc(100vh - 250px)}}.child-table-main-td{padding:10px!important}.add-new-invoice-top-btn .MuiButtonBase-root{padding:0;background:#f3f3f3}@media screen and (max-width: 767px){.add-new-invoice-top-btn .MuiButtonBase-root{background:transparent}}@media screen and (min-width: 768px) and (max-width: 1023px){.add-new-invoice-top-btn .MuiButtonBase-root{background:transparent}}@media screen and (min-width: 992px) and (max-width: 1199px){.add-new-invoice-top-btn .MuiButtonBase-root{background:transparent}}@media screen and (max-width: 767px){.add-new-invoice-top-btn .MuiButtonBase-root .MuiSvgIcon-root{font-size:20px}}.invoice-details-title p{font-size:14px;font-family:lexendbold;letter-spacing:.17px;text-transform:capitalize;margin-top:25px}.attach-icon{color:#08111e}.add-attachment-main{padding:10px}.add-more-budget-list-data{height:calc(100vh - 480px);overflow-y:auto}@media screen and (min-width: 1200px) and (max-width: 1599px){.allocate-left-p{padding-right:5px!important}}.allocate-budget-right{height:calc(100vh - 393px);overflow-y:auto}@media screen and (min-width: 1200px) and (max-width: 1599px){.allocate-budget-right{height:calc(100vh - 353px)}}@media screen and (min-width: 1200px) and (max-width: 1599px){.cost-margin-height{max-height:calc(100vh - 400px)!important;margin-bottom:10px}}@media screen and (min-width: 1200px) and (max-width: 1599px){.commontable-h{height:calc(100vh - 255px)!important}}@media screen and (min-width: 992px) and (max-width: 1199px){.recent-invoices{margin:25px 0 15px!important}}.static-pages>h2{margin-bottom:30px}@media screen and (max-width: 767px){.static-pages>h2{margin-bottom:15px}}.public-static-pages{padding:50px}.column-order .column-order-data-inner{flex-wrap:wrap}.column-order .column-order-data-inner>div{margin-bottom:10px}.recent-invoices h6{font-family:lexendmedium;letter-spacing:.17px;font-size:14px;font-weight:500;padding-top:0}.change-password-modal .label .MuiSvgIcon-root{top:1px;font-size:13px}.invoice-filter{margin-top:0!important}.budget-period-export h2{font-family:lexendbold}.budget-period-export p.label{margin:20px 0 5px}.budget-period-export .MuiFormControlLabel-label{font-family:lexendlight;color:#222;font-size:14px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px}.budget-period-export .load-btn{min-width:auto!important;width:110px}.budget-period-export .use-template{margin-bottom:25px}.budget-period-export .use-template p.label{margin-bottom:10px}.budget-period-export .MuiDialog-paper{padding:0}.budget-period-export hr{border-color:#91878733}.budget-period-export .include-budget-data{color:#adadad}.skelton-Textfield{caret-color:transparent;cursor:default!important}.skelton-Textfield .MuiInputBase-input{cursor:default!important}.skelton-Textfield .MuiInputBase-input:focus{box-shadow:none!important;border-color:#1a253766!important}.MuiDataGrid-footerContainer .MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.MuiSelect-icon{top:2px}.react-tel-input .form-control:focus{box-shadow:#1976d240 0 0 0 .2rem!important;border-color:#1976d2!important}.no-zoom-effect{width:100%;max-height:100%}.import-card .bg-white{background:#ffffff}.bulk-data-icon{margin-right:10px;width:52px;height:52px;min-width:52px;background:#e2e4e6;border-radius:50%;display:inline-block;text-align:center;line-height:52px;display:flex;justify-content:center;align-items:center}input[type=text],input[type=password]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input{-webkit-user-select:text}input,textarea{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.disabled-rapid-approval{background-color:#eee!important;visibility:unset;border-color:#eee!important;pointer-events:none;cursor:pointer}.currency-input{width:100%;font-family:lexendregular;font-size:14px;height:40px;border-radius:7px;border:1px solid rgba(26,37,55,.4)}.currency-input:focus{box-shadow:#1976d240 0 0 0 .2rem;border-color:#1976d2!important;outline:none}.table-responsive tr td .currency-input{border:none!important}.table-responsive tr td .currency-input::placeholder{color:#c2c2c2}.pdf-expand{width:calc(100% + -0px)!important;height:calc(100vh - 300px);transition:opacity .3s ease-in-out}.pdf-expand .pdfleftbar-list{display:none}.pdf-resize{width:90px!important;transition:opacity .3s ease-in-out}.pdf-resize .pdf-rightbar,.pdf-resize .zoom-icon{display:none}.pdf-resize .pdf-resize-inner{height:calc(100vh - 300px)}.pdfleftbar-grid-main{display:flex;flex-wrap:wrap}.pdfleftbar-grid-main .MuiListItem-root{width:20%;min-height:245px}.pdfleftbar-grid-main .combine-pdf-left-btn{margin-left:15px}.expand-icon .MuiButtonBase-root{background-color:#0000000a;width:24px;height:24px}.otherinformation .add-attachment{min-width:95%!important;margin-right:10px!important}@media screen and (min-width: 1200px) and (max-width: 1365px){.otherinformation .add-attachment{min-width:140px!important;margin-right:10px!important;width:auto!important;font-size:12px!important}}.MuiTypography-caption .MuiTypography-root{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;display:block!important}.MuiPaper-root .MuiDataGrid-menuList li:last-child{display:none}.error-icon-right-budget{position:absolute;right:10px;bottom:6px}.error-icon-right-costMargin{position:absolute;right:-5px;bottom:6px}.searchCrossIcon{position:absolute;top:8px;right:8px;cursor:pointer}.MuiDataGrid-row.even:hover{background-color:#0000000a!important}.side-menu-open .rightbar{transition:width 2s,height 2s,transform 2s}.side-menu-open .btn-secondary{padding:8px 12px!important}@media screen and (min-width: 1200px) and (max-width: 1530px){.common-search{min-width:150px!important}}@media screen and (min-width: 1200px) and (max-width: 1530px){.btn-secondary.disabled-rapid-approval{font-size:12px!important;padding:8px 10px!important}}@media screen and (max-width: 767px){.two-factor-password{width:auto!important}}@media screen and (max-width: 767px){.two-factor-password .MuiOtpInput-Box .MuiInputBase-input{width:38px;padding:5px 2px}}@media screen and (max-width: 767px){.two-factor-password .MuiOtpInput-Box{gap:5px;margin:auto;max-width:275px}}.MuiDataGrid-panelContent .MuiNativeSelect-select{padding-left:10px;padding-top:2px;padding-bottom:2px}.primary-sec-color .MuiBox-root{margin-right:0!important}.branding-text p{font-size:0!important}.colors-img-options{display:flex}.colors-img-options img{max-width:20px;max-height:20px;margin-left:10px;margin-top:12px}.bg-white{background:#fff;padding:15px;border-radius:6px}.count-main{display:flex;justify-content:space-between}@media screen and (max-width: 767px){.count-main{display:block}}.count-box{display:flex;border:1px solid #dedede;border-radius:7px;padding:20px;align-items:center;width:100%;height:100%;background:"#d7eaba !important"}@media screen and (max-width: 767px){.count-box{width:100%;margin-bottom:10px}}.count-box-left{width:50px;height:44px;border-radius:100%;background:#eee;display:flex;justify-content:center;align-items:center;margin-right:5px}.count-main{margin-top:20px}.user-count-box h2{font-family:lexendsemibold;margin-bottom:10px}.user-count-box span{font-family:lexendmedium}@media screen and (max-width: 767px){.user-count-box span{font-size:14px}}.count-box-right span{font-family:lexendlight}.bar-chart img{max-width:100%}.sidebar-full .newsidear{height:calc(100vh - 172px)}.sidebar-full .newsidear .MuiListItem-root{color:var(--primary_text_color)}.sidebar-full .newsidear .MuiListItem-root .MuiButtonBase-root{min-height:64px}.sidebar-full .newsidear .MuiListItem-root .MuiTypography-root{font-size:14px;padding-left:10px}.sidebar-full .newsidear .active .MuiSvgIcon-root,.sidebar-full .newsidear .active .MuiTypography-root{color:var(--secondary_text_color)!important}.sidebar-full .submenu{position:absolute;top:121px;right:1px;height:calc(100vh - 121px);background:var(--secondary_color);width:205px;font-size:14px}.sidebar-full .submenu .MuiButtonBase-root{padding-left:10px;padding-right:10px}.sidebar-full .submenu .MuiGrid-root{margin-bottom:15px}.sidebar-full .submenu .MuiGrid-root .MuiSvgIcon-root{position:relative;top:7px;left:5px}.sidebar-full .submenu li{color:var(--secondary_text_color)}.sidebar-full .submenu li .MuiTypography-root{font-size:13px;font-family:lexendlight;padding-left:15px}.sidebar-full .submenu .MuiSvgIcon-root{color:var(--secondary_text_color)}.sidebar-full .submenu .MuiGrid-root{color:var(--secondary_text_color);position:relative;top:7px}.sidebar-full .submenu .MuiList-root{padding-left:0;padding-right:0;color:var(--secondary_text_color)}.sidebar-full .submenu .MuiList-root .MuiTypography-root{font-size:14px;font-family:lexendlight}.topbar-avatar{position:relative;width:32px;height:32px;border:1px solid #ccc;border-radius:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.topbar-avatar .MuiTypography-root{color:var(--secondary_text_color)!important}.layout-wrapper{display:flex;justify-content:space-between}@media screen and (max-width: 767px){.layout-wrapper{display:block}}@media screen and (min-width: 768px) and (max-width: 1023px){.layout-wrapper{display:block}}.main-rightbar{width:calc(100% - 280px)}@media screen and (max-width: 767px){.main-rightbar{width:100%!important}}@media screen and (min-width: 768px) and (max-width: 1023px){.main-rightbar{width:100%!important}}@media screen and (min-width: 992px) and (max-width: 1199px){.main-rightbar{width:calc(100% - 130px)!important}}.switch-role .active-dropdown{border-radius:50px!important;border-color:var(--secondary_text_color)!important}.switch-role .active-dropdown .MuiSelect-select{color:var(--secondary_text_color)}.onlylanguageselect{border-radius:50px!important;padding:7px 0 7px 12px!important;border:1px solid var(--secondary_text_color)!important}.onlylanguageselect-login{position:absolute!important;width:120px!important;top:10px;right:10px;border:1px solid #fff!important}.onlylanguageselect-login .MuiSelect-select,.onlylanguageselect-login .MuiSvgIcon-root{color:#fff!important}.child-menu-active{background-color:#0000000d}.child-drawer-open{width:23%!important}.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation8:before{right:7px}@media screen and (max-width: 767px){.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation8:before{right:37px}}.employeeBox-currency{border:1px solid #00ac46!important}.employeeBox-currency:disabled{background:transparent!important;border:transparent!important;color:#222;font-weight:lighter!important}.budget-summary.bg-white .btn-secondary,.admin-dashboard-employee-area.bg-white .btn-secondary{border-radius:7px!important;border:1px solid rgba(26,37,55,.4)!important;font-size:14px!important;font-weight:300!important}.budget-summary.bg-white .active,.admin-dashboard-employee-area.bg-white .active{background-color:#08111e!important;color:#fff!important}.budget-summary.bg-white .active .MuiSvgIcon-root,.admin-dashboard-employee-area.bg-white .active .MuiSvgIcon-root{color:#fff!important}.budget-summary.bg-white{position:relative}.budget-summary.bg-white .global-loader{height:100%!important}.apexcharts-legend-text{line-height:32px}@media screen and (max-width: 767px){.apexcharts-legend-text{line-height:10px}}.MuiInputBase-root.Mui-disabled.active-dropdown,.MuiInputBase-input.Mui-disabled.MuiInputBase-inputMultiline{background-color:#f5f5f5!important;border-color:#f5f5f5!important}.emp-dash-date-picker .date-picker{width:125px}@media screen and (min-width: 992px) and (max-width: 1199px){.main-leftbar{width:130px}}.switch-role .active-dropdown .MuiSvgIcon-root{color:var(--secondary_text_color)}.attechment-badge .css-obw1m8-MuiBadge-badge{transform:scale(1) translate(-50%,-50%)!important;line-height:0!important}.profile-icon-mlm{position:relative}.add-invoice.btn-secondary{line-height:1!important}.filter-badge .css-xmwg6b-MuiBadge-badge{top:4px;right:5px}.grid-reverse{flex-direction:row-reverse!important}.count-box-left-icon{width:80px;height:80px;border-radius:100%;background:#eee;display:flex;justify-content:center;align-items:center;margin-right:25px}.super-admin-count-box{padding:10px 15px!important;display:block!important;margin-right:15px;margin-top:15px;background-color:#fff}.super-admin-count-box:last-child{margin-right:0!important;min-width:330px}.super-admin-count-box:last-child .count-box-right{justify-content:space-between}.super-admin-count-box:last-child .count-box-right .uploaded-invoices-count span{padding-top:2px}.super-admin-count-box .count-box-right{display:flex;align-items:center;margin-top:10px;margin-bottom:0;min-height:100px}.sec-btn-super-dashboard{margin-bottom:10px}.superadmin-dashboard-title{display:flex;justify-content:space-between;align-items:start}.superadmin-dashboard-title h1{margin-top:0}.super-admin-grid .MuiDataGrid-row:nth-child(odd){background:#f2f2f2}.super-admin-grid .MuiDataGrid-row .MuiDataGrid-cell{border-bottom:none}.super-admin-grid .MuiDataGrid-virtualScroller .MuiDataGrid-cell{border-bottom:none!important}.super-admin-single-grid{background-color:#fff}.branding-left-details-view{height:560px;overflow-y:auto;min-height:560px;overflow-x:hidden}.additional-setting{box-shadow:none!important}.additional-setting .MuiAccordionSummary-expandIconWrapper{position:absolute;left:0}.additional-setting .MuiAccordionDetails-root{padding:0!important}.additional-setting .MuiAccordionSummary-content{margin:0!important;font-size:14px;line-height:14px;padding-left:30px}.additional-setting .MuiAccordionSummary-root{min-height:44px!important;background:transparent!important;box-shadow:none;border:none;border-radius:5px!important;padding:0}.additional-setting .MuiAccordionSummary-root .MuiSvgIcon-root{color:#08111e!important}.account-setup-label{font-family:lexendregular;font-size:14px}.budget-allocation-box{margin-left:10px;border-left:1px solid #e7e7e7;min-width:150px;padding:0 0 0 10px}.budget-allocation-box .budget_allocation{flex-direction:column;text-align:left;justify-content:flex-start;align-items:baseline;padding:2px 0}.budget-allocation-box .budget_allocation p{display:block;font-size:13px;font-family:lexendregular}.budget-allocation-box .budget_not_allocation{flex-direction:column;text-align:left;justify-content:flex-start;align-items:baseline;padding:2px 0}.budget-allocation-box .budget_not_allocation p{display:block;font-size:12px;font-family:lexendregular}.import_file_main .total_data,.import_file_main .success_data,.import_file_main .error_data,.import_file_main .duplicate_data{width:24%;margin:0 5px;min-height:139px}.import_file_main .total_data .MuiCardContent-root,.import_file_main .success_data .MuiCardContent-root,.import_file_main .error_data .MuiCardContent-root,.import_file_main .duplicate_data .MuiCardContent-root{padding-left:0}.import_file_main .total_data .MuiPaper-root,.import_file_main .success_data .MuiPaper-root,.import_file_main .error_data .MuiPaper-root,.import_file_main .duplicate_data .MuiPaper-root{min-height:139px}@media screen and (min-width: 1561px) and (max-width: 1750px){.import_file_main .total_data,.import_file_main .success_data,.import_file_main .error_data,.import_file_main .duplicate_data{width:23%}}@media screen and (min-width: 1500px) and (max-width: 1560px){.import_file_main .total_data,.import_file_main .success_data,.import_file_main .error_data,.import_file_main .duplicate_data{width:21%}}@media screen and (min-width: 1200px) and (max-width: 1365px){.import_file_main .total_data,.import_file_main .success_data,.import_file_main .error_data,.import_file_main .duplicate_data{width:48%;margin-bottom:10px}}.import_file_main .success_data{min-width:350px}.import_file_main .success_data .MuiCardContent-root{padding-right:0}.MuiDataGrid-cell .rejected{color:#980900;position:relative;padding-left:10px}.MuiDataGrid-cell .approved,.MuiDataGrid-cell .new{color:#49c087;position:relative;padding-left:10px}.MuiDataGrid-cell .inprogress,.MuiDataGrid-cell .pending{color:#0c48a9;position:relative;padding-left:10px}.CommonMultiselectGroupBox{margin:0!important}.CommonMultiselectGroupBox .CommonMultiselectGroup{width:500px!important}.CommonMultiselectGroupBox .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{padding-right:32px!important;padding-top:8px;padding-bottom:8px}#photo{padding:8px 12px}.MuiGrid-container .small-info-label{padding-top:15px!important;border-bottom:2px solid rgba(0,0,0,.0784313725)!important;justify-content:center!important;padding-bottom:10px!important}.MuiGrid-container .small-info-title{padding-top:20px!important;padding-bottom:10px!important}.final-status-label{padding-top:30px!important}.final-status-content{padding-top:10px!important}.final-comments-section{padding-top:30px!important}.MuiDataGrid-cell .cancelled{color:#f0ab16;position:relative;padding-left:10px}
