.AppLoader{width:100%;height:100%;display:flex;overflow:hidden;flex-direction:column;justify-content:center;align-items:center;background:#1f3369}.AppLoader__Loader{width:.5em;height:.5em;background:#fff;border-radius:50%;box-shadow:1em 0 0 1px #fff,0 0 0 1px #fff,1em 0 0 1px #fff;animation:loading 1s linear infinite;-webkit-animation:loading 1s linear infinite}@keyframes loading{0%{box-shadow:-1em 0 0 1px #fff,0 0 0 1px #fff,1em 0 0 1px #fff}25%{box-shadow:-1em 0 0 4px #fff,0 0 0 1px #fff,1em 0 0 1px #fff}50%{box-shadow:-1em 0 0 1px #fff,0 0 0 4px #fff,1em 0 0 1px #fff}75%{box-shadow:-1em 0 0 1px #fff,0 0 0 1px #fff,1em 0 0 4px #fff}to{box-shadow:-1em 0 0 1px #fff,0 0 0 1px #fff,1em 0 0 1px #fff}}@-webkit-keyframes loading{0%{box-shadow:-1em 0 0 1px #fff,0 0 0 1px #fff,1em 0 0 1px #fff}25%{box-shadow:-1em 0 0 4px #fff,0 0 0 1px #fff,1em 0 0 1px #fff}50%{box-shadow:-1em 0 0 1px #fff,0 0 0 4px #fff,1em 0 0 1px #fff}75%{box-shadow:-1em 0 0 1px #fff,0 0 0 1px #fff,1em 0 0 4px #fff}to{box-shadow:-1em 0 0 1px #fff,0 0 0 1px #fff,1em 0 0 1px #fff}}.DefaultBackground{width:100%;height:100%;background-size:cover;background-blend-mode:darken;box-sizing:border-box}.DefaultBackground__Image{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;z-index:0}.DefaultBackground__Overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.85))}.DefaultBackground__Content{position:relative;top:0;left:0;z-index:1}.DefaultBackground__Content,.PageWrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.PageWrapper{box-sizing:border-box;padding:0;margin:0}.RoundButton{width:2em;height:2em;padding:.2em;color:#000;background:#fff;border-radius:50%;box-sizing:border-box;box-shadow:0 1px .3em 1px rgba(0,0,0,.1);cursor:pointer;will-change:transform;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear;background-position:50%;will-change:background-color,background-size,color;transition:background-color .5s,background-size .5s,color .5s}.RoundButton:hover{background:#fff radial-gradient(circle,transparent 1%,#e6e6e6 0) 50%/20000%}.RoundButton:active{background-color:#e6e6e6;background-size:100%;transition:background-color .5s,background-size .5s,color .5s}.RoundButton__Icon{font-size:1em;font-weight:800;text-align:center;vertical-align:middle}.BackButton{padding:.5em;width:1.5em;height:1.5em;display:flex;justify-content:center;align-items:center;background-color:#fff!important;border-radius:50%;border:1px solid rgba(0,0,0,.01);box-sizing:border-box;box-shadow:1px 1px .4em 2px rgba(0,0,0,.1);cursor:pointer;background-position:50%;will-change:background-color,background-size,color;transition:background-color .5s,background-size .5s,color .5s;animation:zoomingAppearance .5s linear;-webkit-animation:zoomingAppearance .5s linear}.BackButton:hover{background:transparent radial-gradient(circle,transparent 1%,rgba(0,0,0,.05) 0) 50%/20000%}.BackButton:active{background-color:rgba(0,0,0,.05);background-size:100%;transition:background-color .5s,background-size .5s,color .5s}@keyframes zoomingAppearance{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomingAppearance{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.BackButton__Icon{font-size:1.1em;font-weight:600;width:12px;height:12px}.WhiteHeaderButton{background:hsla(0,0%,100%,.2);background-position:50%;will-change:background-color,background-size,color;transition:background-color .5s,background-size .5s,color .5s}.WhiteHeaderButton:hover{background:hsla(0,0%,100%,.2) radial-gradient(circle,transparent 1%,hsla(0,0%,100%,.1) 0) 50%/20000%}.WhiteHeaderButton:active{background-color:hsla(0,0%,100%,.1);background-size:100%;transition:background-color .5s,background-size .5s,color .5s}.Card{box-shadow:0 1px 10px rgba(89,129,179,.2);border-radius:16px;width:100%;height:100%;display:flex;flex-direction:column;flex:1 1;background-color:#fff;overflow-y:scroll;padding:1em;overflow:auto}.Card::-webkit-scrollbar,.Card::-webkit-scrollbar-thumb{width:0!important;height:0;background:transparent;visibility:hidden}.Card::-webkit-scrollbar-track{width:0!important;height:0;background:transparent;visibility:hidden}.OvalButton{height:2em;font-size:1em;padding:.55em;display:flex;justify-content:flex-start;align-items:center;color:#0095b6;margin:.25em;border:1px solid #0095b6;cursor:pointer;background:#fff;border-radius:2em;box-sizing:border-box;box-shadow:0 1px .5em 1px rgba(0,0,0,.01);will-change:width;transition:width .2s linear;background-position:50%;will-change:background-color,background-size,color;transition:background-color .5s,background-size .5s,color .5s}.OvalButton.Fill_Button{background-color:#0095b6}.OvalButton.Fill_Button .OvalButton__Icon,.OvalButton.Fill_Button .OvalButton__Text{color:#fff}.OvalButton.Fill_Button:hover .OvalButton__Icon,.OvalButton.Fill_Button:hover .OvalButton__Text{color:#000}.OvalButton.flex1{flex:1 1}.OvalButton:first-child{margin-left:0}.OvalButton:last-child{margin-right:0}.OvalButton:hover{background:#fff radial-gradient(circle,transparent 1%,#e6e6e6 0) 50%/20000%}.OvalButton:active{background-color:#e6e6e6;background-size:100%;transition:background-color .5s,background-size .5s,color .5s}.OvalButton__Icon{font-size:1em;font-weight:600;padding:.25em}.OvalButton__ImageIcon{height:10px;width:10px;padding:3px;margin-top:-2px}.OvalButton__Text{padding:.25em 1em .25em .25em;font-size:.75em;text-align:left}.CircularLoader{-webkit-animation-play-state:running;animation-play-state:running;opacity:1;position:relative}@-webkit-keyframes spinner{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0deg)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(1turn);transform:translate3d(-50%,-50%,0) rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0deg)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(1turn);transform:translate3d(-50%,-50%,0) rotate(1turn)}}.CircularLoader.-paused{-webkit-animation-play-state:paused;animation-play-state:paused;opacity:.2;transition:opacity .1s linear}.CircularLoader:before{-webkit-animation:spinner 1.5s linear infinite;animation:spinner 1.5s linear infinite;-webkit-animation-play-state:inherit;animation-play-state:inherit;border:1px solid #dedede;border-bottom-color:#0094b5;border-radius:50%;content:"";height:9px;left:50%;opacity:inherit;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:9px;will-change:transform}.Circle_Loader{display:flex;align-items:center;justify-content:center}.Circle_Loader img{height:70px;width:70px;-webkit-filter:invert(.3);filter:invert(.3)}.Tags__Container{display:flex;flex-wrap:wrap}.Tag{display:flex;justify-content:center;align-items:center;height:1.4rem;margin-right:.93rem;margin-top:8px;background:#f6faff 0 0 no-repeat padding-box;box-shadow:0 1px 1px rgba(0,0,0,.1607843137254902);border-radius:7px;padding:2px 8px 3px}.Tag__Value{color:#0d99b8;font-size:14px;font-style:italic;font-weight:400}.Tag__Remove{font-size:6px;display:flex;cursor:pointer;margin-left:11px}.BubbleLoader{width:100%;flex:1 1;display:flex;justify-content:center;align-items:center;padding:1em}.BubbleLoader__ocean-blue{animation:uzut0xg 1s linear infinite;-webkit-animation:uzut0xg 1s linear infinite;width:.5em;height:.5em;background:#0095b6;border-radius:50%;box-shadow:1em 0 0 1px #0095b6,0 0 0 1px #0095b6,1em 0 0 1px #0095b6}@keyframes uzut0xg{0%{box-shadow:-1em 0 0 1px #0095b6,0 0 0 1px #0095b6,1em 0 0 1px #0095b6}25%{box-shadow:-1em 0 0 4px #0095b6,0 0 0 1px #0095b6,1em 0 0 1px #0095b6}50%{box-shadow:-1em 0 0 1px #0095b6,0 0 0 4px #0095b6,1em 0 0 1px #0095b6}75%{box-shadow:-1em 0 0 1px #0095b6,0 0 0 1px #0095b6,1em 0 0 4px #0095b6}to{box-shadow:-1em 0 0 1px #0095b6,0 0 0 1px #0095b6,1em 0 0 1px #0095b6}}@-webkit-keyframes uzut0xg{0%{box-shadow:-1em 0 0 1px #0095b6,0 0 0 1px #0095b6,1em 0 0 1px #0095b6}25%{box-shadow:-1em 0 0 4px #0095b6,0 0 0 1px #0095b6,1em 0 0 1px #0095b6}50%{box-shadow:-1em 0 0 1px #0095b6,0 0 0 4px #0095b6,1em 0 0 1px #0095b6}75%{box-shadow:-1em 0 0 1px #0095b6,0 0 0 1px #0095b6,1em 0 0 4px #0095b6}to{box-shadow:-1em 0 0 1px #0095b6,0 0 0 1px #0095b6,1em 0 0 1px #0095b6}}.BubbleLoader__black{animation:uzut0xn 1s linear infinite;-webkit-animation:uzut0xn 1s linear infinite;width:.5em;height:.5em;background:#000;border-radius:50%;box-shadow:1em 0 0 1px #000,0 0 0 1px #000,1em 0 0 1px #000}@keyframes uzut0xn{0%{box-shadow:-1em 0 0 1px #000,0 0 0 1px #000,1em 0 0 1px #000}25%{box-shadow:-1em 0 0 4px #000,0 0 0 1px #000,1em 0 0 1px #000}50%{box-shadow:-1em 0 0 1px #000,0 0 0 4px #000,1em 0 0 1px #000}75%{box-shadow:-1em 0 0 1px #000,0 0 0 1px #000,1em 0 0 4px #000}to{box-shadow:-1em 0 0 1px #000,0 0 0 1px #000,1em 0 0 1px #000}}@-webkit-keyframes uzut0xn{0%{box-shadow:-1em 0 0 1px #000,0 0 0 1px #000,1em 0 0 1px #000}25%{box-shadow:-1em 0 0 4px #000,0 0 0 1px #000,1em 0 0 1px #000}50%{box-shadow:-1em 0 0 1px #000,0 0 0 4px #000,1em 0 0 1px #000}75%{box-shadow:-1em 0 0 1px #000,0 0 0 1px #000,1em 0 0 4px #000}to{box-shadow:-1em 0 0 1px #000,0 0 0 1px #000,1em 0 0 1px #000}}.UnAuthourized{width:100%;height:100%;background:#2d4481;display:flex;justify-content:center;align-items:center;flex-direction:column}.UnAuthourized__Title{font-size:1.5em;font-weight:600;color:#fff;padding:.5em}.UnAuthourized__SubTitle{text-align:center;max-width:30em;font-size:1em;padding:1em;color:#f4f5f7;font-weight:500}.UnAuthourized__Button{min-width:12em;border-radius:.5em;margin:2em;font-size:.75em}.LoginContainer{width:100%;height:100%;top:0;left:0}.LoginBackgroundComponent{width:100%;height:100%;background-color:#1f3369}.LoginPage,.LogoutPage{width:100%;height:100%}.LogoutPage{overflow:hidden}.Status{padding:.5em 0;border-radius:4px;background-color:#f2f2f2;color:#999;text-transform:capitalize;font-weight:500;font-size:1.1em;text-align:center;max-width:8em;min-width:8em}.Status.active{background-color:rgba(58,177,206,.1);color:#0095b6}.DetailsContainer{display:flex;flex-direction:column;width:100%;height:100%;padding:2em 1em 1em 2em;background:#f6faff;box-sizing:border-box}.DetailsContainer__Header{width:100%;margin-bottom:1em;font-weight:500;font-size:.9em;display:flex;align-items:center}.DetailsContainer__Header--Text{margin-left:1em;text-transform:capitalize}.DetailsContainer__Body{width:100%;background:#fff;border:1px solid #cfe1e6;border-radius:16px;display:flex;height:90%;padding:1em}.DetailsContainer__Body .label{font-size:1em;font-weight:500;color:#666}.DetailsContainer__Body .nav{display:flex;padding:20px;cursor:default}.DetailsContainer__Body .a{text-align:center;width:280em;cursor:default}.DetailsContainer__Body .active{width:280px;border-bottom:2px solid #ff4200}.DetailsContainer__Body .default{width:500px}.DetailsContainer__Body .files{margin-left:10em;width:500px}.DetailsContainer__Body__Details{width:60%;height:100%;display:flex;flex-direction:column;box-shadow:1px 0 0 0 rgba(89,129,179,.2);padding:1em}.DetailsContainer__Body__Details .File_Header{margin-top:2em;margin-left:15em}.DetailsContainer__Body__Details .File-Upload-Input{margin-top:3em;color:#000}.DetailsContainer__Body__Details__Footer{display:flex;flex-direction:row;align-items:center}.DetailsContainer__Body__Details__Footer__Warning{font-size:12px;color:red;width:40%;display:flex;justify-content:flex-start;padding-top:11px}.DetailsContainer__Body__Details__Footer__Actions{display:flex;justify-content:flex-end;align-items:center;padding-top:.7em;width:80%;height:10px;margin-left:30em}.DetailsContainer__Body__Details__Header{margin-bottom:.4em;font-weight:500;font-size:.9em;cursor:default}.DetailsContainer__Body__Details__Body{background-color:#fff;height:100%;overflow-y:scroll;cursor:default}.DetailsContainer__Body__Details__Body .FormContainer{padding:1em}.DetailsContainer__Body__Details__Body .FormContainer .WithTitle{margin-top:2em}.DetailsContainer__Body__Details__Body .FormContainer .WithTitle .Header{color:#333;font-size:1em;font-weight:600;margin-bottom:.5em;margin-left:.5em;display:flex;overflow-wrap:normal;white-space:pre;cursor:default}.DetailsContainer__Body__Details__Body .FormContainer .WithTitle .Header__Line{width:100%;height:1px;margin:auto 0 auto 8px;background-color:#cfdae6}.DetailsContainer__Body__Serviceability{width:35%;height:100%;display:flex;flex-direction:column;padding-left:1em;overflow-y:scroll}.DetailsContainer__Body__Serviceability__Header{margin:.5em;font-weight:500;font-size:1em}.DetailsContainer__Body__Serviceability__Body{background-color:#fff}.DetailsContainer__Body__Serviceability__Body .Button_Container1{display:flex;flex-direction:column;align-items:center;width:50%;margin-top:1em}.DetailsContainer__Body__Serviceability__Body .Button_Container1 .Submit_Button3{margin-top:.5em;width:10em;margin-right:-15em;display:flex;flex-direction:column;align-items:center;padding:.5em;background-color:#0298bb;cursor:pointer;color:#fff;border-radius:10px}.DetailsContainer__Body__Serviceability__Body .Loader{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center}.DetailsContainer__Body__Serviceability__Body .Error{width:100%;display:flex;align-items:center;justify-content:center;color:red;font-size:1em;opacity:.8;font-weight:500;height:80%}.DetailsContainer__Body__Serviceability__Body .Warning{font-size:.7em;font-weight:500;color:#39969d}.OrderDetails{background-color:#f6faff;width:100%;height:100%;padding:1em 1em .5em;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.OrderDetails__Header{position:relative;width:100%;min-height:2em;display:flex;justify-content:space-between;align-items:center;font-size:16px}.OrderDetails__Header__TitleBar{display:flex;justify-content:flex-start;align-items:center;margin:0 1em}.OrderDetails__Header__TitleBar__Title{font-weight:500;font-size:.8em;margin:0 .8em;width:135px}.OrderDetails__Header__ButtonBar{display:flex;justify-content:flex-end;align-items:center;width:100%;font-size:.8em}.OrderDetails__Content{display:flex;width:100%;height:90vh;margin:.5em;padding:.8em .5em .5em 0}.OrderDetails__Content__Main{flex:2 1;overflow:hidden!important;overflow:auto}.OrderDetails__Content__Main::-webkit-scrollbar,.OrderDetails__Content__Main::-webkit-scrollbar-thumb{width:0!important;height:0;background:transparent;visibility:hidden}.OrderDetails__Content__Main::-webkit-scrollbar-track{width:0!important;height:0;background:transparent;visibility:hidden}.OrderDetails__Content__Main .OrderDetails__Content__Card__Container{height:auto;width:auto;background:#f6faff;border:1px solid #cfe1e6;box-shadow:unset;border-radius:16px;margin:.5em}.OrderDetails__Content__Main .OrderInfo,.OrderDetails__Content__Main .OrderInfo .GreyButton{display:flex;align-items:center;justify-content:center}.OrderDetails__Content__Main .OrderInfo .GreyButton{background:#e6ecf2;width:21px;height:21px;border-radius:50%;margin-left:17px;cursor:pointer}.OrderDetails__Content__Main .OrderInfo .GreyButton img{height:9px;width:9px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.OrderDetails__Content__Main .Card__Header{display:flex;justify-content:space-between;align-items:flex-start;padding:.7em .7em .5em}.OrderDetails__Content__Main .Card__Footer{display:flex;justify-content:space-between;align-items:center;margin:.5em 0}.OrderDetails__Content__Main .Card__Footer__NotesContainer{display:flex;justify-content:flex-start;align-items:flex-start;width:50%;font-size:.75em;padding-left:1em;font-weight:600}.OrderDetails__Content__Main .Card__Footer__NotesContainer .Note{font-weight:400;margin-left:.5em;word-break:break-word}.OrderDetails__Content__Main .Card__Footer__ActionsContainer{display:flex;justify-content:flex-end;align-items:center;width:50%}.OrderDetails__Content__Main .Card__Footer .PrimaryActionButtonContainer{width:auto;min-width:200px;max-width:18em}@media only screen and (max-width:850px){.OrderDetails__Content__Main .Card__Header{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;padding:.7em .7em .5em}.OrderDetails__Content__Main .Card__Header .TaskDetailsInfo{margin-top:1em;width:100%;display:flex;justify-content:space-between;align-items:flex-start}.OrderDetails__Content__Main .Card__Footer{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;padding:.5em;margin:0}.OrderDetails__Content__Main .Card__Footer__NotesContainer{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;font-size:.8em;padding-left:1em;font-weight:600}.OrderDetails__Content__Main .Card__Footer__ActionsContainer{display:flex;justify-content:center;align-items:center;width:100%;font-size:.9em}}.OrderDetails__Content__Side{width:33%;max-width:33%;height:100%;width:100%;display:flex;background-color:#fff;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:16px;margin:0 .5em;overflow-x:hidden;overflow-y:scroll}.OrderDetails__Content .OrderHistoryImageContainer{padding:2em;margin-top:1em;width:100%;height:100%;background-color:#fff}.OrderDetails__Content .OrderHistoryImageContainer .TimeLineButtonsContainer{overflow:auto;position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;overflow-y:hidden;overflow-x:scroll;margin-bottom:1em}.OrderDetails__Content .OrderHistoryImageContainer .TimeLineButtonsContainer::-webkit-scrollbar,.OrderDetails__Content .OrderHistoryImageContainer .TimeLineButtonsContainer::-webkit-scrollbar-thumb{width:0!important;height:0;background:transparent;visibility:hidden}.OrderDetails__Content .OrderHistoryImageContainer .TimeLineButtonsContainer::-webkit-scrollbar-track{width:0!important;height:0;background:transparent;visibility:hidden}.OrderDetails__Content .OrderHistoryImageContainer .TimeLineButtonsContainer .Button{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-right:1em}.OrderDetails__Content .OrderHistoryImageContainer .TimeLineButtonsContainer .Button.Selected{position:relative}.OrderDetails__Content .OrderHistoryImageContainer .OrderHistoryImage{height:100%;width:100%}@media only screen and (max-width:850px){.OrderDetails__Content{display:block;width:100%;height:100%;margin:.5em;padding:0 .5em .5em 0;overflow-y:scroll;overflow:auto}.OrderDetails__Content::-webkit-scrollbar,.OrderDetails__Content::-webkit-scrollbar-thumb{width:0!important;height:0;background:transparent;visibility:hidden}.OrderDetails__Content::-webkit-scrollbar-track{width:0!important;height:0;background:transparent;visibility:hidden}.OrderDetails__Content__Main{overflow-y:scroll;overflow:auto}.OrderDetails__Content__Main::-webkit-scrollbar,.OrderDetails__Content__Main::-webkit-scrollbar-thumb{width:0!important;height:0;background:transparent;visibility:hidden}.OrderDetails__Content__Main::-webkit-scrollbar-track{width:0!important;height:0;background:transparent;visibility:hidden}.OrderDetails__Content__Side{width:100%;max-width:100%}}.NotificationsTable{padding:.5em 1em 1em;box-sizing:border-box;width:100%;height:calc(100% - 9em);overflow:hidden;font-size:1em;will-change:width;transition:width .5s linear;-webkit-transform-origin:left;transform-origin:left}.NotificationsTable.shrink{width:70%}.NotificationsTable__Row{width:100%;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;height:3em}.NotificationsTable__Row__Title{width:calc(100% - 12em);box-sizing:border-box}.NotificationsTable__Row__Controls{flex-shrink:0;display:flex;align-items:center;box-sizing:border-box}.NotificationsTable .FilteredTitle{text-align:left;font-size:.7em;font-weight:300;color:#505050;padding:0;display:block;overflow:hidden;box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;margin:0 0 1em}.NotificationsTable__Table{font-size:.85em;height:calc(100% - 6em);box-sizing:border-box;overflow:scroll;width:100%;padding:0;margin:0}.NotificationsTable__Table .Tags__Container{justify-content:center}.NotificationsTable__Table .Tag{margin-right:11px;height:14px}.NotificationsTable__Table .Tag__Value{font-size:9px}.FilteredTitle{text-align:left;font-size:.9em;font-weight:500;color:#000;padding:0;margin:0;display:block;overflow:hidden;box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@-webkit-keyframes slideDownAndAppear{0%{opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden}10%{opacity:.2;-webkit-transform:translateY(-10%);transform:translateY(-10%);visibility:visible}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}}@keyframes slideDownAndAppear{0%{opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden}10%{opacity:.2;-webkit-transform:translateY(-10%);transform:translateY(-10%);visibility:visible}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-50px);transform:translateX(-10px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-50px);transform:translateX(-10px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes moveFromTopToBottom{0%{-webkit-transform:translateY(20px);transform:translateY(20px);transition:all .6s ease-out;opacity:.7}to{-webkit-transform:translateY(0);transform:translateY(0);transition:all .6s ease-out;opacity:1}}@keyframes moveFromTopToBottom{0%{-webkit-transform:translateY(20px);transform:translateY(20px);transition:all .6s ease-out;opacity:.7}to{-webkit-transform:translateY(0);transform:translateY(0);transition:all .6s ease-out;opacity:1}}.flex--center{display:flex!important;justify-content:center!important;align-items:center!important}.fontSize--1halfem{font-size:1.5em}.col--1{flex:1 1!important}.col--2{flex:2 1!important}.col--3{flex:3 1!important}.col--4{flex:4 1!important}.col--5{flex:5 1!important}.col--6{flex:6 1!important}.col--7{flex:7 1!important}.col--8{flex:8 1!important}.col--9{flex:9 1!important}.col--10{flex:10 1!important}.col--11{flex:11 1!important}.col--12{flex:12 1!important}.osci-rotate{animation:alternateRotation 1s ease-in-out infinite;-webkit-animation:alternateRotation 1s ease-in-out infinite}@keyframes alternateRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}10%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}40%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}60%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}90%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes alternateRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}10%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}40%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}60%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}90%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.display--none{display:none}.full--width{width:100%}.position--fixed{position:fixed!important}.position--relative{position:relative}.rotate--45deg{transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.col-width-2{min-width:20em;max-width:20em}.col-width-1{min-width:10em;max-width:10em}.col-width-15{min-width:15em;max-width:15em}@font-face{font-family:"icomoon";src:url(/static/media/icomoon.719b56b6.eot);src:url(/static/media/icomoon.719b56b6.eot#iefix) format("embedded-opentype"),url(/static/media/icomoon.37763542.ttf) format("truetype"),url(/static/media/icomoon.6813a2b8.woff) format("woff"),url(/static/media/icomoon.7697c888.svg#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:"icomoon"!important;speak:never;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-Megaphone:before{content:"\e92b";color:#fff}.icon-Bellman:before{content:"\e928"}.icon-info:before{content:"\e923"}.icon-Send-Link:before{content:"\e92a"}.icon-NotFound:before{content:"\e929";color:#ccc}.icon-DownloadIcon:before{content:"\e922"}.icon-Alert .path1:before{content:"\e91c";color:#fff}.icon-Alert .path2:before{content:"\e91f";margin-left:-1.0927734375em;color:#f66}.icon-Alert .path3:before{content:"\e920";margin-left:-1.0927734375em;color:#f66}.icon-Resample:before{content:"\e921"}.icon-Notes:before{content:"\e919"}.icon-OnHold:before{content:"\e91a"}.icon-FetchStatus:before{content:"\e91b";color:#0094b5}.icon-exportCSVIcon:before{content:"\e918";color:#0195b6}.icon-call:before{content:"\e901"}.icon-Cross:before{content:"\e905"}.icon-export:before{content:"\e906"}.icon-filter:before{content:"\e907"}.icon-hamburger:before{content:"\e908"}.icon-help:before{content:"\e909"}.icon-Menu:before{content:"\e90a"}.icon-my-orders:before{content:"\e90b"}.icon-Refresh:before{content:"\e90c"}.icon-search:before{content:"\e913"}.icon-settings:before{content:"\e915"}.icon-technicians:before{content:"\e916"}.icon-Upload:before{content:"\e917"}.icon-midminmax:before{content:"\e950"}.icon-minimise:before{content:"\e951"}.icon-maximise:before{content:"\e952"}.icon-arrow-down:before{content:"\e93c"}.icon-arrow-left:before{content:"\e93d"}.icon-arrow-right:before{content:"\e93e"}.icon-arrow-up:before{content:"\e93f"}.icon-diagnosis:before{content:"\e940"}.icon-doctor-advice:before{content:"\e941"}.icon-document-attachment:before{content:"\e942"}.icon-case-file:before{content:"\e943"}.icon-drugs:before{content:"\e944"}.icon-case-files:before{content:"\e945"}.icon-findings:before{content:"\e946"}.icon-lab-test:before{content:"\e947"}.icon-notes:before{content:"\e948"}.icon-procedure:before{content:"\e949"}.icon-symptoms:before{content:"\e94f"}.icon-mfine:before{content:"\e93a"}.icon-heart-fill:before{content:"\e93b"}.icon-camera-flip:before{content:"\e900"}.icon-copy:before{content:"\e936"}.icon-recorder:before{content:"\e902"}.icon-chat:before{content:"\e903"}.icon-refresh:before{content:"\e910"}.icon-triple-dot:before{content:"\e914"}.icon-document-fill:before{content:"\e90e"}.icon-image-fill:before{content:"\e911"}.icon-checkbox-checked:before{content:"\ea52"}.icon-checkbox-unchecked:before{content:"\ea53"}.icon-home:before{content:"\e904"}.icon-image:before{content:"\e90d"}.icon-images:before{content:"\e90f"}.icon-camera:before{content:"\e912"}.icon-feed:before{content:"\e91d"}.icon-mic:before{content:"\e91e"}.icon-file-empty:before{content:"\e924"}.icon-files-empty:before{content:"\e925"}.icon-file-text:before{content:"\e926"}.icon-file-picture:before{content:"\e927"}.icon-price-tag:before{content:"\e935"}.icon-barcode:before{content:"\e937"}.icon-phone:before{content:"\e94a"}.icon-phone-hang-up:before{content:"\e94b"}.icon-envelop:before{content:"\e94c"}.icon-compass:before{content:"\e94d"}.icon-alarm:before{content:"\e953"}.icon-calendar:before{content:"\e954"}.icon-display:before{content:"\e956"}.icon-mobile:before{content:"\e958"}.icon-mobile2:before{content:"\e959"}.icon-box-add:before{content:"\e95e"}.icon-box-remove:before{content:"\e95f"}.icon-floppy-disk:before{content:"\e962"}.icon-enlarge:before{content:"\e989"}.icon-shrink:before{content:"\e98a"}.icon-enlarge2:before{content:"\e98b"}.icon-shrink2:before{content:"\e98c"}.icon-meter:before{content:"\e9a6"}.icon-lab:before{content:"\e9aa"}.icon-bin:before{content:"\e9ac"}.icon-bin2:before{content:"\e9ad"}.icon-truck:before{content:"\e9b0"}.icon-menu:before{content:"\e9bd"}.icon-download2:before{content:"\e9c5"}.icon-upload2:before{content:"\e9c6"}.icon-attachment:before{content:"\e9cd"}.icon-eye:before{content:"\e9ce"}.icon-eye-blocked:before{content:"\e9d1"}.icon-star-empty:before{content:"\e9d7"}.icon-star-half:before{content:"\e9d8"}.icon-star-full:before{content:"\e9d9"}.icon-warning:before{content:"\ea07"}.icon-plus:before{content:"\ea0a"}.icon-minus:before{content:"\ea0b"}.icon-blocked:before{content:"\ea0e"}.icon-cross:before{content:"\ea0f"}.icon-enter:before{content:"\ea13"}.icon-exit:before{content:"\ea14"}.icon-play:before{content:"\ea1c"}.icon-pause:before{content:"\ea1d"}.icon-stop:before{content:"\ea1e"}.icon-backward:before{content:"\ea1f"}.icon-forward:before{content:"\ea20"}.icon-first:before{content:"\ea21"}.icon-last:before{content:"\ea22"}.icon-previous:before{content:"\ea23"}.icon-next:before{content:"\ea24"}.icon-loop:before{content:"\ea2e"}.icon-circle-up:before{content:"\ea41"}.icon-circle-right:before{content:"\ea42"}.icon-circle-down:before{content:"\ea43"}.icon-circle-left:before{content:"\ea44"}.icon-filter1:before{content:"\ea5b"}.icon-table:before{content:"\ea70"}.icon-share2:before{content:"\ea82"}.icon-facebook2:before{content:"\ea91"}.icon-instagram:before{content:"\ea92"}.icon-whatsapp:before{content:"\ea93"}.icon-twitter:before{content:"\ea96"}.icon-github:before{content:"\eab0"}.icon-appleinc:before{content:"\eabe"}.icon-android:before{content:"\eac0"}.icon-linkedin:before{content:"\eac9"}body{margin:0;font-family:"Poppins",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overscroll-behavior-y:none}.AppRoot,body #root{height:100%;width:100%}.AppRoot{position:fixed;top:0;left:0;overflow:hidden;z-index:1}div,p,span{box-sizing:border-box}a,button,div,input,p,select,span,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0)!important}a,button,input,select,textarea{box-shadow:none;border:none;font-family:"Poppins",sans-serif}a:active,a:focus,a:hover,button:active,button:focus,button:hover,input:active,input:focus,input:hover,select:active,select:focus,select:hover,textarea:active,textarea:focus,textarea:hover{outline:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.BlueBorderActionOvalButton{font-size:1em!important;border:1px solid #0095b6!important;margin-left:.4em!important;flex:auto!important;-webkit-animation-name:slideDownAndAppear;-webkit-animation-duration:1s}.BlueBorderActionOvalButton .OvalButton__Icon{font-size:9px}.BlueBorderActionOvalButton .icon--call,.BlueBorderActionOvalButton .icon--Resample{font-size:11px}.BlueBorderActionOvalButton:hover{box-shadow:0 0 2px #0384a1!important}.BlueBorderActionOvalButton.IsSelected{background-color:#0095b6!important;color:#fff!important}.BlueBorderActionOvalButton.Close .OvalButton__Icon{font-size:.75em!important}.BlueBorderActionOvalButton.disabled{color:#fff;background:linear-gradient(180deg,#aaa 5%,#ccc);border:1px solid #e3e3e3!important;cursor:not-allowed}.BlueBorderActionOvalButton.disabled:hover{box-shadow:none!important}.cursor{cursor:pointer}.WM-MAS-UserMenu__Option__Container{z-index:100!important}