@font-face {
  font-family: 'Calibri';
  font-display: swap;
  src: url('/fonts/Calibri.woff');
}
body .Box--Shadow {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
body .Primary,
body .Error {
  color: #ed3035;
}
body .View-Bg-Default::before {
  background-image: url('/view-bg-default.svg');
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  background-position: 0;
  top: 0;
  z-index: 0;
  display: block;
  content: '';
}
body .Font--S14 {
  font-size: 0.875rem;
}
body .Font--S16 {
  font-size: 1rem;
}
body .Font--S12 {
  font-size: 0.75rem;
}
body .Font--S18 {
  font-size: 1.125rem;
}
body .Font--S20 {
  font-size: 1.25rem;
}
body .Font--S24 {
  font-size: 1.5rem;
}
body .Font--WB {
  font-weight: bold;
}
body .Flex {
  display: flex;
}
body .Flex-Direction-Column {
  flex-direction: column;
}
body .AlignItems--Center {
  align-items: center;
}
body .TextAlign--Center {
  text-align: center;
}
body .Text-Decoration-Underline {
  text-decoration: underline;
}
body .Text-Decoration-UpperCase {
  text-transform: uppercase;
}
body .JustifyContent--Center {
  justify-content: center;
}
body .Outline--None:focus {
  outline: none;
}
body .Bg-Gray {
  background-color: #f8f8f8;
}
body .Ml-5 {
  margin-left: 5px;
}
body .Ml-8 {
  margin-left: 8px;
}
body .Ml-10 {
  margin-left: 10px;
}
body .Ml-12 {
  margin-left: 12px;
}
body .Ml-15 {
  margin-left: 15px;
}
body .Ml-18 {
  margin-left: 18px;
}
body .Ml-20 {
  margin-left: 20px;
}
body .Ml-23 {
  margin-left: 23px;
}
body .Ml-30 {
  margin-left: 30px;
}
body .Ml-40 {
  margin-left: 40px;
}
body .Mt--7 {
  margin-top: -7px;
}
body .Mt-4 {
  margin-top: 4px;
}
body .Mt-5 {
  margin-top: 5px;
}
body .Mt-8 {
  margin-top: 8px;
}
body .Mt-10 {
  margin-top: 10px;
}
body .Mt-12 {
  margin-top: 12px;
}
body .Mt-14 {
  margin-top: 14px;
}
body .Mt-15 {
  margin-top: 15px;
}
body .Mt-20 {
  margin-top: 20px;
}
body .Mt-24 {
  margin-top: 24px;
}
body .Mt-30 {
  margin-top: 30px;
}
body .Mt-50 {
  margin-top: 50px;
}
body .Mt-60 {
  margin-top: 60px;
}
body .Mb-30 {
  margin-bottom: 30px;
}
body .Pl-10 {
  padding-left: 10px;
}
body .Pb-13 {
  padding-bottom: 13px;
}
body .Pb-10 {
  padding-bottom: 10px;
}
body .Pb-20 {
  padding-bottom: 20px;
}
body .Width-Full {
  width: 100%;
}
body .Height-Full {
  height: 100%;
}
body .Cursor-Pointer {
  cursor: pointer;
}
body .Break-All {
  word-break: break-all;
}
body .BorderRadius--Base {
  border-radius: 4px;
}
body .Mr-20 {
  margin-right: 20px;
}
body .Border {
  border: 1px solid #f2f2f2;
}
body .Border-SmokeWhite {
  border: 1px solid #f5f5f5;
}
body .MatterHorn-Border,
body .MatterHorn-Border:hover,
body .MatterHorn-Border:focus,
body .MatterHorn-Border:active {
  border: 1px solid #4c4c4c;
}
body .Position-Relative {
  position: relative;
}
body .Divider-Bottom {
  border-bottom: 1px solid #f2f2f2;
}
body .Divider-Bottom-Gray90 {
  border-bottom: 1px solid #e5e5e5;
}
body .Divider-Left {
  border-left: 1px solid #f2f2f2;
}
body .ListFilter-Position-left .ant-menu {
  left: 144px;
  top: 17px;
  position: relative;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
}
body .ListFilter-Position-right .ant-menu {
  right: 205px;
  top: 17px;
  position: relative;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
}
body .ant-notification {
  width: 300px;
  margin-right: 40px;
}
body .ant-notification-notice-icon svg {
  vertical-align: middle;
}
body .ant-notification .success .ant-notification-notice-with-icon .ant-notification-notice-message {
  color: #60db91;
}
body .ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: 1rem;
  color: #ed3035;
  font-weight: bold;
}
body .ant-notification-notice-with-icon .ant-notification-notice-description {
  font-size: 0.875rem;
  margin-right: 20px;
}
body .ant-collapse {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
body .ant-collapse-header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
body .ant-collapse-header:focus {
  border: 1px solid black;
}
body .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
body .ant-modal {
  top: 89px;
}
body .ant-modal-header {
  padding: 12px 21px;
}
body .ant-modal-title {
  font-weight: bold;
  font-size: 1rem;
  color: white;
  line-height: 1rem;
  letter-spacing: 0.3px;
}
body .ant-modal-body {
  padding: 20px;
}
body .ant-modal-footer {
  padding: 20px;
}
body .ant-btn-link {
  font-weight: normal;
}
body .ant-btn-default:focus,
body .ant-btn-default:hover,
body .ant-btn-default:active {
  color: #fff;
  border-color: #4c4c4c;
}
body .ant-btn-plain {
  background-color: #fff;
  color: #4c4c4c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
  padding-left: 24px;
  padding-right: 24px;
}
body .ant-btn-plain:focus,
body .ant-btn-plain:hover,
body .ant-btn-plain:active {
  background-color: #fff;
  color: #4c4c4c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11) !important;
}
body .ant-btn-plain:focus {
  background-color: #fff;
  color: #4c4c4c;
  box-shadow: 2px 3px 5px #999 !important;
}
body [ant-click-animating-without-extra-node]:after {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
body .Gray40-Text {
  color: #666;
}
body .Gray50-Text {
  color: #999999;
}
body .GrayDark-Text {
  color: #020100;
}
body .Matterhorn {
  color: #4c4c4c;
}
body .ant-checkbox {
  border: solid 2px #666;
  border-radius: 2px;
}
body .ant-checkbox-input:focus + span {
  box-shadow: 2px 4px 6px #4b4747;
}
body .ant-checkbox-inner {
  border-radius: 0px;
}
body .ant-checkbox-inner::after {
  left: 21%;
  height: 12px;
  top: 45%;
}
body .ant-switch {
  min-width: 36px;
  height: 19px;
}
body .ant-switch::after {
  width: 15px;
  height: 15px;
}
body .ant-switch:focus {
  box-shadow: 2px 3px 6px black;
}
body .ant-switch-disabled {
  opacity: 0.5;
}
body .ant-tabs-nav .ant-tabs-tab-active:hover,
body .ant-tabs-nav .ant-tabs-tab-active:focus,
body .ant-tabs-nav .ant-tabs-tab:active,
body .ant-tabs-nav .ant-tabs-tab-active {
  color: #4c4c4c;
  font-weight: bold;
}
body .ant-tabs-nav .ant-tabs-tab:hover {
  color: #4c4c4c;
}
body .ant-tabs-nav .ant-tabs-tab-disabled:active,
body .ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
body .ant-tabs-ink-bar {
  background: #4c4c4c;
}
body .ant-tabs-nav .ant-tabs-tab {
  font-size: 1rem;
  margin-right: 22px;
  letter-spacing: 0.3px;
}
body .ant-tabs-bar {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 13px;
}
body .Green-Text {
  color: #60db91;
}
body .Matterhorn-Text {
  color: #4c4c4c;
}
body .Warmblue-Text {
  color: #475cde;
}
body .Warmblue-Text a {
  color: #475cde;
}
body .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 100%;
  padding-left: 16px;
  padding-top: 2px;
}
body .ant-select-item {
  padding-left: 16px;
  font-size: 1rem;
}
body .ant-select-focused .ant-select-selector,
body .ant-select-selector:focus,
body .ant-select-selector:active,
body .ant-select-open .ant-select-selector {
  border-color: #ffffff !important;
  box-shadow: none !important;
}
body .ant-select-item-option-selected {
  background-color: transparent !important;
}
body .ant-btn-change {
  background-color: #fff;
  color: #4c4c4c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
  padding-left: 24px;
  padding-right: 24px;
}
body .ant-btn-change:focus,
body .ant-btn-change:hover,
body .ant-btn-change:active {
  background-color: #4c4c4c;
  color: #ffffff;
}
body .ant-radio-wrapper:hover .ant-radio,
body .ant-radio:hover .ant-radio-inner,
body .ant-radio-input:focus + .ant-radio-inner {
  border-color: #4c4c4c;
}
body .ant-radio-inner {
  border-color: #4c4c4c;
  border-width: 2px;
  background-color: white;
}
body .ant-radio-inner::after {
  background-color: #4c4c4c;
  top: 2px;
  left: 2px;
}
body .ant-radio-checked .ant-radio-inner {
  border-color: #4c4c4c;
}
body .ant-rate {
  color: #60db91;
}
body .Hidden_Visibility {
  visibility: hidden;
}

body .View-Bg-Dashboard {
  background-image: url('/dashboard/view-bg-dashboard.svg');
  position: absolute;
  height: calc(100vh - 25px);
  left: 0;
  right: 0;
  z-index: 0;
  top: 0;
}
body .View-Bg-Eds-Dashboard {
  background-image: url('/dashboard/bg-eds-dashboard.png');
  position: absolute;
  height: calc(100vh - 85px);
  min-height: 750px;
  left: 0;
  right: 0;
  z-index: 0;
  top: 58px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #161F3B;
  background-blend-mode: color-burn;
}
body .ZiqitzaEdsDashboard .App {
  height: 200px;
  background-color: black;
  color: peachpuff;
  align-content: center;
  justify-content: center;
  display: grid;
}
body .ZiqitzaEdsDashboard .App h1 {
  color: peachpuff;
}
body .ZiqitzaEdsDashboard .HasPermission_DisableLink {
  pointer-events: none;
  color: #4c4c4c;
}
body .ZiqitzaEdsDashboard .HasPermission_DisableLink > div {
  text-decoration: none;
  color: #4c4c4c;
}
body .ZiqitzaEdsDashboard .HasPermission_DisableLink a {
  text-decoration: none;
}
body .ZiqitzaEdsDashboard [ant-click-animating-without-extra-node]:after {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
body .ZiqitzaEdsDashboard .ant-btn {
  line-height: 1;
  border-color: #fff;
  height: 40px;
  border: 0px solid transparent;
  font-size: 1rem;
  border-radius: 4px;
  color: #fff;
  padding: 12px 15px;
  background-color: #4c4c4c;
  font-weight: bold;
}
body .ZiqitzaEdsDashboard .ant-btn-link {
  color: #ed3035;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
body .ZiqitzaEdsDashboard .ActionLabel {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 7px;
}
body .ZiqitzaEdsDashboard .List__Header {
  padding-left: 66px;
  color: #999;
  font-weight: bold;
}
body .ZiqitzaEdsDashboard .List__Row {
  padding-left: 20px;
  align-items: center;
}
body .ZiqitzaEdsDashboard .ant-btn-link {
  font-weight: normal;
}
body .ZiqitzaEdsDashboard .ant-btn-default:focus,
body .ZiqitzaEdsDashboard .ant-btn-default:hover,
body .ZiqitzaEdsDashboard .ant-btn-default:active {
  color: #fff;
  border-color: #4c4c4c;
}
body .ZiqitzaEdsDashboard .ant-btn-plain {
  background-color: #fff;
  color: #4c4c4c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
  padding-left: 24px;
  padding-right: 24px;
}
body .ZiqitzaEdsDashboard .ant-btn-plain:focus,
body .ZiqitzaEdsDashboard .ant-btn-plain:hover,
body .ZiqitzaEdsDashboard .ant-btn-plain:active {
  background-color: #fff;
  color: #4c4c4c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11) !important;
}
body .ZiqitzaEdsDashboard .Box--Shadow {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
body .ZiqitzaEdsDashboard .Width-Full {
  width: 100%;
}
body .ZiqitzaEdsDashboard .BorderRadius--Base {
  border-radius: 4px;
}
body .ZiqitzaEdsDashboard .Border-None {
  border: none;
}
body .ZiqitzaEdsDashboard .TextAlign--Center {
  text-align: center;
}
body .ZiqitzaEdsDashboard .TextAlign--Right {
  text-align: right;
}
body .ZiqitzaEdsDashboard .Divider-Bottom {
  border-bottom: 1px solid #f2f2f2;
}
body .ZiqitzaEdsDashboard .Divider-Bottom-Gray90 {
  border-bottom: 1px solid #e5e5e5;
}
body .ZiqitzaEdsDashboard .Divider-Left {
  border-left: 1px solid #f2f2f2;
}
body .ZiqitzaEdsDashboard .Flex {
  display: flex;
}
body .ZiqitzaEdsDashboard .Flex-Direction-Column {
  flex-direction: column;
}
body .ZiqitzaEdsDashboard .Flex-Grow-1 {
  flex-grow: 1;
}
body .ZiqitzaEdsDashboard .Flex-Grow-2 {
  flex-grow: 2;
}
body .ZiqitzaEdsDashboard .JustifyContent--Center {
  justify-content: center;
}
body .ZiqitzaEdsDashboard .Height-Full {
  height: 100%;
}
body .ZiqitzaEdsDashboard .Align-Items-Center {
  align-items: center;
}
body .ZiqitzaEdsDashboard .Flex-Space-Between {
  justify-content: space-between;
}
body .ZiqitzaEdsDashboard .Ml-20 {
  margin-left: 20px;
}
body .ZiqitzaEdsDashboard .Bg-Gray {
  background-color: #f8f8f8;
}
body .ZiqitzaEdsDashboard .Gray50-Text {
  color: #999999;
}
body .ZiqitzaEdsDashboard .Break-Word {
  word-break: break-word;
}
body .ZiqitzaEdsDashboard .Font--WB {
  font-weight: bold;
}
body .ZiqitzaEdsDashboard .Font--Italic {
  font-style: italic;
}
body .ZiqitzaEdsDashboard .Font--S10 {
  font-size: 0.625rem;
}
body .ZiqitzaEdsDashboard .Font--S12 {
  font-size: 0.75rem;
}
body .ZiqitzaEdsDashboard .Font--S14 {
  font-size: 0.875rem;
}
body .ZiqitzaEdsDashboard .Font--S16 {
  font-size: 1rem;
}
body .ZiqitzaEdsDashboard .Font--S18 {
  font-size: 1.125rem;
}
body .ZiqitzaEdsDashboard .Font--S20 {
  font-size: 1.25rem;
}
body .ZiqitzaEdsDashboard .Font--S24 {
  font-size: 1.5rem;
}
body .ZiqitzaEdsDashboard .Text-Decoration-Underline {
  text-decoration: underline;
}
body .ZiqitzaEdsDashboard .Text--UpperCase {
  text-transform: uppercase;
}
body .ZiqitzaEdsDashboard .Text--White {
  color: white;
}
body .ZiqitzaEdsDashboard .Opacity--50 {
  opacity: 0.5;
}
body .ZiqitzaEdsDashboard .Warmblue-Text {
  color: #475cde;
}
body .ZiqitzaEdsDashboard .Mt-4 {
  margin-top: 4px;
}
body .ZiqitzaEdsDashboard .Mt-8 {
  margin-top: 8px;
}
body .ZiqitzaEdsDashboard .Mt-10 {
  margin-top: 10px;
}
body .ZiqitzaEdsDashboard .Mt-15 {
  margin-top: 15px;
}
body .ZiqitzaEdsDashboard .Mt-12 {
  margin-top: 12px;
}
body .ZiqitzaEdsDashboard .Mt-20 {
  margin-top: 20px;
}
body .ZiqitzaEdsDashboard .Mt-28 {
  margin-top: 28px;
}
body .ZiqitzaEdsDashboard .Mt-30 {
  margin-top: 30px;
}
body .ZiqitzaEdsDashboard .Mt-40 {
  margin-top: 40px;
}
body .ZiqitzaEdsDashboard .Mb-6 {
  margin-bottom: 6px;
}
body .ZiqitzaEdsDashboard .Ml-5 {
  margin-left: 5px;
}
body .ZiqitzaEdsDashboard .Ml-8 {
  margin-left: 8px;
}
body .ZiqitzaEdsDashboard .Ml-15 {
  margin-left: 15px;
}
body .ZiqitzaEdsDashboard .Ml-20 {
  margin-left: 20px;
}
body .ZiqitzaEdsDashboard .Ml-10 {
  margin-left: 10px;
}
body .ZiqitzaEdsDashboard .Ml-12 {
  margin-left: 12px;
}
body .ZiqitzaEdsDashboard .Ml-24 {
  margin-left: 24px;
}
body .ZiqitzaEdsDashboard .Mr-8 {
  margin-right: 8px;
}
body .ZiqitzaEdsDashboard .Mr-20 {
  margin-right: 20px;
}
body .ZiqitzaEdsDashboard .Mr-35 {
  margin-right: 35px;
}
body .ZiqitzaEdsDashboard .Pl-12 {
  padding-left: 12px;
}
body .ZiqitzaEdsDashboard .Pr-12 {
  padding-right: 12px;
}
body .ZiqitzaEdsDashboard .Cursor-Pointer {
  cursor: pointer;
}
body .ZiqitzaEdsDashboard .Cursor-Default {
  cursor: default;
}
body .ZiqitzaEdsDashboard .GrayDark-Text {
  color: #020100;
}
body .ZiqitzaEdsDashboard .Blue-Text {
  color: #475cde;
}
body .ZiqitzaEdsDashboard .Red-Text {
  color: #ed3035;
}
body .ZiqitzaEdsDashboard .Label-Text {
  font-size: 0.875rem;
  color: #b2b2b2;
  margin-bottom: 8px;
}
body .ZiqitzaEdsDashboard .Copy-Text {
  margin-top: 3px;
}
body .ZiqitzaEdsDashboard .Value-Text {
  margin-top: 17px;
  word-break: break-all;
}
body .ZiqitzaEdsDashboard .BG--White {
  background-color: #fff;
}
body .ZiqitzaEdsDashboard .ant-checkbox {
  border: solid 2px #666;
  border-radius: 2px;
}
body .ZiqitzaEdsDashboard .ant-checkbox-inner {
  border-radius: 0px;
  border: 0px;
}
body .ZiqitzaEdsDashboard .ant-checkbox-inner::after {
  left: 21%;
  height: 12px;
  top: 45%;
}
body .ZiqitzaEdsDashboard .Loader-Overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(243, 239, 239, 0.568);
}
body .ZiqitzaEdsDashboard .Loader-Overlay .Overlay__Inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: absolute;
}
body .ZiqitzaEdsDashboard .Loader-Overlay .Overlay__Content {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10009;
  transform: translate(-50%, -50%);
}
body .ZiqitzaEdsDashboard .ContentWrap {
  margin-top: 0 !important;
  padding-top: 60px !important;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilterWrap .overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
body .ZiqitzaEdsDashboard .EdsDashboardSettingWrap .overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
body .ZiqitzaEdsDashboard .ListActionDateRangePicker {
  flex: 0 0 300px;
}
body .ZiqitzaEdsDashboard .ListActionDateRangePicker .DateRangePicker {
  width: 238px !important;
}
body .ZiqitzaEdsDashboard .ListActionDateRangePicker .DateRangePicker .ant-picker {
  top: 0px;
  height: 40px;
}
body .ZiqitzaEdsDashboard .ListActionDateRangePicker .DateRangePicker .ant-picker-range .ant-picker-clear {
  right: 9px;
  top: 20px;
}
body .ZiqitzaEdsDashboard .ListActionSlider .ant-slider {
  width: 154px;
  margin-left: 0px;
}
body .ZiqitzaEdsDashboard .ListActionSlider .ant-slider-rail {
  height: 6px;
}
body .ZiqitzaEdsDashboard .ListActionSlider .ant-slider-track {
  height: 6px;
  background-color: #6ed0da;
}
body .ZiqitzaEdsDashboard .ListActionSlider .ant-tooltip-open {
  border-color: none;
}
body .ZiqitzaEdsDashboard .ListActionSlider .ant-slider-handle {
  width: 16px;
  height: 16px;
  border: none;
  background-color: #6ed0da;
}
body .ZiqitzaEdsDashboard .ListActionSlider .ant-slider-handle:focus {
  box-shadow: none;
}
body .ZiqitzaEdsDashboard .ListActionSlider .ant-slider:hover .ant-slider-track {
  background-color: #6ed0da;
}
body .ZiqitzaEdsDashboard .Input {
  position: relative;
  height: 56px;
}
body .ZiqitzaEdsDashboard .Input .Input__Label {
  font-size: 0.75rem;
  color: #b2b2b2;
  margin-bottom: 8px;
}
body .ZiqitzaEdsDashboard .Input .ant-input {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 12px 8px 9px 8px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 36px;
  border-color: #fff;
}
body .ZiqitzaEdsDashboard .Input .Error {
  color: #ed3035;
}
body .ZiqitzaEdsDashboard .Input .Error--Border {
  border: 1px solid #ed3035;
}
body .ZiqitzaEdsDashboard .Input .ant-input-disabled:hover {
  border-right-width: 0px !important;
}
body .ZiqitzaEdsDashboard .Input .Input__Error {
  font-size: 0.75rem;
  position: absolute;
  bottom: -19px;
  left: 0;
  color: #ed3035;
}
body .ZiqitzaEdsDashboard .Input .ant-input:hover {
  border-right-width: 1px !important;
}
body .ZiqitzaEdsDashboard .Input .ant-input:focus {
  border: 1px solid #4c4c4c;
  outline: 1;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  border-right-width: 1px !important;
  border-color: #4c4c4c;
}
body .ZiqitzaEdsDashboard .InputText-Native {
  position: relative;
  height: 56px;
}
body .ZiqitzaEdsDashboard .InputText-Native .InputText-Native__Label {
  font-size: 0.75rem;
  color: #b2b2b2;
  margin-bottom: 8px;
}
body .ZiqitzaEdsDashboard .InputText-Native .Error {
  color: #ed3035;
}
body .ZiqitzaEdsDashboard .InputText-Native .Error--Border {
  border: 1px solid #ed3035;
}
body .ZiqitzaEdsDashboard .InputText-Native input {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 12px 8px 9px 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 36px;
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border: none;
  outline: none;
}
body .ZiqitzaEdsDashboard .InputText-Native input::placeholder {
  opacity: 0.5;
}
body .ZiqitzaEdsDashboard .InputText-Native input:focus {
  border: 1px solid #4c4c4c;
  outline: 1;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
body .ZiqitzaEdsDashboard .InputText-Native .InputText-Native__Error {
  font-size: 0.75rem;
  position: absolute;
  bottom: -19px;
  left: 0;
  color: #ed3035;
}
body .ZiqitzaEdsDashboard .ListMaster {
  display: table;
}
body .ZiqitzaEdsDashboard .ListMaster .ListMaster__Header {
  display: flex;
  padding: 15px 15px 13px 21px;
  width: 1160px;
  border: solid 1px #f5f5f5;
  align-items: center;
}
body .ZiqitzaEdsDashboard .ListMaster .ListMaster__Header .ListMaster__Header__Item {
  font-weight: bold;
  color: #999999;
}
body .ZiqitzaEdsDashboard .ListMaster .ListMaster__Header .Break_All {
  word-break: break-all;
}
body .ZiqitzaEdsDashboard .ListMaster .ListMaster__Row {
  padding: 15px 15px 10px 22px;
  display: flex;
  width: 1160px;
}
body .ZiqitzaEdsDashboard .ListMaster .ListMaster__Row .ListMaster__Row__Item {
  word-break: break-all;
}
body .ZiqitzaEdsDashboard .ListMaster .ant-checkbox {
  border: solid 1px #666;
}
body .ZiqitzaEdsDashboard .ListMaster .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #fff;
  border-radius: 2px;
}
body .ZiqitzaEdsDashboard .ListMaster .ant-checkbox-checked:after {
  --antd-wave-shadow-color: #4c4c4c;
  border: unset;
}
body .ZiqitzaEdsDashboard .ListMaster .ant-checkbox-checked .ant-checkbox-inner::after {
  border: 1.5px solid #4c4c4c;
  border-top: 0;
  border-left: 0;
}
body .ZiqitzaEdsDashboard .ListMaster .DarkOrange {
  color: #f92b1c;
}
body .ZiqitzaEdsDashboard .ListMaster .Maroon {
  color: #801D19;
}
body .ZiqitzaEdsDashboard .ListMaster .lightRed {
  color: #f92b1c;
}
body .ZiqitzaEdsDashboard .ListMaster .LightGreen {
  color: #63971a;
}
body .ZiqitzaEdsDashboard .ListMaster .Yellow {
  color: #f9bb4b;
}
body .ZiqitzaEdsDashboard .ListMaster .Amber {
  color: #f97334;
}
body .ZiqitzaEdsDashboard .ListMaster .Blue {
  color: #475cde;
}
body .ZiqitzaEdsDashboard .ListMaster .Black {
  color: black;
}
body .ZiqitzaEdsDashboard .ListMaster .Bg__MASTER {
  background-color: #f8f8f8;
}
body .ZiqitzaEdsDashboard .ListMaster [ant-click-animating-without-extra-node]:after {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
body .ZiqitzaEdsDashboard .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 100%;
  padding-left: 16px;
  padding-top: 2px;
  border: none;
}
body .ZiqitzaEdsDashboard .ant-select-item {
  padding-left: 16px;
  font-size: 1rem;
}
body .ZiqitzaEdsDashboard .ant-select-focused .ant-select-selector,
body .ZiqitzaEdsDashboard .ant-select-selector:focus,
body .ZiqitzaEdsDashboard .ant-select-selector:active,
body .ZiqitzaEdsDashboard .ant-select-open .ant-select-selector {
  border-color: #ffffff !important;
  box-shadow: none !important;
}
body .ZiqitzaEdsDashboard .SelectDrop {
  position: relative;
  min-height: 78px;
  width: 100%;
}
body .ZiqitzaEdsDashboard .SelectDrop .LabelText {
  font-size: 0.875rem;
  color: #999;
}
body .ZiqitzaEdsDashboard .SelectDrop .SelectWrap {
  width: 275px;
  position: relative;
}
body .ZiqitzaEdsDashboard .SelectDrop .DropList {
  max-height: 200px !important;
  min-height: 36px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
  position: absolute !important;
  left: 0;
  right: 0;
  top: 48px;
}
body .ZiqitzaEdsDashboard .SelectDrop .DropList > div {
  display: flex;
  flex-direction: column;
}
body .ZiqitzaEdsDashboard .SelectDrop .DropListItem,
body .ZiqitzaEdsDashboard .SelectDrop .DropListItemMulti {
  padding: 10px;
  margin: 0;
  display: flex;
  outline: none;
}
body .ZiqitzaEdsDashboard .SelectDrop .DropListItem input,
body .ZiqitzaEdsDashboard .SelectDrop .DropListItemMulti input {
  width: calc(100% - 15px);
}
body .ZiqitzaEdsDashboard .SelectDrop .DropListItem span:last-child,
body .ZiqitzaEdsDashboard .SelectDrop .DropListItemMulti span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .ZiqitzaEdsDashboard .SelectDrop .DropListItemMulti.ant-checkbox-wrapper {
  margin-left: 0;
  max-height: 36px;
}
body .ZiqitzaEdsDashboard .SelectDrop .Select {
  width: 275px;
  height: 36px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
  border: none;
  padding: 10px 25px 10px 8px;
  outline: none;
  position: absolute;
  top: 6px;
  cursor: default;
  color: #020100;
}
body .ZiqitzaEdsDashboard .SelectDrop .Select.Disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body .ZiqitzaEdsDashboard .SelectDrop .Selected-ReadOnly {
  width: 275px;
}
body .ZiqitzaEdsDashboard .SelectDrop .SelectedItemsWrap {
  max-height: 92px;
  margin-top: 54px;
  overflow-y: auto;
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
body .ZiqitzaEdsDashboard .SelectDrop .SelectedItemsWrap.Readonly {
  margin-top: 19px;
}
body .ZiqitzaEdsDashboard .SelectDrop .SelectedItem {
  width: auto;
  height: 24px;
  border-radius: 12px;
  background-color: #f2f2f2;
  padding: 6px;
  margin: 2px;
  display: flex;
  align-content: center;
  line-height: 1;
}
body .ZiqitzaEdsDashboard .SelectDrop input:focus {
  border: 1px solid #4c4c4c;
}
body .ZiqitzaEdsDashboard .SelectDrop input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body .ZiqitzaEdsDashboard .SelectDrop .Error-Border {
  border: 1px solid #ed3035;
}
body .ZiqitzaEdsDashboard .SelectDrop .Error-Text {
  font-size: 0.75rem;
  position: absolute;
  bottom: 2px;
  left: 0;
  color: #ed3035;
  line-height: 1;
}
body .ZiqitzaEdsDashboard .SelectDrop .DropListItemMulti {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
body .ZiqitzaEdsDashboard .SelectDrop .Drop-Arrow {
  position: absolute;
  top: 14px;
  right: 8px;
  pointer-events: none;
  line-height: 1;
}
body .ZiqitzaEdsDashboard .SelectDrop .ant-checkbox-inner {
  height: 14px;
  width: 14px;
}
body .ZiqitzaEdsDashboard .SelectDrop .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #fff;
  border-radius: 2px;
}
body .ZiqitzaEdsDashboard .SelectDrop .ant-checkbox-checked:after {
  --antd-wave-shadow-color: #4c4c4c;
  border: unset;
}
body .ZiqitzaEdsDashboard .SelectDrop .ant-checkbox-checked .ant-checkbox-inner::after {
  border: 1.5px solid #4c4c4c;
  border-top: 0;
  border-left: 0;
  left: 16%;
}
body .ZiqitzaEdsDashboard .ButtonCustom {
  outline: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed3035;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ZiqitzaEdsDashboard .ButtonCustom:hover {
  background-color: #fa5a5a;
}
body .ZiqitzaEdsDashboard .ButtonCustom.Disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #fff;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
body .ZiqitzaEdsDashboard .ToggleSelect {
  display: flex;
  flex-direction: column;
}
body .ZiqitzaEdsDashboard .ToggleSelect .ToggleSelect__Label {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 8px;
}
body .ZiqitzaEdsDashboard .ToggleSelect .ButtonCustom {
  width: 135px;
  height: 36px;
  color: #4c4c4c;
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #e5e5e5;
  text-transform: lowercase;
}
body .ZiqitzaEdsDashboard .ToggleSelect .ButtonCustom:hover {
  background-color: #fff;
}
body .ZiqitzaEdsDashboard .ToggleSelect .ButtonCustom span:first-letter {
  text-transform: uppercase;
}
body .ZiqitzaEdsDashboard .ToggleSelect .ButtonCustom.Selected {
  background-color: #60db91;
  border: none;
  font-weight: bold;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
body .ZiqitzaEdsDashboard .ToggleSelect.Disabled .ButtonCustom.Disabled {
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
body .ZiqitzaEdsDashboard .ToggleSelect.Disabled .ButtonCustom.Disabled:hover {
  background-color: #fff;
}
body .ZiqitzaEdsDashboard .ToggleSelect.Disabled .ButtonCustom.Selected {
  background-color: rgba(96, 219, 145, 0.5);
  border: none;
}
body .ZiqitzaEdsDashboard .ToggleSelect.Disabled .ButtonCustom.Selected:hover {
  background-color: rgba(96, 219, 145, 0.5);
}
body .ZiqitzaEdsDashboard .Form-Wrap {
  flex-wrap: wrap;
}
body .ZiqitzaEdsDashboard .Chip {
  width: fit-content;
  height: 24px;
  border-radius: 12px;
  background-color: #f2f2f2;
  padding: 6px;
  margin: 2px;
  display: flex;
  align-content: center;
  align-items: center;
  text-transform: capitalize;
}
body .ZiqitzaEdsDashboard .Chip .ChipName {
  padding: 6px;
}
body .ZiqitzaEdsDashboard .SelectedFilterChips {
  display: flex;
  flex-wrap: wrap;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter {
  padding: 20px;
  line-height: 1;
  /* margin-top: 5px; */
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .Arrow-Up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .ant-dropdown-menu-item:hover,
body .ZiqitzaEdsDashboard .EdsDashboardFilter .ant-dropdown-menu-submenu-title:hover {
  background-color: #ffffff !important;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .ant-dropdown-menu-item .ant-dropdown-menu-item-active {
  background-color: #ffffff !important;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .ant-dropdown .ant-dropdown-placement-bottomLeft {
  left: 245px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .ant-menu {
  line-height: 1;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .SelectDrop .SelectWrap {
  width: 360px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .SelectDrop .Select {
  width: 360px;
  top: 9px;
  cursor: default;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .DropList {
  margin-top: 8px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .SelectDrop .LabelText {
  color: #999999;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .SelectDrop .Drop-Arrow {
  top: 16px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .Button-Width {
  min-width: 116px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .ToggleSelect {
  width: 238px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .ToggleSelect .ToggleSelect__Label {
  margin-bottom: 7px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .ToggleSelect .ButtonCustom {
  width: 116px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .Button-Icon {
  vertical-align: middle;
  margin-right: 9px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .Button-Label {
  font-weight: bold;
  color: #4c4c4c;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .Button-Label-Cancel {
  font-weight: bold;
  color: #ed3035;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
body .ZiqitzaEdsDashboard .EdsDashboardFilter .Arrow-Filter-Position {
  position: absolute;
  top: -10px;
  left: 243px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting {
  padding: 20px;
  line-height: 1;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .Arrow-Up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .ant-dropdown-menu-item:hover,
body .ZiqitzaEdsDashboard .EdsDashboardSetting .ant-dropdown-menu-submenu-title:hover {
  background-color: #ffffff !important;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .ant-dropdown-menu-item .ant-dropdown-menu-item-active {
  background-color: #ffffff !important;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .ant-dropdown .ant-dropdown-placement-bottomLeft {
  left: 245px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .ant-menu {
  line-height: 1;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .SelectDrop .SelectWrap {
  width: 240px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .SelectDrop .Select {
  width: 240px;
  top: 9px;
  cursor: default;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .DropList {
  margin-top: 8px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .SelectDrop .LabelText {
  color: #999999;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .SelectDrop .Drop-Arrow {
  top: 16px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .SelectDrop .SelectedItem .SelectedItemName {
  margin-top: 5px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .Button-Width {
  min-width: 116px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .ToggleSelect {
  width: 238px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .ToggleSelect .ToggleSelect__Label {
  margin-bottom: 7px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .ToggleSelect .ButtonCustom {
  width: 116px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .Button-Icon {
  vertical-align: middle;
  margin-right: 9px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .Button-Label {
  font-weight: bold;
  color: #4c4c4c;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .Button-Label-Cancel {
  font-weight: bold;
  color: #ed3035;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting .Arrow-Filter-Position {
  position: absolute;
  top: -10px;
  left: 243px;
}
body .ZiqitzaEdsDashboard .ListActionToggleSelect {
  padding: 5px;
  height: 40px;
}
body .ZiqitzaEdsDashboard .ListActionToggleSelect .ToggleSelect .ButtonCustom.Selected {
  background-color: #6ed0da !important;
  color: #fff;
  font-weight: normal;
}
body .ZiqitzaEdsDashboard .ListActionToggleSelect .ToggleSelect .ButtonCustom {
  height: 30px;
  width: 65px;
  border: none !important;
}
body .ZiqitzaEdsDashboard .Dashboard_DataCard_Wrap {
  margin-top: 30px;
  height: calc(100% - 30px);
}
body .ZiqitzaEdsDashboard .Dashboard_DataCard_Wrap .Dashboard_DataCard {
  position: relative;
  text-align: center;
  padding: 16px;
  border-radius: 14px;
  background-clip: padding-box;
}
body .ZiqitzaEdsDashboard .Dashboard_DataCard_Wrap .Dashboard_DataCard .DataCard_Content {
  height: calc(100% - 30px);
}
body .ZiqitzaEdsDashboard .Dashboard_DataCard_Wrap .Dashboard_DataCard .Icon {
  background-clip: padding-box;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-top: -50px;
  border-radius: 50%;
}
body .ZiqitzaEdsDashboard .ClassAnswered__Card__Wrap .ClassAnswered__Card {
  background-image: url('/dashboard/callAnswered.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
}
body .ZiqitzaEdsDashboard .ClassAnswered__Card__Wrap .ClassAnswered__Card .ClassAnswered__Data {
  position: absolute;
  top: 30%;
  left: 10%;
}
body .ZiqitzaEdsDashboard .ClassAnswered__Card__Wrap .ClassAnswered__Card .ClassAnswered__Data .Heading {
  color: #006a67;
  font-size: 1.125rem;
}
body .ZiqitzaEdsDashboard .ClassAnswered__Card__Wrap .ClassAnswered__Card .ClassAnswered__Data .Value {
  color: #4a4a4a;
  font-size: 1.5rem;
}
body .ZiqitzaEdsDashboard .Trips__Card__Wrap .Trips__Card {
  background-image: url('/dashboard/trip.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
}
body .ZiqitzaEdsDashboard .Trips__Card__Wrap .Trips__Card .Trips_Heading {
  padding-top: 5%;
  text-align: center;
  color: #6f84b2;
  font-size: 1.125rem;
}
body .ZiqitzaEdsDashboard .Trips__Card__Wrap .Trips__Card .Avg_Trips__Data {
  position: absolute;
  top: 30%;
  left: 5%;
  text-align: center;
}
body .ZiqitzaEdsDashboard .Trips__Card__Wrap .Trips__Card .Avg_Trips__Data .Heading {
  font-size: 1rem;
}
body .ZiqitzaEdsDashboard .Trips__Card__Wrap .Trips__Card .Avg_Trips__Data .Value {
  color: #4a4a4a;
  font-size: 1.5rem;
}
body .ZiqitzaEdsDashboard .Trips__Card__Wrap .Trips__Card .Avg_Trip_Time__Data {
  position: absolute;
  top: 30%;
  right: 5%;
  text-align: center;
}
body .ZiqitzaEdsDashboard .Trips__Card__Wrap .Trips__Card .Avg_Trip_Time__Data .Heading {
  font-size: 1rem;
}
body .ZiqitzaEdsDashboard .Trips__Card__Wrap .Trips__Card .Avg_Trip_Time__Data .Value {
  color: #4a4a4a;
  font-size: 1.5rem;
}
body .ZiqitzaEdsDashboard .ant-tabs-nav .ant-tabs-tab-active:hover,
body .ZiqitzaEdsDashboard .ant-tabs-nav .ant-tabs-tab-active:focus,
body .ZiqitzaEdsDashboard .ant-tabs-nav .ant-tabs-tab:active,
body .ZiqitzaEdsDashboard .ant-tabs-nav .ant-tabs-tab-active {
  color: #4c4c4c;
  font-weight: bold;
}
body .ZiqitzaEdsDashboard .ant-tabs-nav .ant-tabs-tab:hover {
  color: #4c4c4c;
}
body .ZiqitzaEdsDashboard .ant-tabs-nav .ant-tabs-tab-disabled:active,
body .ZiqitzaEdsDashboard .ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
body .ZiqitzaEdsDashboard .ant-tabs-ink-bar {
  background: #4c4c4c;
}
body .ZiqitzaEdsDashboard .ant-tabs-nav .ant-tabs-tab {
  font-size: 1rem;
  margin-right: 22px;
  letter-spacing: 0.3px;
}
body .ZiqitzaEdsDashboard .ant-tabs-bar {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 13px;
}
body .ZiqitzaEdsDashboard .Green-Text {
  color: #60db91;
}
body .ZiqitzaEdsDashboard .Matterhorn-Text {
  color: #4c4c4c;
}
body .ZiqitzaEdsDashboard .Warmblue-Text {
  color: #475cde;
}
body .ZiqitzaEdsDashboard .Warmblue-Text a {
  color: #475cde;
}
body .ZiqitzaEdsDashboard .ant-btn-change {
  background-color: #fff;
  color: #4c4c4c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
  padding-left: 24px;
  padding-right: 24px;
}
body .ZiqitzaEdsDashboard .ant-btn-change:focus,
body .ZiqitzaEdsDashboard .ant-btn-change:hover,
body .ZiqitzaEdsDashboard .ant-btn-change:active {
  background-color: #4c4c4c;
  color: #ffffff;
}
body .ZiqitzaEdsDashboard .ant-btn[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #fff;
  text-shadow: none;
  box-shadow: none;
}
body .ZiqitzaEdsDashboard .DistanceReports__PerformanceStats .ant-tabs-nav .ant-tabs-tab {
  font-size: 1.25rem;
  padding-bottom: 20px;
  padding-top: 20px;
}
body .ZiqitzaEdsDashboard .DistanceReports__PerformanceStats .ToggleSelect .ToggleSelect__ButtonContainer {
  flex-direction: column;
}
body .ZiqitzaEdsDashboard .DistanceReports__PerformanceStats .ToggleSelect .ToggleSelect__ButtonContainer .ButtonCustom {
  margin-left: 0px !important;
  margin-bottom: 15px;
  width: 150px;
  height: 40px;
}
body .ZiqitzaEdsDashboard .DistanceReports__PerformanceStats .ToggleSelect .ToggleSelect__ButtonContainer .Selected {
  background-color: #6ed0da;
  color: #fff;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New {
  height: calc(100vh - 105px);
  min-height: 750px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .BG--Blue {
  background-color: #1c2540;
}
@media screen and (min-width: 1450px) {
  body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard_DataCard {
    padding-left: 10px;
    padding-right: 10px;
  }
  body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard_DataCard .DataCard_Content {
    height: calc(100% - 50px);
  }
  body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard_DataCard .Icon {
    width: 100px;
    height: 100px;
    margin-top: -60px;
  }
  body .ZiqitzaEdsDashboard .EdsDashboard_New .Font--S16 {
    font-size: 1.125rem;
  }
  body .ZiqitzaEdsDashboard .EdsDashboard_New .Font--S12 {
    font-size: 0.875rem;
  }
  body .ZiqitzaEdsDashboard .EdsDashboard_New .Font--S18 {
    font-size: 1.25rem;
  }
  body .ZiqitzaEdsDashboard .EdsDashboard_New .Font--S14 {
    font-size: 1rem;
  }
  body .ZiqitzaEdsDashboard .EdsDashboard_New .Font--S24 {
    font-size: 1.75rem;
  }
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .Carousel__Action {
  align-items: center;
  width: 200px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .Carousel__Action svg {
  height: 20px;
  width: 20px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .Carousel__Action .Carousel__Pagination {
  padding: 5px 19px;
  font-size: 10px;
  color: #889bf9;
  background-color: #242e4c;
  border-radius: 15px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .Carousel_Slide {
  padding: 0 10px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .Carousel__Slide__Title__Green {
  background-color: #161F3B;
  border-left: 1px solid #81cea5;
  color: #81cea5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 8px 16px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .Carousel__Slide__Title__Blue {
  background-color: #161F3B;
  border-left: 1px solid #598cdf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #598cdf;
  padding: 8px 16px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .ant-carousel {
  padding: 20px 10px 35px 10px;
  background-color: #1c2540;
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .ant-carousel .slick-prev::before {
  content: '';
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .ant-carousel .slick-next::before {
  content: '';
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .ant-carousel .slick-arrow {
  font-size: 16px;
  line-height: 1;
  color: rgba(88, 88, 88, 0.08);
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .ant-carousel .slick-slider {
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .ant-carousel .slick-slide > div {
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .ant-carousel .slick-list {
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Carousel .ant-carousel .slick-track {
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .EdsDashboard__Filter {
  position: fixed;
  right: 0px;
  top: 70px;
  background-color: #1C2540;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .EdsDashboard__Filter .EdsDashboardFilterWrap button {
  padding: 0;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .EdsDashboardSettingWrap button {
  background: #1C2540;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Legend .Legend__Color {
  height: 16px;
  width: 16px;
  border-radius: 4px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard__Legend .Legend__viewMoreTitle {
  margin-left: 21px;
  text-decoration: underline;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .Dashboard_Primary_Complaint {
  background-color: #161F3B;
  border-radius: 5px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .DispatchTrendWrap {
  background-color: #161F3B;
  border-radius: 5px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .OnRoadVehicle {
  background-color: #161F3B;
  border-radius: 5px;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .DistrictMap .Heading {
  padding: 10px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1BC5BD;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .DistrictMap svg {
  outline: none;
}
body .ZiqitzaEdsDashboard .EdsDashboard_New .DistrictMap .InceptionCount {
  color: #1BC5BD;
}
body .ZiqitzaEdsDashboard .EdsDashboard {
  height: calc(100vh - 100px);
}
body .ZiqitzaEdsDashboard .EdsDashboard .EdsDashboard__ListAction {
  height: 40px;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .Carousel__Action {
  align-items: center;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .Carousel__Action .Carousel__Pagination {
  padding: 5px 28px;
  background-color: rgba(88, 88, 88, 0.08);
  border-radius: 15px;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel {
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-prev::before {
  content: '';
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-next::before {
  content: '';
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-arrow {
  font-size: 16px;
  line-height: 1;
  color: rgba(88, 88, 88, 0.08);
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-slider {
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-slider *div {
  height: 50%;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-slide > div {
  height: 48%;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-slide > div:nth-child(odd) {
  margin-bottom: 30px;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-list {
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Carousel .ant-carousel .slick-track {
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard .EdsDashboard__Filter {
  position: fixed;
  right: 0px;
  top: 65px;
  background-color: white;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Legend .Legend__Color {
  height: 16px;
  width: 16px;
  border-radius: 4px;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard__Legend .Legend__viewMoreTitle {
  margin-left: 21px;
  text-decoration: underline;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard_Primary_Complaint {
  padding: 20px;
}
body .ZiqitzaEdsDashboard .EdsDashboard .Dashboard_Primary_Complaint .Primary_Complaint__Title {
  color: #4c4c4c;
}
body .ZiqitzaEdsDashboard .EdsDashboard .TabularData {
  height: 100%;
  width: 100%;
  padding: 15px 20px;
  overflow-y: auto;
}
body .ZiqitzaEdsDashboard .EdsDashboard .TabularData .TabularData--Item {
  padding: 8px;
}
body .ZiqitzaEdsDashboard .EdsDashboard .TabularData .Bg-Color--LightGreen {
  background-color: #effbf4;
}
body .ZiqitzaEdsDashboard .EdsDashboard .TabularData .Bg-Color--LightPink {
  background-color: #fef6f6;
}
body .ZiqitzaEdsDashboard .EdsDashboard .DispatchTrendWrap {
  padding: 20px 20px;
}
body .ZiqitzaEdsDashboard .EdsDashboard .OnRoadVehicle {
  padding: 20px 20px;
}
body .ZiqitzaEdsDashboard .EdsDashboard .DistrictMap svg {
  display: block;
  width: 100%;
  height: 100%;
}
body .ZiqitzaEdsDashboard .EdsDashboard .DistrictMap svg .District {
  cursor: pointer;
  stroke-width: 8px;
  stroke: black;
}
body .ZiqitzaEdsDashboard .EdsDashboard .DistrictMap svg .District:hover {
  fill: darkblue;
  z-index: 22;
}
body .ZiqitzaEdsDashboard .EdsDashboard .DistrictMap svg .Selected {
  fill: darkblue;
  stroke: black;
  z-index: 222;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting__Setting {
  width: 573px;
  background: #e2e5de;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting__Setting .Input {
  width: 275px;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting__Setting .ToggleSelect .Selected {
  background-color: skyblue;
}
body .ZiqitzaEdsDashboard .EdsDashboardSetting__Setting .Arrow-Up {
  border-bottom: 10px solid #e2e5de;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .Header_Wrapper {
  width: 100%;
  height: 170px;
  background-image: url('/upNhmDashboard/bg-up-dashboard.png');
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  z-index: -1;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .Header_Wrapper .Header_Logo {
  height: 120px;
}
@media only screen and (max-width: 992px) {
  body .ZiqitzaEdsDashboard .NhmDashboardWrapper .Header_Wrapper .Header_Logo {
    height: 67px;
  }
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .SubHeaderWrapper .SubHeader {
  background: #ff9d04;
  padding: 5px;
  border: 2px solid #ff7606;
  border-radius: 4px;
  margin-top: -20px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .SubHeaderWrapper .ButtonCustom {
  background-color: transparent;
  padding: 5px 20px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .SubHeaderWrapper .Divider {
  border: 1px solid #ff7606;
}
@media only screen and (max-width: 992px) {
  body .ZiqitzaEdsDashboard .NhmDashboardWrapper .SubHeaderWrapper .SubHeader {
    margin-top: 90px;
  }
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataCardWrapper {
  margin: 5px 0px;
  height: 92%;
  border-radius: 4px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataCardWrapper .DataCard {
  height: 100%;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataCardWrapper .DataCard__Value {
  font-size: 1.625rem;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataCardWrapper .Icon {
  border-radius: 4px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTileWrapper {
  margin: 5px 0px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTileWrapper .Head {
  font-size: 0.875rem;
  padding: 15px 0px;
  text-align: center;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTileWrapper .Column {
  min-height: 55px;
  text-align: center;
  padding: 18px 0px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTileWrapper .ColumnOne {
  border-right: 1px solid;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTileWrapper .KeyStyle {
  font-size: 1rem;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTileWrapper .ValueStyle {
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: 25px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTableWrapper {
  margin: 5px 0px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTableWrapper .ListRow .ListText {
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0px 40px;
  height: 70px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTableWrapper .ListRow tr,
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTableWrapper .ListRow td {
  border-left: 1px solid;
  border-right: 1px solid;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTableWrapper .HeaderRow .HeaderText {
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 0.875rem;
  padding: 10px;
  height: 70px;
}
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTableWrapper .HeaderRow th,
body .ZiqitzaEdsDashboard .NhmDashboardWrapper .DataTableWrapper .HeaderRow td {
  border-left: 1px solid;
  border-right: 1px solid;
}
body .EdsDashboard_ListAction_Dropdown .ant-select-item-option-selected {
  background-color: transparent !important;
}
body .EdsDashboardListFilter-Position-left .ant-menu {
  left: 144px;
  top: 17px;
  position: relative;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
}
body .EdsDashboardListFilter-Position-right .ant-menu {
  right: 205px;
  top: 17px;
  position: relative;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
}
body .EdsDashboardDrawerFilter .ant-drawer-content {
  top: 60px;
}
body .EdsDashboardDrawerFilter .ant-drawer-body {
  padding: 0px;
}
body .DashBoardFilterContainer .ant-drawer-content {
  background: #e2e5de;
}
body .EdsDashboardListFilter-Position-left .ant-menu.ServiceStatusSettingWrap {
  left: 15px;
}
body .EdsDashboardListFilter-Position-left .ant-menu.TrackingAlertReportFilterWrap {
  left: 15px;
}
body .EdsDashboardListSetting-Position-left .ant-menu {
  left: 144px;
  top: 17px;
  position: relative;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
}
body .EdsDashboardListSetting-Position-right .ant-menu {
  top: 17px;
  position: relative;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
}
body .EdsDashboardListSetting-Position-left .ant-menu.EdsDashboardSettingWrap {
  left: 34px;
}
body .ant-notification {
  width: 300px;
  margin-right: 40px;
}
body .EdsDashboard-Notification.ant-notification-notice {
  padding-left: 10px;
  line-height: 1;
}
body .EdsDashboard-Notification.ant-notification-notice svg {
  vertical-align: middle;
}
body .EdsDashboard-Notification.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-left: 34px;
  font-size: 1rem;
  color: #ed3035;
  font-weight: bold;
}
body .EdsDashboard-Notification.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 34px;
  font-size: 0.875rem;
  margin-right: 20px;
}
body .EdsDashboard-Notification.ant-notification-notice .EdsDashboard__Components__Notification__SpanId {
  color: #ed3035;
}
body .EdsDashboard-Notification.success .ant-notification-notice-with-icon .ant-notification-notice-message {
  color: #60db91;
}
body .ant-modal-close {
  top: 5px;
}
body .ant-modal-body {
  padding: 20px;
  line-height: 1;
}
body .EdsDashboardDateRangePicker {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 275px;
  height: 54px;
}
body .EdsDashboardDateRangePicker .DateRangePicker__Label {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 6px;
}
body .EdsDashboardDateRangePicker .Error--Border {
  border: 1px solid #ed3035;
  border-right-width: 1px !important;
}
body .EdsDashboardDateRangePicker .ant-picker {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 12px 8px 9px 8px;
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  height: 36px;
}
body .EdsDashboardDateRangePicker .ant-picker:focus {
  border: 1px solid #4c4c4c;
  outline: 1;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  border-right-width: 1px !important;
}
body .EdsDashboardDateRangePicker .DateRangePicker__Error {
  font-size: 0.75rem;
  position: absolute;
  bottom: 3px;
  left: 0;
  color: #ed3035;
}
body .EdsDashboardDateRangePicker input {
  color: #020100;
}
body #Hidden-Screen-Print {
  display: none;
}
@media print {
  body table {
    page-break-inside: auto;
  }
  body tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  body thead {
    display: table-header-group;
  }
  body #Hidden-Screen-Print {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1001;
  }
  body .No_Print {
    display: none;
  }
}
body .Legend__viewMore .ant-popover-inner-content {
  padding: 0;
}
body .Legend__viewMore .Flex {
  display: flex;
}
body .Legend__viewMore .Legend__Dot {
  height: 4px;
  width: 4px;
  background-color: black;
  border-radius: 2px;
}
body .Legend__viewMore .Font--WB {
  font-weight: bold;
}
body .Legend__viewMore .Legend__Color {
  height: 16px;
  width: 16px;
  border-radius: 4px;
}
body .Legend__viewMore .Warmblue-Text {
  color: #475cde;
}
body .Legend__viewMore .Align-Items-Center {
  align-items: center;
}
body .Legend__viewMore .Mt-10 {
  margin-top: 10px;
}
body .Legend__viewMore .Ml-10 {
  margin-left: 10px;
}
body .Legend__viewMore .Font--S10 {
  font-size: 0.625rem;
}

.ConfirmModal {
  top: 214px !important;
}
.ConfirmModal .ant-modal-content {
  height: 212px;
}
.ConfirmModal .ant-modal-body {
  padding: 25px 30px 0px 30px;
}
.ConfirmModal .ant-modal-footer {
  padding: 21px 30px 30px 30px;
}
.ResourceAccessModal .ant-modal-content {
  height: 145px;
}

.InputText-Native {
  position: relative;
  height: 56px;
}
.InputText-Native .InputText-Native__Label {
  font-size: 0.75rem;
  color: #b2b2b2;
  margin-bottom: 8px;
}
.InputText-Native .Error {
  color: #ed3035;
}
.InputText-Native .Error--Border {
  border: 1px solid #ed3035;
}
.InputText-Native input {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 12px 8px 9px 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 36px;
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border: none;
  outline: none;
}
.InputText-Native input::placeholder {
  opacity: 0.5;
}
.InputText-Native input:focus {
  border: 1px solid #4c4c4c;
  outline: 1;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
.InputText-Native .InputText-Native__Error {
  font-size: 0.75rem;
  position: absolute;
  bottom: -19px;
  left: 0;
  color: #ed3035;
}

.UpDashboardDetails .DashboardDetailTableWrapper {
  overflow-x: scroll;
}
.UpDashboardDetails .DashboardDetailTable {
  min-width: 1000px;
  width: 100%;
}
.UpDashboardDetails .List .ListWrapper {
  padding: 5px;
  background: #ff9934;
  justify-content: center;
}
.UpDashboardDetails .List .TableHeaderText {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.UpDashboardDetails .ListRow .ListText {
  color: black;
  text-align: center;
  vertical-align: middle;
  background-color: #f6deb2;
  padding: 8px;
  height: 40px;
  font-size: 14px;
}
.UpDashboardDetails .ListRow .EvenRows {
  background-color: #fecf9f;
}
.UpDashboardDetails .ListRow tr,
.UpDashboardDetails .ListRow td {
  border: 1px solid #fff;
}
.UpDashboardDetails .HeaderRow .HeaderText {
  color: white;
  text-align: center;
  background-color: #ff9934;
  padding: 5px;
  height: 40px;
  vertical-align: baseline;
}
.UpDashboardDetails .HeaderRow th,
.UpDashboardDetails .HeaderRow td {
  border: 1px solid #fff;
}

.BeneficiaryDetails .DashboardDetailTableWrapper {
  overflow-x: scroll;
}
.BeneficiaryDetails .DashboardDetailTable {
  min-width: 1000px;
  width: 100%;
}
.BeneficiaryDetails .List .ListWrapper {
  padding: 5px;
  background: #ff9934;
  justify-content: center;
}
.BeneficiaryDetails .List .TableHeaderText {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.BeneficiaryDetails .ListRow .ListText {
  color: black;
  text-align: center;
  vertical-align: middle;
  background-color: #f6deb2;
  padding: 8px;
  height: 40px;
  font-size: 14px;
}
.BeneficiaryDetails .ListRow .EvenRows {
  background-color: #fecf9f;
}
.BeneficiaryDetails .ListRow tr,
.BeneficiaryDetails .ListRow td {
  border: 1px solid #fff;
}
.BeneficiaryDetails .HeaderRow .HeaderText {
  color: white;
  text-align: center;
  background-color: #ff9934;
  padding: 5px;
  height: 40px;
  vertical-align: baseline;
  min-width: 100px;
}
.BeneficiaryDetails .HeaderRow th,
.BeneficiaryDetails .HeaderRow td {
  border: 1px solid #fff;
}
.BeneficiaryDetails .Input {
  height: 100%;
  width: 400px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.BeneficiaryDetails .Input .Input__Label {
  font-size: 1rem;
  color: #337ab7;
  margin-bottom: 0px;
  width: 25%;
  font-weight: bold;
}
.BeneficiaryDetails .Input .ant-input {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 12px 8px 9px 8px;
  position: relative;
  left: 0;
  top: 0;
}

.Eds-Notification.ant-notification-notice {
  padding-left: 10px;
}
.Eds-Notification.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-left: 34px;
}
.Eds-Notification.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 34px;
}
.Eds-Notification.ant-notification-notice .Components__Notification__SpanId {
  color: #ed3035;
}

.MessageModal .ant-modal {
  width: fit-content !important;
  min-width: 400px;
  max-width: 600px;
}
.MessageModal .ant-modal .ant-modal-content {
  height: auto;
}
.MessageModal .ant-modal .ant-modal-content .ant-modal-header {
  background: #fff;
  color: #999999;
}
.MessageModal .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  text-align: center;
  font-size: 1.5rem;
  color: #4c4c4c;
  padding-top: 20px;
}
.MessageModal .ant-modal .ant-modal-body {
  text-align: center;
  padding: 5px 20px 0px 20px;
  font-size: 1.25rem;
  color: #666;
  word-break: break-all;
}
.ResourceAccessModal .ant-modal-content {
  height: 145px;
}

.Layout__ProtectedPages__SystemAlerts__Menu {
  width: 278px;
  background: #ffffff;
  position: relative;
}
.Layout__ProtectedPages__SystemAlerts__Menu .Layout__ProtectedPages__SystemAlerts__Menu--Triangle {
  position: absolute;
  top: -10px;
  right: 11px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.Layout__ProtectedPages__SystemAlerts__Menu .Layout__ProtectedPages__SystemAlerts__NotificationText {
  padding: 12px 15px 12px 15px;
}
.Layout__ProtectedPages__SystemAlerts__Menu .Layout__ProtectedPages__SystemAlerts__ViewMore {
  padding: 6px 15px 6px 15px;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

.Layout__ProtectedPages__NavOptionsWrap {
  display: flex;
  width: 885px;
  height: 100%;
}
.Layout__ProtectedPages__NavOptionsWrap .Arrow-Up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b8b0b0;
}
.Layout__ProtectedPages__NavOptionsWrap .Layout__ProtectedPages__NavOptions__NavItem {
  display: flex;
  align-items: center;
}
.Layout__ProtectedPages__NavOptionsWrap .Layout__ProtectedPages__NavOptions__NavItem span {
  margin-left: 8px;
}
.Options-Hover:hover {
  background-color: #e5e5e5;
}
.Arrow-Up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

.MegaMenu .Item.Cursor-Pointer:hover,
.MegaMenu .Item.Cursor-Pointer:focus {
  background-color: #e5e5e5;
}
.MegaMenu .Arrow-Up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

.Layout__ProtectedPages {
  background: #fff;
  min-height: 100vh;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.Layout__ProtectedPages .Layout__ProtectedPages__NavbarWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.Layout__ProtectedPages .Layout__ProtectedPages__NavbarWrap .disabled-link {
  pointer-events: none;
}
.Layout__ProtectedPages .Layout__ProtectedPages__NavbarWrap .Layout__ProtectedPages__Navbar__LogoDivider {
  border-left: 1px solid #cccccc;
  height: 25px;
  position: relative;
  right: 15px;
}
.Layout__ProtectedPages .Layout__ProtectedPages__NavbarWrap .Layout__ProtectedPages__Navbar__AppLogo {
  position: relative;
  right: 25px;
}
.Layout__ProtectedPages .Layout__ProtectedPages__ContentWrap {
  margin: 0 auto;
  min-height: calc(100vh - 90px);
  display: flex;
  width: calc(100% - 80px);
}
.Layout__ProtectedPages .Layout__ProtectedPages__Navbar__ProfileWrap {
  display: flex;
  align-items: center;
}

.Navbar {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #fff;
  padding: 0 16px;
  justify-content: space-between;
}

.Header_Wrapper {
  width: 100%;
  height: 170px;
  background-image: url('/upDashboard/bg-up-dashboard.png');
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  z-index: -1;
}
.Header_Wrapper .Header_Logo {
  height: 120px;
}
@media only screen and (max-width: 992px) {
  .Header_Wrapper .Header_Logo {
    height: 67px;
  }
}


.Loader-Overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(243, 239, 239, 0.568);
}
.Loader-Overlay .Overlay__Inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: absolute;
}
.Loader-Overlay .Overlay__Content {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10009;
  transform: translate(-50%, -50%);
}

.SubHeaderWrapper .SubHeader {
  background: #ff9d04;
  padding: 5px;
  border: 2px solid #ff7606;
  border-radius: 4px;
  margin-top: 140px;
}
.SubHeaderWrapper .ButtonCustom {
  background-color: transparent;
  padding: 5px 20px;
}
.SubHeaderWrapper .Divider {
  border: 1px solid #ff7606;
}
@media only screen and (max-width: 992px) {
  .SubHeaderWrapper .SubHeader {
    margin-top: 90px;
  }
}

.Common_Components__MessageBox {
  height: 192px;
}
.Common_Components__MessageBox .MessageBox__Scrollbar {
  height: 100%;
}
.Common_Components__MessageBox .Container__LoadMore {
  background-color: #f2f2f2;
  padding: 12px 33px 12px 16px;
}
.Common_Components__MessageBox .Container {
  padding: 12px 33px 12px 16px;
  outline: none;
  word-break: break-all;
  width: 100%;
}

.ButtonCustom {
  outline: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed3035;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ButtonCustom:hover {
  background-color: #fa5a5a;
}
.ButtonCustom.Disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #fff;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.Input {
  position: relative;
  height: 56px;
}
.Input .Input__Label {
  font-size: 0.75rem;
  color: #b2b2b2;
  margin-bottom: 8px;
}
.Input .Error {
  color: #ed3035;
}
.Input .Error--Border {
  border: 1px solid #ed3035;
}
.Input .ant-input {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 12px 8px 9px 8px;
  position: absolute;
  left: 0;
  top: 20px;
}
.Input .ant-input:focus {
  border: 1px solid #4c4c4c;
  outline: 1;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  border-right-width: 1px !important;
}
.Input .ant-input:hover {
  border-right-width: 1px !important;
}
.Input .ant-input-disabled:hover {
  border-right-width: 0px !important;
}
.Input .Input__Error {
  font-size: 0.75rem;
  position: absolute;
  bottom: -19px;
  left: 0;
  color: #ed3035;
}

.Benificiary__List .ExcelButton {
  background-color: orange;
  width: 80px;
}

.ListRow .ListText {
  color: black;
  text-align: center;
  vertical-align: middle;
  background-color: #f6deb2;
  padding: 8px;
  height: 40px;
  font-size: 15px;
}
.ListRow .EvenRows {
  background-color: #fecf9f;
}
.ListRow tr,
.ListRow td {
  border: 1px solid #fff;
}

.SubHeaderWrapper .SubHeader {
  background: #ff9d04;
  padding: 5px;
  border: 2px solid #ff7606;
  border-radius: 4px;
  margin-top: 140px;
}
.SubHeaderWrapper .ButtonCustom {
  background-color: transparent;
  padding: 5px 20px;
}
.SubHeaderWrapper .Divider {
  border: 1px solid #ff7606;
}
@media only screen and (max-width: 992px) {
  .SubHeaderWrapper .SubHeader {
    margin-top: 90px;
  }
}

.DataCardWrapper {
  margin: 5px 0px;
  height: 92%;
  border-radius: 4px;
}
.DataCardWrapper .DataCard {
  height: 100%;
}
.DataCardWrapper .DataCard__Value {
  font-size: 1.875rem;
}
.DataCardWrapper .Icon {
  border-radius: 4px;
}

.BarChartWrapper .BarChart {
  border: 1px solid;
  border-radius: 5px;
}
.BarChartWrapper .BarChart__Title {
  padding: 10px;
}
.BarChartWrapper .BarChart__Canvas {
  padding: 20px;
}
.BarChartWrapper .Legend {
  padding: 10px 20px;
}
.BarChartWrapper .Legend .Legend_Item {
  padding: 5px;
}
.BarChartWrapper .Legend .LegendColor {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  border-radius: 5px;
}

.ChiefComplaintTableWrapper .ChiefComplaintTable {
  border-radius: 5px;
}
.ChiefComplaintTableWrapper .ChiefComplaintTable__Title {
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #FACD83;
}
.ChiefComplaintTableWrapper .ChiefComplaintTableWrapper {
  max-height: 450px;
  overflow-y: auto;
}
.ChiefComplaintTableWrapper .ChiefComplaintTable td,
.ChiefComplaintTableWrapper .ChiefComplaintTable th {
  border: 1px solid #FACD83;
}

.FormWrapper .Form {
  border: 2px #f59c12 solid;
  padding: 5px;
  border-radius: 4px;
}
.FormWrapper .DateRangePickerField .DatePicker {
  flex-direction: row !important;
  align-items: center;
  width: 100%;
}
.FormWrapper .DateRangePickerField .DatePicker .DatePicker__Label {
  font-size: 1rem;
  width: 50%;
  color: #337ab7;
  margin-bottom: 0px;
  font-weight: bold;
}
.FormWrapper .DateRangePickerField .DatePicker .ant-picker {
  position: relative !important;
  top: 0px;
  width: 100%;
}
.FormWrapper .DateRangePickerField .DatePicker .DatePicker__Error {
  bottom: -14px;
}
@media only screen and (max-width: 768px) {
  .FormWrapper .DateRangePickerField .DatePicker {
    flex-direction: column !important;
  }
  .FormWrapper .DateRangePickerField .DatePicker .DatePicker__Label {
    align-self: flex-start;
  }
}
.FormWrapper .SelectDrop {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 60px;
}
.FormWrapper .SelectDrop .LabelText {
  font-size: 1rem;
  color: #337ab7;
  margin-bottom: 0px;
  width: 50%;
  font-weight: bold;
}
.FormWrapper .SelectDrop .SelectWrap {
  width: 100%;
  top: -25px;
}
.FormWrapper .SelectDrop .SelectWrap .Select {
  width: 100%;
}
.FormWrapper .SelectDrop .DropList {
  width: 100%;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .FormWrapper .SelectDrop {
    flex-direction: column !important;
  }
  .FormWrapper .SelectDrop .SelectWrap {
    top: 0px;
  }
  .FormWrapper .SelectDrop .LabelText {
    align-self: flex-start;
  }
}
.FormWrapper .ButtonCustom {
  height: 36px;
  background-color: orange;
  border: #d2d6de 1px solid;
  border-radius: 10px;
  padding: 0px 50px;
}

.Form-Master .InputText-Native .InputText-Native__Label,
.Form-Master .Switch .Switch__Label,
.Form-Master .Input .Input__Label {
  font-size: 0.875rem;
  color: #999;
}
.Form-Master .InputText-Native {
  height: auto;
  min-height: 58px;
  width: 275px;
  margin-bottom: 20px;
}
.Form-Master .InputText-Native input {
  color: #020100;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Form-Master .InputText-Native input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.Form-Master .Input {
  height: auto;
  min-height: 58px;
  width: 275px;
  margin-bottom: 20px;
}
.Form-Master .Input .ant-input {
  color: #020100;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Form-Master .DatePicker {
  height: auto;
  min-height: 78px;
}
.Form-Master .Switch {
  display: block;
}
.Form-Master .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  color: #4c4c4c;
}
.Form-Master .FormAction {
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 10px;
}
.Form-Master .FormAction .Cancel .Icon {
  margin-right: 9px;
  vertical-align: middle;
  letter-spacing: 0.2px;
}
.Form-Master .FormAction .Save .Icon {
  margin-right: 12px;
  vertical-align: middle;
}

.SelectDrop {
  position: relative;
  min-height: 78px;
  width: 100%;
}
.SelectDrop .LabelText {
  font-size: 0.875rem;
  color: #999;
}
.SelectDrop .SelectWrap {
  width: 275px;
  position: relative;
}
.SelectDrop .DropList {
  max-height: 200px !important;
  min-height: 36px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
  position: absolute !important;
  left: 0;
  right: 0;
  top: 48px;
}
.SelectDrop .DropList > div {
  display: flex;
  flex-direction: column;
}
.SelectDrop .DropListItem,
.SelectDrop .DropListItemMulti {
  padding: 10px;
  margin: 0;
  display: flex;
  outline: none;
}
.SelectDrop .DropListItem input,
.SelectDrop .DropListItemMulti input {
  width: calc(100% - 15px);
}
.SelectDrop .DropListItem span:last-child,
.SelectDrop .DropListItemMulti span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SelectDrop .Selected-Index {
  background: #4c4c4c !important;
  color: #fff;
}
.SelectDrop .DropListItemMulti.ant-checkbox-wrapper {
  margin-left: 0;
  max-height: 36px;
}
.SelectDrop .Select {
  width: 275px;
  height: 36px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
  border: none;
  padding: 10px 25px 10px 8px;
  outline: none;
  position: absolute;
  top: 6px;
  cursor: default;
  color: #020100;
}
.SelectDrop .Select.Disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.SelectDrop .Selected-ReadOnly {
  width: 275px;
}
.SelectDrop .SelectedItemsWrap {
  max-height: 92px;
  margin-top: 54px;
  overflow-y: auto;
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.SelectDrop .SelectedItemsWrap.Readonly {
  margin-top: 19px;
}
.SelectDrop .SelectedItem {
  width: auto;
  height: 24px;
  border-radius: 12px;
  background-color: #f2f2f2;
  padding: 6px;
  margin: 2px;
  display: flex;
  align-content: center;
}
.SelectDrop input:focus {
  border: 1px solid #4c4c4c;
}
.SelectDrop input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.SelectDrop .Error-Border {
  border: 1px solid #ed3035;
}
.SelectDrop .Error-Text {
  font-size: 0.75rem;
  position: absolute;
  bottom: 2px;
  left: 0;
  color: #ed3035;
}
.SelectDrop .DropListItemMulti {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.SelectDrop .Drop-Arrow {
  position: absolute;
  top: 14px;
  right: 8px;
  pointer-events: none;
}
.SelectDrop .ant-checkbox-inner {
  height: 14px;
  width: 14px;
}
.SelectDrop .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #fff;
  border-radius: 2px;
}
.SelectDrop .ant-checkbox-checked:after {
  --antd-wave-shadow-color: #4c4c4c;
  border: unset;
}
.SelectDrop .ant-checkbox-checked .ant-checkbox-inner::after {
  border: 1.5px solid #4c4c4c;
  border-top: 0;
  border-left: 0;
  left: 16%;
}

.DatePicker {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 275px;
}
.DatePicker .DatePicker__Label {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 6px;
}
.DatePicker .Error--Border {
  border: 1px solid #ed3035;
  border-right-width: 1px !important;
}
.DatePicker .ant-picker {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 12px 8px 9px 8px;
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  height: 36px;
}
.DatePicker .ant-picker:focus {
  border: 1px solid #4c4c4c;
  outline: 1;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  border-right-width: 1px !important;
}
.DatePicker .DatePicker__Error {
  font-size: 0.75rem;
  position: absolute;
  bottom: 3px;
  left: 0;
  color: #ed3035;
}
.DatePicker input {
  color: #020100;
}

.ListRow .ListText {
  color: black;
  text-align: center;
  vertical-align: middle;
  background-color: #f6deb2;
  padding: 8px;
  height: 40px;
  font-size: 15px;
}
.ListRow .EvenRows {
  background-color: #fecf9f;
}
.ListRow tr,
.ListRow td {
  border: 1px solid #fff;
}

