* {
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
select::-ms-expand {
  display: none;
}
html,
body,
#app {
  margin: 0;
  padding: 0;
  height: inherit;
  width: 100vw;
  height: 100vh;
  background: #edeff3;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Hind", sans-serif;
  overscroll-behavior-y: none;
}

.toolbar-icons img,
.toolbar-icons svg {
  fill: red;
}
.rdw-editor-main {
  background: white;
}
.selected-link {
  box-shadow: 0 0 0 rgba(255, 189, 35, 1);
  animation: selected-link 2s 2;
  opacity:1 !important;
}
@keyframes selected-link {
  0% {
    box-shadow: 0 0 0 2px rgba(255, 189, 35, 1);
  }
  30% {
    box-shadow: 0 0 0 4px rgba(255, 189, 35, 0.3);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(255, 189, 35, 0.6);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 189, 35, 0);
  }
}
.selected-task {
  box-shadow: 0 0 0 rgba(255, 189, 35, 1);
  animation: selected-task 2s 2;
}
@keyframes selected-task {
  0% {
    box-shadow: 0 0 0 2px rgba(255, 189, 35, 1);
  }
  30% {
    box-shadow: 0 0 0 6px rgba(255, 189, 35, 0.3);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 189, 35, 0.6);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 189, 35, 0);
  }
}
.pulse {
  box-shadow: 0 0 0 rgba(255, 189, 35, 1);
  animation: pulse 2s 2;
  animation-delay: 5s;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 189, 35, 1);
  }
  30% {
    box-shadow: 0 0 0 4px rgba(255, 189, 35, 0.3);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 189, 35, 0.6);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 189, 35, 0);
  }
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  min-height: 20px;
  text-align: center;
}
.spinner > div {
  width: 14px;
  height: 14px;
  background-color: #0ea5c6;
  border-radius: 100%;
  display: inline-block;
  visibility: visible;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
.expand {
  animation: expand 0.2s normal forwards ease-in-out;
  transform-origin: left 50%;
}
.hidden {
  visibility: hidden;
}
.box-flash-approve {
  border-style: solid;
  border-color: green;
  border-width: 2;
  -webkit-animation: flash linear 1s 3;
  animation: flash linear 1s 3;
}
.box-flash-reject {
  border-style: solid;
  border-color: red;
  border-width: 2;
  -webkit-animation: flash linear 1s 3;
  animation: flash linear 1s 3;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.preparing-spin {
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.logo-shadow {
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/** REPORT VIEWER STYLES **/
.e-tipContainer {
  display: none !important;
}

.e-reportviewer-tbdiv.e-reportviewer-fittopagetip,
.e-reportviewer-exporttip,
.e-reportviewer-fittopagetip,
#reportContainer_toolbar_exportListTip,
#reportContainer_toolbar_zoom_popup,
.reportContainer_toolbar_zoom_popup_list_wrapper {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

.e-ddl-popup,
.e-reportviewer-pageview {
  box-shadow: initial !important;
  border: none !important;
}

#reportContainer_toolbar_li_pagesetup {
  display: none !important;
}

.e-reportviewer-icon {
  color: #908f8f;
}

span.e-reportviewer-icon:active,
span.e-reportviewer-icon:hover {
  background-color: transparent !important;
}

.e-ddl-popup.e-box.e-widget.e-popup.e-js.e-reportviewer-param.e-rptviewer-drpdown {
  background-color: white !important;
}
.e-scroller .e-js .e-widget,
#reportContainer_Param_101_popup {
  background-color: white !important;
}

.e-widget.e-calendar .e-header {
  display: flex !important;
  align-items: center !important;
}
.e-datepicker .e-header .e-next,
.e-datepicker .e-header .e-prev {
  top: 12px;
}

.e-reportviewer-viewerblock {
  box-shadow: none !important;
}

li[role="option"] {
  font-size: 14px !important;
  padding: 8px !important;
}

#splash-warning {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 8px;
  width: 720px;
  top: 32px;
  background-color: orange;
  color: white;
  border-radius: 3px;
  display: block;
}

#splash-warning .wrapper {
  position: relative;
}

#splash-warning button {
  position: absolute;
  bottom: -12px;
  right: 8px;
}

@supports (display: grid) {
  #splash-warning {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #task-docid,
  #task-userprofile,
  #task-docname {
    display: none;
  }

  [data-id="splash-message"] {
    transform: scale(0.7);
  }

  #task-sidebar {
    width: 300px;
  }
}

@media only screen and (max-width: 900px) {
  .splash-content {
    transform: scale(0.4);
  }
  .splash-text {
    font-size: 48px !important;
  }
  [data-id="splash-message"] span.material-icons {
    font-size: 36px !important;
  }
}
